diff options
Diffstat (limited to 'jni')
-rw-r--r-- | jni/EastAsianWidth/org_connectbot_util_EastAsianWidth.c | 17 |
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" |