diff options
Diffstat (limited to '.idea/copyright')
-rw-r--r-- | .idea/copyright/Apache_ConnectBot.xml | 9 | ||||
-rw-r--r-- | .idea/copyright/profiles_settings.xml | 7 |
2 files changed, 16 insertions, 0 deletions
diff --git a/.idea/copyright/Apache_ConnectBot.xml b/.idea/copyright/Apache_ConnectBot.xml new file mode 100644 index 0000000..6bce32d --- /dev/null +++ b/.idea/copyright/Apache_ConnectBot.xml @@ -0,0 +1,9 @@ +<component name="CopyrightManager"> + <copyright> + <option name="notice" value="ConnectBot: simple, powerful, open-source SSH client for Android Copyright &#36;today.year 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." /> + <option name="keyword" value="Copyright" /> + <option name="allowReplaceKeyword" value="" /> + <option name="myName" value="Apache ConnectBot" /> + <option name="myLocal" value="true" /> + </copyright> +</component>
\ No newline at end of file diff --git a/.idea/copyright/profiles_settings.xml b/.idea/copyright/profiles_settings.xml new file mode 100644 index 0000000..0bcdd02 --- /dev/null +++ b/.idea/copyright/profiles_settings.xml @@ -0,0 +1,7 @@ +<component name="CopyrightManager"> + <settings default="Apache ConnectBot"> + <module2copyright> + <element module="ConnectBot" copyright="Apache ConnectBot" /> + </module2copyright> + </settings> +</component>
\ No newline at end of file |