From efe65bfd3beb65c9333f363e98858f926474fcd7 Mon Sep 17 00:00:00 2001 From: Olivier Poitrey Date: Sun, 4 Nov 2012 17:49:10 +0100 Subject: [PATCH] Fix source file headers --- SDWebImage/SDWebImageDownloaderOperation.h | 14 +++++++------- SDWebImage/SDWebImageDownloaderOperation.m | 14 +++++++------- SDWebImage/SDWebImageOperation.h | 14 +++++++------- 3 files changed, 21 insertions(+), 21 deletions(-) diff --git a/SDWebImage/SDWebImageDownloaderOperation.h b/SDWebImage/SDWebImageDownloaderOperation.h index 46aa1aa2..35d7f107 100644 --- a/SDWebImage/SDWebImageDownloaderOperation.h +++ b/SDWebImage/SDWebImageDownloaderOperation.h @@ -1,10 +1,10 @@ -// -// SDWebImageDownloaderOperation.h -// SDWebImage -// -// Created by Olivier Poitrey on 04/11/12. -// Copyright (c) 2012 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 "SDWebImageDownloader.h" diff --git a/SDWebImage/SDWebImageDownloaderOperation.m b/SDWebImage/SDWebImageDownloaderOperation.m index 21e2dc29..61d8b498 100644 --- a/SDWebImage/SDWebImageDownloaderOperation.m +++ b/SDWebImage/SDWebImageDownloaderOperation.m @@ -1,10 +1,10 @@ -// -// SDWebImageDownloaderOperation.m -// SDWebImage -// -// Created by Olivier Poitrey on 04/11/12. -// Copyright (c) 2012 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 "SDWebImageDownloaderOperation.h" #import "SDWebImageDecoder.h" diff --git a/SDWebImage/SDWebImageOperation.h b/SDWebImage/SDWebImageOperation.h index b3f2f147..71094ee3 100644 --- a/SDWebImage/SDWebImageOperation.h +++ b/SDWebImage/SDWebImageOperation.h @@ -1,10 +1,10 @@ -// -// SDWebImageOperation.h -// SDWebImage -// -// Created by Olivier Poitrey on 04/11/12. -// Copyright (c) 2012 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