diff options
-rwxr-xr-x | tap-driver.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tap-driver.sh b/tap-driver.sh index 4254e2b..82efa96 100755 --- a/tap-driver.sh +++ b/tap-driver.sh | |||
@@ -1,5 +1,5 @@ | |||
1 | #! /bin/sh | 1 | #! /bin/sh |
2 | # Copyright (C) 2011-2014 Free Software Foundation, Inc. | 2 | # Copyright (C) 2011-2017 Free Software Foundation, Inc. |
3 | # | 3 | # |
4 | # This program is free software; you can redistribute it and/or modify | 4 | # This program is free software; you can redistribute it and/or modify |
5 | # it under the terms of the GNU General Public License as published by | 5 | # it under the terms of the GNU General Public License as published by |
@@ -646,6 +646,6 @@ test $? -eq 0 || fatal "I/O or internal error" | |||
646 | # eval: (add-hook 'write-file-hooks 'time-stamp) | 646 | # eval: (add-hook 'write-file-hooks 'time-stamp) |
647 | # time-stamp-start: "scriptversion=" | 647 | # time-stamp-start: "scriptversion=" |
648 | # time-stamp-format: "%:y-%02m-%02d.%02H" | 648 | # time-stamp-format: "%:y-%02m-%02d.%02H" |
649 | # time-stamp-time-zone: "UTC" | 649 | # time-stamp-time-zone: "UTC0" |
650 | # time-stamp-end: "; # UTC" | 650 | # time-stamp-end: "; # UTC" |
651 | # End: | 651 | # End: |