aboutsummaryrefslogtreecommitdiff
path: root/bin/evaluate.in
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 /bin/evaluate.in
parenta4c8bf0fd4bf03ca7ca3ff155db6dd33fb40aa62 (diff)
downloadcuirass-cf7e290dc25fdc379d650bb4594628d4a654e59b.tar
cuirass-cf7e290dc25fdc379d650bb4594628d4a654e59b.tar.gz
maint: Update file headers.
Diffstat (limited to 'bin/evaluate.in')
-rw-r--r--bin/evaluate.in14
1 files changed, 7 insertions, 7 deletions
diff --git a/bin/evaluate.in b/bin/evaluate.in
index 8152e85..ed9e94b 100644
--- a/bin/evaluate.in
+++ b/bin/evaluate.in
@@ -4,19 +4,19 @@ GUILE_LOAD_PATH="$1"
export GUILE_LOAD_PATH
exec ${GUILE:-@GUILE@} --no-auto-compile -e main -s "$0" "$@"
!#
-;;;; evaluate - convert a specification to a job list
+;;; evaluate -- convert a specification to a job list
;;; 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.
;;;