summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-11-09 11:36:51 +0000
committerJim Meyering <jim@meyering.net>2002-11-09 11:36:51 +0000
commit82bd49565bdb5cc128d6bdfcfcd98cb86411ee3e (patch)
treef6cee80cf9a16f12034e7aa45ae0b8f403ad0521 /config
parentfd57b979a9a216d9c0a0d44d3464140d1bf25f2b (diff)
downloadcoreutils-82bd49565bdb5cc128d6bdfcfcd98cb86411ee3e.tar.xz
.
Diffstat (limited to 'config')
-rwxr-xr-xconfig/mdate-sh7
1 files changed, 6 insertions, 1 deletions
diff --git a/config/mdate-sh b/config/mdate-sh
index 37171f21f..c079aed3e 100755
--- a/config/mdate-sh
+++ b/config/mdate-sh
@@ -1,6 +1,6 @@
#!/bin/sh
# Get modification time of a file or directory and pretty-print it.
-# Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
+# Copyright 1995, 1996, 1997 Free Software Foundation, Inc.
# written by Ulrich Drepper <drepper@gnu.ai.mit.edu>, June 1995
#
# This program is free software; you can redistribute it and/or modify
@@ -17,6 +17,11 @@
# along with this program; if not, write to the Free Software Foundation,
# Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+# As a special exception to the GNU General Public License, if you
+# distribute this file as part of a program that contains a
+# configuration script generated by Autoconf, you may include it under
+# the same distribution terms that you use for the rest of that program.
+
# Prevent date giving response in another language.
LANG=C
export LANG