aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2015-01-27 14:07:46 +0100
committerDominik Schürmann <dominik@dominikschuermann.de>2015-01-27 14:07:46 +0100
commit9509cfbb986ba8d28e1031b3600d07ff3014eea3 (patch)
treef8c44cc70bd0de6908ad98f9335d9d667aaffa9a
parentc940f440e3d2e617448bc97a4397104711e19bbe (diff)
parentc15a7e126afd296dd00cbd909029070a25ee76f6 (diff)
downloadopenpgp-api-9509cfbb986ba8d28e1031b3600d07ff3014eea3.tar.gz
openpgp-api-9509cfbb986ba8d28e1031b3600d07ff3014eea3.tar.bz2
openpgp-api-9509cfbb986ba8d28e1031b3600d07ff3014eea3.zip
Merge branch 'master' of https://github.com/open-keychain/openpgp-api-lib
-rw-r--r--src/org/openintents/openpgp/IOpenPgpService.aidl2
-rw-r--r--src/org/openintents/openpgp/OpenPgpError.java2
-rw-r--r--src/org/openintents/openpgp/OpenPgpMetadata.java2
-rw-r--r--src/org/openintents/openpgp/OpenPgpSignatureResult.java2
-rw-r--r--src/org/openintents/openpgp/util/OpenPgpApi.java2
-rw-r--r--src/org/openintents/openpgp/util/OpenPgpListPreference.java2
-rw-r--r--src/org/openintents/openpgp/util/OpenPgpServiceConnection.java2
-rw-r--r--src/org/openintents/openpgp/util/OpenPgpUtils.java2
-rw-r--r--src/org/openintents/openpgp/util/ParcelFileDescriptorUtil.java2
9 files changed, 9 insertions, 9 deletions
diff --git a/src/org/openintents/openpgp/IOpenPgpService.aidl b/src/org/openintents/openpgp/IOpenPgpService.aidl
index 7ee79d6..2451207 100644
--- a/src/org/openintents/openpgp/IOpenPgpService.aidl
+++ b/src/org/openintents/openpgp/IOpenPgpService.aidl
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2014 Dominik Schürmann <dominik@dominikschuermann.de>
+ * Copyright (C) 2014-2015 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.
diff --git a/src/org/openintents/openpgp/OpenPgpError.java b/src/org/openintents/openpgp/OpenPgpError.java
index b894a46..ce8f21f 100644
--- a/src/org/openintents/openpgp/OpenPgpError.java
+++ b/src/org/openintents/openpgp/OpenPgpError.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2014 Dominik Schürmann <dominik@dominikschuermann.de>
+ * Copyright (C) 2014-2015 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.
diff --git a/src/org/openintents/openpgp/OpenPgpMetadata.java b/src/org/openintents/openpgp/OpenPgpMetadata.java
index 2a99e40..d620a57 100644
--- a/src/org/openintents/openpgp/OpenPgpMetadata.java
+++ b/src/org/openintents/openpgp/OpenPgpMetadata.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2014 Dominik Schürmann <dominik@dominikschuermann.de>
+ * Copyright (C) 2014-2015 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.
diff --git a/src/org/openintents/openpgp/OpenPgpSignatureResult.java b/src/org/openintents/openpgp/OpenPgpSignatureResult.java
index dbcd74b..7eb06d9 100644
--- a/src/org/openintents/openpgp/OpenPgpSignatureResult.java
+++ b/src/org/openintents/openpgp/OpenPgpSignatureResult.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2014 Dominik Schürmann <dominik@dominikschuermann.de>
+ * Copyright (C) 2014-2015 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.
diff --git a/src/org/openintents/openpgp/util/OpenPgpApi.java b/src/org/openintents/openpgp/util/OpenPgpApi.java
index cd916a9..589b514 100644
--- a/src/org/openintents/openpgp/util/OpenPgpApi.java
+++ b/src/org/openintents/openpgp/util/OpenPgpApi.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2014 Dominik Schürmann <dominik@dominikschuermann.de>
+ * Copyright (C) 2014-2015 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.
diff --git a/src/org/openintents/openpgp/util/OpenPgpListPreference.java b/src/org/openintents/openpgp/util/OpenPgpListPreference.java
index cf58646..5058b9a 100644
--- a/src/org/openintents/openpgp/util/OpenPgpListPreference.java
+++ b/src/org/openintents/openpgp/util/OpenPgpListPreference.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2014 Dominik Schürmann <dominik@dominikschuermann.de>
+ * Copyright (C) 2014-2015 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.
diff --git a/src/org/openintents/openpgp/util/OpenPgpServiceConnection.java b/src/org/openintents/openpgp/util/OpenPgpServiceConnection.java
index 15096d9..bbc8645 100644
--- a/src/org/openintents/openpgp/util/OpenPgpServiceConnection.java
+++ b/src/org/openintents/openpgp/util/OpenPgpServiceConnection.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2014 Dominik Schürmann <dominik@dominikschuermann.de>
+ * Copyright (C) 2014-2015 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.
diff --git a/src/org/openintents/openpgp/util/OpenPgpUtils.java b/src/org/openintents/openpgp/util/OpenPgpUtils.java
index 416b284..7e3007d 100644
--- a/src/org/openintents/openpgp/util/OpenPgpUtils.java
+++ b/src/org/openintents/openpgp/util/OpenPgpUtils.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2014 Dominik Schürmann <dominik@dominikschuermann.de>
+ * Copyright (C) 2014-2015 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.
diff --git a/src/org/openintents/openpgp/util/ParcelFileDescriptorUtil.java b/src/org/openintents/openpgp/util/ParcelFileDescriptorUtil.java
index 4fd4b39..b9492f9 100644
--- a/src/org/openintents/openpgp/util/ParcelFileDescriptorUtil.java
+++ b/src/org/openintents/openpgp/util/ParcelFileDescriptorUtil.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2014 Dominik Schürmann <dominik@dominikschuermann.de>
+ * Copyright (C) 2014-2015 Dominik Schürmann <dominik@dominikschuermann.de>
* 2013 Florian Schmaus <flo@geekplace.eu>
*
* Licensed under the Apache License, Version 2.0 (the "License");