diff --git a/Examples/SDWebImage OSX Demo/AppDelegate.h b/Examples/SDWebImage OSX Demo/AppDelegate.h index ea81752..a9a6052 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 8ec881f..4ddb742 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 fe44811..918665e 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 5616627..45dce71 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 e49dcdc..a66418e 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 30bd3fc..8b9276d 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 29ff38e..1d02f83 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 c2346e5..7acfb74 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 2df00a5..2fb918e 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 13aa361..e840b53 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 0560a71..dc3988b 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 673db3b..1aa5784 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 ffd7755..2408aab 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 66b2439..a71ef5b 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 ac4cf28..13a3bd3 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 a72703d..5482f38 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 de24f43..d68bdf0 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 ff511a5..de8e004 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"