mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 19:50:24 +02:00
Switch the `encoding*.test' files to LGPLv3+.
* test-suite/tests/encoding-escapes.test, test-suite/tests/encoding-iso88591.test, test-suite/tests/encoding-iso88597.test, test-suite/tests/encoding-utf8.test: Switch to LGPLv3+ for the sake of consistency.
This commit is contained in:
parent
d3d6614791
commit
a5229ee822
4 changed files with 55 additions and 59 deletions
|
@ -2,20 +2,19 @@
|
||||||
;;;;
|
;;;;
|
||||||
;;;; Copyright (C) 2009 Free Software Foundation, Inc.
|
;;;; Copyright (C) 2009 Free Software Foundation, Inc.
|
||||||
;;;;
|
;;;;
|
||||||
;;;; This program is free software; you can redistribute it and/or modify
|
;;;; This library is free software; you can redistribute it and/or
|
||||||
;;;; it under the terms of the GNU General Public License as published by
|
;;;; modify it under the terms of the GNU Lesser General Public
|
||||||
;;;; the Free Software Foundation; either version 2, or (at your option)
|
;;;; License as published by the Free Software Foundation; either
|
||||||
;;;; 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 software; see the file COPYING. If not, write to
|
;;;; License along with this library; if not, write to the Free Software
|
||||||
;;;; the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
;;;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
;;;; Boston, MA 02110-1301 USA
|
|
||||||
|
|
||||||
(define-module (test-strings)
|
(define-module (test-strings)
|
||||||
#:use-module (test-suite lib)
|
#:use-module (test-suite lib)
|
||||||
|
|
|
@ -1,21 +1,20 @@
|
||||||
;;;; strings.test --- test suite for Guile's string functions -*- mode: scheme; coding: iso-8859-1 -*-
|
;;;; encoding-iso88591.test --- test suite for Guile's string encodings -*- mode: scheme; coding: iso-8859-1 -*-
|
||||||
;;;;
|
;;;;
|
||||||
;;;; Copyright (C) 2009 Free Software Foundation, Inc.
|
;;;; Copyright (C) 2009 Free Software Foundation, Inc.
|
||||||
;;;;
|
;;;;
|
||||||
;;;; This program is free software; you can redistribute it and/or modify
|
;;;; This library is free software; you can redistribute it and/or
|
||||||
;;;; it under the terms of the GNU General Public License as published by
|
;;;; modify it under the terms of the GNU Lesser General Public
|
||||||
;;;; the Free Software Foundation; either version 2, or (at your option)
|
;;;; License as published by the Free Software Foundation; either
|
||||||
;;;; 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 software; see the file COPYING. If not, write to
|
;;;; License along with this library; if not, write to the Free Software
|
||||||
;;;; the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
;;;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
;;;; Boston, MA 02110-1301 USA
|
|
||||||
|
|
||||||
(define-module (test-strings)
|
(define-module (test-strings)
|
||||||
#:use-module (test-suite lib)
|
#:use-module (test-suite lib)
|
||||||
|
|
|
@ -1,21 +1,20 @@
|
||||||
;;;; strings.test --- test suite for Guile's string functions -*- mode: scheme; coding: iso-8859-7 -*-
|
;;;; encoding-iso88697.test --- test suite for Guile's string encodings -*- mode: scheme; coding: iso-8859-7 -*-
|
||||||
;;;;
|
;;;;
|
||||||
;;;; Copyright (C) 2009 Free Software Foundation, Inc.
|
;;;; Copyright (C) 2009 Free Software Foundation, Inc.
|
||||||
;;;;
|
;;;;
|
||||||
;;;; This program is free software; you can redistribute it and/or modify
|
;;;; This library is free software; you can redistribute it and/or
|
||||||
;;;; it under the terms of the GNU General Public License as published by
|
;;;; modify it under the terms of the GNU Lesser General Public
|
||||||
;;;; the Free Software Foundation; either version 2, or (at your option)
|
;;;; License as published by the Free Software Foundation; either
|
||||||
;;;; 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 software; see the file COPYING. If not, write to
|
;;;; License along with this library; if not, write to the Free Software
|
||||||
;;;; the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
;;;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
;;;; Boston, MA 02110-1301 USA
|
|
||||||
|
|
||||||
(define-module (test-strings)
|
(define-module (test-strings)
|
||||||
#:use-module (test-suite lib)
|
#:use-module (test-suite lib)
|
||||||
|
|
|
@ -1,21 +1,20 @@
|
||||||
;;;; strings.test --- test suite for Guile's string functions -*- mode: scheme; coding: utf-8 -*-
|
;;;; encoding-utf8.test --- test suite for Guile's string encodings -*- mode: scheme; coding: utf-8 -*-
|
||||||
;;;;
|
;;;;
|
||||||
;;;; Copyright (C) 2009 Free Software Foundation, Inc.
|
;;;; Copyright (C) 2009 Free Software Foundation, Inc.
|
||||||
;;;;
|
;;;;
|
||||||
;;;; This program is free software; you can redistribute it and/or modify
|
;;;; This library is free software; you can redistribute it and/or
|
||||||
;;;; it under the terms of the GNU General Public License as published by
|
;;;; modify it under the terms of the GNU Lesser General Public
|
||||||
;;;; the Free Software Foundation; either version 2, or (at your option)
|
;;;; License as published by the Free Software Foundation; either
|
||||||
;;;; 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 software; see the file COPYING. If not, write to
|
;;;; License along with this library; if not, write to the Free Software
|
||||||
;;;; the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
;;;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
;;;; Boston, MA 02110-1301 USA
|
|
||||||
|
|
||||||
(define-module (test-strings)
|
(define-module (test-strings)
|
||||||
#:use-module (test-suite lib)
|
#:use-module (test-suite lib)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue