mirror of
https://git.sr.ht/~crc_/retroforth
synced 2024-11-16 19:48:56 +01:00
update (c) year in literate files
FossilOrigin-Name: 0b3426097794a93e70932de1d59b761b937f4c2dbccfca23eb3e0a99397b9805
This commit is contained in:
parent
10d602b4d6
commit
651e4e8a5e
5 changed files with 5 additions and 5 deletions
|
@ -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:
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
~~~
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
~~~
|
||||
|
|
Loading…
Reference in a new issue