summaryrefslogtreecommitdiff
path: root/contrib/gnu-sort
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gnu-sort')
-rw-r--r--contrib/gnu-sort/FREEBSD-upgrade2
-rw-r--r--contrib/gnu-sort/lib/getopt.c2
-rw-r--r--contrib/gnu-sort/lib/getopt.h2
-rw-r--r--contrib/gnu-sort/lib/getopt1.c2
-rw-r--r--contrib/gnu-sort/lib/hard-locale.c2
5 files changed, 5 insertions, 5 deletions
diff --git a/contrib/gnu-sort/FREEBSD-upgrade b/contrib/gnu-sort/FREEBSD-upgrade
index 0e49cd87e1f3..55562a2afede 100644
--- a/contrib/gnu-sort/FREEBSD-upgrade
+++ b/contrib/gnu-sort/FREEBSD-upgrade
@@ -1,4 +1,4 @@
-$FreeBSD$
+$FreeBSD: src/contrib/gnu-sort/FREEBSD-upgrade,v 1.1 2002/06/08 07:51:53 ache Exp $
GNU Sort
originals can be found at: ftp://alpha.gnu.org/gnu/textutils/
diff --git a/contrib/gnu-sort/lib/getopt.c b/contrib/gnu-sort/lib/getopt.c
index fa46c85e3cae..053df89865e1 100644
--- a/contrib/gnu-sort/lib/getopt.c
+++ b/contrib/gnu-sort/lib/getopt.c
@@ -20,7 +20,7 @@
along with this program; if not, write to the Free Software
Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
-/* $FreeBSD$ */
+/* $FreeBSD: src/contrib/gnu-sort/lib/getopt.c,v 1.1.1.1 2002/06/08 07:47:23 ache Exp $ */
/* This tells Alpha OSF/1 not to define a getopt prototype in <stdio.h>.
Ditto for AIX 3.2 and <stdlib.h>. */
diff --git a/contrib/gnu-sort/lib/getopt.h b/contrib/gnu-sort/lib/getopt.h
index 89bc731dfa29..1e54321d9ba1 100644
--- a/contrib/gnu-sort/lib/getopt.h
+++ b/contrib/gnu-sort/lib/getopt.h
@@ -15,7 +15,7 @@
along with this program; if not, write to the Free Software
Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
-/* $FreeBSD$ */
+/* $FreeBSD: src/contrib/gnu-sort/lib/getopt.h,v 1.1.1.1 2002/06/08 07:47:23 ache Exp $ */
#ifndef _GETOPT_H
#define _GETOPT_H 1
diff --git a/contrib/gnu-sort/lib/getopt1.c b/contrib/gnu-sort/lib/getopt1.c
index 3d068e998b5b..314cb2e52708 100644
--- a/contrib/gnu-sort/lib/getopt1.c
+++ b/contrib/gnu-sort/lib/getopt1.c
@@ -16,7 +16,7 @@
along with this program; if not, write to the Free Software
Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
-/* $FreeBSD$ */
+/* $FreeBSD: src/contrib/gnu-sort/lib/getopt1.c,v 1.1.1.1 2002/06/08 07:47:23 ache Exp $ */
#ifdef HAVE_CONFIG_H
#include <config.h>
diff --git a/contrib/gnu-sort/lib/hard-locale.c b/contrib/gnu-sort/lib/hard-locale.c
index 19e7c7dc5b4b..97b1ec878692 100644
--- a/contrib/gnu-sort/lib/hard-locale.c
+++ b/contrib/gnu-sort/lib/hard-locale.c
@@ -14,7 +14,7 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software Foundation,
Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
-/* $FreeBSD$ */
+/* $FreeBSD: src/contrib/gnu-sort/lib/hard-locale.c,v 1.2 2002/06/08 08:16:22 ache Exp $ */
#if HAVE_CONFIG_H
# include <config.h>