learnmath / lysa

Learn You Some Algebras for Glorious Good!
https://learnmath.github.io/
Other
16 stars 3 forks source link

Add the GNU all-permissive license #93

Open pharpend opened 9 years ago

pharpend commented 9 years ago
From d2c44522b1ea9f0b86f3ae4a396d4fb72e5efbc5 Mon Sep 17 00:00:00 2001
From: Peter Harpending <pharpend2@gmail.com>
Date: Mon, 29 Dec 2014 14:52:15 -0700
Subject: [PATCH] Add the All-Permissive-License to trivial files

---
 README.md  | 8 ++++++++
 book/build | 6 ++++++
 outline.md | 8 ++++++++
 3 files changed, 22 insertions(+)

diff --git a/README.md b/README.md
index 82efd4f..a303ec3 100644
--- a/README.md
+++ b/README.md
@@ -141,3 +141,11 @@ suggested changes, or made a number of trivial changes, add yourself to the
 [idris]: http://www.idris-lang.org/
 [learnhs]: https://github.com/bitemyapp/learnhaskell
 [sage]: http://www.sagemath.org/
+
+# Copyright
+
+Copyright © 2014 Peter Harpending. <pharpend2@gmail.com>
+
+Copying and distribution of this file, with or without modification, are
+permitted in any medium without royalty provided the copyright notice and this
+notice are preserved.  This file is offered as-is, without any warranty.
diff --git a/book/build b/book/build
index fa4bbfc..d4ae702 100755
--- a/book/build
+++ b/book/build
@@ -1,4 +1,10 @@
 #!/bin/sh
+# 
+# Copyright © 2014, Peter Harpending. <pharpend2@gmail.com>
+# 
+# Copying and distribution of this file, with or without modification, are
+# permitted in any medium without royalty provided the copyright notice and this
+# notice are preserved.  This file is offered as-is, without any warranty.

 clean_and_die() {
   cd $orig_dir
diff --git a/outline.md b/outline.md
index e239fea..dc73115 100644
--- a/outline.md
+++ b/outline.md
@@ -106,3 +106,11 @@ We'll next want to approach *systems* of equations. first\ matrices
     + Introduction of the primary authors (Peter Harpending, Randy Brown).
     + Book license
     + How to contribute 
+
+# Copyright
+
+Copyright © 2014, Peter Harpending. <pharpend2@gmail.com>
+
+Copying and distribution of this file, with or without modification, are
+permitted in any medium without royalty provided the copyright notice and this
+notice are preserved.  This file is offered as-is, without any warranty.
-- 
2.2.1
pharpend commented 9 years ago

Apparently this seemed like I was trying to stick my copyright in the repo. No, I was suggesting y'all use the APL in your trival files. That's all =P

ghost commented 9 years ago

@pharpend the other issue is because the copyright already exists in the repo, in lysa.ltx. it's a different issue from this. We're waiting to sort the copyright issue before we deal with licensing.