Authored by Olivier Poitrey

Fix source file headers

1 -//  
2 -// SDWebImageDownloaderOperation.h  
3 -// SDWebImage  
4 -//  
5 -// Created by Olivier Poitrey on 04/11/12.  
6 -// Copyright (c) 2012 Dailymotion. All rights reserved.  
7 -// 1 +/*
  2 + * This file is part of the SDWebImage package.
  3 + * (c) Olivier Poitrey <rs@dailymotion.com>
  4 + *
  5 + * For the full copyright and license information, please view the LICENSE
  6 + * file that was distributed with this source code.
  7 + */
8 8
9 #import <Foundation/Foundation.h> 9 #import <Foundation/Foundation.h>
10 #import "SDWebImageDownloader.h" 10 #import "SDWebImageDownloader.h"
1 -//  
2 -// SDWebImageDownloaderOperation.m  
3 -// SDWebImage  
4 -//  
5 -// Created by Olivier Poitrey on 04/11/12.  
6 -// Copyright (c) 2012 Dailymotion. All rights reserved.  
7 -// 1 +/*
  2 + * This file is part of the SDWebImage package.
  3 + * (c) Olivier Poitrey <rs@dailymotion.com>
  4 + *
  5 + * For the full copyright and license information, please view the LICENSE
  6 + * file that was distributed with this source code.
  7 + */
8 8
9 #import "SDWebImageDownloaderOperation.h" 9 #import "SDWebImageDownloaderOperation.h"
10 #import "SDWebImageDecoder.h" 10 #import "SDWebImageDecoder.h"
1 -//  
2 -// SDWebImageOperation.h  
3 -// SDWebImage  
4 -//  
5 -// Created by Olivier Poitrey on 04/11/12.  
6 -// Copyright (c) 2012 Dailymotion. All rights reserved.  
7 -// 1 +/*
  2 + * This file is part of the SDWebImage package.
  3 + * (c) Olivier Poitrey <rs@dailymotion.com>
  4 + *
  5 + * For the full copyright and license information, please view the LICENSE
  6 + * file that was distributed with this source code.
  7 + */
8 8
9 #import <Foundation/Foundation.h> 9 #import <Foundation/Foundation.h>
10 10