summaryrefslogtreecommitdiff
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
parent81dfe2ae098e6d994110864a606fbd1887c6ee0c (diff)
Update copyrights for 2008.
-rw-r--r--README2
-rw-r--r--attach.c2
-rw-r--r--dtach.h2
-rw-r--r--main.c4
-rw-r--r--master.c2
5 files changed, 6 insertions, 6 deletions
diff --git a/README b/README
index 1371652..c6dad18 100644
--- a/README
+++ b/README
@@ -157,7 +157,7 @@ The changes in version 0.3 are:
7. AUTHOR
-dtach is (C)Copyright 2004 Ned T. Crigler, and is under the GNU General
+dtach is (C)Copyright 2004-2008 Ned T. Crigler, and is under the GNU General
Public License.
Comments and suggestions about dtach are welcome, and can be sent to
diff --git a/attach.c b/attach.c
index 9db3882..e485735 100644
--- a/attach.c
+++ b/attach.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
diff --git a/dtach.h b/dtach.h
index 0e6ba9c..f2f4951 100644
--- a/dtach.h
+++ b/dtach.h
@@ -1,6 +1,6 @@
/*
dtach - A simple program that emulates the detach feature of screen.
- Copyright (C) 2001, 2004 Ned T. Crigler
+ Copyright (C) 2001, 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
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;
diff --git a/master.c b/master.c
index 05656aa..88b85f5 100644
--- a/master.c
+++ b/master.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