aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/util/KeychainServiceListener.java
diff options
context:
space:
mode:
authoruberspot <onexemailx@gmail.com>2014-03-13 21:30:47 +0200
committeruberspot <onexemailx@gmail.com>2014-03-13 21:30:56 +0200
commit2ff6949c9510de64593c733172fdf345968e53f5 (patch)
tree1cf8537b19781ea6a58ad85896d9b9fd1256a60b /OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/util/KeychainServiceListener.java
parent4353ea37e223c0ed5b9f14c0226ce87ea992288c (diff)
downloadopen-keychain-2ff6949c9510de64593c733172fdf345968e53f5.tar.gz
open-keychain-2ff6949c9510de64593c733172fdf345968e53f5.tar.bz2
open-keychain-2ff6949c9510de64593c733172fdf345968e53f5.zip
more code style changes in /ui and /util
Diffstat (limited to 'OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/util/KeychainServiceListener.java')
-rw-r--r--OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/util/KeychainServiceListener.java13
1 files changed, 13 insertions, 0 deletions
diff --git a/OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/util/KeychainServiceListener.java b/OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/util/KeychainServiceListener.java
index 0d7513057..14b2a2211 100644
--- a/OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/util/KeychainServiceListener.java
+++ b/OpenPGP-Keychain/src/main/java/org/sufficientlysecure/keychain/util/KeychainServiceListener.java
@@ -1,3 +1,16 @@
+/*
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
package org.sufficientlysecure.keychain.util;
public interface KeychainServiceListener {