Skip to content

Commit b1c3bb7

Browse files
committed
Updated copyright info - replaces SDWebImage#1806
1 parent a6af214 commit b1c3bb7

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

Examples/SDWebImage OSX Demo/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<key>LSMinimumSystemVersion</key>
3131
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
3232
<key>NSHumanReadableCopyright</key>
33-
<string>Copyright © 2016 Dailymotion. All rights reserved.</string>
33+
<string>Copyright © 2017 Dailymotion. All rights reserved.</string>
3434
<key>NSMainStoryboardFile</key>
3535
<string>Main</string>
3636
<key>NSPrincipalClass</key>

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2016 Olivier Poitrey [email protected]
1+
Copyright (c) 2009-2017 Olivier Poitrey [email protected]
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

SDWebImage/SDImageCacheConfig.h

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
//
2-
// SDImageCacheConfig.h
3-
// SDWebImage
4-
//
5-
// Created by Bogdan on 09/09/16.
6-
// Copyright © 2016 Dailymotion. All rights reserved.
7-
//
1+
/*
2+
* This file is part of the SDWebImage package.
3+
* (c) Olivier Poitrey <[email protected]>
4+
*
5+
* For the full copyright and license information, please view the LICENSE
6+
* file that was distributed with this source code.
7+
*/
88

99
#import <Foundation/Foundation.h>
1010
#import "SDWebImageCompat.h"

SDWebImage/SDImageCacheConfig.m

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
//
2-
// SDImageCacheConfig.m
3-
// SDWebImage
4-
//
5-
// Created by Bogdan on 09/09/16.
6-
// Copyright © 2016 Dailymotion. All rights reserved.
7-
//
1+
/*
2+
* This file is part of the SDWebImage package.
3+
* (c) Olivier Poitrey <[email protected]>
4+
*
5+
* For the full copyright and license information, please view the LICENSE
6+
* file that was distributed with this source code.
7+
*/
88

99
#import "SDImageCacheConfig.h"
1010

0 commit comments

Comments
 (0)