Follow-up Comment #8, task #9052 (project administration): OK, I've applied the following patch to the git repo. I made a COPYING.SSAX file instead of adding headers to sxml/upstream, as they are imported directly from another project.
That should cover things, no? commit b6c50c2902f2a4887412c8e8467af18203df0bc0 Author: Andy Wingo <[email protected]> Date: Tue Jan 27 21:21:57 2009 +0100 finish license cleanups * doc/make-html.scm: * doc/make-texinfo.scm: * examples/document-module.scm: * examples/sxw2words: Attach copyright headers. * src/sxml/upstream/COPYING.SSAX: Note that upstream SSAX is released into the public domain. diff --git a/doc/make-html.scm b/doc/make-html.scm index a36e5c5..b1d5c3f 100755 --- a/doc/make-html.scm +++ b/doc/make-html.scm @@ -3,6 +3,22 @@ exec guile --debug -s $0 "$@" !# +;; make-html.scm -- document a set of scheme modules as HTML +;; Copyright (C) 2006,2007,2009 Andy Wingo <wingo at pobox dot com> + +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. + (use-modules (texinfo) (texinfo reflection) (texinfo html) diff --git a/doc/make-texinfo.scm b/doc/make-texinfo.scm index ce05c3d..204653f 100755 --- a/doc/make-texinfo.scm +++ b/doc/make-texinfo.scm @@ -3,6 +3,22 @@ exec guile --debug -s $0 "$@" !# +;; make-texinfo.scm -- document a set of scheme modules as texinfo +;; Copyright (C) 2006,2007,2009 Andy Wingo <wingo at pobox dot com> + +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. + (use-modules (texinfo reflection) (texinfo serialize)) diff --git a/examples/document-module.scm b/examples/document-module.scm index 4270e88..085903c 100755 --- a/examples/document-module.scm +++ b/examples/document-module.scm @@ -1,6 +1,22 @@ #! /usr/bin/guile -s !# +;; document-module.scm -- document a set of scheme modules as HTML +;; Copyright (C) 2004,2009 Andy Wingo <wingo at pobox dot com> + +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. + (read-set! keywords 'prefix) (use-modules (srfi srfi-13) diff --git a/examples/sxw2words b/examples/sxw2words index 0ba61c9..b7703a0 100755 --- a/examples/sxw2words +++ b/examples/sxw2words @@ -1,5 +1,21 @@ #!/usr/bin/guile -s !# +;; sxw2words -- extract the words from an .sxw document +;; Copyright (C) 2004 Andy Wingo <wingo at pobox dot com> + +;; This program is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see <http://www.gnu.org/licenses/>. + (use-modules (sxml ssax) (os process) (ice-9 rdelim) diff --git a/src/sxml/upstream/COPYING.SSAX b/src/sxml/upstream/COPYING.SSAX new file mode 100644 index 0000000..9dc72b8 --- /dev/null +++ b/src/sxml/upstream/COPYING.SSAX @@ -0,0 +1,2 @@ +The files in this directory are imported directly from upstream SSAX, +and are in the public domain. _______________________________________________________ Reply to this item at: <http://savannah.gnu.org/task/?9052> _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/
