summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPascal Wittmann <mail@pascal-wittmann.de>2018-07-15 19:48:51 +0200
committerPascal Wittmann <mail@pascal-wittmann.de>2018-07-15 19:48:51 +0200
commit855387eb3b1936d554ab6951343ab24a9c7ea5b1 (patch)
tree3e2b44415bd22168c74cd2c27b402f6f20ec1226
parentgroovy: 2.5.0 -> 2.5.1 (diff)
downloadnixpkgs-origin/add-notice-file.tar.gz
Move note from COPYING into new file COPYING-NOTICEorigin/add-notice-file
This moves the note - which says that the license in COPYING does not apply to packages built by the Nix Packages Collection and some other files - into a seperate file COPYING-NOTICE. This has the advantage that the licence containt in COPYING can be detected by programs automatically with high accuracy. GitHub uses such programs to show the license of projects on their start pages. This was discussed in issue #25705.
-rw-r--r--COPYING9
-rw-r--r--COPYING-NOTICE6
2 files changed, 6 insertions, 9 deletions
diff --git a/COPYING b/COPYING
index 198597a1b410..7c52fb768978 100644
--- a/COPYING
+++ b/COPYING
@@ -18,12 +18,3 @@ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 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.
-
-======================================================================
-
-Note: the license above does not apply to the packages built by the
-Nix Packages collection, merely to the package descriptions (i.e., Nix
-expressions, build scripts, etc.). It also might not apply to patches
-included in Nixpkgs, which may be derivative works of the packages to
-which they apply. The aforementioned artifacts are all covered by the
-licenses of the respective packages.
diff --git a/COPYING-NOTICE b/COPYING-NOTICE
new file mode 100644
index 000000000000..6f43205d97ce
--- /dev/null
+++ b/COPYING-NOTICE
@@ -0,0 +1,6 @@
+Note: The license in file COPYING does not apply to the packages built
+by the Nix Packages collection, merely to the package descriptions
+(i.e., Nix expressions, build scripts, etc.). It also might not apply
+to patches included in Nixpkgs, which may be derivative works of the
+packages to which they apply. The aforementioned artifacts are all
+covered by the licenses of the respective packages. \ No newline at end of file