Adjusted the copyright note
authorJoey Schulze <joey@infodrom.org>
Fri, 6 Aug 2004 20:41:55 +0000 (20:41 +0000)
committerJoey Schulze <joey@infodrom.org>
Fri, 6 Aug 2004 20:41:55 +0000 (20:41 +0000)
Makefile
main.c

index fb4553e..42e00f4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 #   Makefile - Belegloser Datenträgeraustausch mit einer Bank
-#   Copyright (c) 1996,8,2000  Martin Schulze <joey@infodrom.org>
+#   Copyright (c) 1996,8,2000,4  Martin Schulze <joey@infodrom.org>
 #
 #   This program is free software; you can redistribute it and/or modify
 #   it under the terms of the GNU General Public License as published by
diff --git a/main.c b/main.c
index 6c7b46e..4023f4a 100644 (file)
--- a/main.c
+++ b/main.c
@@ -67,7 +67,7 @@ int main (int argc, char **argv)
     if ( !strcmp(argv[i], "-h") ) {
       help(); exit(0);
     } else if ( !strcmp(argv[i], "-v") ) {
-      printf ("dtaus version %s - Copyright (c) 1997,8,2001 by Martin Schulze <joey@infodrom.org>\n", version);
+      printf ("dtaus version %s - Copyright (c) 1997,8,2001,4 by Martin Schulze <joey@infodrom.org>\n", version);
       exit (0);
     } else if ( !strcmp(argv[i], "-d") ) {
       if (argc - i > 1) {