aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/java/android/support
diff options
context:
space:
mode:
authorVincent Breitmoser <valodim@mugenguild.com>2014-05-21 23:06:25 +0200
committerVincent Breitmoser <valodim@mugenguild.com>2014-05-21 23:06:51 +0200
commit952bb99a2467bb5c1c2988d33451df0249e04a42 (patch)
tree7c8cdeba0812cf84443880010cbedc73ab3a52d7 /OpenKeychain/src/main/java/android/support
parent6d7daec37f9ac7efbdd687c97ca45f9c9ddc5602 (diff)
parent8a2ffd8f90e9653ed69f945a94f6b9702dbdfff4 (diff)
downloadopen-keychain-952bb99a2467bb5c1c2988d33451df0249e04a42.tar.gz
open-keychain-952bb99a2467bb5c1c2988d33451df0249e04a42.tar.bz2
open-keychain-952bb99a2467bb5c1c2988d33451df0249e04a42.zip
Merge remote-tracking branch 'origin/master' into wrapped-key-ring
Conflicts: OpenKeychain/src/main/java/org/sufficientlysecure/keychain/pgp/PgpImportExport.java OpenKeychain/src/main/java/org/sufficientlysecure/keychain/service/KeychainIntentService.java
Diffstat (limited to 'OpenKeychain/src/main/java/android/support')
-rw-r--r--OpenKeychain/src/main/java/android/support/v4/widget/FixedDrawerLayout.java16
1 files changed, 16 insertions, 0 deletions
diff --git a/OpenKeychain/src/main/java/android/support/v4/widget/FixedDrawerLayout.java b/OpenKeychain/src/main/java/android/support/v4/widget/FixedDrawerLayout.java
index 1151818b6..6924e0b06 100644
--- a/OpenKeychain/src/main/java/android/support/v4/widget/FixedDrawerLayout.java
+++ b/OpenKeychain/src/main/java/android/support/v4/widget/FixedDrawerLayout.java
@@ -1,3 +1,19 @@
+/*
+ * Copyright (C) 2014 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 android.support.v4.widget;
import android.content.Context;