Update copyrights for 2016.
This commit is contained in:
parent
487b802c4a
commit
3e2834966f
2
README
2
README
|
|
@ -187,7 +187,7 @@ The changes in version 0.3 are:
|
||||||
|
|
||||||
7. AUTHOR
|
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.
|
Public License.
|
||||||
|
|
||||||
Comments and suggestions about dtach are welcome, and can be sent to
|
Comments and suggestions about dtach are welcome, and can be sent to
|
||||||
|
|
|
||||||
2
attach.c
2
attach.c
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
dtach - A simple program that emulates the detach feature of screen.
|
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
|
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
|
it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
||||||
2
dtach.h
2
dtach.h
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
dtach - A simple program that emulates the detach feature of screen.
|
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
|
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
|
it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
||||||
4
main.c
4
main.c
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
dtach - A simple program that emulates the detach feature of screen.
|
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
|
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
|
it under the terms of the GNU General Public License as published by
|
||||||
|
|
@ -25,7 +25,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* Make sure the binary has a copyright. */
|
/* 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 */
|
/* argv[0] from the program */
|
||||||
char *progname;
|
char *progname;
|
||||||
|
|
|
||||||
2
master.c
2
master.c
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
dtach - A simple program that emulates the detach feature of screen.
|
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
|
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
|
it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue