summaryrefslogtreecommitdiff
path: root/src/cuirass/ui.scm
diff options
context:
space:
mode:
authorMathieu Lirzin <mthl@gnu.org>2016-07-23 12:10:04 +0200
committerMathieu Lirzin <mthl@gnu.org>2016-07-25 02:12:41 +0200
commitcf7e290dc25fdc379d650bb4594628d4a654e59b (patch)
treedcbbefa811a0e5fc27fe7b98a0686623a964c342 /src/cuirass/ui.scm
parenta4c8bf0fd4bf03ca7ca3ff155db6dd33fb40aa62 (diff)
downloadcuirass-cf7e290dc25fdc379d650bb4594628d4a654e59b.tar
cuirass-cf7e290dc25fdc379d650bb4594628d4a654e59b.tar.gz
maint: Update file headers.
Diffstat (limited to 'src/cuirass/ui.scm')
-rw-r--r--src/cuirass/ui.scm15
1 files changed, 7 insertions, 8 deletions
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.
;;;