diff options
author | Art O Cathain <art.home@gmail.com> | 2014-07-07 21:31:32 +0100 |
---|---|---|
committer | Art O Cathain <art.home@gmail.com> | 2014-07-07 21:35:10 +0100 |
commit | 51bedc2e73da3fe0022ee3339723c3b351ccd5b9 (patch) | |
tree | 23fe9ee4a7ed8535caa6deaf5f0a0ad8dcef08cb /OpenKeychain/src/test/java/tests/PgpDecryptVerifyTest.java | |
parent | 9971f9ad4cf0c06bb6ab22f9cee16f1a91370365 (diff) | |
download | open-keychain-51bedc2e73da3fe0022ee3339723c3b351ccd5b9.tar.gz open-keychain-51bedc2e73da3fe0022ee3339723c3b351ccd5b9.tar.bz2 open-keychain-51bedc2e73da3fe0022ee3339723c3b351ccd5b9.zip |
(c) headers, tidy imports
Diffstat (limited to 'OpenKeychain/src/test/java/tests/PgpDecryptVerifyTest.java')
-rw-r--r-- | OpenKeychain/src/test/java/tests/PgpDecryptVerifyTest.java | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/OpenKeychain/src/test/java/tests/PgpDecryptVerifyTest.java b/OpenKeychain/src/test/java/tests/PgpDecryptVerifyTest.java index d759bce05..0353e03f5 100644 --- a/OpenKeychain/src/test/java/tests/PgpDecryptVerifyTest.java +++ b/OpenKeychain/src/test/java/tests/PgpDecryptVerifyTest.java @@ -1,3 +1,20 @@ +/* + * Copyright (C) Art O Cathain + * + * 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 tests; import org.junit.Assert; |