diff options
| author | Ned T. Crigler <crigler@users.sourceforge.net> | 2015-07-18 13:13:18 -0700 |
|---|---|---|
| committer | Ned T. Crigler <crigler@users.sourceforge.net> | 2015-07-18 13:13:18 -0700 |
| commit | c794d0615c52abe2b8685d2366f5b68eaa5a4fb3 (patch) | |
| tree | 6a773c1600865f449d0b3e148656c6e13803c332 | |
| parent | 087e89f7a8fecba3e8d276ab9808f10e6077784b (diff) | |
Update copyrights for 2015.
| -rw-r--r-- | README | 2 | ||||
| -rw-r--r-- | attach.c | 2 | ||||
| -rw-r--r-- | dtach.h | 2 | ||||
| -rw-r--r-- | main.c | 4 | ||||
| -rw-r--r-- | master.c | 2 |
5 files changed, 6 insertions, 6 deletions
@@ -183,7 +183,7 @@ The changes in version 0.3 are: 7. AUTHOR -dtach is (C)Copyright 2004-2008 Ned T. Crigler, and is under the GNU General +dtach is (C)Copyright 2004-2015 Ned T. Crigler, and is under the GNU General Public License. Comments and suggestions about dtach are welcome, and can be sent to @@ -1,6 +1,6 @@ /* dtach - A simple program that emulates the detach feature of screen. - Copyright (C) 2004-2008 Ned T. Crigler + Copyright (C) 2004-2015 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 @@ -1,6 +1,6 @@ /* dtach - A simple program that emulates the detach feature of screen. - Copyright (C) 2001, 2004-2008 Ned T. Crigler + Copyright (C) 2001, 2004-2015 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 @@ -1,6 +1,6 @@ /* dtach - A simple program that emulates the detach feature of screen. - Copyright (C) 2004-2008 Ned T. Crigler + Copyright (C) 2004-2015 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-2008 Ned T. Crigler"; +const char copyright[] = "dtach - version " PACKAGE_VERSION "(C)Copyright 2004-2015 Ned T. Crigler"; /* argv[0] from the program */ char *progname; @@ -1,6 +1,6 @@ /* dtach - A simple program that emulates the detach feature of screen. - Copyright (C) 2004-2008 Ned T. Crigler + Copyright (C) 2004-2015 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 |
