aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/connectbot/service/PromptHelper.java
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2010-02-08 00:02:13 +0000
committerKenny Root <kenny@the-b.org>2010-02-08 00:02:13 +0000
commit2c7d4283a1c85d6b4da85bf57446e2f587b59fb4 (patch)
treeb613cec752fc6d934d8d790c7e8a898f4ed1af7b /src/org/connectbot/service/PromptHelper.java
parentcf96d5592356bb324d6b08891f3ff6b39988cfa9 (diff)
downloadconnectbot-2c7d4283a1c85d6b4da85bf57446e2f587b59fb4.tar.gz
connectbot-2c7d4283a1c85d6b4da85bf57446e2f587b59fb4.tar.bz2
connectbot-2c7d4283a1c85d6b4da85bf57446e2f587b59fb4.zip
Change license for contributed works to APL 2.0
git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@471 df292f66-193f-0410-a5fc-6d59da041ff2
Diffstat (limited to 'src/org/connectbot/service/PromptHelper.java')
-rw-r--r--src/org/connectbot/service/PromptHelper.java17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/org/connectbot/service/PromptHelper.java b/src/org/connectbot/service/PromptHelper.java
index 333c74f..41082c7 100644
--- a/src/org/connectbot/service/PromptHelper.java
+++ b/src/org/connectbot/service/PromptHelper.java
@@ -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.
+ */
+
package org.connectbot.service;
import java.util.concurrent.Semaphore;