Skip to content

Commit 53b669a

Browse files
committed
Modify author and copyright information.
1 parent 08aefa1 commit 53b669a

12 files changed

+24
-24
lines changed

app/src/main/java/cn/nekocode/camerafilter/filter/BlackAndWhiteFilter.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2016 nekocode
2+
* Copyright 2016 winston
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.
@@ -22,7 +22,7 @@
2222
import cn.nekocode.camerafilter.R;
2323

2424
/**
25-
* @author nekocode (nekocode.cn@gmail.com)
25+
* @author winston (1054669137@qq.com)
2626
*/
2727
public class BlackAndWhiteFilter extends CameraFilter {
2828
private int program;

app/src/main/java/cn/nekocode/camerafilter/filter/CartoonFilter.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2016 nekocode
2+
* Copyright 2016 winston
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.
@@ -22,7 +22,7 @@
2222
import cn.nekocode.camerafilter.R;
2323

2424
/**
25-
* @author nekocode (nekocode.cn@gmail.com)
25+
* @author winston (1054669137@qq.com)
2626
*/
2727
public class CartoonFilter extends CameraFilter {
2828
private int program;

app/src/main/java/cn/nekocode/camerafilter/filter/CastingFilter.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2016 nekocode
2+
* Copyright 2016 winston
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.
@@ -22,7 +22,7 @@
2222
import cn.nekocode.camerafilter.R;
2323

2424
/**
25-
* @author nekocode (nekocode.cn@gmail.com)
25+
* @author winston (1054669137@qq.com)
2626
*/
2727
public class CastingFilter extends CameraFilter {
2828
private int program;

app/src/main/java/cn/nekocode/camerafilter/filter/GrayFilter.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2016 nekocode
2+
* Copyright 2016 winston
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.
@@ -22,7 +22,7 @@
2222
import cn.nekocode.camerafilter.R;
2323

2424
/**
25-
* @author nekocode (nekocode.cn@gmail.com)
25+
* @author winston (1054669137@qq.com)
2626
*/
2727
public class GrayFilter extends CameraFilter {
2828
private int program;

app/src/main/java/cn/nekocode/camerafilter/filter/HexagonMosaicFilter.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2016 nekocode
2+
* Copyright 2016 winston
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.
@@ -22,7 +22,7 @@
2222
import cn.nekocode.camerafilter.R;
2323

2424
/**
25-
* @author nekocode (nekocode.cn@gmail.com)
25+
* @author winston (1054669137@qq.com)
2626
*/
2727
public class HexagonMosaicFilter extends CameraFilter {
2828
private int program;

app/src/main/java/cn/nekocode/camerafilter/filter/MirrorFilter.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2016 nekocode
2+
* Copyright 2016 winston
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.
@@ -22,7 +22,7 @@
2222
import cn.nekocode.camerafilter.R;
2323

2424
/**
25-
* @author nekocode (nekocode.cn@gmail.com)
25+
* @author winston (1054669137@qq.com)
2626
*/
2727
public class MirrorFilter extends CameraFilter {
2828
private int program;

app/src/main/java/cn/nekocode/camerafilter/filter/NegativeFilter.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2016 nekocode
2+
* Copyright 2016 winston
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.
@@ -22,7 +22,7 @@
2222
import cn.nekocode.camerafilter.R;
2323

2424
/**
25-
* @author nekocode (nekocode.cn@gmail.com)
25+
* @author winston (1054669137@qq.com)
2626
*/
2727
public class NegativeFilter extends CameraFilter {
2828
private int program;

app/src/main/java/cn/nekocode/camerafilter/filter/NostalgiaFilter.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2016 nekocode
2+
* Copyright 2016 winston
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.
@@ -22,7 +22,7 @@
2222
import cn.nekocode.camerafilter.R;
2323

2424
/**
25-
* @author nekocode (nekocode.cn@gmail.com)
25+
* @author winston (1054669137@qq.com)
2626
*/
2727
public class NostalgiaFilter extends CameraFilter {
2828
private int program;

app/src/main/java/cn/nekocode/camerafilter/filter/ReliefFilter.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2016 nekocode
2+
* Copyright 2016 winston
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.
@@ -22,7 +22,7 @@
2222
import cn.nekocode.camerafilter.R;
2323

2424
/**
25-
* @author nekocode (nekocode.cn@gmail.com)
25+
* @author winston (1054669137@qq.com)
2626
*/
2727
public class ReliefFilter extends CameraFilter {
2828
private int program;

app/src/main/java/cn/nekocode/camerafilter/filter/SwirlFilter.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2016 nekocode
2+
* Copyright 2016 winston
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.
@@ -22,7 +22,7 @@
2222
import cn.nekocode.camerafilter.R;
2323

2424
/**
25-
* @author nekocode (nekocode.cn@gmail.com)
25+
* @author winston (1054669137@qq.com)
2626
*/
2727
public class SwirlFilter extends CameraFilter {
2828
private int program;

app/src/main/java/cn/nekocode/camerafilter/filter/TripleFilter.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2016 nekocode
2+
* Copyright 2016 winston
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.
@@ -22,7 +22,7 @@
2222
import cn.nekocode.camerafilter.R;
2323

2424
/**
25-
* @author nekocode (nekocode.cn@gmail.com)
25+
* @author winston (1054669137@qq.com)
2626
*/
2727
public class TripleFilter extends CameraFilter {
2828
private int program;

app/src/main/java/cn/nekocode/camerafilter/filter/WaterReflectionFilter.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2016 nekocode
2+
* Copyright 2016 winston
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.
@@ -22,7 +22,7 @@
2222
import cn.nekocode.camerafilter.R;
2323

2424
/**
25-
* @author nekocode (nekocode.cn@gmail.com)
25+
* @author winston (1054669137@qq.com)
2626
*/
2727
public class WaterReflectionFilter extends CameraFilter {
2828
private int program;

0 commit comments

Comments
 (0)