diff options
author | Ludovic Courtès | 2012-05-17 15:28:25 +0200 |
---|---|---|
committer | Ludovic Courtès | 2012-05-17 15:28:25 +0200 |
commit | f59dc186a84504715faf141d1d7bcc9e3ca9d2e7 (patch) | |
tree | 1bad734df7745309bf99f803c31c94a5fe1b47a0 /src/guile/skribilo/engine | |
parent | c1d408da1cb454d3846a38e5f8ecc89d56c7b698 (diff) | |
download | skribilo-f59dc186a84504715faf141d1d7bcc9e3ca9d2e7.tar.gz skribilo-f59dc186a84504715faf141d1d7bcc9e3ca9d2e7.tar.lz skribilo-f59dc186a84504715faf141d1d7bcc9e3ca9d2e7.zip |
Switch to GPLv3+.
Diffstat (limited to 'src/guile/skribilo/engine')
-rw-r--r-- | src/guile/skribilo/engine/base.scm | 12 | ||||
-rw-r--r-- | src/guile/skribilo/engine/context.scm | 12 | ||||
-rw-r--r-- | src/guile/skribilo/engine/html.scm | 12 | ||||
-rw-r--r-- | src/guile/skribilo/engine/html4.scm | 12 | ||||
-rw-r--r-- | src/guile/skribilo/engine/info.scm | 12 | ||||
-rw-r--r-- | src/guile/skribilo/engine/latex.scm | 12 | ||||
-rw-r--r-- | src/guile/skribilo/engine/lout.scm | 12 | ||||
-rw-r--r-- | src/guile/skribilo/engine/xml.scm | 12 |
8 files changed, 48 insertions, 48 deletions
diff --git a/src/guile/skribilo/engine/base.scm b/src/guile/skribilo/engine/base.scm index 223b8a7..9daf655 100644 --- a/src/guile/skribilo/engine/base.scm +++ b/src/guile/skribilo/engine/base.scm @@ -5,20 +5,20 @@ ;;; Copyright 2003, 2004 Manuel Serrano ;;; ;;; -;;; This program is free software; you can redistribute it and/or modify +;;; This file is part of Skribilo. +;;; +;;; Skribilo 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 2 of the License, or +;;; 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, +;;; Skribilo 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, write to the Free Software -;;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, -;;; USA. +;;; along with Skribilo. If not, see <http://www.gnu.org/licenses/>. (define-module (skribilo engine base) :use-module (skribilo ast) diff --git a/src/guile/skribilo/engine/context.scm b/src/guile/skribilo/engine/context.scm index 21a5898..cef0136 100644 --- a/src/guile/skribilo/engine/context.scm +++ b/src/guile/skribilo/engine/context.scm @@ -5,20 +5,20 @@ ;;; Copyright 2004 Erick Gallesio - I3S-CNRS/ESSI <eg@essi.fr> ;;; ;;; -;;; This program is free software; you can redistribute it and/or modify +;;; This file is part of Skribilo. +;;; +;;; Skribilo 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 2 of the License, or +;;; 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, +;;; Skribilo 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, write to the Free Software -;;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, -;;; USA. +;;; along with Skribilo. If not, see <http://www.gnu.org/licenses/>. (define-module (skribilo engine context) :use-module (skribilo lib) diff --git a/src/guile/skribilo/engine/html.scm b/src/guile/skribilo/engine/html.scm index 1621595..b04b848 100644 --- a/src/guile/skribilo/engine/html.scm +++ b/src/guile/skribilo/engine/html.scm @@ -5,20 +5,20 @@ ;;; Copyright 2003, 2004 Manuel Serrano ;;; ;;; -;;; This program is free software; you can redistribute it and/or modify +;;; This file is part of Skribilo. +;;; +;;; Skribilo 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 2 of the License, or +;;; 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, +;;; Skribilo 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, write to the Free Software -;;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, -;;; USA. +;;; along with Skribilo. If not, see <http://www.gnu.org/licenses/>. (define-module (skribilo engine html) :use-module (skribilo lib) diff --git a/src/guile/skribilo/engine/html4.scm b/src/guile/skribilo/engine/html4.scm index e07d0f0..5a362ad 100644 --- a/src/guile/skribilo/engine/html4.scm +++ b/src/guile/skribilo/engine/html4.scm @@ -5,20 +5,20 @@ ;;; Copyright 2007 Ludovic Courtès <ludo@chbouib.org> ;;; ;;; -;;; This program is free software; you can redistribute it and/or modify +;;; This file is part of Skribilo. +;;; +;;; Skribilo 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 2 of the License, or +;;; 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, +;;; Skribilo 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, write to the Free Software -;;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, -;;; USA. +;;; along with Skribilo. If not, see <http://www.gnu.org/licenses/>. (define-module (skribilo engine html4) :use-module (skribilo ast) diff --git a/src/guile/skribilo/engine/info.scm b/src/guile/skribilo/engine/info.scm index bceb796..9dabfd2 100644 --- a/src/guile/skribilo/engine/info.scm +++ b/src/guile/skribilo/engine/info.scm @@ -5,20 +5,20 @@ ;;; Copyright 2001, 2002 Manuel Serrano ;;; ;;; -;;; This program is free software; you can redistribute it and/or modify +;;; This file is part of Skribilo. +;;; +;;; Skribilo 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 2 of the License, or +;;; 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, +;;; Skribilo 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, write to the Free Software -;;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, -;;; USA. +;;; along with Skribilo. If not, see <http://www.gnu.org/licenses/>. (define-module (skribilo engine info) :use-module (skribilo lib) diff --git a/src/guile/skribilo/engine/latex.scm b/src/guile/skribilo/engine/latex.scm index eeae1fc..d7d3432 100644 --- a/src/guile/skribilo/engine/latex.scm +++ b/src/guile/skribilo/engine/latex.scm @@ -5,20 +5,20 @@ ;;; Copyright 2003, 2004 Manuel Serrano ;;; ;;; -;;; This program is free software; you can redistribute it and/or modify +;;; This file is part of Skribilo. +;;; +;;; Skribilo 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 2 of the License, or +;;; 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, +;;; Skribilo 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, write to the Free Software -;;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, -;;; USA. +;;; along with Skribilo. If not, see <http://www.gnu.org/licenses/>. (define-module (skribilo engine latex) :use-module (skribilo lib) diff --git a/src/guile/skribilo/engine/lout.scm b/src/guile/skribilo/engine/lout.scm index 2c7dac5..b194e25 100644 --- a/src/guile/skribilo/engine/lout.scm +++ b/src/guile/skribilo/engine/lout.scm @@ -5,20 +5,20 @@ ;;; 2012 Ludovic Courtès <ludo@gnu.org> ;;; ;;; -;;; This program is free software; you can redistribute it and/or modify +;;; This file is part of Skribilo. +;;; +;;; Skribilo 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 2 of the License, or +;;; 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, +;;; Skribilo 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, write to the Free Software -;;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, -;;; USA. +;;; along with Skribilo. If not, see <http://www.gnu.org/licenses/>. (define-module (skribilo engine lout) :use-module (skribilo lib) diff --git a/src/guile/skribilo/engine/xml.scm b/src/guile/skribilo/engine/xml.scm index 2515fac..23ca8c0 100644 --- a/src/guile/skribilo/engine/xml.scm +++ b/src/guile/skribilo/engine/xml.scm @@ -5,20 +5,20 @@ ;;; Copyright 2007 Ludovic Courtès <ludo@chbouib.org> ;;; ;;; -;;; This program is free software; you can redistribute it and/or modify +;;; This file is part of Skribilo. +;;; +;;; Skribilo 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 2 of the License, or +;;; 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, +;;; Skribilo 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, write to the Free Software -;;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, -;;; USA. +;;; along with Skribilo. If not, see <http://www.gnu.org/licenses/>. (define-module (skribilo engine xml) :use-module (skribilo ast) |