diff options
Diffstat (limited to 'pico')
44 files changed, 45 insertions, 45 deletions
diff --git a/pico/attach.c b/pico/attach.c index ec4b2b8f..35cee679 100644 --- a/pico/attach.c +++ b/pico/attach.c @@ -5,7 +5,7 @@ static char rcsid[] = "$Id: attach.c 1082 2008-06-12 18:39:50Z hubert@u.washingt /* * ======================================================================== * Copyright 2006-2008 University of Washington - * Copyright 2013-2020 Eduardo Chappa + * Copyright 2013-2021 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pico/basic.c b/pico/basic.c index 65ba6cc9..450063f2 100644 --- a/pico/basic.c +++ b/pico/basic.c @@ -5,7 +5,7 @@ static char rcsid[] = "$Id: basic.c 831 2007-11-27 01:04:19Z hubert@u.washington /* * ======================================================================== * Copyright 2006-2007 University of Washington - * Copyright 2013-2020 Eduardo Chappa + * Copyright 2013-2021 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pico/bind.c b/pico/bind.c index 2d228f8a..7f25eb0f 100644 --- a/pico/bind.c +++ b/pico/bind.c @@ -5,7 +5,7 @@ static char rcsid[] = "$Id: bind.c 857 2007-12-08 00:49:45Z hubert@u.washington. /* * ======================================================================== * Copyright 2006-2007 University of Washington - * Copyright 2013-2020 Eduardo Chappa + * Copyright 2013-2021 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pico/browse.c b/pico/browse.c index 6a050b45..b0fb45a9 100644 --- a/pico/browse.c +++ b/pico/browse.c @@ -5,7 +5,7 @@ static char rcsid[] = "$Id: browse.c 942 2008-03-04 18:21:33Z hubert@u.washingto /* * ======================================================================== * Copyright 2006-2008 University of Washington - * Copyright 2013-2020 Eduardo Chappa + * Copyright 2013-2021 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pico/composer.c b/pico/composer.c index dcce3b79..ac884f89 100644 --- a/pico/composer.c +++ b/pico/composer.c @@ -5,7 +5,7 @@ static char rcsid[] = "$Id: composer.c 1266 2009-07-14 18:39:12Z hubert@u.washin /* * ======================================================================== * Copyright 2006-2009 University of Washington - * Copyright 2013-2020 Eduardo Chappa + * Copyright 2013-2021 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pico/display.c b/pico/display.c index fe92cbd8..e8472a06 100644 --- a/pico/display.c +++ b/pico/display.c @@ -5,7 +5,7 @@ static char rcsid[] = "$Id: display.c 1025 2008-04-08 22:59:38Z hubert@u.washing /* * ======================================================================== * Copyright 2006-2008 University of Washington - * Copyright 2013-2020 Eduardo Chappa + * Copyright 2013-2021 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pico/efunc.h b/pico/efunc.h index d857fcba..a7da36fa 100644 --- a/pico/efunc.h +++ b/pico/efunc.h @@ -3,7 +3,7 @@ * * ======================================================================== * Copyright 2006-2007 University of Washington - * Copyright 2013-2020 Eduardo Chappa + * Copyright 2013-2021 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pico/estruct.h b/pico/estruct.h index a8a303b5..82adbdd7 100644 --- a/pico/estruct.h +++ b/pico/estruct.h @@ -3,7 +3,7 @@ * * ======================================================================== * Copyright 2006-2007 University of Washington - * Copyright 2013-2020 Eduardo Chappa + * Copyright 2013-2021 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pico/file.c b/pico/file.c index 128a9878..7aae2cf7 100644 --- a/pico/file.c +++ b/pico/file.c @@ -5,7 +5,7 @@ static char rcsid[] = "$Id: file.c 1082 2008-06-12 18:39:50Z hubert@u.washington /* * ======================================================================== * Copyright 2006-2007 University of Washington - * Copyright 2013-2020 Eduardo Chappa + * Copyright 2013-2021 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pico/headers.h b/pico/headers.h index 66cdeac6..7a8b728a 100644 --- a/pico/headers.h +++ b/pico/headers.h @@ -3,7 +3,7 @@ * * ======================================================================== * Copyright 2006-2007 University of Washington - * Copyright 2013-2020 Eduardo Chappa + * Copyright 2013-2021 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pico/keydefs.h b/pico/keydefs.h index d4f8719e..075f049d 100644 --- a/pico/keydefs.h +++ b/pico/keydefs.h @@ -3,7 +3,7 @@ * * ======================================================================== * Copyright 2006-2007 University of Washington - * Copyright 2013-2020 Eduardo Chappa + * Copyright 2013-2021 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pico/line.c b/pico/line.c index 109f52d9..c06c3ed5 100644 --- a/pico/line.c +++ b/pico/line.c @@ -5,7 +5,7 @@ static char rcsid[] = "$Id: line.c 769 2007-10-24 00:15:40Z hubert@u.washington. /* * ======================================================================== * Copyright 2006-2007 University of Washington - * Copyright 2013-2020 Eduardo Chappa + * Copyright 2013-2021 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pico/main.c b/pico/main.c index 94b60adc..11b8d8ba 100644 --- a/pico/main.c +++ b/pico/main.c @@ -5,7 +5,7 @@ static char rcsid[] = "$Id: main.c 1184 2008-12-16 23:52:15Z hubert@u.washington /* * ======================================================================== * Copyright 2006-2008 University of Washington - * Copyright 2013-2020 Eduardo Chappa + * Copyright 2013-2021 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pico/mswinver.c b/pico/mswinver.c index cb982b70..6f9a24f7 100644 --- a/pico/mswinver.c +++ b/pico/mswinver.c @@ -1,7 +1,7 @@ /* * ======================================================================== * Copyright 2006-2009 University of Washington - * Copyright 2013-2020 Eduardo Chappa + * Copyright 2013-2021 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pico/osdep/altedit.c b/pico/osdep/altedit.c index aa2acc51..d8717588 100644 --- a/pico/osdep/altedit.c +++ b/pico/osdep/altedit.c @@ -5,7 +5,7 @@ static char rcsid[] = "$Id: altedit.c 854 2007-12-07 17:44:43Z hubert@u.washingt /* * ======================================================================== * Copyright 2006-2007 University of Washington - * Copyright 2013-2020 Eduardo Chappa + * Copyright 2013-2021 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pico/osdep/altedit.h b/pico/osdep/altedit.h index 87d7f8fa..cc11f0d7 100644 --- a/pico/osdep/altedit.h +++ b/pico/osdep/altedit.h @@ -3,7 +3,7 @@ * * ======================================================================== * Copyright 2006-2007 University of Washington - * Copyright 2013-2020 Eduardo Chappa + * Copyright 2013-2021 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pico/osdep/chkpoint.c b/pico/osdep/chkpoint.c index f9b7aa19..3ca8238d 100644 --- a/pico/osdep/chkpoint.c +++ b/pico/osdep/chkpoint.c @@ -5,7 +5,7 @@ static char rcsid[] = "$Id: chkpoint.c 769 2007-10-24 00:15:40Z hubert@u.washing /* * ======================================================================== * Copyright 2006-2007 University of Washington - * Copyright 2013-2020 Eduardo Chappa + * Copyright 2013-2021 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pico/osdep/color.c b/pico/osdep/color.c index 327455ba..6fef6254 100644 --- a/pico/osdep/color.c +++ b/pico/osdep/color.c @@ -5,7 +5,7 @@ static char rcsid[] = "$Id: color.c 769 2007-10-24 00:15:40Z hubert@u.washington /* * ======================================================================== * Copyright 2006-2007 University of Washington - * Copyright 2013-2020 Eduardo Chappa + * Copyright 2013-2021 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pico/osdep/color.h b/pico/osdep/color.h index 87aaf363..fe4bd88f 100644 --- a/pico/osdep/color.h +++ b/pico/osdep/color.h @@ -3,7 +3,7 @@ * * ======================================================================== * Copyright 2006-2008 University of Washington - * Copyright 2013-2020 Eduardo Chappa + * Copyright 2013-2021 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pico/osdep/filesys.c b/pico/osdep/filesys.c index 7f9b1d37..6ba669da 100644 --- a/pico/osdep/filesys.c +++ b/pico/osdep/filesys.c @@ -5,7 +5,7 @@ static char rcsid[] = "$Id: filesys.c 770 2007-10-24 00:23:09Z hubert@u.washingt /* * ======================================================================== * Copyright 2006-2007 University of Washington - * Copyright 2013-2020 Eduardo Chappa + * Copyright 2013-2021 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pico/osdep/filesys.h b/pico/osdep/filesys.h index e7476747..b67343a7 100644 --- a/pico/osdep/filesys.h +++ b/pico/osdep/filesys.h @@ -3,7 +3,7 @@ * * ======================================================================== * Copyright 2006-2007 University of Washington - * Copyright 2013-2020 Eduardo Chappa + * Copyright 2013-2021 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pico/osdep/getkey.c b/pico/osdep/getkey.c index c0f19778..6d1da2e3 100644 --- a/pico/osdep/getkey.c +++ b/pico/osdep/getkey.c @@ -5,7 +5,7 @@ static char rcsid[] = "$Id: getkey.c 769 2007-10-24 00:15:40Z hubert@u.washingto /* * ======================================================================== * Copyright 2006-2007 University of Washington - * Copyright 2013-2020 Eduardo Chappa + * Copyright 2013-2021 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pico/osdep/mouse.c b/pico/osdep/mouse.c index 12f61038..cefab90a 100644 --- a/pico/osdep/mouse.c +++ b/pico/osdep/mouse.c @@ -5,7 +5,7 @@ static char rcsid[] = "$Id: mouse.c 769 2007-10-24 00:15:40Z hubert@u.washington /* * ======================================================================== * Copyright 2006-2007 University of Washington - * Copyright 2013-2020 Eduardo Chappa + * Copyright 2013-2021 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pico/osdep/msdlg.c b/pico/osdep/msdlg.c index 871577d5..6fcbcfa1 100644 --- a/pico/osdep/msdlg.c +++ b/pico/osdep/msdlg.c @@ -5,7 +5,7 @@ static char rcsid[] = "$Id: msdlg.c 1025 2008-04-08 22:59:38Z hubert@u.washingto /* * ======================================================================== * Copyright 2006-2008 University of Washington - * Copyright 2013-2020 Eduardo Chappa + * Copyright 2013-2021 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pico/osdep/msmenu.h b/pico/osdep/msmenu.h index f506e029..2ad70264 100644 --- a/pico/osdep/msmenu.h +++ b/pico/osdep/msmenu.h @@ -1,7 +1,7 @@ /* * ======================================================================== * Copyright 2006-2007 University of Washington - * Copyright 2013-2020 Eduardo Chappa + * Copyright 2013-2021 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pico/osdep/mswin.c b/pico/osdep/mswin.c index 824ccd4c..e3a430f7 100644 --- a/pico/osdep/mswin.c +++ b/pico/osdep/mswin.c @@ -1,7 +1,7 @@ /* * ======================================================================== * Copyright 2006-2007 University of Washington - * Copyright 2013-2020 Eduardo Chappa + * Copyright 2013-2021 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pico/osdep/mswin.h b/pico/osdep/mswin.h index f5ff23ad..421cfef6 100644 --- a/pico/osdep/mswin.h +++ b/pico/osdep/mswin.h @@ -1,7 +1,7 @@ /* * ======================================================================== * Copyright 2006-2007 University of Washington - * Copyright 2013-2020 Eduardo Chappa + * Copyright 2013-2021 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pico/osdep/mswin.rc b/pico/osdep/mswin.rc index d59a78c4..8c81a346 100644 --- a/pico/osdep/mswin.rc +++ b/pico/osdep/mswin.rc @@ -177,7 +177,7 @@ END STRINGTABLE DISCARDABLE BEGIN - IDS_BYLINE "Copyright 2013-2020 Eduardo Chappa, Copyright 2006-2009 University of Washington" + IDS_BYLINE "Copyright 2013-2021 Eduardo Chappa, Copyright 2006-2009 University of Washington" IDS_APPNAME "Pico" IDS_APPIDENT "pico" END @@ -210,7 +210,7 @@ BEGIN VALUE "FileDescription", "Pico\0" VALUE "FileVersion", "5.10\0" VALUE "InternalName", "pico\0" - VALUE "LegalCopyright", "Copyright 2013-2020 Eduardo Chappa,\nCopyright 2006-2009 University of Washington\0" + VALUE "LegalCopyright", "Copyright 2013-2021 Eduardo Chappa,\nCopyright 2006-2009 University of Washington\0" VALUE "OriginalFilename", "pico.exe\0" VALUE "ProductName", " pico\0" VALUE "ProductVersion", "5.10\0" diff --git a/pico/osdep/mswin_tw.c b/pico/osdep/mswin_tw.c index f3b6bc91..5187b80f 100644 --- a/pico/osdep/mswin_tw.c +++ b/pico/osdep/mswin_tw.c @@ -1,7 +1,7 @@ /* * ======================================================================== * Copyright 2006-2007 University of Washington - * Copyright 2013-2020 Eduardo Chappa + * Copyright 2013-2021 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pico/osdep/mswin_tw.h b/pico/osdep/mswin_tw.h index c2ecba40..a9a0df00 100644 --- a/pico/osdep/mswin_tw.h +++ b/pico/osdep/mswin_tw.h @@ -1,7 +1,7 @@ /* * ======================================================================== * Copyright 2006-2007 University of Washington - * Copyright 2013-2020 Eduardo Chappa + * Copyright 2013-2021 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pico/osdep/newmail.c b/pico/osdep/newmail.c index c6934955..ff71efa1 100644 --- a/pico/osdep/newmail.c +++ b/pico/osdep/newmail.c @@ -5,7 +5,7 @@ static char rcsid[] = "$Id: newmail.c 769 2007-10-24 00:15:40Z hubert@u.washingt /* * ======================================================================== * Copyright 2006-2007 University of Washington - * Copyright 2013-2020 Eduardo Chappa + * Copyright 2013-2021 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pico/osdep/shell.c b/pico/osdep/shell.c index 84973dfd..c22e9176 100644 --- a/pico/osdep/shell.c +++ b/pico/osdep/shell.c @@ -5,7 +5,7 @@ static char rcsid[] = "$Id: shell.c 807 2007-11-09 01:21:33Z hubert@u.washington /* * ======================================================================== * Copyright 2006-2007 University of Washington - * Copyright 2013-2020 Eduardo Chappa + * Copyright 2013-2021 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pico/osdep/signals.c b/pico/osdep/signals.c index 9d396306..6886e5c0 100644 --- a/pico/osdep/signals.c +++ b/pico/osdep/signals.c @@ -5,7 +5,7 @@ static char rcsid[] = "$Id: signals.c 769 2007-10-24 00:15:40Z hubert@u.washingt /* * ======================================================================== * Copyright 2006-2007 University of Washington - * Copyright 2013-2020 Eduardo Chappa + * Copyright 2013-2021 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pico/osdep/spell.c b/pico/osdep/spell.c index 40104993..7988daad 100644 --- a/pico/osdep/spell.c +++ b/pico/osdep/spell.c @@ -5,7 +5,7 @@ static char rcsid[] = "$Id: spell.c 854 2007-12-07 17:44:43Z hubert@u.washington /* * ======================================================================== * Copyright 2006-2007 University of Washington - * Copyright 2013-2020 Eduardo Chappa + * Copyright 2013-2021 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pico/osdep/terminal.c b/pico/osdep/terminal.c index 1ea4b394..da989613 100644 --- a/pico/osdep/terminal.c +++ b/pico/osdep/terminal.c @@ -5,7 +5,7 @@ static char rcsid[] = "$Id: terminal.c 921 2008-01-31 02:09:25Z hubert@u.washing /* * ======================================================================== * Copyright 2006-2008 University of Washington - * Copyright 2013-2020 Eduardo Chappa + * Copyright 2013-2021 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pico/osdep/tty.c b/pico/osdep/tty.c index 42533d29..3601d58e 100644 --- a/pico/osdep/tty.c +++ b/pico/osdep/tty.c @@ -5,7 +5,7 @@ static char rcsid[] = "$Id: tty.c 769 2007-10-24 00:15:40Z hubert@u.washington.e /* * ======================================================================== * Copyright 2006-2007 University of Washington - * Copyright 2013-2020 Eduardo Chappa + * Copyright 2013-2021 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pico/pico.c b/pico/pico.c index 7179d516..6639e0ee 100644 --- a/pico/pico.c +++ b/pico/pico.c @@ -5,7 +5,7 @@ static char rcsid[] = "$Id: pico.c 921 2008-01-31 02:09:25Z hubert@u.washington. /* * ======================================================================== * Copyright 2006-2008 University of Washington - * Copyright 2013-2020 Eduardo Chappa + * Copyright 2013-2021 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pico/pico.h b/pico/pico.h index 412b7c69..d1516278 100644 --- a/pico/pico.h +++ b/pico/pico.h @@ -3,7 +3,7 @@ * * ======================================================================== * Copyright 2006-2009 University of Washington - * Copyright 2013-2020 Eduardo Chappa + * Copyright 2013-2021 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pico/pilot.c b/pico/pilot.c index 333319be..1bd2c450 100644 --- a/pico/pilot.c +++ b/pico/pilot.c @@ -5,7 +5,7 @@ static char rcsid[] = "$Id: pilot.c 1184 2008-12-16 23:52:15Z hubert@u.washingto /* * ======================================================================== * Copyright 2006-2008 University of Washington - * Copyright 2013-2020 Eduardo Chappa + * Copyright 2013-2021 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pico/random.c b/pico/random.c index 9390528b..4d40911a 100644 --- a/pico/random.c +++ b/pico/random.c @@ -5,7 +5,7 @@ static char rcsid[] = "$Id: random.c 769 2007-10-24 00:15:40Z hubert@u.washingto /* * ======================================================================== * Copyright 2006-2007 University of Washington - * Copyright 2013-2020 Eduardo Chappa + * Copyright 2013-2021 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pico/search.c b/pico/search.c index 387cc2ef..276be60c 100644 --- a/pico/search.c +++ b/pico/search.c @@ -4,7 +4,7 @@ static char rcsid[] = "$Id: search.c 1266 2009-07-14 18:39:12Z hubert@u.washingt /* * ======================================================================== - * Copyright 2013-2020 Eduardo Chappa + * Copyright 2013-2021 Eduardo Chappa * Copyright 2006-2008 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pico/utf8stub.c b/pico/utf8stub.c index f7f169b6..b1b89013 100644 --- a/pico/utf8stub.c +++ b/pico/utf8stub.c @@ -5,7 +5,7 @@ static char rcsid[] = "$Id: utf8stub.c 769 2007-10-24 00:15:40Z hubert@u.washing /* * ======================================================================== * Copyright 2006-2007 University of Washington - * Copyright 2013-2020 Eduardo Chappa + * Copyright 2013-2021 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pico/utf8stub.h b/pico/utf8stub.h index fd23da87..c870f582 100644 --- a/pico/utf8stub.h +++ b/pico/utf8stub.h @@ -3,7 +3,7 @@ * * ======================================================================== * Copyright 2006-2007 University of Washington - * Copyright 2013-2020 Eduardo Chappa + * Copyright 2013-2021 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pico/word.c b/pico/word.c index 5060d6e1..bb412b76 100644 --- a/pico/word.c +++ b/pico/word.c @@ -4,7 +4,7 @@ static char rcsid[] = "$Id: word.c 769 2007-10-24 00:15:40Z hubert@u.washington. /* * ======================================================================== - * Copyright 2013-2020 Eduardo Chappa + * Copyright 2013-2021 Eduardo Chappa * Copyright 2006-2007 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); |