From 94c1ec3ed078824071b222a87e7e42dc23b71960 Mon Sep 17 00:00:00 2001 From: Bogdan Poplauschi Date: Wed, 1 Jun 2016 15:53:08 +0300 Subject: [PATCH] Revisited all copyright comments and decided for just one format --- Examples/SDWebImage Demo/AppDelegate.h | 14 +++++++------- Examples/SDWebImage Demo/AppDelegate.m | 14 +++++++------- Examples/SDWebImage Demo/DetailViewController.h | 14 +++++++------- Examples/SDWebImage Demo/DetailViewController.m | 14 +++++++------- Examples/SDWebImage Demo/MasterViewController.h | 14 +++++++------- Examples/SDWebImage Demo/MasterViewController.m | 14 +++++++------- Examples/SDWebImage Demo/main.m | 14 +++++++------- SDWebImage/MKAnnotationView+WebCache.h | 14 +++++++------- SDWebImage/MKAnnotationView+WebCache.m | 14 +++++++------- SDWebImage/NSData+ImageContentType.h | 12 ++++++++---- SDWebImage/NSData+ImageContentType.m | 12 ++++++++---- SDWebImage/SDWebImageCompat.m | 14 +++++++------- SDWebImage/SDWebImageDecoder.h | 3 +-- SDWebImage/SDWebImageDecoder.m | 3 +-- SDWebImage/UIImage+GIF.h | 15 ++++++++------- SDWebImage/UIImage+GIF.m | 15 ++++++++------- SDWebImage/UIImage+MultiFormat.h | 14 +++++++------- SDWebImage/UIImage+MultiFormat.m | 14 +++++++------- SDWebImage/UIImage+WebP.h | 14 +++++++------- SDWebImage/UIImage+WebP.m | 14 +++++++------- Tests/Tests/SDImageCacheTests.m | 14 +++++++------- Tests/Tests/SDWebImageDownloaderTests.m | 15 ++++++++------- Tests/Tests/SDWebImageManagerTests.m | 14 +++++++------- Tests/Tests/UIImageMultiFormatTests.m | 14 +++++++------- WebImage/SDWebImage.h | 15 ++++++++------- 25 files changed, 169 insertions(+), 159 deletions(-) diff --git a/Examples/SDWebImage Demo/AppDelegate.h b/Examples/SDWebImage Demo/AppDelegate.h index 7e60e229..15f2cc6e 100644 --- a/Examples/SDWebImage Demo/AppDelegate.h +++ b/Examples/SDWebImage Demo/AppDelegate.h @@ -1,10 +1,10 @@ -// -// AppDelegate.h -// SDWebImage Demo -// -// Created by Olivier Poitrey on 09/05/12. -// Copyright (c) 2012 Dailymotion. All rights reserved. -// +/* + * This file is part of the SDWebImage package. + * (c) Olivier Poitrey + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ #import diff --git a/Examples/SDWebImage Demo/AppDelegate.m b/Examples/SDWebImage Demo/AppDelegate.m index 4ddd8e64..a7c47598 100644 --- a/Examples/SDWebImage Demo/AppDelegate.m +++ b/Examples/SDWebImage Demo/AppDelegate.m @@ -1,10 +1,10 @@ -// -// AppDelegate.m -// SDWebImage Demo -// -// Created by Olivier Poitrey on 09/05/12. -// Copyright (c) 2012 Dailymotion. All rights reserved. -// +/* + * This file is part of the SDWebImage package. + * (c) Olivier Poitrey + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ #import "AppDelegate.h" diff --git a/Examples/SDWebImage Demo/DetailViewController.h b/Examples/SDWebImage Demo/DetailViewController.h index f4c6b76f..77d3897e 100644 --- a/Examples/SDWebImage Demo/DetailViewController.h +++ b/Examples/SDWebImage Demo/DetailViewController.h @@ -1,10 +1,10 @@ -// -// DetailViewController.h -// SDWebImage Demo -// -// Created by Olivier Poitrey on 09/05/12. -// Copyright (c) 2012 Dailymotion. All rights reserved. -// +/* + * This file is part of the SDWebImage package. + * (c) Olivier Poitrey + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ #import diff --git a/Examples/SDWebImage Demo/DetailViewController.m b/Examples/SDWebImage Demo/DetailViewController.m index d7acf6a8..899f12de 100644 --- a/Examples/SDWebImage Demo/DetailViewController.m +++ b/Examples/SDWebImage Demo/DetailViewController.m @@ -1,10 +1,10 @@ -// -// DetailViewController.m -// SDWebImage Demo -// -// Created by Olivier Poitrey on 09/05/12. -// Copyright (c) 2012 Dailymotion. All rights reserved. -// +/* + * This file is part of the SDWebImage package. + * (c) Olivier Poitrey + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ #import "DetailViewController.h" #import diff --git a/Examples/SDWebImage Demo/MasterViewController.h b/Examples/SDWebImage Demo/MasterViewController.h index 3f3a1392..96983d10 100644 --- a/Examples/SDWebImage Demo/MasterViewController.h +++ b/Examples/SDWebImage Demo/MasterViewController.h @@ -1,10 +1,10 @@ -// -// MasterViewController.h -// SDWebImage Demo -// -// Created by Olivier Poitrey on 09/05/12. -// Copyright (c) 2012 Dailymotion. All rights reserved. -// +/* + * This file is part of the SDWebImage package. + * (c) Olivier Poitrey + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ #import diff --git a/Examples/SDWebImage Demo/MasterViewController.m b/Examples/SDWebImage Demo/MasterViewController.m index 57711c44..42942932 100644 --- a/Examples/SDWebImage Demo/MasterViewController.m +++ b/Examples/SDWebImage Demo/MasterViewController.m @@ -1,10 +1,10 @@ -// -// MasterViewController.m -// SDWebImage Demo -// -// Created by Olivier Poitrey on 09/05/12. -// Copyright (c) 2012 Dailymotion. All rights reserved. -// +/* + * This file is part of the SDWebImage package. + * (c) Olivier Poitrey + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ #import "MasterViewController.h" #import diff --git a/Examples/SDWebImage Demo/main.m b/Examples/SDWebImage Demo/main.m index 463372ca..1d5fab2c 100644 --- a/Examples/SDWebImage Demo/main.m +++ b/Examples/SDWebImage Demo/main.m @@ -1,10 +1,10 @@ -// -// main.m -// SDWebImage Demo -// -// Created by Olivier Poitrey on 09/05/12. -// Copyright (c) 2012 Dailymotion. All rights reserved. -// +/* + * This file is part of the SDWebImage package. + * (c) Olivier Poitrey + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ #import diff --git a/SDWebImage/MKAnnotationView+WebCache.h b/SDWebImage/MKAnnotationView+WebCache.h index 175b13fb..fc2d48a1 100644 --- a/SDWebImage/MKAnnotationView+WebCache.h +++ b/SDWebImage/MKAnnotationView+WebCache.h @@ -1,10 +1,10 @@ -// -// MKAnnotationView+WebCache.h -// SDWebImage -// -// Created by Olivier Poitrey on 14/03/12. -// Copyright (c) 2012 Dailymotion. All rights reserved. -// +/* + * This file is part of the SDWebImage package. + * (c) Olivier Poitrey + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ #import "MapKit/MapKit.h" #import "SDWebImageManager.h" diff --git a/SDWebImage/MKAnnotationView+WebCache.m b/SDWebImage/MKAnnotationView+WebCache.m index 7e982ede..f2eff861 100644 --- a/SDWebImage/MKAnnotationView+WebCache.m +++ b/SDWebImage/MKAnnotationView+WebCache.m @@ -1,10 +1,10 @@ -// -// MKAnnotationView+WebCache.m -// SDWebImage -// -// Created by Olivier Poitrey on 14/03/12. -// Copyright (c) 2012 Dailymotion. All rights reserved. -// +/* + * This file is part of the SDWebImage package. + * (c) Olivier Poitrey + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ #import "MKAnnotationView+WebCache.h" #import "objc/runtime.h" diff --git a/SDWebImage/NSData+ImageContentType.h b/SDWebImage/NSData+ImageContentType.h index f6d452f0..3a1a9f39 100644 --- a/SDWebImage/NSData+ImageContentType.h +++ b/SDWebImage/NSData+ImageContentType.h @@ -1,7 +1,11 @@ -// -// Created by Fabrice Aneche on 06/01/14. -// Copyright (c) 2014 Dailymotion. All rights reserved. -// +/* + * This file is part of the SDWebImage package. + * (c) Olivier Poitrey + * (c) Fabrice Aneche + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ #import diff --git a/SDWebImage/NSData+ImageContentType.m b/SDWebImage/NSData+ImageContentType.m index beb73b59..0d3c1e8f 100644 --- a/SDWebImage/NSData+ImageContentType.m +++ b/SDWebImage/NSData+ImageContentType.m @@ -1,7 +1,11 @@ -// -// Created by Fabrice Aneche on 06/01/14. -// Copyright (c) 2014 Dailymotion. All rights reserved. -// +/* + * This file is part of the SDWebImage package. + * (c) Olivier Poitrey + * (c) Fabrice Aneche + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ #import "NSData+ImageContentType.h" diff --git a/SDWebImage/SDWebImageCompat.m b/SDWebImage/SDWebImageCompat.m index 3de79f4e..958bed65 100644 --- a/SDWebImage/SDWebImageCompat.m +++ b/SDWebImage/SDWebImageCompat.m @@ -1,10 +1,10 @@ -// -// SDWebImageCompat.m -// SDWebImage -// -// Created by Olivier Poitrey on 11/12/12. -// Copyright (c) 2012 Dailymotion. All rights reserved. -// +/* + * This file is part of the SDWebImage package. + * (c) Olivier Poitrey + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ #import "SDWebImageCompat.h" diff --git a/SDWebImage/SDWebImageDecoder.h b/SDWebImage/SDWebImageDecoder.h index 0176a7ba..2bfe7b4d 100644 --- a/SDWebImage/SDWebImageDecoder.h +++ b/SDWebImage/SDWebImageDecoder.h @@ -1,8 +1,7 @@ /* * This file is part of the SDWebImage package. * (c) Olivier Poitrey - * - * Created by james on 9/28/11. + * (c) james * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/SDWebImage/SDWebImageDecoder.m b/SDWebImage/SDWebImageDecoder.m index 2bb5472f..e5d7b910 100644 --- a/SDWebImage/SDWebImageDecoder.m +++ b/SDWebImage/SDWebImageDecoder.m @@ -1,8 +1,7 @@ /* * This file is part of the SDWebImage package. * (c) Olivier Poitrey - * - * Created by james on 9/28/11. + * (c) james * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/SDWebImage/UIImage+GIF.h b/SDWebImage/UIImage+GIF.h index 084f4241..216d90e1 100755 --- a/SDWebImage/UIImage+GIF.h +++ b/SDWebImage/UIImage+GIF.h @@ -1,10 +1,11 @@ -// -// UIImage+GIF.h -// LBGIFImage -// -// Created by Laurin Brandner on 06.01.12. -// Copyright (c) 2012 __MyCompanyName__. All rights reserved. -// +/* + * This file is part of the SDWebImage package. + * (c) Olivier Poitrey + * (c) Laurin Brandner + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ #import diff --git a/SDWebImage/UIImage+GIF.m b/SDWebImage/UIImage+GIF.m index de45dd35..3f236d77 100755 --- a/SDWebImage/UIImage+GIF.m +++ b/SDWebImage/UIImage+GIF.m @@ -1,10 +1,11 @@ -// -// UIImage+GIF.m -// LBGIFImage -// -// Created by Laurin Brandner on 06.01.12. -// Copyright (c) 2012 __MyCompanyName__. All rights reserved. -// +/* + * This file is part of the SDWebImage package. + * (c) Olivier Poitrey + * (c) Laurin Brandner + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ #import "UIImage+GIF.h" #import diff --git a/SDWebImage/UIImage+MultiFormat.h b/SDWebImage/UIImage+MultiFormat.h index 186ebc0a..e05c111b 100644 --- a/SDWebImage/UIImage+MultiFormat.h +++ b/SDWebImage/UIImage+MultiFormat.h @@ -1,10 +1,10 @@ -// -// UIImage+MultiFormat.h -// SDWebImage -// -// Created by Olivier Poitrey on 07/06/13. -// Copyright (c) 2013 Dailymotion. All rights reserved. -// +/* + * This file is part of the SDWebImage package. + * (c) Olivier Poitrey + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ #import diff --git a/SDWebImage/UIImage+MultiFormat.m b/SDWebImage/UIImage+MultiFormat.m index a8307544..178e9048 100644 --- a/SDWebImage/UIImage+MultiFormat.m +++ b/SDWebImage/UIImage+MultiFormat.m @@ -1,10 +1,10 @@ -// -// UIImage+MultiFormat.m -// SDWebImage -// -// Created by Olivier Poitrey on 07/06/13. -// Copyright (c) 2013 Dailymotion. All rights reserved. -// +/* + * This file is part of the SDWebImage package. + * (c) Olivier Poitrey + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ #import "UIImage+MultiFormat.h" #import "UIImage+GIF.h" diff --git a/SDWebImage/UIImage+WebP.h b/SDWebImage/UIImage+WebP.h index 48cdf030..dbfb0a90 100644 --- a/SDWebImage/UIImage+WebP.h +++ b/SDWebImage/UIImage+WebP.h @@ -1,10 +1,10 @@ -// -// UIImage+WebP.h -// SDWebImage -// -// Created by Olivier Poitrey on 07/06/13. -// Copyright (c) 2013 Dailymotion. All rights reserved. -// +/* + * This file is part of the SDWebImage package. + * (c) Olivier Poitrey + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ #ifdef SD_WEBP diff --git a/SDWebImage/UIImage+WebP.m b/SDWebImage/UIImage+WebP.m index a7e341f6..9acc03cc 100644 --- a/SDWebImage/UIImage+WebP.m +++ b/SDWebImage/UIImage+WebP.m @@ -1,10 +1,10 @@ -// -// UIImage+WebP.m -// SDWebImage -// -// Created by Olivier Poitrey on 07/06/13. -// Copyright (c) 2013 Dailymotion. All rights reserved. -// +/* + * This file is part of the SDWebImage package. + * (c) Olivier Poitrey + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ #ifdef SD_WEBP #import "UIImage+WebP.h" diff --git a/Tests/Tests/SDImageCacheTests.m b/Tests/Tests/SDImageCacheTests.m index 231ea839..5a546498 100644 --- a/Tests/Tests/SDImageCacheTests.m +++ b/Tests/Tests/SDImageCacheTests.m @@ -1,10 +1,10 @@ -// -// SDImageCacheTests.m -// SDWebImage Tests -// -// Created by Bogdan Poplauschi on 20/06/14. -// -// +/* + * This file is part of the SDWebImage package. + * (c) Olivier Poitrey + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ #define EXP_SHORTHAND // required by Expecta diff --git a/Tests/Tests/SDWebImageDownloaderTests.m b/Tests/Tests/SDWebImageDownloaderTests.m index 233711fa..04273565 100644 --- a/Tests/Tests/SDWebImageDownloaderTests.m +++ b/Tests/Tests/SDWebImageDownloaderTests.m @@ -1,10 +1,11 @@ -// -// SDWebImageDownloaderTests.m -// SDWebImage Tests -// -// Created by Matt Galloway on 01/09/2014. -// -// +/* + * This file is part of the SDWebImage package. + * (c) Olivier Poitrey + * (c) Matt Galloway + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ #define EXP_SHORTHAND // required by Expecta diff --git a/Tests/Tests/SDWebImageManagerTests.m b/Tests/Tests/SDWebImageManagerTests.m index cf26720b..65176c11 100644 --- a/Tests/Tests/SDWebImageManagerTests.m +++ b/Tests/Tests/SDWebImageManagerTests.m @@ -1,10 +1,10 @@ -// -// SDWebImageManagerTests.m -// SDWebImage Tests -// -// Created by Bogdan Poplauschi on 20/06/14. -// -// +/* + * This file is part of the SDWebImage package. + * (c) Olivier Poitrey + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ #define EXP_SHORTHAND // required by Expecta diff --git a/Tests/Tests/UIImageMultiFormatTests.m b/Tests/Tests/UIImageMultiFormatTests.m index 00b39549..310cfc7d 100644 --- a/Tests/Tests/UIImageMultiFormatTests.m +++ b/Tests/Tests/UIImageMultiFormatTests.m @@ -1,10 +1,10 @@ -// -// UIImageMultiFormatTests.m -// SDWebImage Tests -// -// Created by Bogdan Poplauschi on 18/07/14. -// -// +/* + * This file is part of the SDWebImage package. + * (c) Olivier Poitrey + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ #define EXP_SHORTHAND // required by Expecta diff --git a/WebImage/SDWebImage.h b/WebImage/SDWebImage.h index b95b911d..4ecf5bd2 100644 --- a/WebImage/SDWebImage.h +++ b/WebImage/SDWebImage.h @@ -1,10 +1,11 @@ -// -// WebImage.h -// WebImage -// -// Created by Florent Vilmart on 2015-03-14. -// Copyright (c) 2015 Dailymotion. All rights reserved. -// +/* + * This file is part of the SDWebImage package. + * (c) Olivier Poitrey + * (c) Florent Vilmart + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ #import