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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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