summaryrefslogtreecommitdiff
path: root/contrib/cvs/src/version.c
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2008-01-13 05:49:32 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2008-01-13 05:49:32 +0000
commitcf9c5c1a566bda1bc3eaeee00091c457c12cc68c (patch)
tree8d8aae4a8bb167db64e23bb7f76f39014f36d45f /contrib/cvs/src/version.c
parent83c36f7f985e86e33d46bc7d7fc4e648ca22226b (diff)
Notes
Diffstat (limited to 'contrib/cvs/src/version.c')
-rw-r--r--contrib/cvs/src/version.c14
1 files changed, 8 insertions, 6 deletions
diff --git a/contrib/cvs/src/version.c b/contrib/cvs/src/version.c
index 8c76a168bda2..09f99f4940b1 100644
--- a/contrib/cvs/src/version.c
+++ b/contrib/cvs/src/version.c
@@ -1,8 +1,12 @@
/*
- * Copyright (c) 1994 david d `zoo' zuhn
- * Copyright (c) 1994 Free Software Foundation, Inc.
- * Copyright (c) 1992, Brian Berliner and Jeff Polk
- * Copyright (c) 1989-1992, Brian Berliner
+ * Copyright (C) 1986-2005 The Free Software Foundation, Inc.
+ *
+ * Portions Copyright (C) 1998-2005 Derek Price, Ximbiot <http://ximbiot.com>,
+ * and others.
+ *
+ * Portions Copyright (C) 1994 david d `zoo' zuhn
+ * Portions Copyright (C) 1992, Brian Berliner and Jeff Polk
+ * Portions Copyright (C) 1989-1992, Brian Berliner
*
* You may distribute under the terms of the GNU General Public License as
* specified in the README file that comes with this CVS source distribution.
@@ -53,10 +57,8 @@ version (argc, argv)
if (argc == -1)
usage (version_usage);
-#ifdef CLIENT_SUPPORT
if (current_parsed_root && current_parsed_root->isremote)
(void) fputs ("Client: ", stdout);
-#endif
/* Having the year here is a good idea, so people have
some idea of how long ago their version of CVS was