changeset 70:b764fe49d9bb

Rename LICENSE to LICENSE.txt to accomodate for a future inclusion via "[metadata]" into binary wheels
author Franz Glasner <hg@dom66.de>
date Fri, 02 Mar 2018 01:05:57 +0100
parents b511c6d5dec2
children 80dcb41928a7
files LICENSE LICENSE.txt MANIFEST.in doc/license.rst setup.py
diffstat 5 files changed, 33 insertions(+), 33 deletions(-) [+]
line wrap: on
line diff
--- a/LICENSE	Thu Mar 01 19:25:49 2018 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,30 +0,0 @@
-Copyright (c) 2015-2018, Franz Glasner
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are
-met:
-
-1. Redistributions of source code must retain the above copyright
-   notice, this list of conditions and the following disclaimer.
-
-2. Redistributions in binary form must reproduce the above copyright
-   notice, this list of conditions and the following disclaimer in the
-   documentation and/or other materials provided with the
-   distribution.
-
-3. Neither the name of the copyright holder nor the names of its
-   contributors may be used to endorse or promote products derived
-   from this software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
-A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
-HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/LICENSE.txt	Fri Mar 02 01:05:57 2018 +0100
@@ -0,0 +1,30 @@
+Copyright (c) 2015-2018, Franz Glasner
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are
+met:
+
+1. Redistributions of source code must retain the above copyright
+   notice, this list of conditions and the following disclaimer.
+
+2. Redistributions in binary form must reproduce the above copyright
+   notice, this list of conditions and the following disclaimer in the
+   documentation and/or other materials provided with the
+   distribution.
+
+3. Neither the name of the copyright holder nor the names of its
+   contributors may be used to endorse or promote products derived
+   from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--- a/MANIFEST.in	Thu Mar 01 19:25:49 2018 +0100
+++ b/MANIFEST.in	Fri Mar 02 01:05:57 2018 +0100
@@ -1,3 +1,3 @@
-include .hg_archival.txt .hgtags .hgignore LICENSE
+include .hg_archival.txt .hgtags .hgignore LICENSE.txt
 recursive-include doc *.*
 prune doc/_build
--- a/doc/license.rst	Thu Mar 01 19:25:49 2018 +0100
+++ b/doc/license.rst	Fri Mar 02 01:05:57 2018 +0100
@@ -5,5 +5,5 @@
 
 The license is the 3-clause BSD license.
 
-.. literalinclude:: ../LICENSE
+.. literalinclude:: ../LICENSE.txt
    :language: none
--- a/setup.py	Thu Mar 01 19:25:49 2018 +0100
+++ b/setup.py	Fri Mar 02 01:05:57 2018 +0100
@@ -30,7 +30,7 @@
     name="ConfigMix",
     version=version,
     author="Franz Glasner",
-    license="BSD",
+    license="BSD 3-Clause License",
     url="https://pypi.dom66.de/simple/configmix/",
     description="Library for extended configuration files",
     long_description=long_description,