diff options
author | Jim Meyering <meyering@redhat.com> | 2010-05-23 18:10:28 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2010-05-23 18:10:41 +0200 |
commit | fdff32e1834f88363854cefaba10150bff066607 (patch) | |
tree | 4aed60e7585947d491c301eb7d44ceda5f44ff57 | |
parent | 28488c12146daad269c4a57c2000231d5f5781e0 (diff) | |
download | coreutils-fdff32e1834f88363854cefaba10150bff066607.tar.xz |
maint: make copyright comment consistent with all others
* tests/misc/mktemp: Change punctuation to make copyright
paragraph consistent with all of the others.
-rwxr-xr-x | tests/misc/mktemp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/misc/mktemp b/tests/misc/mktemp index f1ffb68c3..82c551e4c 100755 --- a/tests/misc/mktemp +++ b/tests/misc/mktemp @@ -3,9 +3,9 @@ # Copyright (C) 2007-2010 Free Software Foundation, Inc. -# This program is free software; you can redistribute it and/or modify +# This program 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 +# 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, |