diff options
author | Dominik Schürmann <dominik@dominikschuermann.de> | 2013-05-28 23:42:45 +0200 |
---|---|---|
committer | Dominik Schürmann <dominik@dominikschuermann.de> | 2013-05-28 23:42:45 +0200 |
commit | 61451fa5b5dd197eede698ff8fe590cb46ced9f6 (patch) | |
tree | 68136e87cd58b99bf36f641ec7dc3e3f2be0ac3f /OpenPGP-Keychain/src/com/android/crypto/CryptoServiceConnection.java | |
parent | 92d76e482ada74538a634ff74d7836476a1bd8c1 (diff) | |
download | open-keychain-61451fa5b5dd197eede698ff8fe590cb46ced9f6.tar.gz open-keychain-61451fa5b5dd197eede698ff8fe590cb46ced9f6.tar.bz2 open-keychain-61451fa5b5dd197eede698ff8fe590cb46ced9f6.zip |
update API
Diffstat (limited to 'OpenPGP-Keychain/src/com/android/crypto/CryptoServiceConnection.java')
-rw-r--r-- | OpenPGP-Keychain/src/com/android/crypto/CryptoServiceConnection.java | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/OpenPGP-Keychain/src/com/android/crypto/CryptoServiceConnection.java b/OpenPGP-Keychain/src/com/android/crypto/CryptoServiceConnection.java index 4d659d344..96a07a067 100644 --- a/OpenPGP-Keychain/src/com/android/crypto/CryptoServiceConnection.java +++ b/OpenPGP-Keychain/src/com/android/crypto/CryptoServiceConnection.java @@ -1,3 +1,19 @@ +/* + * Copyright (C) 2013 Dominik Schürmann <dominik@dominikschuermann.de> + * + * 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 com.android.crypto; import android.content.ComponentName; |