aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNIIBE Yutaka <gniibe@fsij.org>2013-05-22 10:44:12 +0900
committerNIIBE Yutaka <gniibe@fsij.org>2013-05-22 10:44:12 +0900
commit545ba9a57a88875db23e7e3b9c24084471db5dfc (patch)
tree674ca0c304708e2f5c05832f70e93d96956682c8
parentc198c0a82526292ed31a37ae837185f2e679e844 (diff)
Clarify exception and include it in the licence notice
-rw-r--r--EXCEPTION15
-rw-r--r--chopstx.c7
-rw-r--r--entry.c7
3 files changed, 19 insertions, 10 deletions
diff --git a/EXCEPTION b/EXCEPTION
index 1fb1de2..9ce2570 100644
--- a/EXCEPTION
+++ b/EXCEPTION
@@ -1,11 +1,14 @@
For released versions of Chopstx, it is OK to distribute a binary
-without the copy of the GNU GPL.
+without the copy of the GNU GPL, as the license notice of Chopstx
+include following exception to GNU GPL.
-Legally speaking:
+Note that "written offer" is still needed when you distribute binary
+only.
+--------------------
As additional permission under GNU GPL version 3 section 7, you may
-distribute non-source form of the code without the copy of the GNU GPL
-normally required by section 4, provided you accompany the license
-notice and a URL through which recipients can access the Corresponding
-Source.
+distribute non-source form of the Program without the copy of the GNU
+GPL normally required by section 4, provided you inform the receipents
+of GNU GPL, and you accompany the a URL through which recipients can
+access the Corresponding Source.
--
diff --git a/chopstx.c b/chopstx.c
index 1c8a5a1..cb46f80 100644
--- a/chopstx.c
+++ b/chopstx.c
@@ -19,8 +19,11 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
- * A special exception to the GNU GPL may be applied for a specific
- * case. See the file EXCEPTION for full details.
+ * As additional permission under GNU GPL version 3 section 7, you may
+ * distribute non-source form of the Program without the copy of the
+ * GNU GPL normally required by section 4, provided you inform the
+ * receipents of GNU GPL, and you accompany the a URL through which
+ * recipients can access the Corresponding Source.
*
*/
diff --git a/entry.c b/entry.c
index d82063d..45f0da6 100644
--- a/entry.c
+++ b/entry.c
@@ -19,8 +19,11 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
- * A special exception to the GNU GPL may be applied for a specific
- * case. See the file EXCEPTION for full details.
+ * As additional permission under GNU GPL version 3 section 7, you may
+ * distribute non-source form of the Program without the copy of the
+ * GNU GPL normally required by section 4, provided you inform the
+ * receipents of GNU GPL, and you accompany the a URL through which
+ * recipients can access the Corresponding Source.
*
*/