aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/androidTest/java/org/sufficientlysecure/keychain/EditKeyTest.java
diff options
context:
space:
mode:
authorVincent Breitmoser <valodim@mugenguild.com>2015-06-17 01:30:33 +0200
committerVincent Breitmoser <valodim@mugenguild.com>2015-06-17 18:53:07 +0200
commit0d61221c5f85d0a08025a5b87fa8dfb11b961e9e (patch)
treebdffb831418ed4b9ee58269e86b3564b3e908b90 /OpenKeychain/src/androidTest/java/org/sufficientlysecure/keychain/EditKeyTest.java
parent0c20d408637e2b03990ea7e5c0de31d3f964cf9f (diff)
downloadopen-keychain-0d61221c5f85d0a08025a5b87fa8dfb11b961e9e.tar.gz
open-keychain-0d61221c5f85d0a08025a5b87fa8dfb11b961e9e.tar.bz2
open-keychain-0d61221c5f85d0a08025a5b87fa8dfb11b961e9e.zip
instrument: license stuff
Diffstat (limited to 'OpenKeychain/src/androidTest/java/org/sufficientlysecure/keychain/EditKeyTest.java')
-rw-r--r--OpenKeychain/src/androidTest/java/org/sufficientlysecure/keychain/EditKeyTest.java17
1 files changed, 17 insertions, 0 deletions
diff --git a/OpenKeychain/src/androidTest/java/org/sufficientlysecure/keychain/EditKeyTest.java b/OpenKeychain/src/androidTest/java/org/sufficientlysecure/keychain/EditKeyTest.java
index ebcc24c87..6773a7b2d 100644
--- a/OpenKeychain/src/androidTest/java/org/sufficientlysecure/keychain/EditKeyTest.java
+++ b/OpenKeychain/src/androidTest/java/org/sufficientlysecure/keychain/EditKeyTest.java
@@ -1,3 +1,20 @@
+/*
+ * Copyright (C) 2015 Vincent Breitmoser <look@my.amazin.horse>
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
package org.sufficientlysecure.keychain;