diff options
author | Mathieu Lirzin <mthl@gnu.org> | 2016-07-23 12:10:04 +0200 |
---|---|---|
committer | Mathieu Lirzin <mthl@gnu.org> | 2016-07-25 02:12:41 +0200 |
commit | cf7e290dc25fdc379d650bb4594628d4a654e59b (patch) | |
tree | dcbbefa811a0e5fc27fe7b98a0686623a964c342 /src | |
parent | a4c8bf0fd4bf03ca7ca3ff155db6dd33fb40aa62 (diff) | |
download | cuirass-cf7e290dc25fdc379d650bb4594628d4a654e59b.tar cuirass-cf7e290dc25fdc379d650bb4594628d4a654e59b.tar.gz |
maint: Update file headers.
Diffstat (limited to 'src')
-rw-r--r-- | src/cuirass/base.scm | 15 | ||||
-rw-r--r-- | src/cuirass/config.scm.in | 15 | ||||
-rw-r--r-- | src/cuirass/database.scm | 12 | ||||
-rw-r--r-- | src/cuirass/ui.scm | 15 | ||||
-rw-r--r-- | src/cuirass/utils.scm | 3 |
5 files changed, 28 insertions, 32 deletions
diff --git a/src/cuirass/base.scm b/src/cuirass/base.scm index 81fba6e..666757e 100644 --- a/src/cuirass/base.scm +++ b/src/cuirass/base.scm @@ -1,17 +1,16 @@ -;;;; base.scm - Cuirass base module -;;; +;;; base.scm -- Cuirass base module ;;; Copyright © 2016 Ludovic Courtès <ludo@gnu.org> ;;; Copyright © 2016 Mathieu Lirzin <mthl@gnu.org> ;;; ;;; This file is part of Cuirass. ;;; -;;; Cuirass 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. +;;; Cuirass 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. ;;; -;;; Cuirass is distributed in the hope that it will be useful, but -;;; WITHOUT ANY WARRANTY; without even the implied warranty of +;;; Cuirass 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. ;;; diff --git a/src/cuirass/config.scm.in b/src/cuirass/config.scm.in index 5619168..b8f4ae3 100644 --- a/src/cuirass/config.scm.in +++ b/src/cuirass/config.scm.in @@ -1,16 +1,15 @@ -;;;; config.scm - variables defined at configure time -;;; +;;; config.scm -- variables defined at configure time ;;; Copyright © 2016 Mathieu Lirzin <mthl@gnu.org> ;;; ;;; This file is part of Cuirass. ;;; -;;; Cuirass 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. +;;; Cuirass 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. ;;; -;;; Cuirass is distributed in the hope that it will be useful, but -;;; WITHOUT ANY WARRANTY; without even the implied warranty of +;;; Cuirass 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. ;;; diff --git a/src/cuirass/database.scm b/src/cuirass/database.scm index ea2f3f1..c9c106e 100644 --- a/src/cuirass/database.scm +++ b/src/cuirass/database.scm @@ -3,13 +3,13 @@ ;;; ;;; This file is part of Cuirass. ;;; -;;; Cuirass 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. +;;; Cuirass 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. ;;; -;;; Cuirass is distributed in the hope that it will be useful, but -;;; WITHOUT ANY WARRANTY; without even the implied warranty of +;;; Cuirass 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. ;;; diff --git a/src/cuirass/ui.scm b/src/cuirass/ui.scm index c63a3e5..311a187 100644 --- a/src/cuirass/ui.scm +++ b/src/cuirass/ui.scm @@ -1,16 +1,15 @@ -;;;; ui.scm - user interface facilities for command-line tools -;;; +;;; ui.scm -- user interface facilities for command-line tools ;;; Copyright © 2016 Mathieu Lirzin <mthl@gnu.org> ;;; ;;; This file is part of Cuirass. ;;; -;;; Cuirass 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. +;;; Cuirass 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. ;;; -;;; Cuirass is distributed in the hope that it will be useful, but -;;; WITHOUT ANY WARRANTY; without even the implied warranty of +;;; Cuirass 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. ;;; diff --git a/src/cuirass/utils.scm b/src/cuirass/utils.scm index 56d3fcd..1667c02 100644 --- a/src/cuirass/utils.scm +++ b/src/cuirass/utils.scm @@ -1,5 +1,4 @@ -;;;; utils.scm -- helper procedures -;;; +;;; utils.scm -- helper procedures ;;; Copyright © 2012, 2013, 2016 Ludovic Courtès <ludo@gnu.org> ;;; Copyright © 2015 David Thompson <davet@gnu.org> ;;; Copyright © 2016 Mathieu Lirzin <mthl@gnu.org> |