Skip to content

Commit 13cfa24

Browse files
committed
Proper file header copyright
1 parent 98fd09f commit 13cfa24

18 files changed

+126
-126
lines changed

Examples/SDWebImage OSX Demo/AppDelegate.h

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
//
2-
// AppDelegate.h
3-
// SDWebImage OSX Demo
4-
//
5-
// Created by Bogdan on 12/06/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 <Cocoa/Cocoa.h>
1010

Examples/SDWebImage OSX Demo/AppDelegate.m

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
//
2-
// AppDelegate.m
3-
// SDWebImage OSX Demo
4-
//
5-
// Created by Bogdan on 12/06/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 "AppDelegate.h"
1010

Examples/SDWebImage OSX Demo/ViewController.h

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
//
2-
// ViewController.h
3-
// SDWebImage OSX Demo
4-
//
5-
// Created by Bogdan on 12/06/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 <Cocoa/Cocoa.h>
1010

Examples/SDWebImage OSX Demo/ViewController.m

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
//
2-
// ViewController.m
3-
// SDWebImage OSX Demo
4-
//
5-
// Created by Bogdan on 12/06/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 "ViewController.h"
1010

Examples/SDWebImage OSX Demo/main.m

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
//
2-
// main.m
3-
// SDWebImage OSX Demo
4-
//
5-
// Created by Bogdan on 12/06/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 <Cocoa/Cocoa.h>
1010

Examples/SDWebImage TV Demo/AppDelegate.h

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
//
2-
// AppDelegate.h
3-
// SDWebImage TV Demo
4-
//
5-
// Created by Bogdan on 13/06/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 <UIKit/UIKit.h>
1010

Examples/SDWebImage TV Demo/AppDelegate.m

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
//
2-
// AppDelegate.m
3-
// SDWebImage TV Demo
4-
//
5-
// Created by Bogdan on 13/06/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 "AppDelegate.h"
1010

Examples/SDWebImage TV Demo/ViewController.h

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
//
2-
// ViewController.h
3-
// SDWebImage TV Demo
4-
//
5-
// Created by Bogdan on 13/06/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 <UIKit/UIKit.h>
1010

Examples/SDWebImage TV Demo/ViewController.m

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
//
2-
// ViewController.m
3-
// SDWebImage TV Demo
4-
//
5-
// Created by Bogdan on 13/06/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 "ViewController.h"
1010
#import <SDWebImage/FLAnimatedImageView+WebCache.h>

Examples/SDWebImage TV Demo/main.m

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
//
2-
// main.m
3-
// SDWebImage TV Demo
4-
//
5-
// Created by Bogdan on 13/06/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 <UIKit/UIKit.h>
1010
#import "AppDelegate.h"

Examples/SDWebImage Watch Demo Extension/ExtensionDelegate.h

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
//
2-
// ExtensionDelegate.h
3-
// SDWebImage Watch Demo Extension
4-
//
5-
// Created by Bogdan on 13/06/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 <WatchKit/WatchKit.h>
1010

Examples/SDWebImage Watch Demo Extension/ExtensionDelegate.m

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
//
2-
// ExtensionDelegate.m
3-
// SDWebImage Watch Demo Extension
4-
//
5-
// Created by Bogdan on 13/06/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 "ExtensionDelegate.h"
1010

Examples/SDWebImage Watch Demo Extension/InterfaceController.h

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
//
2-
// InterfaceController.h
3-
// SDWebImage Watch Demo Extension
4-
//
5-
// Created by Bogdan on 13/06/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 <WatchKit/WatchKit.h>
1010
#import <Foundation/Foundation.h>

Examples/SDWebImage Watch Demo Extension/InterfaceController.m

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
//
2-
// InterfaceController.m
3-
// SDWebImage Watch Demo Extension
4-
//
5-
// Created by Bogdan on 13/06/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 "InterfaceController.h"
1010
#import <SDWebImage/SDWebImageManager.h>

Examples/SDWebImage Watch Demo Extension/NotificationController.h

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
//
2-
// NotificationController.h
3-
// SDWebImage Watch Demo Extension
4-
//
5-
// Created by Bogdan on 13/06/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 <WatchKit/WatchKit.h>
1010
#import <Foundation/Foundation.h>

Examples/SDWebImage Watch Demo Extension/NotificationController.m

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
//
2-
// NotificationController.m
3-
// SDWebImage Watch Demo Extension
4-
//
5-
// Created by Bogdan on 13/06/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 "NotificationController.h"
1010

SDWebImage/NSImage+WebCache.h

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
//
2-
// NSImage+WebCache.h
3-
// SDWebImage
4-
//
5-
// Created by Bogdan on 12/06/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 "SDWebImageCompat.h"
1010

SDWebImage/NSImage+WebCache.m

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
//
2-
// NSImage+WebCache.m
3-
// SDWebImage
4-
//
5-
// Created by Bogdan on 12/06/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 "NSImage+WebCache.h"
1010

0 commit comments

Comments
 (0)