8000 updated copyright · coder0728/glide-transformations@4d47793 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4d47793

Browse files
committed
updated copyright
1 parent 45c2e3b commit 4d47793

24 files changed

+24
-24
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Thanks
119119
License
120120
-------
121121

122-
Copyright 2015 Wasabeef
122+
Copyright 2017 Wasabeef
123123

124124
Licensed under the Apache License, Version 2.0 (the "License");
125125
you may not use this file except in compliance with the License.

example/src/main/java/jp/wasabeef/example/glide/Utils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package jp.wasabeef.example.glide;
22

33
/**
4-
* Copyright (C) 2015 Wasabeef
4+
* Copyright (C) 2017 Wasabeef
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

transformations/src/main/java/jp/wasabeef/glide/transformations/BlurTransformation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package jp.wasabeef.glide.transformations;
22

33
/**
4-
* Copyright (C) 2015 Wasabeef
4+
* Copyright (C) 2017 Wasabeef
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

transformations/src/main/java/jp/wasabeef/glide/transformations/ColorFilterTransformation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package jp.wasabeef.glide.transformations;
22

33
/**
4-
* Copyright (C) 2015 Wasabeef
4+
* Copyright (C) 2017 Wasabeef
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

transformations/src/main/java/jp/wasabeef/glide/transformations/CropCircleTransformation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package jp.wasabeef.glide.transformations;
22

33
/**
4-
* Copyright (C) 2015 Wasabeef
4+
* Copyright (C) 2017 Wasabeef
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

transformations/src/main/java/jp/wasabeef/glide/transformations/CropSquareTransformation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package jp.wasabeef.glide.transformations;
22

33
/**
4-
* Copyright (C) 2015 Wasabeef
4+
* Copyright (C) 2017 Wasabeef
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

transformations/src/main/java/jp/wasabeef/glide/transformations/CropTransformation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package jp.wasabeef.glide.transformations;
22

33
/**
4-
* Copyright (C) 2015 Wasabeef
4+
* Copyright (C) 2017 Wasabeef
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

transformations/src/main/java/jp/wasabeef/glide/transformations/GrayscaleTransformation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package jp.wasabeef.glide.transformations;
22

33
/**
4-
* Copyright (C) 2015 Wasabeef
4+
* Copyright (C) 2017 Wasabeef
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

transformations/src/main/java/jp/wasabeef/glide/transformations/MaskTransformation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package jp.wasabeef.glide.transformations;
22

33
/**
4-
* Copyright (C) 2015 Wasabeef
4+
* Copyright (C) 2017 Wasabeef
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

transformations/src/main/java/jp/wasabeef/glide/transformations/RoundedCornersTransformation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package jp.wasabeef.glide.transformations;
22

33
/**
4-
* Copyright (C) 2015 Wasabeef
4+
* Copyright (C) 2017 Wasabeef
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

transformations/src/main/java/jp/wasabeef/glide/transformations/gpu/BrightnessFilterTransformation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package jp.wasabeef.glide.transformations.gpu;
22

33
/**
4-
* Copyright (C) 2015 Wasabeef
4+
* Copyright (C) 2017 Wasabeef
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

transformations/src/main/java/jp/wasabeef/glide/transformations/gpu/ContrastFilterTransformation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package jp.wasabeef.glide.transformations.gpu;
22

33
/**
4-
* Copyright (C) 2015 Wasabeef
4+
* Copyright (C) 2017 Wasabeef
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

transformations/src/main/java/jp/wasabeef/glide/transformations/gpu/GPUFilterTransformation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package jp.wasabeef.glide.transformations.gpu;
22

33
/**
4-
* Copyright (C) 2015 Wasabeef
4+
* Copyright (C) 2017 Wasabeef
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

transformations/src/main/java/jp/wasabeef/glide/transformations/gpu/InvertFilterTransformation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package jp.wasabeef.glide.transformations.gpu;
22

33
/**
4-
* Copyright (C) 2015 Wasabeef
4+
* Copyright (C) 2017 Wasabeef
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

transformations/src/main/java/jp/wasabeef/glide/transformations/gpu/KuwaharaFilterTransformation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package jp.wasabeef.glide.transformations.gpu;
22

33
/**
4-
* Copyright (C) 2015 Wasabeef
4+
* Copyright (C) 2017 Wasabeef
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

transformations/src/main/java/jp/wasabeef/glide/transformations/gpu/PixelationFilterTransformation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package jp.wasabeef.glide.transformations.gpu;
22

33
/**
4-
* Copyright (C) 2015 Wasabeef
4+
* Copyright (C) 2017 Wasabeef
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

transformations/src/main/java/jp/wasabeef/glide/transformations/gpu/SepiaFilterTransformation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package jp.wasabeef.glide.transformations.gpu;
22

33
/**
4-
* Copyright (C) 2015 Wasabeef
4+
* Copyright (C) 2017 Wasabeef
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

transformations/src/main/java/jp/wasabeef/glide/transformations/gpu/SketchFilterTransformation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package jp.wasabeef.glide.transformations.gpu;
22

33
/**
4-
* Copyright (C) 2015 Wasabeef
4+
* Copyright (C) 2017 Wasabeef
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

transformations/src/main/java/jp/wasabeef/glide/transformations/gpu/SwirlFilterTransformation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package jp.wasabeef.glide.transformations.gpu;
22

33
/**
4-
* Copyright (C) 2015 Wasabeef
4+
* Copyright (C) 2017 Wasabeef
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

transformations/src/main/java/jp/wasabeef/glide/transformations/gpu/ToonFilterTransformation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package jp.wasabeef.glide.transformations.gpu;
22

33
/**
4-
* Copyright (C) 2015 Wasabeef
4+
* Copyright (C) 2017 Wasabeef
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

transformations/src/main/java/jp/wasabeef/glide/transformations/gpu/VignetteFilterTransformation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package jp.wasabeef.glide.transformations.gpu;
22

33
/**
4-
* Copyright (C) 2015 Wasabeef
4+
* Copyright (C) 2017 Wasabeef
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

transformations/src/main/java/jp/wasabeef/glide/transformations/internal/FastBlur.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import android.graphics.Bitmap;
44

55
/**
6-
* Copyright (C) 2015 Wasabeef
6+
* Copyright (C) 2017 Wasabeef
77
*
88
* Licensed under the Apache License, Version 2.0 (the "License");
99
* you may not use this file except in compliance with the License.

transformations/src/main/java/jp/wasabeef/glide/transformations/internal/RSBlur.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
import android.renderscript.ScriptIntrinsicBlur;
1212

1313
/**
14-
* Copyright (C) 2015 Wasabeef
14+
* Copyright (C) 2017 Wasabeef
1515
*
1616
* Licensed under the Apache License, Version 2.0 (the "License");
1717
* you may not use this file except in compliance with the License.

transformations/src/main/java/jp/wasabeef/glide/transformations/internal/Utils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import android.os.Build;
66

77
/**
8-
* Copyright (C) 2015 Wasabeef
8+
* Copyright (C) 2017 Wasabeef
99
*
1010
* Licensed under the Apache License, Version 2.0 (the "License");
1111
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)
0