aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/operations/SignEncryptOperation.java
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2015-03-15 00:49:29 +0100
committerDominik Schürmann <dominik@dominikschuermann.de>2015-03-15 00:49:29 +0100
commit6c9b2ce0c039c536003f01f04c9a7f14671e9ce3 (patch)
tree63b3ab49167b807d9dac6faf68d5b609b0567c24 /OpenKeychain/src/main/java/org/sufficientlysecure/keychain/operations/SignEncryptOperation.java
parent8ede97b9ffeae0604c5ed88b2f188cdd0b33c3b4 (diff)
downloadopen-keychain-6c9b2ce0c039c536003f01f04c9a7f14671e9ce3.tar.gz
open-keychain-6c9b2ce0c039c536003f01f04c9a7f14671e9ce3.tar.bz2
open-keychain-6c9b2ce0c039c536003f01f04c9a7f14671e9ce3.zip
Add missing license headers
Diffstat (limited to 'OpenKeychain/src/main/java/org/sufficientlysecure/keychain/operations/SignEncryptOperation.java')
-rw-r--r--OpenKeychain/src/main/java/org/sufficientlysecure/keychain/operations/SignEncryptOperation.java17
1 files changed, 17 insertions, 0 deletions
diff --git a/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/operations/SignEncryptOperation.java b/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/operations/SignEncryptOperation.java
index af60ea5ee..b5552a40d 100644
--- a/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/operations/SignEncryptOperation.java
+++ b/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/operations/SignEncryptOperation.java
@@ -1,3 +1,20 @@
+/*
+ * Copyright (C) 2014-2015 Vincent Breitmoser <v.breitmoser@mugenguild.com>
+ *
+ * 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.operations;
import android.content.Context;