diff options
author | Thialfihar <thialfihar@gmail.com> | 2010-04-17 19:12:21 +0000 |
---|---|---|
committer | Thialfihar <thialfihar@gmail.com> | 2010-04-17 19:12:21 +0000 |
commit | de6743e4f5aeb7ad25ceb17a56ab0aeef59c95e8 (patch) | |
tree | 8d5895fbab86ab1e703c3c52d319ec9b631111b4 /src/org/thialfihar/android/apg/FileDialog.java | |
parent | 0f0f02776d0ad014225c7cbcf3056532fa69b17f (diff) | |
download | open-keychain-de6743e4f5aeb7ad25ceb17a56ab0aeef59c95e8.tar.gz open-keychain-de6743e4f5aeb7ad25ceb17a56ab0aeef59c95e8.tar.bz2 open-keychain-de6743e4f5aeb7ad25ceb17a56ab0aeef59c95e8.zip |
copyright header in new file
Diffstat (limited to 'src/org/thialfihar/android/apg/FileDialog.java')
-rw-r--r-- | src/org/thialfihar/android/apg/FileDialog.java | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/org/thialfihar/android/apg/FileDialog.java b/src/org/thialfihar/android/apg/FileDialog.java index ab1a6fc01..a1662bea4 100644 --- a/src/org/thialfihar/android/apg/FileDialog.java +++ b/src/org/thialfihar/android/apg/FileDialog.java @@ -1,3 +1,19 @@ +/*
+ * Copyright (C) 2010 Thialfihar <thi@thialfihar.org>
+ *
+ * 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.thialfihar.android.apg;
import android.app.AlertDialog;
|