Skip to content

Commit 29b7a27

Browse files
committed
License headers
1 parent 06a6f83 commit 29b7a27

40 files changed

+40
-40
lines changed

library/src/com/nostra13/universalimageloader/cache/disc/DiscCacheAware.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright 2011-2013 Sergey Tarasevich
2+
* Copyright 2011-2014 Sergey Tarasevich
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

library/src/com/nostra13/universalimageloader/cache/disc/impl/BaseDiscCache.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright 2011-2013 Sergey Tarasevich
2+
* Copyright 2011-2014 Sergey Tarasevich
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

library/src/com/nostra13/universalimageloader/cache/disc/impl/LimitedAgeDiscCache.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright 2011-2013 Sergey Tarasevich
2+
* Copyright 2011-2014 Sergey Tarasevich
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

library/src/com/nostra13/universalimageloader/cache/disc/impl/UnlimitedDiscCache.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright 2011-2013 Sergey Tarasevich
2+
* Copyright 2011-2014 Sergey Tarasevich
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

library/src/com/nostra13/universalimageloader/cache/memory/BaseMemoryCache.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright 2011-2013 Sergey Tarasevich
2+
* Copyright 2011-2014 Sergey Tarasevich
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

library/src/com/nostra13/universalimageloader/cache/memory/LimitedMemoryCache.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright 2011-2013 Sergey Tarasevich
2+
* Copyright 2011-2014 Sergey Tarasevich
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

library/src/com/nostra13/universalimageloader/cache/memory/MemoryCacheAware.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright 2011-2013 Sergey Tarasevich
2+
* Copyright 2011-2014 Sergey Tarasevich
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

library/src/com/nostra13/universalimageloader/cache/memory/impl/FIFOLimitedMemoryCache.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright 2011-2013 Sergey Tarasevich
2+
* Copyright 2011-2014 Sergey Tarasevich
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

library/src/com/nostra13/universalimageloader/cache/memory/impl/FuzzyKeyMemoryCache.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright 2011-2013 Sergey Tarasevich
2+
* Copyright 2011-2014 Sergey Tarasevich
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

library/src/com/nostra13/universalimageloader/cache/memory/impl/LRULimitedMemoryCache.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright 2011-2013 Sergey Tarasevich
2+
* Copyright 2011-2014 Sergey Tarasevich
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

library/src/com/nostra13/universalimageloader/cache/memory/impl/LargestLimitedMemoryCache.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright 2011-2013 Sergey Tarasevich
2+
* Copyright 2011-2014 Sergey Tarasevich
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

library/src/com/nostra13/universalimageloader/cache/memory/impl/LimitedAgeMemoryCache.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright 2011-2013 Sergey Tarasevich
2+
* Copyright 2011-2014 Sergey Tarasevich
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

library/src/com/nostra13/universalimageloader/cache/memory/impl/UsingFreqLimitedMemoryCache.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright 2011-2013 Sergey Tarasevich
2+
* Copyright 2011-2014 Sergey Tarasevich
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

library/src/com/nostra13/universalimageloader/cache/memory/impl/WeakMemoryCache.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright 2011-2013 Sergey Tarasevich
2+
* Copyright 2011-2014 Sergey Tarasevich
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

library/src/com/nostra13/universalimageloader/core/DefaultConfigurationFactory.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright 2011-2013 Sergey Tarasevich
2+
* Copyright 2011-2014 Sergey Tarasevich
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

library/src/com/nostra13/universalimageloader/core/DisplayBitmapTask.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright 2011-2013 Sergey Tarasevich
2+
* Copyright 2011-2014 Sergey Tarasevich
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

library/src/com/nostra13/universalimageloader/core/DisplayImageOptions.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright 2011-2013 Sergey Tarasevich
2+
* Copyright 2011-2014 Sergey Tarasevich
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

library/src/com/nostra13/universalimageloader/core/ImageLoader.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright 2011-2013 Sergey Tarasevich
2+
* Copyright 2011-2014 Sergey Tarasevich
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

library/src/com/nostra13/universalimageloader/core/ImageLoaderConfiguration.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright 2011-2013 Sergey Tarasevich
2+
* Copyright 2011-2014 Sergey Tarasevich
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

library/src/com/nostra13/universalimageloader/core/ImageLoaderEngine.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright 2011-2013 Sergey Tarasevich
2+
* Copyright 2011-2014 Sergey Tarasevich
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

library/src/com/nostra13/universalimageloader/core/LoadAndDisplayImageTask.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright 2011-2013 Sergey Tarasevich
2+
* Copyright 2011-2014 Sergey Tarasevich
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

library/src/com/nostra13/universalimageloader/core/ProcessAndDisplayImageTask.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright 2011-2013 Sergey Tarasevich
2+
* Copyright 2011-2014 Sergey Tarasevich
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

library/src/com/nostra13/universalimageloader/core/assist/ContentLengthInputStream.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright 2013 Sergey Tarasevich
2+
* Copyright 2013-2014 Sergey Tarasevich
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

library/src/com/nostra13/universalimageloader/core/assist/FailReason.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright 2011-2013 Sergey Tarasevich
2+
* Copyright 2011-2014 Sergey Tarasevich
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

library/src/com/nostra13/universalimageloader/core/assist/ImageScaleType.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright 2011-2013 Sergey Tarasevich
2+
* Copyright 2011-2014 Sergey Tarasevich
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

library/src/com/nostra13/universalimageloader/core/decode/BaseImageDecoder.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright 2011-2013 Sergey Tarasevich
2+
* Copyright 2011-2014 Sergey Tarasevich
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

library/src/com/nostra13/universalimageloader/core/decode/ImageDecodingInfo.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright 2013 Sergey Tarasevich
2+
* Copyright 2013-2014 Sergey Tarasevich
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

library/src/com/nostra13/universalimageloader/core/display/BitmapDisplayer.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright 2011-2013 Sergey Tarasevich
2+
* Copyright 2011-2014 Sergey Tarasevich
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

library/src/com/nostra13/universalimageloader/core/display/FadeInBitmapDisplayer.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright 2011-2013 Sergey Tarasevich, Daniel Martí
2+
* Copyright 2011-2014 Sergey Tarasevich, Daniel Martí
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

library/src/com/nostra13/universalimageloader/core/display/RoundedBitmapDisplayer.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright 2011-2013 Sergey Tarasevich
2+
* Copyright 2011-2014 Sergey Tarasevich
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

library/src/com/nostra13/universalimageloader/core/download/BaseImageDownloader.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright 2011-2013 Sergey Tarasevich
2+
* Copyright 2011-2014 Sergey Tarasevich
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

library/src/com/nostra13/universalimageloader/core/imageaware/ImageAware.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright 2013 Sergey Tarasevich
2+
* Copyright 2013-2014 Sergey Tarasevich
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

library/src/com/nostra13/universalimageloader/core/imageaware/ImageViewAware.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright 2013 Sergey Tarasevich
2+
* Copyright 2013-2014 Sergey Tarasevich
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

library/src/com/nostra13/universalimageloader/core/imageaware/NonViewAware.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright 2013 Sergey Tarasevich
2+
* Copyright 2013-2014 Sergey Tarasevich
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

library/src/com/nostra13/universalimageloader/utils/DiskCacheUtils.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright 2011-2013 Sergey Tarasevich
2+
* Copyright 2011-2014 Sergey Tarasevich
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

library/src/com/nostra13/universalimageloader/utils/ImageSizeUtils.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright 2013 Sergey Tarasevich
2+
* Copyright 2013-2014 Sergey Tarasevich
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

library/src/com/nostra13/universalimageloader/utils/IoUtils.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright 2011-2013 Sergey Tarasevich
2+
* Copyright 2011-2014 Sergey Tarasevich
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

library/src/com/nostra13/universalimageloader/utils/L.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright 2011-2013 Sergey Tarasevich
2+
* Copyright 2011-2014 Sergey Tarasevich
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

library/src/com/nostra13/universalimageloader/utils/MemoryCacheUtils.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright 2011-2013 Sergey Tarasevich
2+
* Copyright 2011-2014 Sergey Tarasevich
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

library/src/com/nostra13/universalimageloader/utils/StorageUtils.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright 2011-2013 Sergey Tarasevich
2+
* Copyright 2011-2014 Sergey Tarasevich
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)