Updated copyright info - replaces #1806
This commit is contained in:
parent
a6af214ee8
commit
b1c3bb7e64
|
@ -30,7 +30,7 @@
|
||||||
<key>LSMinimumSystemVersion</key>
|
<key>LSMinimumSystemVersion</key>
|
||||||
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
|
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
|
||||||
<key>NSHumanReadableCopyright</key>
|
<key>NSHumanReadableCopyright</key>
|
||||||
<string>Copyright © 2016 Dailymotion. All rights reserved.</string>
|
<string>Copyright © 2017 Dailymotion. All rights reserved.</string>
|
||||||
<key>NSMainStoryboardFile</key>
|
<key>NSMainStoryboardFile</key>
|
||||||
<string>Main</string>
|
<string>Main</string>
|
||||||
<key>NSPrincipalClass</key>
|
<key>NSPrincipalClass</key>
|
||||||
|
|
2
LICENSE
2
LICENSE
|
@ -1,4 +1,4 @@
|
||||||
Copyright (c) 2016 Olivier Poitrey rs@dailymotion.com
|
Copyright (c) 2009-2017 Olivier Poitrey rs@dailymotion.com
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
//
|
/*
|
||||||
// SDImageCacheConfig.h
|
* This file is part of the SDWebImage package.
|
||||||
// SDWebImage
|
* (c) Olivier Poitrey <rs@dailymotion.com>
|
||||||
//
|
*
|
||||||
// Created by Bogdan on 09/09/16.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
// Copyright © 2016 Dailymotion. All rights reserved.
|
* file that was distributed with this source code.
|
||||||
//
|
*/
|
||||||
|
|
||||||
#import <Foundation/Foundation.h>
|
#import <Foundation/Foundation.h>
|
||||||
#import "SDWebImageCompat.h"
|
#import "SDWebImageCompat.h"
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
//
|
/*
|
||||||
// SDImageCacheConfig.m
|
* This file is part of the SDWebImage package.
|
||||||
// SDWebImage
|
* (c) Olivier Poitrey <rs@dailymotion.com>
|
||||||
//
|
*
|
||||||
// Created by Bogdan on 09/09/16.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
// Copyright © 2016 Dailymotion. All rights reserved.
|
* file that was distributed with this source code.
|
||||||
//
|
*/
|
||||||
|
|
||||||
#import "SDImageCacheConfig.h"
|
#import "SDImageCacheConfig.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue