diff options
-rw-r--r-- | lib/version-etc.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/version-etc.c b/lib/version-etc.c index 95b7e40d1..ac5844ce9 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 |