diff options
author | Arne Schwabe <arne@rfc2549.org> | 2014-12-17 17:05:35 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2014-12-17 17:05:35 +0100 |
commit | 3f41bff1180287a04e73380cb10471c92315a1ed (patch) | |
tree | db66fca7e843ccbd9ee55af6f599066440c3b661 /main/build.gradle | |
parent | d496f5775366c115b2f04874ff8fed4d6647e6f3 (diff) |
Update/clarify copyright.
--HG--
extra : rebase_source : a453e026590faae1a1842b98d367654fbde63fcb
Diffstat (limited to 'main/build.gradle')
-rw-r--r-- | main/build.gradle | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/main/build.gradle b/main/build.gradle index 376b8edf..8231fdf8 100644 --- a/main/build.gradle +++ b/main/build.gradle @@ -107,6 +107,11 @@ android { } +/* + * Copyright (c) 2012-2014 Arne Schwabe + * Distributed under the GNU GPL v2 with additional terms. For full terms see the file doc/LICENSE.txt + */ + // ~/.gradle/gradle.properties if (project.hasProperty('keystoreFile') && project.hasProperty('keystorePassword') && |