aboutsummaryrefslogtreecommitdiffstats
path: root/jni
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2010-02-10 04:13:14 +0000
committerKenny Root <kenny@the-b.org>2010-02-10 04:13:14 +0000
commit204eb8d288c3774da5ef27b1a6a565199d0ce84f (patch)
treec8132a3b668a4c15681ed8e679d5cf7564858feb /jni
parent8d2a23b326c0a85cc4aad77a06ba03ed3d4b744d (diff)
downloadconnectbot-204eb8d288c3774da5ef27b1a6a565199d0ce84f.tar.gz
connectbot-204eb8d288c3774da5ef27b1a6a565199d0ce84f.tar.bz2
connectbot-204eb8d288c3774da5ef27b1a6a565199d0ce84f.zip
Updated license on test suite and stragglers
git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@475 df292f66-193f-0410-a5fc-6d59da041ff2
Diffstat (limited to 'jni')
-rw-r--r--jni/EastAsianWidth/org_connectbot_util_EastAsianWidth.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/jni/EastAsianWidth/org_connectbot_util_EastAsianWidth.c b/jni/EastAsianWidth/org_connectbot_util_EastAsianWidth.c
index 6093a29..0e3a13c 100644
--- a/jni/EastAsianWidth/org_connectbot_util_EastAsianWidth.c
+++ b/jni/EastAsianWidth/org_connectbot_util_EastAsianWidth.c
@@ -1,3 +1,20 @@
+/*
+ * ConnectBot: simple, powerful, open-source SSH client for Android
+ * Copyright 2007 Kenny Root, Jeffrey Sharkey
+ *
+ * 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.
+ */
+
/* vim: set ts=4 sw=4 expandtab cindent: */
#define LOG_TAG "ConnectBot.util.EastAsianWidth"