summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog2
-rw-r--r--src/main.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 42f8834..c1532c2 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
2001-03-02 shawn <sabetts@diggin.lamenet.tmp>
+ * main.c (print_version): updated copyright notice.
+
* actions.c (initialize_default_keybindings): removed emacs
binding.
diff --git a/src/main.c b/src/main.c
index 1ccebe8..0342dbd 100644
--- a/src/main.c
+++ b/src/main.c
@@ -191,7 +191,7 @@ void
print_version ()
{
printf ("%s %s\n", PACKAGE, VERSION);
- printf ("Copyright (C) 2000 Shawn Betts\n\n");
+ printf ("Copyright (C) 2000, 2001 Shawn Betts\n\n");
exit (EXIT_SUCCESS);
}