Add apache2 license notices master
authorrs <rs@midearth.co.uk>
Fri, 8 Feb 2019 07:47:11 +0000 (07:47 +0000)
committerrs <rs@midearth.co.uk>
Fri, 8 Feb 2019 07:47:11 +0000 (07:47 +0000)
.gitignore
.idea/copyright/apache2.xml [new file with mode: 0644]
.idea/copyright/profiles_settings.xml [new file with mode: 0644]
LICENSE.txt
nipio/backend.py
nipio_tests/__init__.py
nipio_tests/backend_test.py
setup.py

index 76e930c..a443f51 100644 (file)
@@ -1,8 +1,11 @@
 *.ipr
 *.iml
 *.iws
-.idea
 .DS_Store
 build
 nip.io.egg-info
-dist
\ No newline at end of file
+dist
+
+.idea/*.xml
+.idea/inspectionProfiles
+
diff --git a/.idea/copyright/apache2.xml b/.idea/copyright/apache2.xml
new file mode 100644 (file)
index 0000000..0cae497
--- /dev/null
@@ -0,0 +1,6 @@
+<component name="CopyrightManager">
+  <copyright>
+    <option name="notice" value="Copyright 2019 Exentrique Solutions Ltd&#10;&#10;Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);&#10;you may not use this file except in compliance with the License.&#10;You may obtain a copy of the License at&#10;&#10;    http://www.apache.org/licenses/LICENSE-2.0&#10;&#10;Unless required by applicable law or agreed to in writing, software&#10;distributed under the License is distributed on an &quot;AS IS&quot; BASIS,&#10;WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.&#10;See the License for the specific language governing permissions and&#10;limitations under the License." />
+    <option name="myName" value="apache2" />
+  </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 (file)
index 0000000..9224ddd
--- /dev/null
@@ -0,0 +1,7 @@
+<component name="CopyrightManager">
+  <settings default="apache2">
+    <module2copyright>
+      <element module="All" copyright="apache2" />
+    </module2copyright>
+  </settings>
+</component>
\ No newline at end of file
index 791be1f..83d3846 100644 (file)
@@ -1,22 +1,13 @@
-This is free and unencumbered software released into the public domain.
+Copyright 2019 Exentrique Solutions Ltd
 
-Anyone is free to copy, modify, publish, use, compile, sell, or
-distribute this software, either in source code form or as a compiled
-binary, for any purpose, commercial or non-commercial, and by any
-means.
+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
 
-In jurisdictions that recognize copyright laws, the author or authors
-of this software dedicate any and all copyright interest in the
-software to the public domain. We make this dedication for the benefit
-of the public at large and to the detriment of our heirs and
-successors. We intend this dedication to be an overt act of
-relinquishment in perpetuity of all present and future rights to this
-software under copyright law.
+    http://www.apache.org/licenses/LICENSE-2.0
 
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
-IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
-OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
-ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
-OTHER DEALINGS IN THE SOFTWARE.
\ No newline at end of file
+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.
\ No newline at end of file
index 37851c6..7219414 100755 (executable)
@@ -1,4 +1,17 @@
 #!/usr/bin/python
+# Copyright 2019 Exentrique Solutions Ltd
+#
+# 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.
 
 import ConfigParser
 import os
index e69de29..4ace173 100644 (file)
@@ -0,0 +1,13 @@
+# Copyright 2019 Exentrique Solutions Ltd
+#
+# 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.
index dc1dd04..0843faf 100644 (file)
@@ -1,3 +1,17 @@
+# Copyright 2019 Exentrique Solutions Ltd
+#
+# 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.
+
 import collections
 import os
 import sys
index 601eca4..23f4bcb 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -1,4 +1,17 @@
-# from distutils.core import setup
+# Copyright 2019 Exentrique Solutions Ltd
+#
+# 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.
+
 from setuptools import setup
 
 setup(name="nip.io",