diff options
author | Neil Jerram <neil@ossau.uklinux.net> | 2010-09-22 00:15:25 +0100 |
---|---|---|
committer | Neil Jerram <neil@ossau.uklinux.net> | 2010-09-22 01:36:19 +0100 |
commit | b65ff721a65aa3d7d1f0821d1c2373e257bb7ed3 (patch) | |
tree | f7933bf93462d04557580696f48dca019d0ca629 /doc/ref/goops-tutorial.texi | |
parent | b997e7f517d03b07c2321fcfdd3dd57fe63b63e5 (diff) | |
download | guile-b65ff721a65aa3d7d1f0821d1c2373e257bb7ed3.tar.gz |
Move GOOPS chapter's Stk copyright notice upfront
So as to enable more free refactoring of the rest of the chapter
* doc/ref/goops.texi (Copyright Notice): New section containing the
Stk copyright.
* doc/ref/goops-tutorial.texi (Copyright): Equivalent section here
deleted.
Diffstat (limited to 'doc/ref/goops-tutorial.texi')
-rw-r--r-- | doc/ref/goops-tutorial.texi | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/doc/ref/goops-tutorial.texi b/doc/ref/goops-tutorial.texi index 569920af6..76774f8d1 100644 --- a/doc/ref/goops-tutorial.texi +++ b/doc/ref/goops-tutorial.texi @@ -47,7 +47,6 @@ The main @goops{} module is imported by evaluating: @cindex preparing @menu -* Copyright:: * Class definition:: * Instance creation and slot access:: * Slot description:: @@ -55,25 +54,6 @@ The main @goops{} module is imported by evaluating: * Generic functions:: @end menu -@node Copyright -@subsection Copyright - -Original attribution: - -STk Reference manual (Appendix: An Introduction to STklos) - -Copyright © 1993-1999 Erick Gallesio - I3S-CNRS/ESSI <eg@@unice.fr> -Permission to use, copy, modify, distribute,and license this -software and its documentation for any purpose is hereby granted, -provided that existing copyright notices are retained in all -copies and that this notice is included verbatim in any -distributions. No written agreement, license, or royalty fee is -required for any of the authorized uses. -This software is provided ``AS IS'' without express or implied -warranty. - -Adapted for use in Guile with the author's permission - @node Class definition @subsection Class definition |