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