From 450a7a1afff8321edecaa9ef10a08f5ae59ef3ae Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 21 Jan 2005 00:19:49 +0000 Subject: [PATCH] Remove version_etc_copyright. --- lib/version-etc.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lib/version-etc.c b/lib/version-etc.c index 95b7e40d15..ac5844ce9a 100644 --- a/lib/version-etc.c +++ b/lib/version-etc.c @@ -35,13 +35,6 @@ #include "gettext.h" #define _(msgid) gettext (msgid) -/* Default copyright goes to the FSF. */ - -const char* version_etc_copyright = - /* Do *not* mark this string for translation. */ - "Copyright (C) 2005 Free Software Foundation, Inc."; - - /* Like version_etc, below, but with the NULL-terminated author list provided via a variable of type va_list. */ void -- 2.47.3