aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/testsupport/ProviderHelperStub.java
diff options
context:
space:
mode:
authorArt O Cathain <art.home@gmail.com>2014-07-07 21:31:32 +0100
committerArt O Cathain <art.home@gmail.com>2014-07-07 21:35:10 +0100
commit51bedc2e73da3fe0022ee3339723c3b351ccd5b9 (patch)
tree23fe9ee4a7ed8535caa6deaf5f0a0ad8dcef08cb /OpenKeychain/src/main/java/org/sufficientlysecure/keychain/testsupport/ProviderHelperStub.java
parent9971f9ad4cf0c06bb6ab22f9cee16f1a91370365 (diff)
downloadopen-keychain-51bedc2e73da3fe0022ee3339723c3b351ccd5b9.tar.gz
open-keychain-51bedc2e73da3fe0022ee3339723c3b351ccd5b9.tar.bz2
open-keychain-51bedc2e73da3fe0022ee3339723c3b351ccd5b9.zip
(c) headers, tidy imports
Diffstat (limited to 'OpenKeychain/src/main/java/org/sufficientlysecure/keychain/testsupport/ProviderHelperStub.java')
-rw-r--r--OpenKeychain/src/main/java/org/sufficientlysecure/keychain/testsupport/ProviderHelperStub.java17
1 files changed, 17 insertions, 0 deletions
diff --git a/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/testsupport/ProviderHelperStub.java b/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/testsupport/ProviderHelperStub.java
index c6d834bf9..0f73d4264 100644
--- a/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/testsupport/ProviderHelperStub.java
+++ b/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/testsupport/ProviderHelperStub.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 org.sufficientlysecure.keychain.testsupport;
import android.content.Context;