aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominik <dominik@dominikschuermann.de>2012-03-22 20:40:28 +0100
committerDominik <dominik@dominikschuermann.de>2012-06-13 19:28:21 +0300
commite092016518f8ab7413095ffed140a732c7f751a6 (patch)
tree75acd8f806ee707bf7b52e616b03f45bbb63bbb8
parent428a9c539655c17169df2f21ade077d87ce94869 (diff)
downloadopen-keychain-e092016518f8ab7413095ffed140a732c7f751a6.tar.gz
open-keychain-e092016518f8ab7413095ffed140a732c7f751a6.tar.bz2
open-keychain-e092016518f8ab7413095ffed140a732c7f751a6.zip
license headers
-rw-r--r--org_apg_api_demo/src/org/apg/api_demo/util/Constants.java17
-rw-r--r--org_apg_api_demo/src/org/apg/api_demo/util/IntentHelper.java17
-rw-r--r--org_apg_api_demo/src/org/apg/api_demo/util/ProviderHelper.java17
-rw-r--r--org_apg_api_demo/src/org/apg/api_demo/util/Util.java2
4 files changed, 52 insertions, 1 deletions
diff --git a/org_apg_api_demo/src/org/apg/api_demo/util/Constants.java b/org_apg_api_demo/src/org/apg/api_demo/util/Constants.java
index 7047ed788..1578b673c 100644
--- a/org_apg_api_demo/src/org/apg/api_demo/util/Constants.java
+++ b/org_apg_api_demo/src/org/apg/api_demo/util/Constants.java
@@ -1,3 +1,20 @@
+/*
+ * Copyright (C) 2010-2011 K-9 Mail Contributors
+ * Copyright (C) 2012 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 org.apg.api_demo.util;
import java.util.regex.Pattern;
diff --git a/org_apg_api_demo/src/org/apg/api_demo/util/IntentHelper.java b/org_apg_api_demo/src/org/apg/api_demo/util/IntentHelper.java
index 769abe924..d4256663a 100644
--- a/org_apg_api_demo/src/org/apg/api_demo/util/IntentHelper.java
+++ b/org_apg_api_demo/src/org/apg/api_demo/util/IntentHelper.java
@@ -1,3 +1,20 @@
+/*
+ * Copyright (C) 2010-2011 K-9 Mail Contributors
+ * Copyright (C) 2012 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 org.apg.api_demo.util;
import android.app.Activity;
diff --git a/org_apg_api_demo/src/org/apg/api_demo/util/ProviderHelper.java b/org_apg_api_demo/src/org/apg/api_demo/util/ProviderHelper.java
index 3e4520b7d..0021e2012 100644
--- a/org_apg_api_demo/src/org/apg/api_demo/util/ProviderHelper.java
+++ b/org_apg_api_demo/src/org/apg/api_demo/util/ProviderHelper.java
@@ -1,3 +1,20 @@
+/*
+ * Copyright (C) 2010-2011 K-9 Mail Contributors
+ * Copyright (C) 2012 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 org.apg.api_demo.util;
import android.content.ContentUris;
diff --git a/org_apg_api_demo/src/org/apg/api_demo/util/Util.java b/org_apg_api_demo/src/org/apg/api_demo/util/Util.java
index c698d723e..43d3173dc 100644
--- a/org_apg_api_demo/src/org/apg/api_demo/util/Util.java
+++ b/org_apg_api_demo/src/org/apg/api_demo/util/Util.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2011 K9-Mail Contributors
+ * Copyright (C) 2010-2011 K-9 Mail Contributors
* Copyright (C) 2012 Dominik Schürmann <dominik@dominikschuermann.de>
*
* Licensed under the Apache License, Version 2.0 (the "License");