From 9fc948cd79a9d70e00c23f1b95ec9da3dc4f7852 Mon Sep 17 00:00:00 2001 From: marius Date: Fri, 30 Apr 2004 20:33:08 +0000 Subject: This commit was generated by cvs2svn to compensate for changes in r128777, which included commits to RCS files with non-trunk default branches. --- contrib/patch/version.c | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 contrib/patch/version.c (limited to 'contrib/patch/version.c') diff --git a/contrib/patch/version.c b/contrib/patch/version.c deleted file mode 100644 index ea08437..0000000 --- a/contrib/patch/version.c +++ /dev/null @@ -1,30 +0,0 @@ -/* Print the version number. */ - -/* $Id: version.c,v 1.5 1997/05/21 18:29:20 eggert Exp $ */ - -#define XTERN extern -#include -#undef XTERN -#define XTERN -#include -#include - -static char const copyright_string[] = "\ -Copyright 1988 Larry Wall\n\ -Copyright 1997 Free Software Foundation, Inc."; - -static char const free_software_msgid[] = "\ -This program comes with NO WARRANTY, to the extent permitted by law.\n\ -You may redistribute copies of this program\n\ -under the terms of the GNU General Public License.\n\ -For more information about these matters, see the file named COPYING."; - -static char const authorship_msgid[] = "\ -written by Larry Wall with lots o' patches by Paul Eggert"; - -void -version() -{ - printf ("%s %s\n%s\n\n%s\n\n%s\n", program_name, PATCH_VERSION, - copyright_string, free_software_msgid, authorship_msgid); -} -- cgit v1.1