summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorNed T. Crigler <crigler@users.sourceforge.net>2008-01-29 22:27:53 +0000
committerNed T. Crigler <crigler@users.sourceforge.net>2008-01-29 22:27:53 +0000
commit10e85a316bbea9f1affc611573e4c4af0d8bed2f (patch)
tree1c2bad62b7bb0e3f0b4530529bcd5b93bab6bc0d /main.c
parent81dfe2ae098e6d994110864a606fbd1887c6ee0c (diff)
Update copyrights for 2008.
Diffstat (limited to 'main.c')
-rw-r--r--main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.c b/main.c
index 72c2a72..f992f27 100644
--- a/main.c
+++ b/main.c
@@ -1,6 +1,6 @@
/*
dtach - A simple program that emulates the detach feature of screen.
- Copyright (C) 2004 Ned T. Crigler
+ Copyright (C) 2004-2008 Ned T. Crigler
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
@@ -25,7 +25,7 @@
*/
/* Make sure the binary has a copyright. */
-const char copyright[] = "dtach - version " PACKAGE_VERSION "(C)Copyright 2004 Ned T. Crigler";
+const char copyright[] = "dtach - version " PACKAGE_VERSION "(C)Copyright 2004-2008 Ned T. Crigler";
/* argv[0] from the program */
char *progname;