summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed T. Crigler <crigler@users.sourceforge.net>2016-05-08 17:55:34 -0700
committerNed T. Crigler <crigler@users.sourceforge.net>2016-05-08 17:55:34 -0700
commit3e2834966fea8ee1437e1309ecb9e0c889fe85b9 (patch)
tree3f6bd9ed98877ab8316190fd4a08098756c487ff
parent487b802c4a824544393fa04643e742cf3dfadde2 (diff)
Update copyrights for 2016.
-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 33c2d54..c824acc 100644
--- a/README
+++ b/README
@@ -187,7 +187,7 @@ The changes in version 0.3 are:
7. AUTHOR
-dtach is (C)Copyright 2004-2015 Ned T. Crigler, and is under the GNU General
+dtach is (C)Copyright 2004-2016 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 4eab449..034e277 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-2015 Ned T. Crigler
+ Copyright (C) 2004-2016 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 01ab1ad..d0ba87e 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-2015 Ned T. Crigler
+ Copyright (C) 2001, 2004-2016 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 550ad0a..5fd7bcc 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-2015 Ned T. Crigler
+ Copyright (C) 2004-2016 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-2015 Ned T. Crigler";
+const char copyright[] = "dtach - version " PACKAGE_VERSION "(C)Copyright 2004-2016 Ned T. Crigler";
/* argv[0] from the program */
char *progname;
diff --git a/master.c b/master.c
index 1c41bc1..b136f03 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-2015 Ned T. Crigler
+ Copyright (C) 2004-2016 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