summaryrefslogtreecommitdiff
path: root/pico
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2021-04-10 09:20:54 -0600
committerEduardo Chappa <chappa@washington.edu>2021-04-10 09:20:54 -0600
commit2f6c9dc8e95cadb1abc2a0f5853aea378ef1b13a (patch)
treeb1922755e69ccba0c6afafe955fb46db13bc3dc1 /pico
parentcf15bc933e2db0ac3400ef5e5b23aea8d16c3b2e (diff)
downloadalpine-2f6c9dc8e95cadb1abc2a0f5853aea378ef1b13a.tar.xz
* New alpha version 2.24.1
Diffstat (limited to 'pico')
-rw-r--r--pico/attach.c2
-rw-r--r--pico/basic.c2
-rw-r--r--pico/bind.c2
-rw-r--r--pico/browse.c2
-rw-r--r--pico/composer.c2
-rw-r--r--pico/display.c2
-rw-r--r--pico/efunc.h2
-rw-r--r--pico/estruct.h2
-rw-r--r--pico/file.c2
-rw-r--r--pico/headers.h2
-rw-r--r--pico/keydefs.h2
-rw-r--r--pico/line.c2
-rw-r--r--pico/main.c2
-rw-r--r--pico/mswinver.c2
-rw-r--r--pico/osdep/altedit.c2
-rw-r--r--pico/osdep/altedit.h2
-rw-r--r--pico/osdep/chkpoint.c2
-rw-r--r--pico/osdep/color.c2
-rw-r--r--pico/osdep/color.h2
-rw-r--r--pico/osdep/filesys.c2
-rw-r--r--pico/osdep/filesys.h2
-rw-r--r--pico/osdep/getkey.c2
-rw-r--r--pico/osdep/mouse.c2
-rw-r--r--pico/osdep/msdlg.c2
-rw-r--r--pico/osdep/msmenu.h2
-rw-r--r--pico/osdep/mswin.c2
-rw-r--r--pico/osdep/mswin.h2
-rw-r--r--pico/osdep/mswin.rc4
-rw-r--r--pico/osdep/mswin_tw.c2
-rw-r--r--pico/osdep/mswin_tw.h2
-rw-r--r--pico/osdep/newmail.c2
-rw-r--r--pico/osdep/shell.c2
-rw-r--r--pico/osdep/signals.c2
-rw-r--r--pico/osdep/spell.c2
-rw-r--r--pico/osdep/terminal.c2
-rw-r--r--pico/osdep/tty.c2
-rw-r--r--pico/pico.c2
-rw-r--r--pico/pico.h2
-rw-r--r--pico/pilot.c2
-rw-r--r--pico/random.c2
-rw-r--r--pico/search.c2
-rw-r--r--pico/utf8stub.c2
-rw-r--r--pico/utf8stub.h2
-rw-r--r--pico/word.c2
44 files changed, 45 insertions, 45 deletions
diff --git a/pico/attach.c b/pico/attach.c
index ec4b2b8..35cee67 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 65ba6cc..450063f 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 2d228f8..7f25eb0 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 6a050b4..b0fb45a 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 dcce3b7..ac884f8 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 fe92cbd..e8472a0 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 d857fcb..a7da36f 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 a8a303b..82adbdd 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 128a987..7aae2cf 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 66cdeac..7a8b728 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 d4f8719..075f049 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 109f52d..c06c3ed 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 94b60ad..11b8d8b 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 cb982b7..6f9a24f 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 aa2acc5..d871758 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 87d7f8f..cc11f0d 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 f9b7aa1..3ca8238 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 327455b..6fef625 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 87aaf36..fe4bd88 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 7f9b1d3..6ba669d 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 e747674..b67343a 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 c0f1977..6d1da2e 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 12f6103..cefab90 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 871577d..6fcbcfa 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 f506e02..2ad7026 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 824ccd4..e3a430f 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 f5ff23a..421cfef 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 d59a78c..8c81a34 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 f3b6bc9..5187b80 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 c2ecba4..a9a0df0 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 c693495..ff71efa 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 84973df..c22e917 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 9d39630..6886e5c 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 4010499..7988daa 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 1ea4b39..da98961 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 42533d2..3601d58 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 7179d51..6639e0e 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 412b7c6..d151627 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 333319b..1bd2c45 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 9390528..4d40911 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 387cc2e..276be60 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 f7f169b..b1b8901 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 fd23da8..c870f58 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 5060d6e..bb412b7 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");