update (c) year in literate files

FossilOrigin-Name: 0b3426097794a93e70932de1d59b761b937f4c2dbccfca23eb3e0a99397b9805
This commit is contained in:
crc 2019-01-03 14:13:05 +00:00
parent 10d602b4d6
commit 651e4e8a5e
5 changed files with 5 additions and 5 deletions

View file

@ -19,7 +19,7 @@ OF THIS SOFTWARE.
RETRO 12 is:
Copyright (c) 2008 - 2018, Charles Childers
Copyright (c) 2008 - 2019, Charles Childers
Portions of the code derive from RETRO 11, which is:

View file

@ -293,7 +293,7 @@ int main(int argc, char **argv) {
printf("Wrote %d cells to ngaImage\n", here);
}
else
printf("muri\n(c) 2017-2018 charles childers\n\n%s filename\n", argv[0]);
printf("muri\n(c) 2017-2019 charles childers\n\n%s filename\n", argv[0]);
return 0;
}
~~~

View file

@ -44,7 +44,7 @@ the people who helped work on the C implementation.
~~~
/* Nga ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Copyright (c) 2008 - 2018, Charles Childers
Copyright (c) 2008 - 2019, Charles Childers
Copyright (c) 2009 - 2010, Luke Parrish
Copyright (c) 2010, Marc Simpson
Copyright (c) 2010, Jay Skeer

View file

@ -1758,7 +1758,7 @@ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
OF THIS SOFTWARE.
Copyright (c) 2008 - 2018, Charles Childers
Copyright (c) 2008 - 2019, Charles Childers
Copyright (c) 2012 - 2013, Michal J Wallace
Copyright (c) 2009 - 2011, Luke Parrish
Copyright (c) 2009 - 2010, JGL

View file

@ -126,7 +126,7 @@ int main(int argc, char **argv) {
}
}
else
printf("unu\n(c) 2013-2018 charles childers\n\nTry:\n %s filename\n", argv[0]);
printf("unu\n(c) 2013-2019 charles childers\n\nTry:\n %s filename\n", argv[0]);
return 0;
}
~~~