aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain
diff options
context:
space:
mode:
authorKent <itaqmail@gmail.com>2015-03-20 12:24:06 +0800
committerKent <itaqmail@gmail.com>2015-03-20 12:24:06 +0800
commite0a5f1a0d44d49afffb1c5df1420431f39586c55 (patch)
treebf0f36c37bd98123d2e49ae8cf52a0d70c68e809 /OpenKeychain
parent8d6d4328f23b527be9ea794433b3f160cd58e5a5 (diff)
downloadopen-keychain-e0a5f1a0d44d49afffb1c5df1420431f39586c55.tar.gz
open-keychain-e0a5f1a0d44d49afffb1c5df1420431f39586c55.tar.bz2
open-keychain-e0a5f1a0d44d49afffb1c5df1420431f39586c55.zip
Removed create and added GPLv3 header
Diffstat (limited to 'OpenKeychain')
-rw-r--r--OpenKeychain/src/main/java/org/sufficientlysecure/keychain/util/NfcHelper.java21
1 files changed, 17 insertions, 4 deletions
diff --git a/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/util/NfcHelper.java b/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/util/NfcHelper.java
index bae42d965..3d225eb04 100644
--- a/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/util/NfcHelper.java
+++ b/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/util/NfcHelper.java
@@ -1,3 +1,20 @@
+/*
+ * Copyright (C) 2014 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.util;
import android.annotation.TargetApi;
@@ -24,10 +41,6 @@ import java.lang.ref.WeakReference;
/**
* This class contains NFC functionality that can be shared across Fragments or Activities.
- * <p/>
- * Created on Mar 20, 2015.
- *
- * @author Kent
*/
public class NfcHelper {