Proper file header copyright

This commit is contained in:
Bogdan Poplauschi 2016-06-13 09:14:02 +03:00
parent 98fd09ffae
commit 13cfa24cfe
18 changed files with 126 additions and 126 deletions

View File

@ -1,10 +1,10 @@
//
// AppDelegate.h
// SDWebImage OSX Demo
//
// Created by Bogdan on 12/06/16.
// Copyright © 2016 Dailymotion. All rights reserved.
//
/*
* This file is part of the SDWebImage package.
* (c) Olivier Poitrey <rs@dailymotion.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
#import <Cocoa/Cocoa.h>

View File

@ -1,10 +1,10 @@
//
// AppDelegate.m
// SDWebImage OSX Demo
//
// Created by Bogdan on 12/06/16.
// Copyright © 2016 Dailymotion. All rights reserved.
//
/*
* This file is part of the SDWebImage package.
* (c) Olivier Poitrey <rs@dailymotion.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
#import "AppDelegate.h"

View File

@ -1,10 +1,10 @@
//
// ViewController.h
// SDWebImage OSX Demo
//
// Created by Bogdan on 12/06/16.
// Copyright © 2016 Dailymotion. All rights reserved.
//
/*
* This file is part of the SDWebImage package.
* (c) Olivier Poitrey <rs@dailymotion.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
#import <Cocoa/Cocoa.h>

View File

@ -1,10 +1,10 @@
//
// ViewController.m
// SDWebImage OSX Demo
//
// Created by Bogdan on 12/06/16.
// Copyright © 2016 Dailymotion. All rights reserved.
//
/*
* This file is part of the SDWebImage package.
* (c) Olivier Poitrey <rs@dailymotion.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
#import "ViewController.h"

View File

@ -1,10 +1,10 @@
//
// main.m
// SDWebImage OSX Demo
//
// Created by Bogdan on 12/06/16.
// Copyright © 2016 Dailymotion. All rights reserved.
//
/*
* This file is part of the SDWebImage package.
* (c) Olivier Poitrey <rs@dailymotion.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
#import <Cocoa/Cocoa.h>

View File

@ -1,10 +1,10 @@
//
// AppDelegate.h
// SDWebImage TV Demo
//
// Created by Bogdan on 13/06/16.
// Copyright © 2016 Dailymotion. All rights reserved.
//
/*
* This file is part of the SDWebImage package.
* (c) Olivier Poitrey <rs@dailymotion.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
#import <UIKit/UIKit.h>

View File

@ -1,10 +1,10 @@
//
// AppDelegate.m
// SDWebImage TV Demo
//
// Created by Bogdan on 13/06/16.
// Copyright © 2016 Dailymotion. All rights reserved.
//
/*
* This file is part of the SDWebImage package.
* (c) Olivier Poitrey <rs@dailymotion.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
#import "AppDelegate.h"

View File

@ -1,10 +1,10 @@
//
// ViewController.h
// SDWebImage TV Demo
//
// Created by Bogdan on 13/06/16.
// Copyright © 2016 Dailymotion. All rights reserved.
//
/*
* This file is part of the SDWebImage package.
* (c) Olivier Poitrey <rs@dailymotion.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
#import <UIKit/UIKit.h>

View File

@ -1,10 +1,10 @@
//
// ViewController.m
// SDWebImage TV Demo
//
// Created by Bogdan on 13/06/16.
// Copyright © 2016 Dailymotion. All rights reserved.
//
/*
* This file is part of the SDWebImage package.
* (c) Olivier Poitrey <rs@dailymotion.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
#import "ViewController.h"
#import <SDWebImage/FLAnimatedImageView+WebCache.h>

View File

@ -1,10 +1,10 @@
//
// main.m
// SDWebImage TV Demo
//
// Created by Bogdan on 13/06/16.
// Copyright © 2016 Dailymotion. All rights reserved.
//
/*
* This file is part of the SDWebImage package.
* (c) Olivier Poitrey <rs@dailymotion.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
#import <UIKit/UIKit.h>
#import "AppDelegate.h"

View File

@ -1,10 +1,10 @@
//
// ExtensionDelegate.h
// SDWebImage Watch Demo Extension
//
// Created by Bogdan on 13/06/16.
// Copyright © 2016 Dailymotion. All rights reserved.
//
/*
* This file is part of the SDWebImage package.
* (c) Olivier Poitrey <rs@dailymotion.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
#import <WatchKit/WatchKit.h>

View File

@ -1,10 +1,10 @@
//
// ExtensionDelegate.m
// SDWebImage Watch Demo Extension
//
// Created by Bogdan on 13/06/16.
// Copyright © 2016 Dailymotion. All rights reserved.
//
/*
* This file is part of the SDWebImage package.
* (c) Olivier Poitrey <rs@dailymotion.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
#import "ExtensionDelegate.h"

View File

@ -1,10 +1,10 @@
//
// InterfaceController.h
// SDWebImage Watch Demo Extension
//
// Created by Bogdan on 13/06/16.
// Copyright © 2016 Dailymotion. All rights reserved.
//
/*
* This file is part of the SDWebImage package.
* (c) Olivier Poitrey <rs@dailymotion.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
#import <WatchKit/WatchKit.h>
#import <Foundation/Foundation.h>

View File

@ -1,10 +1,10 @@
//
// InterfaceController.m
// SDWebImage Watch Demo Extension
//
// Created by Bogdan on 13/06/16.
// Copyright © 2016 Dailymotion. All rights reserved.
//
/*
* This file is part of the SDWebImage package.
* (c) Olivier Poitrey <rs@dailymotion.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
#import "InterfaceController.h"
#import <SDWebImage/SDWebImageManager.h>

View File

@ -1,10 +1,10 @@
//
// NotificationController.h
// SDWebImage Watch Demo Extension
//
// Created by Bogdan on 13/06/16.
// Copyright © 2016 Dailymotion. All rights reserved.
//
/*
* This file is part of the SDWebImage package.
* (c) Olivier Poitrey <rs@dailymotion.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
#import <WatchKit/WatchKit.h>
#import <Foundation/Foundation.h>

View File

@ -1,10 +1,10 @@
//
// NotificationController.m
// SDWebImage Watch Demo Extension
//
// Created by Bogdan on 13/06/16.
// Copyright © 2016 Dailymotion. All rights reserved.
//
/*
* This file is part of the SDWebImage package.
* (c) Olivier Poitrey <rs@dailymotion.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
#import "NotificationController.h"

View File

@ -1,10 +1,10 @@
//
// NSImage+WebCache.h
// SDWebImage
//
// Created by Bogdan on 12/06/16.
// Copyright © 2016 Dailymotion. All rights reserved.
//
/*
* This file is part of the SDWebImage package.
* (c) Olivier Poitrey <rs@dailymotion.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
#import "SDWebImageCompat.h"

View File

@ -1,10 +1,10 @@
//
// NSImage+WebCache.m
// SDWebImage
//
// Created by Bogdan on 12/06/16.
// Copyright © 2016 Dailymotion. All rights reserved.
//
/*
* This file is part of the SDWebImage package.
* (c) Olivier Poitrey <rs@dailymotion.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
#import "NSImage+WebCache.h"