From b1c3bb7e64c4feb54dca4ca1b6af1b410dd4fa30 Mon Sep 17 00:00:00 2001 From: Bogdan Poplauschi Date: Sun, 19 Feb 2017 14:27:48 +0200 Subject: [PATCH] Updated copyright info - replaces #1806 --- Examples/SDWebImage OSX Demo/Info.plist | 2 +- LICENSE | 2 +- SDWebImage/SDImageCacheConfig.h | 14 +++++++------- SDWebImage/SDImageCacheConfig.m | 14 +++++++------- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Examples/SDWebImage OSX Demo/Info.plist b/Examples/SDWebImage OSX Demo/Info.plist index 65d439aa..0ee21237 100644 --- a/Examples/SDWebImage OSX Demo/Info.plist +++ b/Examples/SDWebImage OSX Demo/Info.plist @@ -30,7 +30,7 @@ LSMinimumSystemVersion $(MACOSX_DEPLOYMENT_TARGET) NSHumanReadableCopyright - Copyright © 2016 Dailymotion. All rights reserved. + Copyright © 2017 Dailymotion. All rights reserved. NSMainStoryboardFile Main NSPrincipalClass diff --git a/LICENSE b/LICENSE index 810cf88a..92a252a9 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2016 Olivier Poitrey rs@dailymotion.com +Copyright (c) 2009-2017 Olivier Poitrey rs@dailymotion.com Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/SDWebImage/SDImageCacheConfig.h b/SDWebImage/SDImageCacheConfig.h index fd83527d..b1523e29 100644 --- a/SDWebImage/SDImageCacheConfig.h +++ b/SDWebImage/SDImageCacheConfig.h @@ -1,10 +1,10 @@ -// -// SDImageCacheConfig.h -// SDWebImage -// -// Created by Bogdan on 09/09/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 "SDWebImageCompat.h" diff --git a/SDWebImage/SDImageCacheConfig.m b/SDWebImage/SDImageCacheConfig.m index c154265a..6b588ebd 100644 --- a/SDWebImage/SDImageCacheConfig.m +++ b/SDWebImage/SDImageCacheConfig.m @@ -1,10 +1,10 @@ -// -// SDImageCacheConfig.m -// SDWebImage -// -// Created by Bogdan on 09/09/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 "SDImageCacheConfig.h"