diff options
Diffstat (limited to 'doc')
46 files changed, 298 insertions, 296 deletions
diff --git a/doc/dir/dir.skb b/doc/dir/dir.skb index 1e1a7b6..661bb93 100644 --- a/doc/dir/dir.skb +++ b/doc/dir/dir.skb @@ -3,20 +3,20 @@ ;;; Copyright 2001, 2002, 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/>. ;*---------------------------------------------------------------------*/ ;* The Skribe documentation style */ diff --git a/doc/man/skribilo.1.in b/doc/man/skribilo.1.in index a6fb5cd..b8782ce 100644 --- a/doc/man/skribilo.1.in +++ b/doc/man/skribilo.1.in @@ -4,22 +4,22 @@ .\" .\" 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, or (at your option) any -.\" later version. +.\" 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 3 of the License, or +.\" (at your option) any later version. .\" -.\" 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. +.\" 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 Skribilo; see the file COPYING. If not, write to the Free -.\" Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA -.\" 02110-1301 USA. +.\" You should have received a copy of the GNU General Public License +.\" along with Skribilo. If not, see <http://www.gnu.org/licenses/>. .\" -.TH SKRIBILO 1 + +.\" title section date source manual +.TH SKRIBILO 1 "2012-05-17" Skribilo "Skribilo @PACKAGE_VERSION@" .SH NAME skribilo \- Process Skribilo input document. .SH SYNOPSIS @@ -48,18 +48,20 @@ Please refer to the manual for detailed documentation. Skribilo is based on Skribe, by Manuel Serrano and Érick Gallesio. It is currently developed and maintained by Ludovic Courtès. .SH LICENCE -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, or (at your option) any later -version. +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 3 of the License, or +(at your option) any later version. .PP -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. +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. .PP -You should have received a copy of the GNU General Public License along with -Skribilo; see the file -.IR COPYING . -If not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth -Floor, Boston, MA 02110-1301 USA. +You should have received a copy of the GNU General Public License +along with Skribilo: see the file +.IR COPYING +. +If not, see +.IR http://www.gnu.org/licenses/ +. diff --git a/doc/modules/skribilo/documentation/api.scm b/doc/modules/skribilo/documentation/api.scm index 959211b..9ac683c 100644 --- a/doc/modules/skribilo/documentation/api.scm +++ b/doc/modules/skribilo/documentation/api.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 documentation api) :use-module (skribilo reader) diff --git a/doc/modules/skribilo/documentation/env.scm b/doc/modules/skribilo/documentation/env.scm index 3de289b..9d90d18 100644 --- a/doc/modules/skribilo/documentation/env.scm +++ b/doc/modules/skribilo/documentation/env.scm @@ -4,20 +4,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 documentation env) :use-module (skribilo config) diff --git a/doc/modules/skribilo/documentation/extension.scm b/doc/modules/skribilo/documentation/extension.scm index 0371b93..dbf2414 100644 --- a/doc/modules/skribilo/documentation/extension.scm +++ b/doc/modules/skribilo/documentation/extension.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 documentation extension) :use-module (skribilo sui) diff --git a/doc/modules/skribilo/documentation/manual.scm b/doc/modules/skribilo/documentation/manual.scm index 0163289..40f3f7e 100644 --- a/doc/modules/skribilo/documentation/manual.scm +++ b/doc/modules/skribilo/documentation/manual.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 documentation manual) :use-module (skribilo engine) diff --git a/doc/user/bib.skb b/doc/user/bib.skb index 4b6d840..25a0771 100644 --- a/doc/user/bib.skb +++ b/doc/user/bib.skb @@ -5,20 +5,20 @@ ;;; Copyright 2001, 2002, 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/>. ;*---------------------------------------------------------------------*/ ;* Index */ diff --git a/doc/user/char.skb b/doc/user/char.skb index 340754d..1760434 100644 --- a/doc/user/char.skb +++ b/doc/user/char.skb @@ -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/>. ;*---------------------------------------------------------------------*/ ;* Footnote ... */ diff --git a/doc/user/colframe.skb b/doc/user/colframe.skb index ae45fe5..2635d51 100644 --- a/doc/user/colframe.skb +++ b/doc/user/colframe.skb @@ -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/>. ;*---------------------------------------------------------------------*/ ;* Frame and color */ diff --git a/doc/user/compiler.skb b/doc/user/compiler.skb index 873c8ec..8bb4bbd 100644 --- a/doc/user/compiler.skb +++ b/doc/user/compiler.skb @@ -5,20 +5,20 @@ ;;; Copyright 2001, 2002, 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/>. ;*---------------------------------------------------------------------*/ ;* The compiler */ diff --git a/doc/user/contexte.skb b/doc/user/contexte.skb index 86afdb7..5c98f83 100644 --- a/doc/user/contexte.skb +++ b/doc/user/contexte.skb @@ -4,20 +4,20 @@ ;;; Copyright 2008 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/>. ;*---------------------------------------------------------------------*/ diff --git a/doc/user/document.skb b/doc/user/document.skb index ba58b63..543ba65 100644 --- a/doc/user/document.skb +++ b/doc/user/document.skb @@ -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/>. ;*---------------------------------------------------------------------*/ ;* dummy-document-output ... */ diff --git a/doc/user/emacs.skb b/doc/user/emacs.skb index a55f612..1cb3c5a 100644 --- a/doc/user/emacs.skb +++ b/doc/user/emacs.skb @@ -5,20 +5,20 @@ ;;; Copyright 2001, 2002, 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/>. ;*---------------------------------------------------------------------*/ ;* Editing Skribilo programs */ diff --git a/doc/user/engine.skb b/doc/user/engine.skb index 796b073..3db9a55 100644 --- a/doc/user/engine.skb +++ b/doc/user/engine.skb @@ -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/>. ;*---------------------------------------------------------------------*/ diff --git a/doc/user/enumeration.skb b/doc/user/enumeration.skb index 1878e1b..c8c8b22 100644 --- a/doc/user/enumeration.skb +++ b/doc/user/enumeration.skb @@ -4,20 +4,20 @@ ;;; Copyright 2003 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/>. ;*---------------------------------------------------------------------*/ ;* Justification */ diff --git a/doc/user/eq.skb b/doc/user/eq.skb index 85c5af5..ed11f66 100644 --- a/doc/user/eq.skb +++ b/doc/user/eq.skb @@ -4,20 +4,20 @@ ;;; Copyright 2006, 2007, 2008, 2009 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/>. ;;; FIXME: This is a stub and must be completed! diff --git a/doc/user/examples.skb b/doc/user/examples.skb index c963a41..378dcd0 100644 --- a/doc/user/examples.skb +++ b/doc/user/examples.skb @@ -4,20 +4,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/>. ;*---------------------------------------------------------------------*/ ;* Examples */ diff --git a/doc/user/figure.skb b/doc/user/figure.skb index b1b3964..dd91a50 100644 --- a/doc/user/figure.skb +++ b/doc/user/figure.skb @@ -5,20 +5,20 @@ ;;; Copyright 2003 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/>. ;*---------------------------------------------------------------------*/ ;* Figure ... @label figure@ */ diff --git a/doc/user/font.skb b/doc/user/font.skb index bd34b87..a359a5b 100644 --- a/doc/user/font.skb +++ b/doc/user/font.skb @@ -4,20 +4,20 @@ ;;; Copyright 2003 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/>. ;*---------------------------------------------------------------------*/ ;* Font */ diff --git a/doc/user/footnote.skb b/doc/user/footnote.skb index f309cea..4e612d6 100644 --- a/doc/user/footnote.skb +++ b/doc/user/footnote.skb @@ -5,20 +5,20 @@ ;;; Copyright 2003 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/>. ;*---------------------------------------------------------------------*/ ;* Footnote ... */ diff --git a/doc/user/htmle.skb b/doc/user/htmle.skb index a2a8676..93b7f0e 100644 --- a/doc/user/htmle.skb +++ b/doc/user/htmle.skb @@ -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/>. (section :title "HTML Engine" :file #t diff --git a/doc/user/image.skb b/doc/user/image.skb index f21388c..caa70a8 100644 --- a/doc/user/image.skb +++ b/doc/user/image.skb @@ -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/>. ;*---------------------------------------------------------------------*/ ;* Image ... @label image@ */ diff --git a/doc/user/index.skb b/doc/user/index.skb index b1d40ba..67a0d88 100644 --- a/doc/user/index.skb +++ b/doc/user/index.skb @@ -4,20 +4,20 @@ ;;; Copyright 2001, 2002, 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/>. ;*---------------------------------------------------------------------*/ ;* Index */ diff --git a/doc/user/infoe.skb b/doc/user/infoe.skb index c403c6f..713be76 100644 --- a/doc/user/infoe.skb +++ b/doc/user/infoe.skb @@ -4,20 +4,20 @@ ;;; Copyright 2009 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/>. (section :title "Info Engine" :file #t (mark "info-engine") diff --git a/doc/user/justify.skb b/doc/user/justify.skb index f68b811..59ad16d 100644 --- a/doc/user/justify.skb +++ b/doc/user/justify.skb @@ -4,20 +4,20 @@ ;;; Copyright 2003 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/>. ;*---------------------------------------------------------------------*/ ;* Justification */ diff --git a/doc/user/latexe.skb b/doc/user/latexe.skb index dab4189..4be0418 100644 --- a/doc/user/latexe.skb +++ b/doc/user/latexe.skb @@ -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/>. ;*---------------------------------------------------------------------*/ diff --git a/doc/user/lib.skb b/doc/user/lib.skb index 9a3a194..052bb17 100644 --- a/doc/user/lib.skb +++ b/doc/user/lib.skb @@ -5,20 +5,20 @@ ;;; Copyright 2003 Erick Gallesio <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/>. (chapter :title "Standard Library" diff --git a/doc/user/line.skb b/doc/user/line.skb index 55cea4d..99ccc32 100644 --- a/doc/user/line.skb +++ b/doc/user/line.skb @@ -4,20 +4,20 @@ ;;; Copyright 2003 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/>. ;*---------------------------------------------------------------------*/ ;* Line breaks */ diff --git a/doc/user/links.skb b/doc/user/links.skb index ddabfbf..7534f47 100644 --- a/doc/user/links.skb +++ b/doc/user/links.skb @@ -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/>. ;*---------------------------------------------------------------------*/ ;* Links and references */ diff --git a/doc/user/loute.skb b/doc/user/loute.skb index 2adf9dd..4015837 100644 --- a/doc/user/loute.skb +++ b/doc/user/loute.skb @@ -4,20 +4,20 @@ ;;; Copyright 2008, 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/>. (section :title "Lout Engine" :file #t diff --git a/doc/user/markup.skb b/doc/user/markup.skb index 497631a..30496a1 100644 --- a/doc/user/markup.skb +++ b/doc/user/markup.skb @@ -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/>. ;*---------------------------------------------------------------------*/ ;* API */ diff --git a/doc/user/ornament.skb b/doc/user/ornament.skb index 9e030ee..39b44d5 100644 --- a/doc/user/ornament.skb +++ b/doc/user/ornament.skb @@ -4,20 +4,20 @@ ;;; Copyright 2003 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/>. ;*---------------------------------------------------------------------*/ ;* Ornaments */ diff --git a/doc/user/package.skb b/doc/user/package.skb index 445eba9..eed0b09 100644 --- a/doc/user/package.skb +++ b/doc/user/package.skb @@ -5,20 +5,20 @@ ;;; Copyright 2001, 2004, 2005 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/>. ;*---------------------------------------------------------------------*/ ;* Standard packages */ diff --git a/doc/user/pie.skb b/doc/user/pie.skb index 3f2185b..563c2b5 100644 --- a/doc/user/pie.skb +++ b/doc/user/pie.skb @@ -4,20 +4,20 @@ ;;; Copyright 2006, 2009 Ludovic Courtès <ludovic.courtes@laas.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/>. ;;; FIXME: This is a stub and must be completed! diff --git a/doc/user/prgm.skb b/doc/user/prgm.skb index e8cf67f..4089bfd 100644 --- a/doc/user/prgm.skb +++ b/doc/user/prgm.skb @@ -5,20 +5,20 @@ ;;; Copyright 2001, 2002, 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/>. ;*---------------------------------------------------------------------*/ ;* fib ... */ diff --git a/doc/user/sectioning.skb b/doc/user/sectioning.skb index e11f60b..f55bc23 100644 --- a/doc/user/sectioning.skb +++ b/doc/user/sectioning.skb @@ -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/>. ;*---------------------------------------------------------------------*/ ;* dummy-section-output ... */ diff --git a/doc/user/skribeinfo.skb b/doc/user/skribeinfo.skb index 8b4fe3f..b2ce1d2 100644 --- a/doc/user/skribeinfo.skb +++ b/doc/user/skribeinfo.skb @@ -4,20 +4,20 @@ ;;; Copyright 2001, 2002, 2003 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/>. ;*---------------------------------------------------------------------*/ ;* The Skribeinfo compiler */ diff --git a/doc/user/skribilo-config.skb b/doc/user/skribilo-config.skb index 186bbbe..682102e 100644 --- a/doc/user/skribilo-config.skb +++ b/doc/user/skribilo-config.skb @@ -5,20 +5,20 @@ ;;; Copyright 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/>. ;*---------------------------------------------------------------------*/ ;* The `skribilo-config' tool */ diff --git a/doc/user/slide.skb b/doc/user/slide.skb index 21e88cb..e14788b 100644 --- a/doc/user/slide.skb +++ b/doc/user/slide.skb @@ -5,20 +5,20 @@ ;;; Copyright 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/>. ;*---------------------------------------------------------------------*/ diff --git a/doc/user/spacing.skb b/doc/user/spacing.skb index af31d09..67401c7 100644 --- a/doc/user/spacing.skb +++ b/doc/user/spacing.skb @@ -4,20 +4,20 @@ ;;; Copyright 2007, 2009 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/>. (section :title [Spacing] :file #t diff --git a/doc/user/start.skb b/doc/user/start.skb index 4faad07..177c65c 100644 --- a/doc/user/start.skb +++ b/doc/user/start.skb @@ -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/>. ;*---------------------------------------------------------------------*/ ;* Getting started */ diff --git a/doc/user/syntax.skb b/doc/user/syntax.skb index 1442c39..5823e92 100644 --- a/doc/user/syntax.skb +++ b/doc/user/syntax.skb @@ -5,20 +5,20 @@ ;;; Copyright 2001, 2002, 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/>. ;*---------------------------------------------------------------------*/ ;* The Skribilo syntaxes */ diff --git a/doc/user/table.skb b/doc/user/table.skb index 5c777c9..0639378 100644 --- a/doc/user/table.skb +++ b/doc/user/table.skb @@ -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/>. ;*---------------------------------------------------------------------*/ ;* Table ... */ diff --git a/doc/user/toc.skb b/doc/user/toc.skb index 456b46d..29ad2e9 100644 --- a/doc/user/toc.skb +++ b/doc/user/toc.skb @@ -4,20 +4,20 @@ ;;; Copyright 2003 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/>. ;*---------------------------------------------------------------------*/ ;* Sectioning */ diff --git a/doc/user/user.skb b/doc/user/user.skb index 7964766..328ff2b 100644 --- a/doc/user/user.skb +++ b/doc/user/user.skb @@ -4,20 +4,20 @@ ;;; Copyright 2001, 2002, 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/>. ;*---------------------------------------------------------------------*/ ;* The Skribilo documentation style */ diff --git a/doc/user/xmle.skb b/doc/user/xmle.skb index ad538e1..1a609dc 100644 --- a/doc/user/xmle.skb +++ b/doc/user/xmle.skb @@ -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/>. ;*---------------------------------------------------------------------*/ |