From fed8aab15cbef534644928bd9ef6bb3def456363 Mon Sep 17 00:00:00 2001 From: matthewfan Date: Tue, 8 Nov 2016 10:41:54 +0800 Subject: [PATCH] update readme --- .idea/misc.xml | 2 +- README-zh.md | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index eb08933..6332d7b 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -53,7 +53,7 @@ - + diff --git a/README-zh.md b/README-zh.md index 47dc8e4..353bfb6 100644 --- a/README-zh.md +++ b/README-zh.md @@ -90,7 +90,7 @@ public class MyGLView extends GLView { * 目前的Filter没有GPUImage里那么多,后续会陆续增加,如果有需要,参照我的代码自己实现即可,难度不高。 ## License - Copyright 2012 CyberAgent, Inc. + Copyright 2016 ChillingVan. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/README.md b/README.md index d1a5a91..739079b 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ public class MyGLView extends GLView { * Remember to call onResume and onPause in the Activity lifecycle when using GLContinuousView and GLContinuousTextureView. ## License - Copyright 2012 CyberAgent, Inc. + Copyright 2016 ChillingVan. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.