diff --git a/docs/en/EXTENDING.txt b/docs/en/EXTENDING.txt
index bc4091a10..89583194f 100644
--- a/docs/en/EXTENDING.txt
+++ b/docs/en/EXTENDING.txt
@@ -2,13 +2,10 @@
version 0.9.23
Extending Tux Paint
- Copyright 2002-2016 by Bill Kendrick and others
- New Breed Software
-
- bill@newbreedsoftware.com
+ Copyright (c) 2002-2018 by various contributors; see AUTHORS.txt
http://www.tuxpaint.org/
- June 14, 2002 - December 11, 2016
+ June 14, 2002 - August 28, 2018
----------------------------------------------------------------------
diff --git a/docs/en/FAQ.txt b/docs/en/FAQ.txt
index f0d64551e..139054267 100644
--- a/docs/en/FAQ.txt
+++ b/docs/en/FAQ.txt
@@ -2,13 +2,10 @@
version 0.9.23
Frequently Asked Questions
- Copyright 2002-2017 by Bill Kendrick and others
- New Breed Software
-
- bill@newbreedsoftware.com
+ Copyright (c) 2002-2018 by various contributors; see AUTHORS.txt
http://www.tuxpaint.org/
- September 14, 2002 - December, 2017
+ September 14, 2002 - August 28, 2018
Drawing-related
diff --git a/docs/en/OPTIONS.txt b/docs/en/OPTIONS.txt
index 361f3de83..dbfe55d72 100644
--- a/docs/en/OPTIONS.txt
+++ b/docs/en/OPTIONS.txt
@@ -3,13 +3,10 @@
Options Documentation
- Copyright 2002-2016 by Bill Kendrick and others
- New Breed Software
-
- bill@newbreedsoftware.com
+ Copyright (c) 2002-2018 by various contributors; see AUTHORS.txt
http://www.tuxpaint.org/
- December 11, 2016
+ August 28, 2018
----------------------------------------------------------------------
diff --git a/docs/en/README.txt b/docs/en/README.txt
index 2772e47c6..a6b42241d 100644
--- a/docs/en/README.txt
+++ b/docs/en/README.txt
@@ -3,13 +3,10 @@
A simple drawing program for children
- Copyright 2002-2017 by Bill Kendrick and others
- New Breed Software & Tux4Kids
-
- bill@newbreedsoftware.com
+ Copyright 2002-2018 by various contributors; see AUTHORS.txt
http://www.tuxpaint.org/
- June 14, 2002 - December 3, 2017
+ June 14, 2002 - August 28, 2018
----------------------------------------------------------------------
diff --git a/docs/en/html/EXTENDING.html b/docs/en/html/EXTENDING.html
index 49897a0b2..775e092bb 100644
--- a/docs/en/html/EXTENDING.html
+++ b/docs/en/html/EXTENDING.html
@@ -17,13 +17,10 @@ version
Extending Tux Paint
-
Copyright 2002-2016 by Bill Kendrick and others
-New Breed Software
Copyright (c) 2002-2018 by various contributors; see AUTHORS.txt
http://www.tuxpaint.org/
June 14, 2002 - December 11, 2016
+June 14, 2002 - August 28, 2018
Copyright 2002-2017 by Bill Kendrick and others
-New Breed Software
Copyright (c) 2002-2018 by various contributors; see AUTHORS.txt
http://www.tuxpaint.org/
September 14, 2002 - December, 2017
+September 14, 2002 - August 28, 2018
Copyright 2002-2016 by Bill Kendrick and others
-New Breed Software
Copyright (c) 2002-2018 by various contributors; see AUTHORS.txt
http://www.tuxpaint.org/
December 11, 2016
+August 28, 2018
diff --git a/docs/en/html/README.html b/docs/en/html/README.html index bd3200de2..1b85c9eab 100644 --- a/docs/en/html/README.html +++ b/docs/en/html/README.html @@ -17,16 +17,12 @@ versionCopyright 2002-2017 by Bill Kendrick and others
-New Breed Software &
-Tux4Kids
Copyright 2002-2018 by various contributors; see AUTHORS.txt
http://www.tuxpaint.org/
June 14, 2002 - - December 3, 2017
+ August 28, 2018 diff --git a/src/tuxpaint.c b/src/tuxpaint.c index db16cbcc4..fd64d88ba 100644 --- a/src/tuxpaint.c +++ b/src/tuxpaint.c @@ -3,8 +3,8 @@ Tux Paint - A simple drawing program for children. - Copyright (c) 2002-2017 by Bill Kendrick and others; see AUTHORS.txt - bill@newbreedsoftware.com + Copyright (c) 2002-2018 + by various contributors; see AUTHORS.txt http://www.tuxpaint.org/ This program is free software; you can redistribute it and/or modify @@ -22,7 +22,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA (See COPYING.txt) - June 14, 2002 - October 15, 2017 + June 14, 2002 - August 28, 2018 */ @@ -23622,7 +23622,7 @@ static void setup(void) printf("%s\n", tmp_str); #endif - snprintf(tmp_str, sizeof(tmp_str), "© 2002–2014 Bill Kendrick et al."); + snprintf(tmp_str, sizeof(tmp_str), "© 2002–2018 Bill Kendrick et al."); tmp_surf = render_text(medium_font, tmp_str, black); dest.x = 10; dest.y = WINDOW_HEIGHT - img_progress->h - (tmp_surf->h * 2);