Update & simplify credits

Update (c) date to 2018 on title screen.
Simplify and update (c) info in most documentation.
This commit is contained in:
Bill Kendrick 2018-08-28 09:36:38 -07:00
parent a26ac167d0
commit 8b84d51d00
9 changed files with 20 additions and 45 deletions

View file

@ -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
----------------------------------------------------------------------

View file

@ -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

View file

@ -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
----------------------------------------------------------------------

View file

@ -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
----------------------------------------------------------------------

View file

@ -17,13 +17,10 @@ version
<br>
Extending Tux Paint</h1>
<p>Copyright 2002-2016 by Bill Kendrick and others<br>
New Breed Software</p>
<p><a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a><br>
<p>Copyright (c) 2002-2018 by various contributors; see AUTHORS.txt<br/>
<a href="http://www.tuxpaint.org/">http://www.tuxpaint.org/</a></p>
<p>June 14, 2002 - December 11, 2016</p>
<p>June 14, 2002 - August 28, 2018</p>
</center>
<hr size=2 noshade>

View file

@ -16,13 +16,10 @@ version
<br>
Frequently Asked Questions</h1>
<p>Copyright 2002-2017 by Bill Kendrick and others<br>
New Breed Software</p>
<p><a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a><br>
<p>Copyright (c) 2002-2018 by various contributors; see AUTHORS.txt<br/>
<a href="http://www.tuxpaint.org/">http://www.tuxpaint.org/</a></p>
<p>September 14, 2002 - December, 2017</p>
<p>September 14, 2002 - August 28, 2018</p>
</center>
<h2>Drawing-related</h2>

View file

@ -16,13 +16,10 @@ version
</h1>
<h2>Options Documentation</h2>
<p>Copyright 2002-2016 by Bill Kendrick and others<br>
New Breed Software</p>
<p><a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a><br>
<p>Copyright (c) 2002-2018 by various contributors; see AUTHORS.txt<br/>
<a href="http://www.tuxpaint.org/">http://www.tuxpaint.org/</a></p>
<p>December 11, 2016</p>
<p>August 28, 2018</p>
</center>

View file

@ -17,16 +17,12 @@ version
</h1>
<h3>A simple drawing program for children</h3>
<p>Copyright 2002-2017 by Bill Kendrick and others<br>
<a href="http://www.newbreedsoftware.com/">New Breed Software &amp;
<a href="http://tux4kids.alioth.debian.org/">Tux4Kids</a></p>
<p><a href="mailto:bill@newbreedsoftware.com">bill@newbreedsoftware.com</a><br>
<p>Copyright 2002-2018 by various contributors; see AUTHORS.txt<br>
<a href="http://www.tuxpaint.org/">http://www.tuxpaint.org/</a></p>
<p>June 14, 2002 -
December 3, 2017</p>
August 28, 2018</p>
</center>

View file

@ -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), "© 20022014 Bill Kendrick et al.");
snprintf(tmp_str, sizeof(tmp_str), "© 20022018 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);