Revisited all copyright comments and decided for just one format
This commit is contained in:
parent
22fded56cf
commit
94c1ec3ed0
|
@ -1,10 +1,10 @@
|
||||||
//
|
/*
|
||||||
// AppDelegate.h
|
* This file is part of the SDWebImage package.
|
||||||
// SDWebImage Demo
|
* (c) Olivier Poitrey <rs@dailymotion.com>
|
||||||
//
|
*
|
||||||
// Created by Olivier Poitrey on 09/05/12.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
// Copyright (c) 2012 Dailymotion. All rights reserved.
|
* file that was distributed with this source code.
|
||||||
//
|
*/
|
||||||
|
|
||||||
#import <UIKit/UIKit.h>
|
#import <UIKit/UIKit.h>
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
//
|
/*
|
||||||
// AppDelegate.m
|
* This file is part of the SDWebImage package.
|
||||||
// SDWebImage Demo
|
* (c) Olivier Poitrey <rs@dailymotion.com>
|
||||||
//
|
*
|
||||||
// Created by Olivier Poitrey on 09/05/12.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
// Copyright (c) 2012 Dailymotion. All rights reserved.
|
* file that was distributed with this source code.
|
||||||
//
|
*/
|
||||||
|
|
||||||
#import "AppDelegate.h"
|
#import "AppDelegate.h"
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
//
|
/*
|
||||||
// DetailViewController.h
|
* This file is part of the SDWebImage package.
|
||||||
// SDWebImage Demo
|
* (c) Olivier Poitrey <rs@dailymotion.com>
|
||||||
//
|
*
|
||||||
// Created by Olivier Poitrey on 09/05/12.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
// Copyright (c) 2012 Dailymotion. All rights reserved.
|
* file that was distributed with this source code.
|
||||||
//
|
*/
|
||||||
|
|
||||||
#import <UIKit/UIKit.h>
|
#import <UIKit/UIKit.h>
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
//
|
/*
|
||||||
// DetailViewController.m
|
* This file is part of the SDWebImage package.
|
||||||
// SDWebImage Demo
|
* (c) Olivier Poitrey <rs@dailymotion.com>
|
||||||
//
|
*
|
||||||
// Created by Olivier Poitrey on 09/05/12.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
// Copyright (c) 2012 Dailymotion. All rights reserved.
|
* file that was distributed with this source code.
|
||||||
//
|
*/
|
||||||
|
|
||||||
#import "DetailViewController.h"
|
#import "DetailViewController.h"
|
||||||
#import <SDWebImage/UIImageView+WebCache.h>
|
#import <SDWebImage/UIImageView+WebCache.h>
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
//
|
/*
|
||||||
// MasterViewController.h
|
* This file is part of the SDWebImage package.
|
||||||
// SDWebImage Demo
|
* (c) Olivier Poitrey <rs@dailymotion.com>
|
||||||
//
|
*
|
||||||
// Created by Olivier Poitrey on 09/05/12.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
// Copyright (c) 2012 Dailymotion. All rights reserved.
|
* file that was distributed with this source code.
|
||||||
//
|
*/
|
||||||
|
|
||||||
#import <UIKit/UIKit.h>
|
#import <UIKit/UIKit.h>
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
//
|
/*
|
||||||
// MasterViewController.m
|
* This file is part of the SDWebImage package.
|
||||||
// SDWebImage Demo
|
* (c) Olivier Poitrey <rs@dailymotion.com>
|
||||||
//
|
*
|
||||||
// Created by Olivier Poitrey on 09/05/12.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
// Copyright (c) 2012 Dailymotion. All rights reserved.
|
* file that was distributed with this source code.
|
||||||
//
|
*/
|
||||||
|
|
||||||
#import "MasterViewController.h"
|
#import "MasterViewController.h"
|
||||||
#import <SDWebImage/UIImageView+WebCache.h>
|
#import <SDWebImage/UIImageView+WebCache.h>
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
//
|
/*
|
||||||
// main.m
|
* This file is part of the SDWebImage package.
|
||||||
// SDWebImage Demo
|
* (c) Olivier Poitrey <rs@dailymotion.com>
|
||||||
//
|
*
|
||||||
// Created by Olivier Poitrey on 09/05/12.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
// Copyright (c) 2012 Dailymotion. All rights reserved.
|
* file that was distributed with this source code.
|
||||||
//
|
*/
|
||||||
|
|
||||||
#import <UIKit/UIKit.h>
|
#import <UIKit/UIKit.h>
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
//
|
/*
|
||||||
// MKAnnotationView+WebCache.h
|
* This file is part of the SDWebImage package.
|
||||||
// SDWebImage
|
* (c) Olivier Poitrey <rs@dailymotion.com>
|
||||||
//
|
*
|
||||||
// Created by Olivier Poitrey on 14/03/12.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
// Copyright (c) 2012 Dailymotion. All rights reserved.
|
* file that was distributed with this source code.
|
||||||
//
|
*/
|
||||||
|
|
||||||
#import "MapKit/MapKit.h"
|
#import "MapKit/MapKit.h"
|
||||||
#import "SDWebImageManager.h"
|
#import "SDWebImageManager.h"
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
//
|
/*
|
||||||
// MKAnnotationView+WebCache.m
|
* This file is part of the SDWebImage package.
|
||||||
// SDWebImage
|
* (c) Olivier Poitrey <rs@dailymotion.com>
|
||||||
//
|
*
|
||||||
// Created by Olivier Poitrey on 14/03/12.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
// Copyright (c) 2012 Dailymotion. All rights reserved.
|
* file that was distributed with this source code.
|
||||||
//
|
*/
|
||||||
|
|
||||||
#import "MKAnnotationView+WebCache.h"
|
#import "MKAnnotationView+WebCache.h"
|
||||||
#import "objc/runtime.h"
|
#import "objc/runtime.h"
|
||||||
|
|
|
@ -1,7 +1,11 @@
|
||||||
//
|
/*
|
||||||
// Created by Fabrice Aneche on 06/01/14.
|
* This file is part of the SDWebImage package.
|
||||||
// Copyright (c) 2014 Dailymotion. All rights reserved.
|
* (c) Olivier Poitrey <rs@dailymotion.com>
|
||||||
//
|
* (c) Fabrice Aneche
|
||||||
|
*
|
||||||
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
|
*/
|
||||||
|
|
||||||
#import <Foundation/Foundation.h>
|
#import <Foundation/Foundation.h>
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,11 @@
|
||||||
//
|
/*
|
||||||
// Created by Fabrice Aneche on 06/01/14.
|
* This file is part of the SDWebImage package.
|
||||||
// Copyright (c) 2014 Dailymotion. All rights reserved.
|
* (c) Olivier Poitrey <rs@dailymotion.com>
|
||||||
//
|
* (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"
|
#import "NSData+ImageContentType.h"
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
//
|
/*
|
||||||
// SDWebImageCompat.m
|
* This file is part of the SDWebImage package.
|
||||||
// SDWebImage
|
* (c) Olivier Poitrey <rs@dailymotion.com>
|
||||||
//
|
*
|
||||||
// Created by Olivier Poitrey on 11/12/12.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
// Copyright (c) 2012 Dailymotion. All rights reserved.
|
* file that was distributed with this source code.
|
||||||
//
|
*/
|
||||||
|
|
||||||
#import "SDWebImageCompat.h"
|
#import "SDWebImageCompat.h"
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of the SDWebImage package.
|
* This file is part of the SDWebImage package.
|
||||||
* (c) Olivier Poitrey <rs@dailymotion.com>
|
* (c) Olivier Poitrey <rs@dailymotion.com>
|
||||||
*
|
* (c) james <https://github.com/mystcolor>
|
||||||
* Created by james <https://github.com/mystcolor> on 9/28/11.
|
|
||||||
*
|
*
|
||||||
* For the full copyright and license information, please view the LICENSE
|
* For the full copyright and license information, please view the LICENSE
|
||||||
* file that was distributed with this source code.
|
* file that was distributed with this source code.
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* This file is part of the SDWebImage package.
|
* This file is part of the SDWebImage package.
|
||||||
* (c) Olivier Poitrey <rs@dailymotion.com>
|
* (c) Olivier Poitrey <rs@dailymotion.com>
|
||||||
*
|
* (c) james <https://github.com/mystcolor>
|
||||||
* Created by james <https://github.com/mystcolor> on 9/28/11.
|
|
||||||
*
|
*
|
||||||
* For the full copyright and license information, please view the LICENSE
|
* For the full copyright and license information, please view the LICENSE
|
||||||
* file that was distributed with this source code.
|
* file that was distributed with this source code.
|
||||||
|
|
|
@ -1,10 +1,11 @@
|
||||||
//
|
/*
|
||||||
// UIImage+GIF.h
|
* This file is part of the SDWebImage package.
|
||||||
// LBGIFImage
|
* (c) Olivier Poitrey <rs@dailymotion.com>
|
||||||
//
|
* (c) Laurin Brandner
|
||||||
// Created by Laurin Brandner on 06.01.12.
|
*
|
||||||
// Copyright (c) 2012 __MyCompanyName__. All rights reserved.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
//
|
* file that was distributed with this source code.
|
||||||
|
*/
|
||||||
|
|
||||||
#import <UIKit/UIKit.h>
|
#import <UIKit/UIKit.h>
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,11 @@
|
||||||
//
|
/*
|
||||||
// UIImage+GIF.m
|
* This file is part of the SDWebImage package.
|
||||||
// LBGIFImage
|
* (c) Olivier Poitrey <rs@dailymotion.com>
|
||||||
//
|
* (c) Laurin Brandner
|
||||||
// Created by Laurin Brandner on 06.01.12.
|
*
|
||||||
// Copyright (c) 2012 __MyCompanyName__. All rights reserved.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
//
|
* file that was distributed with this source code.
|
||||||
|
*/
|
||||||
|
|
||||||
#import "UIImage+GIF.h"
|
#import "UIImage+GIF.h"
|
||||||
#import <ImageIO/ImageIO.h>
|
#import <ImageIO/ImageIO.h>
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
//
|
/*
|
||||||
// UIImage+MultiFormat.h
|
* This file is part of the SDWebImage package.
|
||||||
// SDWebImage
|
* (c) Olivier Poitrey <rs@dailymotion.com>
|
||||||
//
|
*
|
||||||
// Created by Olivier Poitrey on 07/06/13.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
// Copyright (c) 2013 Dailymotion. All rights reserved.
|
* file that was distributed with this source code.
|
||||||
//
|
*/
|
||||||
|
|
||||||
#import <UIKit/UIKit.h>
|
#import <UIKit/UIKit.h>
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
//
|
/*
|
||||||
// UIImage+MultiFormat.m
|
* This file is part of the SDWebImage package.
|
||||||
// SDWebImage
|
* (c) Olivier Poitrey <rs@dailymotion.com>
|
||||||
//
|
*
|
||||||
// Created by Olivier Poitrey on 07/06/13.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
// Copyright (c) 2013 Dailymotion. All rights reserved.
|
* file that was distributed with this source code.
|
||||||
//
|
*/
|
||||||
|
|
||||||
#import "UIImage+MultiFormat.h"
|
#import "UIImage+MultiFormat.h"
|
||||||
#import "UIImage+GIF.h"
|
#import "UIImage+GIF.h"
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
//
|
/*
|
||||||
// UIImage+WebP.h
|
* This file is part of the SDWebImage package.
|
||||||
// SDWebImage
|
* (c) Olivier Poitrey <rs@dailymotion.com>
|
||||||
//
|
*
|
||||||
// Created by Olivier Poitrey on 07/06/13.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
// Copyright (c) 2013 Dailymotion. All rights reserved.
|
* file that was distributed with this source code.
|
||||||
//
|
*/
|
||||||
|
|
||||||
#ifdef SD_WEBP
|
#ifdef SD_WEBP
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
//
|
/*
|
||||||
// UIImage+WebP.m
|
* This file is part of the SDWebImage package.
|
||||||
// SDWebImage
|
* (c) Olivier Poitrey <rs@dailymotion.com>
|
||||||
//
|
*
|
||||||
// Created by Olivier Poitrey on 07/06/13.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
// Copyright (c) 2013 Dailymotion. All rights reserved.
|
* file that was distributed with this source code.
|
||||||
//
|
*/
|
||||||
|
|
||||||
#ifdef SD_WEBP
|
#ifdef SD_WEBP
|
||||||
#import "UIImage+WebP.h"
|
#import "UIImage+WebP.h"
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
//
|
/*
|
||||||
// SDImageCacheTests.m
|
* This file is part of the SDWebImage package.
|
||||||
// SDWebImage Tests
|
* (c) Olivier Poitrey <rs@dailymotion.com>
|
||||||
//
|
*
|
||||||
// Created by Bogdan Poplauschi on 20/06/14.
|
* 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
|
#define EXP_SHORTHAND // required by Expecta
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,11 @@
|
||||||
//
|
/*
|
||||||
// SDWebImageDownloaderTests.m
|
* This file is part of the SDWebImage package.
|
||||||
// SDWebImage Tests
|
* (c) Olivier Poitrey <rs@dailymotion.com>
|
||||||
//
|
* (c) Matt Galloway
|
||||||
// Created by Matt Galloway on 01/09/2014.
|
*
|
||||||
//
|
* 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
|
#define EXP_SHORTHAND // required by Expecta
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
//
|
/*
|
||||||
// SDWebImageManagerTests.m
|
* This file is part of the SDWebImage package.
|
||||||
// SDWebImage Tests
|
* (c) Olivier Poitrey <rs@dailymotion.com>
|
||||||
//
|
*
|
||||||
// Created by Bogdan Poplauschi on 20/06/14.
|
* 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
|
#define EXP_SHORTHAND // required by Expecta
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
//
|
/*
|
||||||
// UIImageMultiFormatTests.m
|
* This file is part of the SDWebImage package.
|
||||||
// SDWebImage Tests
|
* (c) Olivier Poitrey <rs@dailymotion.com>
|
||||||
//
|
*
|
||||||
// Created by Bogdan Poplauschi on 18/07/14.
|
* 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
|
#define EXP_SHORTHAND // required by Expecta
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,11 @@
|
||||||
//
|
/*
|
||||||
// WebImage.h
|
* This file is part of the SDWebImage package.
|
||||||
// WebImage
|
* (c) Olivier Poitrey <rs@dailymotion.com>
|
||||||
//
|
* (c) Florent Vilmart
|
||||||
// Created by Florent Vilmart on 2015-03-14.
|
*
|
||||||
// Copyright (c) 2015 Dailymotion. All rights reserved.
|
* For the full copyright and license information, please view the LICENSE
|
||||||
//
|
* file that was distributed with this source code.
|
||||||
|
*/
|
||||||
|
|
||||||
#import <UIKit/UIKit.h>
|
#import <UIKit/UIKit.h>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue