From 13cfa24cfe08c632bb456072ddbc9ef6bd39c75e Mon Sep 17 00:00:00 2001 From: Bogdan Poplauschi Date: Mon, 13 Jun 2016 09:14:02 +0300 Subject: [PATCH] Proper file header copyright --- Examples/SDWebImage OSX Demo/AppDelegate.h | 14 +++++++------- Examples/SDWebImage OSX Demo/AppDelegate.m | 14 +++++++------- Examples/SDWebImage OSX Demo/ViewController.h | 14 +++++++------- Examples/SDWebImage OSX Demo/ViewController.m | 14 +++++++------- Examples/SDWebImage OSX Demo/main.m | 14 +++++++------- Examples/SDWebImage TV Demo/AppDelegate.h | 14 +++++++------- Examples/SDWebImage TV Demo/AppDelegate.m | 14 +++++++------- Examples/SDWebImage TV Demo/ViewController.h | 14 +++++++------- Examples/SDWebImage TV Demo/ViewController.m | 14 +++++++------- Examples/SDWebImage TV Demo/main.m | 14 +++++++------- .../ExtensionDelegate.h | 14 +++++++------- .../ExtensionDelegate.m | 14 +++++++------- .../InterfaceController.h | 14 +++++++------- .../InterfaceController.m | 14 +++++++------- .../NotificationController.h | 14 +++++++------- .../NotificationController.m | 14 +++++++------- SDWebImage/NSImage+WebCache.h | 14 +++++++------- SDWebImage/NSImage+WebCache.m | 14 +++++++------- 18 files changed, 126 insertions(+), 126 deletions(-) diff --git a/Examples/SDWebImage OSX Demo/AppDelegate.h b/Examples/SDWebImage OSX Demo/AppDelegate.h index ea817525..a9a60529 100644 --- a/Examples/SDWebImage OSX Demo/AppDelegate.h +++ b/Examples/SDWebImage OSX Demo/AppDelegate.h @@ -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 + * + * 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 OSX Demo/AppDelegate.m b/Examples/SDWebImage OSX Demo/AppDelegate.m index 8ec881f5..4ddb742b 100644 --- a/Examples/SDWebImage OSX Demo/AppDelegate.m +++ b/Examples/SDWebImage OSX Demo/AppDelegate.m @@ -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 + * + * 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 OSX Demo/ViewController.h b/Examples/SDWebImage OSX Demo/ViewController.h index fe44811e..918665e4 100644 --- a/Examples/SDWebImage OSX Demo/ViewController.h +++ b/Examples/SDWebImage OSX Demo/ViewController.h @@ -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 + * + * 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 OSX Demo/ViewController.m b/Examples/SDWebImage OSX Demo/ViewController.m index 56166279..45dce71d 100644 --- a/Examples/SDWebImage OSX Demo/ViewController.m +++ b/Examples/SDWebImage OSX Demo/ViewController.m @@ -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 + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ #import "ViewController.h" diff --git a/Examples/SDWebImage OSX Demo/main.m b/Examples/SDWebImage OSX Demo/main.m index e49dcdc1..a66418e2 100644 --- a/Examples/SDWebImage OSX Demo/main.m +++ b/Examples/SDWebImage OSX Demo/main.m @@ -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 + * + * 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 TV Demo/AppDelegate.h b/Examples/SDWebImage TV Demo/AppDelegate.h index 30bd3fcd..8b9276d4 100644 --- a/Examples/SDWebImage TV Demo/AppDelegate.h +++ b/Examples/SDWebImage TV Demo/AppDelegate.h @@ -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 + * + * 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 TV Demo/AppDelegate.m b/Examples/SDWebImage TV Demo/AppDelegate.m index 29ff38e8..1d02f83a 100644 --- a/Examples/SDWebImage TV Demo/AppDelegate.m +++ b/Examples/SDWebImage TV Demo/AppDelegate.m @@ -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 + * + * 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 TV Demo/ViewController.h b/Examples/SDWebImage TV Demo/ViewController.h index c2346e52..7acfb742 100644 --- a/Examples/SDWebImage TV Demo/ViewController.h +++ b/Examples/SDWebImage TV Demo/ViewController.h @@ -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 + * + * 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 TV Demo/ViewController.m b/Examples/SDWebImage TV Demo/ViewController.m index 2df00a55..2fb918e5 100644 --- a/Examples/SDWebImage TV Demo/ViewController.m +++ b/Examples/SDWebImage TV Demo/ViewController.m @@ -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 + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ #import "ViewController.h" #import diff --git a/Examples/SDWebImage TV Demo/main.m b/Examples/SDWebImage TV Demo/main.m index 13aa3614..e840b532 100644 --- a/Examples/SDWebImage TV Demo/main.m +++ b/Examples/SDWebImage TV Demo/main.m @@ -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 + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ #import #import "AppDelegate.h" diff --git a/Examples/SDWebImage Watch Demo Extension/ExtensionDelegate.h b/Examples/SDWebImage Watch Demo Extension/ExtensionDelegate.h index 0560a719..dc3988b4 100644 --- a/Examples/SDWebImage Watch Demo Extension/ExtensionDelegate.h +++ b/Examples/SDWebImage Watch Demo Extension/ExtensionDelegate.h @@ -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 + * + * 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 Watch Demo Extension/ExtensionDelegate.m b/Examples/SDWebImage Watch Demo Extension/ExtensionDelegate.m index 673db3b9..1aa5784e 100644 --- a/Examples/SDWebImage Watch Demo Extension/ExtensionDelegate.m +++ b/Examples/SDWebImage Watch Demo Extension/ExtensionDelegate.m @@ -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 + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ #import "ExtensionDelegate.h" diff --git a/Examples/SDWebImage Watch Demo Extension/InterfaceController.h b/Examples/SDWebImage Watch Demo Extension/InterfaceController.h index ffd77550..2408aab4 100644 --- a/Examples/SDWebImage Watch Demo Extension/InterfaceController.h +++ b/Examples/SDWebImage Watch Demo Extension/InterfaceController.h @@ -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 + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ #import #import diff --git a/Examples/SDWebImage Watch Demo Extension/InterfaceController.m b/Examples/SDWebImage Watch Demo Extension/InterfaceController.m index 66b2439a..a71ef5be 100644 --- a/Examples/SDWebImage Watch Demo Extension/InterfaceController.m +++ b/Examples/SDWebImage Watch Demo Extension/InterfaceController.m @@ -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 + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ #import "InterfaceController.h" #import diff --git a/Examples/SDWebImage Watch Demo Extension/NotificationController.h b/Examples/SDWebImage Watch Demo Extension/NotificationController.h index ac4cf287..13a3bd3e 100644 --- a/Examples/SDWebImage Watch Demo Extension/NotificationController.h +++ b/Examples/SDWebImage Watch Demo Extension/NotificationController.h @@ -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 + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ #import #import diff --git a/Examples/SDWebImage Watch Demo Extension/NotificationController.m b/Examples/SDWebImage Watch Demo Extension/NotificationController.m index a72703d9..5482f38e 100644 --- a/Examples/SDWebImage Watch Demo Extension/NotificationController.m +++ b/Examples/SDWebImage Watch Demo Extension/NotificationController.m @@ -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 + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ #import "NotificationController.h" diff --git a/SDWebImage/NSImage+WebCache.h b/SDWebImage/NSImage+WebCache.h index de24f436..d68bdf03 100644 --- a/SDWebImage/NSImage+WebCache.h +++ b/SDWebImage/NSImage+WebCache.h @@ -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 + * + * 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/NSImage+WebCache.m b/SDWebImage/NSImage+WebCache.m index ff511a5d..de8e0049 100644 --- a/SDWebImage/NSImage+WebCache.m +++ b/SDWebImage/NSImage+WebCache.m @@ -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 + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ #import "NSImage+WebCache.h"