Updated copyright info - replaces #1806
Showing
4 changed files
with
16 additions
and
16 deletions
@@ -30,7 +30,7 @@ | @@ -30,7 +30,7 @@ | ||
30 | <key>LSMinimumSystemVersion</key> | 30 | <key>LSMinimumSystemVersion</key> |
31 | <string>$(MACOSX_DEPLOYMENT_TARGET)</string> | 31 | <string>$(MACOSX_DEPLOYMENT_TARGET)</string> |
32 | <key>NSHumanReadableCopyright</key> | 32 | <key>NSHumanReadableCopyright</key> |
33 | - <string>Copyright © 2016 Dailymotion. All rights reserved.</string> | 33 | + <string>Copyright © 2017 Dailymotion. All rights reserved.</string> |
34 | <key>NSMainStoryboardFile</key> | 34 | <key>NSMainStoryboardFile</key> |
35 | <string>Main</string> | 35 | <string>Main</string> |
36 | <key>NSPrincipalClass</key> | 36 | <key>NSPrincipalClass</key> |
1 | -Copyright (c) 2016 Olivier Poitrey rs@dailymotion.com | 1 | +Copyright (c) 2009-2017 Olivier Poitrey rs@dailymotion.com |
2 | 2 | ||
3 | Permission is hereby granted, free of charge, to any person obtaining a copy | 3 | Permission is hereby granted, free of charge, to any person obtaining a copy |
4 | of this software and associated documentation files (the "Software"), to deal | 4 | of this software and associated documentation files (the "Software"), to deal |
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 <rs@dailymotion.com> | ||
4 | + * | ||
5 | + * For the full copyright and license information, please view the LICENSE | ||
6 | + * file that was distributed with this source code. | ||
7 | + */ | ||
8 | 8 | ||
9 | #import <Foundation/Foundation.h> | 9 | #import <Foundation/Foundation.h> |
10 | #import "SDWebImageCompat.h" | 10 | #import "SDWebImageCompat.h" |
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 <rs@dailymotion.com> | ||
4 | + * | ||
5 | + * For the full copyright and license information, please view the LICENSE | ||
6 | + * file that was distributed with this source code. | ||
7 | + */ | ||
8 | 8 | ||
9 | #import "SDImageCacheConfig.h" | 9 | #import "SDImageCacheConfig.h" |
10 | 10 |
-
Please register or login to post a comment