aboutsummaryrefslogtreecommitdiffstats
path: root/res/anim
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 /res/anim
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 'res/anim')
-rw-r--r--res/anim/fade_out_delayed.xml19
-rw-r--r--res/anim/fade_stay_hidden.xml19
-rw-r--r--res/anim/keyboard_fade_in.xml19
-rw-r--r--res/anim/keyboard_fade_out.xml19
-rw-r--r--res/anim/slide_left_in.xml20
-rw-r--r--res/anim/slide_left_out.xml20
-rw-r--r--res/anim/slide_right_in.xml20
-rw-r--r--res/anim/slide_right_out.xml20
8 files changed, 156 insertions, 0 deletions
diff --git a/res/anim/fade_out_delayed.xml b/res/anim/fade_out_delayed.xml
index ab7703c..20ca839 100644
--- a/res/anim/fade_out_delayed.xml
+++ b/res/anim/fade_out_delayed.xml
@@ -1,4 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+ * 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.
+ */
+-->
+
<alpha xmlns:android="http://schemas.android.com/apk/res/android"
android:fromAlpha="1.0"
android:toAlpha="0.0"
diff --git a/res/anim/fade_stay_hidden.xml b/res/anim/fade_stay_hidden.xml
index a48621a..e62ca8b 100644
--- a/res/anim/fade_stay_hidden.xml
+++ b/res/anim/fade_stay_hidden.xml
@@ -1,4 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+ * 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.
+ */
+-->
+
<alpha xmlns:android="http://schemas.android.com/apk/res/android"
android:fromAlpha="0.0"
android:toAlpha="0.0"
diff --git a/res/anim/keyboard_fade_in.xml b/res/anim/keyboard_fade_in.xml
index f1ceea7..edd5b94 100644
--- a/res/anim/keyboard_fade_in.xml
+++ b/res/anim/keyboard_fade_in.xml
@@ -1,4 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+ * 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.
+ */
+-->
+
<alpha xmlns:android="http://schemas.android.com/apk/res/android"
android:interpolator="@android:anim/accelerate_interpolator"
android:fromAlpha="0.0"
diff --git a/res/anim/keyboard_fade_out.xml b/res/anim/keyboard_fade_out.xml
index 3c57404..1f37d32 100644
--- a/res/anim/keyboard_fade_out.xml
+++ b/res/anim/keyboard_fade_out.xml
@@ -1,4 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+ * 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.
+ */
+-->
+
<alpha xmlns:android="http://schemas.android.com/apk/res/android"
android:interpolator="@android:anim/accelerate_interpolator"
android:fromAlpha="1.0"
diff --git a/res/anim/slide_left_in.xml b/res/anim/slide_left_in.xml
index 0d9353a..29a0048 100644
--- a/res/anim/slide_left_in.xml
+++ b/res/anim/slide_left_in.xml
@@ -1,3 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+ * 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.
+ */
+-->
+
<set xmlns:android="http://schemas.android.com/apk/res/android">
<translate android:fromXDelta="100%p" android:toXDelta="0" android:duration="300"/>
<!-- <alpha android:fromAlpha="0.0" android:toAlpha="1.0" android:duration="300" /> -->
diff --git a/res/anim/slide_left_out.xml b/res/anim/slide_left_out.xml
index e0e4285..9c46442 100644
--- a/res/anim/slide_left_out.xml
+++ b/res/anim/slide_left_out.xml
@@ -1,3 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+ * 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.
+ */
+-->
+
<set xmlns:android="http://schemas.android.com/apk/res/android">
<translate android:fromXDelta="0" android:toXDelta="-100%p" android:duration="300"/>
<!-- <alpha android:fromAlpha="0.0" android:toAlpha="1.0" android:duration="300" /> -->
diff --git a/res/anim/slide_right_in.xml b/res/anim/slide_right_in.xml
index 3f93df3..0d52c9f 100644
--- a/res/anim/slide_right_in.xml
+++ b/res/anim/slide_right_in.xml
@@ -1,3 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+ * 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.
+ */
+-->
+
<set xmlns:android="http://schemas.android.com/apk/res/android">
<translate android:fromXDelta="-100%p" android:toXDelta="0" android:duration="300"/>
<!-- <alpha android:fromAlpha="0.0" android:toAlpha="1.0" android:duration="300" /> -->
diff --git a/res/anim/slide_right_out.xml b/res/anim/slide_right_out.xml
index f8df69a..ace4e9d 100644
--- a/res/anim/slide_right_out.xml
+++ b/res/anim/slide_right_out.xml
@@ -1,3 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+ * 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.
+ */
+-->
+
<set xmlns:android="http://schemas.android.com/apk/res/android">
<translate android:fromXDelta="0" android:toXDelta="100%p" android:duration="300"/>
<!-- <alpha android:fromAlpha="0.0" android:toAlpha="1.0" android:duration="300" /> -->