1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-13 15:10:34 +02:00

update licenses on tests imported from guile-lib

* test-suite/tests/sxml.fold.test:
* test-suite/tests/sxml.ssax.test:
* test-suite/tests/sxml.transform.test:
* test-suite/tests/sxml.xpath.test:
* test-suite/tests/texinfo.docbook.test:
* test-suite/tests/texinfo.serialize.test:
* test-suite/tests/texinfo.string-utils.test:
* test-suite/tests/texinfo.test: Update licenses to GPL or LGPL 3+, and
  update copyright holders to be FSF (where that is the case). Copyright
  holders who are not FSF have their code in GPL/LGPL-compatible
  licesnse.
This commit is contained in:
Andy Wingo 2010-04-07 21:37:50 +02:00
parent e48a2f8705
commit de9df04a0c
8 changed files with 142 additions and 161 deletions

View file

@ -1,23 +1,20 @@
;; -*- scheme -*- ;;;; sxml.fold.test -*- scheme -*-
;; guile-lib ;;;;
;; Copyright (C) 2007, 2009 Andy Wingo <wingo at pobox dot com> ;;;; Copyright (C) 2010 Free Software Foundation, Inc.
;;;;
;; This program is free software; you can redistribute it and/or ;;;; This library is free software; you can redistribute it and/or
;; modify it under the terms of the GNU General Public License as ;;;; modify it under the terms of the GNU Lesser General Public
;; published by the Free Software Foundation; either version 2 of ;;;; License as published by the Free Software Foundation; either
;; the License, or (at your option) any later version. ;;;; version 3 of the License, or (at your option) any later version.
;; ;;;;
;; This program is distributed in the hope that it will be useful, ;;;; This library is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of ;;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
;; GNU General Public License for more details. ;;;; Lesser General Public License for more details.
;; ;;;;
;; You should have received a copy of the GNU General Public License ;;;; You should have received a copy of the GNU Lesser General Public
;; along with this program; if not, contact: ;;;; License along with this library; if not, write to the Free Software
;; ;;;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;; Free Software Foundation Voice: +1-617-542-5942
;; 59 Temple Place - Suite 330 Fax: +1-617-542-2652
;; Boston, MA 02111-1307, USA gnu@gnu.org
;;; Commentary: ;;; Commentary:
;; ;;

View file

@ -1,24 +1,21 @@
;; -*- scheme -*- ;;;; sxml.ssax.test -*- scheme -*-
;; guile-lib ;;;;
;; Copyright (C) 2004, 2009 Andy Wingo <wingo at pobox dot com> ;;;; Copyright (C) 2010 Free Software Foundation, Inc.
;; Copyright (C) 2001,2002,2003,2004 Oleg Kiselyov <oleg at pobox dot com> ;;;; Copyright (C) 2001,2002,2003,2004 Oleg Kiselyov <oleg at pobox dot com>
;;;;
;; This program is free software; you can redistribute it and/or ;;;; This library is free software; you can redistribute it and/or
;; modify it under the terms of the GNU General Public License as ;;;; modify it under the terms of the GNU Lesser General Public
;; published by the Free Software Foundation; either version 2 of ;;;; License as published by the Free Software Foundation; either
;; the License, or (at your option) any later version. ;;;; version 3 of the License, or (at your option) any later version.
;; ;;;;
;; This program is distributed in the hope that it will be useful, ;;;; This library is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of ;;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
;; GNU General Public License for more details. ;;;; Lesser General Public License for more details.
;; ;;;;
;; You should have received a copy of the GNU General Public License ;;;; You should have received a copy of the GNU Lesser General Public
;; along with this program; if not, contact: ;;;; License along with this library; if not, write to the Free Software
;; ;;;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;; Free Software Foundation Voice: +1-617-542-5942
;; 59 Temple Place - Suite 330 Fax: +1-617-542-2652
;; Boston, MA 02111-1307, USA gnu@gnu.org
;;; Commentary: ;;; Commentary:
;; ;;

View file

@ -1,23 +1,21 @@
;; -*- scheme -*- ;;;; sxml.transform.test -*- scheme -*-
;; guile-lib ;;;;
;; Copyright (C) 2004, 2009 Andy Wingo <wingo at pobox dot com> ;;;; Copyright (C) 2010 Free Software Foundation, Inc.
;;;; Copyright (C) 2001,2002,2003,2004 Oleg Kiselyov <oleg 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 ;;;; This library is free software; you can redistribute it and/or
;; published by the Free Software Foundation; either version 2 of ;;;; modify it under the terms of the GNU Lesser General Public
;; the License, or (at your option) any later version. ;;;; 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 ;;;; This library is distributed in the hope that it will be useful,
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; GNU General Public License for more details. ;;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
;; ;;;; Lesser General Public License for more details.
;; You should have received a copy of the GNU General Public License ;;;;
;; along with this program; if not, contact: ;;;; You should have received a copy of the GNU Lesser General Public
;; ;;;; License along with this library; if not, write to the Free Software
;; Free Software Foundation Voice: +1-617-542-5942 ;;;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;; 59 Temple Place - Suite 330 Fax: +1-617-542-2652
;; Boston, MA 02111-1307, USA gnu@gnu.org
;;; Commentary: ;;; Commentary:
;; ;;

View file

@ -1,23 +1,21 @@
;; -*- scheme -*- ;;;; sxml.xpath.test -*- scheme -*-
;; guile-lib ;;;;
;; Copyright (C) 2004, 2009 Andy Wingo <wingo at pobox dot com> ;;;; Copyright (C) 2010 Free Software Foundation, Inc.
;;;; Copyright (C) 2001,2002,2003,2004 Oleg Kiselyov <oleg 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 ;;;; This library is free software; you can redistribute it and/or
;; published by the Free Software Foundation; either version 2 of ;;;; modify it under the terms of the GNU Lesser General Public
;; the License, or (at your option) any later version. ;;;; 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 ;;;; This library is distributed in the hope that it will be useful,
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; GNU General Public License for more details. ;;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
;; ;;;; Lesser General Public License for more details.
;; You should have received a copy of the GNU General Public License ;;;;
;; along with this program; if not, contact: ;;;; You should have received a copy of the GNU Lesser General Public
;; ;;;; License along with this library; if not, write to the Free Software
;; Free Software Foundation Voice: +1-617-542-5942 ;;;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;; 59 Temple Place - Suite 330 Fax: +1-617-542-2652
;; Boston, MA 02111-1307, USA gnu@gnu.org
;;; Commentary: ;;; Commentary:
;; ;;

View file

@ -1,23 +1,20 @@
;; -*- scheme -*- ;;;; texinfo.docbook.test -*- scheme -*-
;; guile-lib ;;;;
;; Copyright (C) 2007, 2009 Andy Wingo <wingo at pobox dot com> ;;;; Copyright (C) 2010 Free Software Foundation, Inc.
;;;;
;; This program is free software; you can redistribute it and/or ;;;; This library is free software; you can redistribute it and/or
;; modify it under the terms of the GNU General Public License as ;;;; modify it under the terms of the GNU Lesser General Public
;; published by the Free Software Foundation; either version 2 of ;;;; License as published by the Free Software Foundation; either
;; the License, or (at your option) any later version. ;;;; version 3 of the License, or (at your option) any later version.
;; ;;;;
;; This program is distributed in the hope that it will be useful, ;;;; This library is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of ;;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
;; GNU General Public License for more details. ;;;; Lesser General Public License for more details.
;; ;;;;
;; You should have received a copy of the GNU General Public License ;;;; You should have received a copy of the GNU Lesser General Public
;; along with this program; if not, contact: ;;;; License along with this library; if not, write to the Free Software
;; ;;;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;; Free Software Foundation Voice: +1-617-542-5942
;; 59 Temple Place - Suite 330 Fax: +1-617-542-2652
;; Boston, MA 02111-1307, USA gnu@gnu.org
;;; Commentary: ;;; Commentary:
;; ;;

View file

@ -1,23 +1,20 @@
;; -*- scheme -*- ;;;; texinfo.serialize.test -*- scheme -*-
;; guile-lib ;;;;
;; Copyright (C) 2007, 2009 Andy Wingo <wingo at pobox dot com> ;;;; Copyright (C) 2010 Free Software Foundation, Inc.
;;;;
;; This program is free software; you can redistribute it and/or ;;;; This library is free software; you can redistribute it and/or
;; modify it under the terms of the GNU General Public License as ;;;; modify it under the terms of the GNU Lesser General Public
;; published by the Free Software Foundation; either version 2 of ;;;; License as published by the Free Software Foundation; either
;; the License, or (at your option) any later version. ;;;; version 3 of the License, or (at your option) any later version.
;; ;;;;
;; This program is distributed in the hope that it will be useful, ;;;; This library is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of ;;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
;; GNU General Public License for more details. ;;;; Lesser General Public License for more details.
;; ;;;;
;; You should have received a copy of the GNU General Public License ;;;; You should have received a copy of the GNU Lesser General Public
;; along with this program; if not, contact: ;;;; License along with this library; if not, write to the Free Software
;; ;;;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;; Free Software Foundation Voice: +1-617-542-5942
;; 59 Temple Place - Suite 330 Fax: +1-617-542-2652
;; Boston, MA 02111-1307, USA gnu@gnu.org
;;; Commentary: ;;; Commentary:
;; ;;

View file

@ -1,22 +1,22 @@
;; -*- scheme -*- ;;;; texinfo.string-utils.test -*- scheme -*-
;;; ---------------------------------------------------------------------- ;;;;
;;; unit test ;;;; Copyright (C) 2003, 2009, 2010 Free Software Foundation, Inc.
;;; Copyright (C) 2003, 2009 Free Software Foundation, Inc. ;;;;
;;; ;;;; This program is free software; you can redistribute it and/or
;;; This program is free software; you can redistribute it and/or modify ;;;; modify it under the terms of the GNU General Public License as
;;; it under the terms of the GNU General Public License as published by ;;;; published by the Free Software Foundation; either version 3 of the
;;; the Free Software Foundation; either version 2 of the License, or ;;;; License, or (at your option) any later version.
;;; (at your option) any later version. ;;;;
;;; ;;;; This program is distributed in the hope that it will be useful,
;;; This program is distributed in the hope that it will be useful, ;;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;;; but WITHOUT ANY WARRANTY; without even the implied warranty of ;;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;;;; General Public License for more details.
;;; GNU General Public License for more details. ;;;;
;;; ;;;; You should have received a copy of the GNU General Public License
;;; You should have received a copy of the GNU General Public License ;;;; along with this library; if not, write to the Free Software
;;; along with this program; if not, write to the Free Software ;;;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
;;; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ;;;; 02110-1301 USA
;;; ----------------------------------------------------------------------
(define-module (test-suite test-string-utils) (define-module (test-suite test-string-utils)
#:use-module (test-suite lib) #:use-module (test-suite lib)
#:use-module (texinfo string-utils)) #:use-module (texinfo string-utils))

View file

@ -1,24 +1,21 @@
;; -*- scheme -*- ;;;; texinfo.test -*- scheme -*-
;; guile-lib ;;;;
;; Copyright (C) 2004, 2009 Andy Wingo <wingo at pobox dot com> ;;;; Copyright (C) 2010 Free Software Foundation, Inc.
;; Copyright (C) 2001,2002 Oleg Kiselyov <oleg at pobox dot com> ;;;; Copyright (C) 2001,2002 Oleg Kiselyov <oleg at pobox dot com>
;;;;
;; This program is free software; you can redistribute it and/or ;;;; This library is free software; you can redistribute it and/or
;; modify it under the terms of the GNU General Public License as ;;;; modify it under the terms of the GNU Lesser General Public
;; published by the Free Software Foundation; either version 2 of ;;;; License as published by the Free Software Foundation; either
;; the License, or (at your option) any later version. ;;;; version 3 of the License, or (at your option) any later version.
;; ;;;;
;; This program is distributed in the hope that it will be useful, ;;;; This library is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of ;;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
;; GNU General Public License for more details. ;;;; Lesser General Public License for more details.
;; ;;;;
;; You should have received a copy of the GNU General Public License ;;;; You should have received a copy of the GNU Lesser General Public
;; along with this program; if not, contact: ;;;; License along with this library; if not, write to the Free Software
;; ;;;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;; Free Software Foundation Voice: +1-617-542-5942
;; 59 Temple Place - Suite 330 Fax: +1-617-542-2652
;; Boston, MA 02111-1307, USA gnu@gnu.org
;;; Commentary: ;;; Commentary:
;; ;;