summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2013-05-29 21:53:38 +0200
committerArne Schwabe <arne@rfc2549.org>2013-05-29 21:53:38 +0200
commit0ccf804fb65842f36078832ca0cff6dd2d7be9f7 (patch)
tree1567f8ed6c6d7a60b76a90fb413878fd17ebfee8
parent8d3fa2909e748d924401e58d0ab5cfff63e46ccf (diff)
Move files around
--HG-- rename : LICENSE.txt => doc/LICENSE.txt rename : README.txt => doc/README.txt rename : todo.txt => doc/todo.txt rename : genFAQ.py => misc/genFAQ.py
-rw-r--r--doc/LICENSE.txt (renamed from LICENSE.txt)0
-rw-r--r--doc/README.txt (renamed from README.txt)0
-rw-r--r--doc/todo.txt (renamed from todo.txt)0
-rw-r--r--jni/jniglue.c1
-rwxr-xr-xmisc/genFAQ.py (renamed from genFAQ.py)0
5 files changed, 0 insertions, 1 deletions
diff --git a/LICENSE.txt b/doc/LICENSE.txt
index 7836430f..7836430f 100644
--- a/LICENSE.txt
+++ b/doc/LICENSE.txt
diff --git a/README.txt b/doc/README.txt
index 50424d14..50424d14 100644
--- a/README.txt
+++ b/doc/README.txt
diff --git a/todo.txt b/doc/todo.txt
index 25b59a47..25b59a47 100644
--- a/todo.txt
+++ b/doc/todo.txt
diff --git a/jni/jniglue.c b/jni/jniglue.c
index c3b4bf3b..36ad8fe7 100644
--- a/jni/jniglue.c
+++ b/jni/jniglue.c
@@ -19,4 +19,3 @@ void android_openvpn_log(int level,const char* prefix,const char* prefix_sep,con
void Java_de_blinkt_openvpn_core_NativeUtils_jniclose(JNIEnv *env,jclass jo, jint fd) {
int ret = close(fd);
}
-
diff --git a/genFAQ.py b/misc/genFAQ.py
index 5306cef7..5306cef7 100755
--- a/genFAQ.py
+++ b/misc/genFAQ.py