commit 4d907354d4f578ad59e4a23ba1abd1dcaece311a
parent a3c2b0657eb1ddf392e3f18f67f4535971c4272d
Author: Andres Navarro <canavarro82@gmail.com>
Date: Fri, 3 Jun 2011 13:50:14 -0300
Changed permission text to properly acknowledge the kernel report there too.
Diffstat:
2 files changed, 72 insertions(+), 36 deletions(-)
diff --git a/manual/klisp.info b/manual/klisp.info
@@ -9,7 +9,14 @@ This file documents klisp.
Copyright (C) 2011 Andres Navarro
Permission is granted to copy and distribute this manual, in whole or
-in part.
+in part, without fee. Please note that most text of this manual is
+derived from `The Revised(-1) Report on the Kernel Programming
+Language' by John N. Shutt. There's a clause in that reports, under
+the header "Permission to copy this report", that reads:
+
+ This report is intended to belong to the programming community,
+ and so permission is granted to copy it in whole or in part
+ without fee.
File: klisp.info, Node: Top, Next: License, Prev: (dir), Up: (dir)
@@ -20,7 +27,14 @@ corresponding to klisp version 0.1.
Copyright (C) 2011 Andres Navarro
Permission is granted to copy and distribute this manual, in whole or
-in part.
+in part, without fee. Please note that most text of this manual is
+derived from `The Revised(-1) Report on the Kernel Programming
+Language' by John N. Shutt. There's a clause in that reports, under
+the header "Permission to copy this report", that reads:
+
+ This report is intended to belong to the programming community,
+ and so permission is granted to copy it in whole or in part
+ without fee.
* Menu:
@@ -1683,34 +1697,34 @@ Index
Tag Table:
-Node: Top302
-Node: License1799
-Node: Introduction3470
-Node: Caveats6293
-Node: Kernel History7079
-Node: Conventions8524
-Node: Some Terms9195
-Node: Evaluation Notation9866
-Node: Printing Notation10887
-Node: Error Messages11363
-Node: Format of Descriptions12011
-Node: A Sample Applicative Description12575
-Node: Acknowledgements14338
-Node: Booleans14724
-Node: Equivalence17266
-Node: Symbols18059
-Node: Control19425
-Node: Pairs and lists21742
-Node: Environments38765
-Node: Combiners48972
-Node: Continuations55008
-Node: Encapsulations63182
-Node: Promises64635
-Node: Keyed Variables68558
-Node: Numbers68684
-Node: Strings68793
-Node: Characters68897
-Node: Ports69005
-Node: Index69101
+Node: Top703
+Node: License2601
+Node: Introduction4272
+Node: Caveats7095
+Node: Kernel History7881
+Node: Conventions9326
+Node: Some Terms9997
+Node: Evaluation Notation10668
+Node: Printing Notation11689
+Node: Error Messages12165
+Node: Format of Descriptions12813
+Node: A Sample Applicative Description13377
+Node: Acknowledgements15140
+Node: Booleans15526
+Node: Equivalence18068
+Node: Symbols18861
+Node: Control20227
+Node: Pairs and lists22544
+Node: Environments39567
+Node: Combiners49774
+Node: Continuations55810
+Node: Encapsulations63984
+Node: Promises65437
+Node: Keyed Variables69360
+Node: Numbers69486
+Node: Strings69595
+Node: Characters69699
+Node: Ports69807
+Node: Index69903
End Tag Table
diff --git a/manual/src/klisp.texi b/manual/src/klisp.texi
@@ -25,8 +25,15 @@ for klisp version 0.1.
Copyright (C) 2011 Andres Navarro
Permission is granted to copy and distribute this manual, in whole or
-in part.
-@c TODO put up better text for this.
+in part, without fee. Please note that most text of this
+manual is derived from @cite{The Revised(-1) Report on the Kernel
+Programming Language} by John N. Shutt. There's a clause in that
+reports, under the header ``Permission to copy this report'', that
+reads:
+@quotation
+This report is intended to belong to the programming community, and so
+permission is granted to copy it in whole or in part without fee.
+@end quotation
@end ifinfo
@setchapternewpage odd
@@ -51,7 +58,15 @@ May 2011.@*
@sp 2
Permission is granted to copy and distribute this manual, in whole or
-in part.
+in part, without fee. Please note that most text of this
+manual is derived from @cite{The Revised(-1) Report on the Kernel
+Programming Language} by John N. Shutt. There's a clause in that
+reports, under the header ``Permission to copy this report'', that
+reads:
+@quotation
+This report is intended to belong to the programming community, and so
+permission is granted to copy it in whole or in part without fee.
+@end quotation
@end titlepage
@page
@@ -64,8 +79,15 @@ corresponding to klisp version 0.1.
Copyright @copyright{} 2011 Andres Navarro
Permission is granted to copy and distribute this manual, in whole or
-in part.
-@c TODO put up better text for this.
+in part, without fee. Please note that most text of this
+manual is derived from @cite{The Revised(-1) Report on the Kernel
+Programming Language} by John N. Shutt. There's a clause in that
+reports, under the header ``Permission to copy this report'', that
+reads:
+@quotation
+This report is intended to belong to the programming community, and so
+permission is granted to copy it in whole or in part without fee.
+@end quotation
@end ifinfo
@menu