diff options
author | Kent <itaqmail@gmail.com> | 2015-03-20 12:24:06 +0800 |
---|---|---|
committer | Kent <itaqmail@gmail.com> | 2015-03-20 12:24:06 +0800 |
commit | e0a5f1a0d44d49afffb1c5df1420431f39586c55 (patch) | |
tree | bf0f36c37bd98123d2e49ae8cf52a0d70c68e809 | |
parent | 8d6d4328f23b527be9ea794433b3f160cd58e5a5 (diff) | |
download | open-keychain-e0a5f1a0d44d49afffb1c5df1420431f39586c55.tar.gz open-keychain-e0a5f1a0d44d49afffb1c5df1420431f39586c55.tar.bz2 open-keychain-e0a5f1a0d44d49afffb1c5df1420431f39586c55.zip |
Removed create and added GPLv3 header
-rw-r--r-- | OpenKeychain/src/main/java/org/sufficientlysecure/keychain/util/NfcHelper.java | 21 |
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 { |