summaryrefslogtreecommitdiff
path: root/pico
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2020-01-19 10:57:53 -0700
committerEduardo Chappa <chappa@washington.edu>2020-01-19 10:57:53 -0700
commit99948a254e2c2352547b962cbd1c23738e7af6b3 (patch)
tree9c9fc9beed0c2f308f11fa27e2675104962ce5c0 /pico
parent082202c409cab376f0f0623635dc19e8468baafc (diff)
downloadalpine-99948a254e2c2352547b962cbd1c23738e7af6b3.tar.xz
* Initial release of Alpine version 2.22.
Diffstat (limited to 'pico')
-rw-r--r--pico/Makefile.in28
-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/Makefile.in28
-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_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
45 files changed, 59 insertions, 83 deletions
diff --git a/pico/Makefile.in b/pico/Makefile.in
index 17249a6..24ab1bd 100644
--- a/pico/Makefile.in
+++ b/pico/Makefile.in
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.15.1 from Makefile.am.
+# Makefile.in generated by automake 1.13.4 from Makefile.am.
# @configure_input@
-# Copyright (C) 1994-2017 Free Software Foundation, Inc.
+# Copyright (C) 1994-2013 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -27,17 +27,7 @@
VPATH = @srcdir@
-am__is_gnu_make = { \
- if test -z '$(MAKELEVEL)'; then \
- false; \
- elif test -n '$(MAKE_HOST)'; then \
- true; \
- elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
- true; \
- else \
- false; \
- fi; \
-}
+am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
am__make_running_with_option = \
case $${target_option-} in \
?) ;; \
@@ -102,6 +92,8 @@ build_triplet = @build@
host_triplet = @host@
bin_PROGRAMS = pico$(EXEEXT) pilot$(EXEEXT)
subdir = pico
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
+ $(top_srcdir)/mkinstalldirs $(top_srcdir)/depcomp
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/m4/acx_pthread.m4 \
$(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
@@ -114,7 +106,6 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acx_pthread.m4 \
$(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
-DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = $(top_builddir)/include/config.h
CONFIG_CLEAN_FILES =
@@ -224,8 +215,6 @@ am__define_uniq_tagged_files = \
ETAGS = etags
CTAGS = ctags
DIST_SUBDIRS = $(SUBDIRS)
-am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \
- $(top_srcdir)/mkinstalldirs
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
am__relativize = \
dir0=`pwd`; \
@@ -455,6 +444,7 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign pico/Makefile'; \
$(am__cd) $(top_srcdir) && \
$(AUTOMAKE) --foreign pico/Makefile
+.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
*config.status*) \
@@ -569,14 +559,14 @@ distclean-compile:
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
.c.obj:
@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
.c.lo:
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
@@ -871,8 +861,6 @@ uninstall-am: uninstall-binPROGRAMS
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
tags tags-am uninstall uninstall-am uninstall-binPROGRAMS
-.PRECIOUS: Makefile
-
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
diff --git a/pico/attach.c b/pico/attach.c
index bc1ac23..d05a1d3 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-2019 Eduardo Chappa
+ * Copyright 2013-2020 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 030757e..65ba6cc 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-2019 Eduardo Chappa
+ * Copyright 2013-2020 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 9d903ea..2d228f8 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-2019 Eduardo Chappa
+ * Copyright 2013-2020 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 6890a78..b6d5c47 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-2019 Eduardo Chappa
+ * Copyright 2013-2020 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 6649da5..a20314b 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-2019 Eduardo Chappa
+ * Copyright 2013-2020 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 4902a49..705dae1 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-2019 Eduardo Chappa
+ * Copyright 2013-2020 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 f529746..d857fcb 100644
--- a/pico/efunc.h
+++ b/pico/efunc.h
@@ -3,7 +3,7 @@
*
* ========================================================================
* Copyright 2006-2007 University of Washington
- * Copyright 2013-2019 Eduardo Chappa
+ * Copyright 2013-2020 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 f2f4194..a8a303b 100644
--- a/pico/estruct.h
+++ b/pico/estruct.h
@@ -3,7 +3,7 @@
*
* ========================================================================
* Copyright 2006-2007 University of Washington
- * Copyright 2013-2019 Eduardo Chappa
+ * Copyright 2013-2020 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 68c5e1d..128a987 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-2019 Eduardo Chappa
+ * Copyright 2013-2020 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 d5235e0..66cdeac 100644
--- a/pico/headers.h
+++ b/pico/headers.h
@@ -3,7 +3,7 @@
*
* ========================================================================
* Copyright 2006-2007 University of Washington
- * Copyright 2013-2019 Eduardo Chappa
+ * Copyright 2013-2020 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 8035ac5..d4f8719 100644
--- a/pico/keydefs.h
+++ b/pico/keydefs.h
@@ -3,7 +3,7 @@
*
* ========================================================================
* Copyright 2006-2007 University of Washington
- * Copyright 2013-2019 Eduardo Chappa
+ * Copyright 2013-2020 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 22c705d..bb51963 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-2019 Eduardo Chappa
+ * Copyright 2013-2020 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 29f5592..cfce306 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-2019 Eduardo Chappa
+ * Copyright 2013-2020 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 7e43f67..cb982b7 100644
--- a/pico/mswinver.c
+++ b/pico/mswinver.c
@@ -1,7 +1,7 @@
/*
* ========================================================================
* Copyright 2006-2009 University of Washington
- * Copyright 2013-2019 Eduardo Chappa
+ * Copyright 2013-2020 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/Makefile.in b/pico/osdep/Makefile.in
index cf991fa..c35f9ff 100644
--- a/pico/osdep/Makefile.in
+++ b/pico/osdep/Makefile.in
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.15.1 from Makefile.am.
+# Makefile.in generated by automake 1.13.4 from Makefile.am.
# @configure_input@
-# Copyright (C) 1994-2017 Free Software Foundation, Inc.
+# Copyright (C) 1994-2013 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -26,17 +26,7 @@
# ========================================================================
VPATH = @srcdir@
-am__is_gnu_make = { \
- if test -z '$(MAKELEVEL)'; then \
- false; \
- elif test -n '$(MAKE_HOST)'; then \
- true; \
- elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
- true; \
- else \
- false; \
- fi; \
-}
+am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
am__make_running_with_option = \
case $${target_option-} in \
?) ;; \
@@ -100,6 +90,8 @@ POST_UNINSTALL = :
build_triplet = @build@
host_triplet = @host@
subdir = pico/osdep
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
+ $(top_srcdir)/mkinstalldirs $(top_srcdir)/depcomp
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/m4/acx_pthread.m4 \
$(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
@@ -112,7 +104,6 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acx_pthread.m4 \
$(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
-DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = $(top_builddir)/include/config.h
CONFIG_CLEAN_FILES =
@@ -196,8 +187,6 @@ am__define_uniq_tagged_files = \
done | $(am__uniquify_input)`
ETAGS = etags
CTAGS = ctags
-am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \
- $(top_srcdir)/mkinstalldirs
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
ACLOCAL = @ACLOCAL@
ALPINE_DATESTAMP = @ALPINE_DATESTAMP@
@@ -393,6 +382,7 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign pico/osdep/Makefile'; \
$(am__cd) $(top_srcdir) && \
$(AUTOMAKE) --foreign pico/osdep/Makefile
+.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
*config.status*) \
@@ -448,14 +438,14 @@ distclean-compile:
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
.c.obj:
@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
+@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
.c.lo:
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
@@ -673,8 +663,6 @@ uninstall-am:
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
tags tags-am uninstall uninstall-am
-.PRECIOUS: Makefile
-
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
diff --git a/pico/osdep/altedit.c b/pico/osdep/altedit.c
index 8886a06..aa2acc5 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-2019 Eduardo Chappa
+ * Copyright 2013-2020 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 e161919..87d7f8f 100644
--- a/pico/osdep/altedit.h
+++ b/pico/osdep/altedit.h
@@ -3,7 +3,7 @@
*
* ========================================================================
* Copyright 2006-2007 University of Washington
- * Copyright 2013-2019 Eduardo Chappa
+ * Copyright 2013-2020 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 753e0e0..f9b7aa1 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-2019 Eduardo Chappa
+ * Copyright 2013-2020 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 a4fd79b..327455b 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-2019 Eduardo Chappa
+ * Copyright 2013-2020 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 a8d295b..87aaf36 100644
--- a/pico/osdep/color.h
+++ b/pico/osdep/color.h
@@ -3,7 +3,7 @@
*
* ========================================================================
* Copyright 2006-2008 University of Washington
- * Copyright 2013-2019 Eduardo Chappa
+ * Copyright 2013-2020 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 eb97a5a..7f9b1d3 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-2019 Eduardo Chappa
+ * Copyright 2013-2020 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 610495f..e747674 100644
--- a/pico/osdep/filesys.h
+++ b/pico/osdep/filesys.h
@@ -3,7 +3,7 @@
*
* ========================================================================
* Copyright 2006-2007 University of Washington
- * Copyright 2013-2019 Eduardo Chappa
+ * Copyright 2013-2020 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 0f6032b..c0f1977 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-2019 Eduardo Chappa
+ * Copyright 2013-2020 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 9e9ddce..12f6103 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-2019 Eduardo Chappa
+ * Copyright 2013-2020 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 9c8fdc5..3aaecf9 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-2019 Eduardo Chappa
+ * Copyright 2013-2020 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 01f992e..f506e02 100644
--- a/pico/osdep/msmenu.h
+++ b/pico/osdep/msmenu.h
@@ -1,7 +1,7 @@
/*
* ========================================================================
* Copyright 2006-2007 University of Washington
- * Copyright 2013-2019 Eduardo Chappa
+ * Copyright 2013-2020 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 c495eec..76d358b 100644
--- a/pico/osdep/mswin.c
+++ b/pico/osdep/mswin.c
@@ -1,7 +1,7 @@
/*
* ========================================================================
* Copyright 2006-2007 University of Washington
- * Copyright 2013-2019 Eduardo Chappa
+ * Copyright 2013-2020 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 b350c98..6482b52 100644
--- a/pico/osdep/mswin.h
+++ b/pico/osdep/mswin.h
@@ -1,7 +1,7 @@
/*
* ========================================================================
* Copyright 2006-2007 University of Washington
- * Copyright 2013-2019 Eduardo Chappa
+ * Copyright 2013-2020 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.c b/pico/osdep/mswin_tw.c
index c510179..f3b6bc9 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-2019 Eduardo Chappa
+ * Copyright 2013-2020 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 b793111..c2ecba4 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-2019 Eduardo Chappa
+ * Copyright 2013-2020 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 b4296ab..c693495 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-2019 Eduardo Chappa
+ * Copyright 2013-2020 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 81f8213..84973df 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-2019 Eduardo Chappa
+ * Copyright 2013-2020 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 6c59280..9d39630 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-2019 Eduardo Chappa
+ * Copyright 2013-2020 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 d45638a..4010499 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-2019 Eduardo Chappa
+ * Copyright 2013-2020 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 4f9b974..1ea4b39 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-2019 Eduardo Chappa
+ * Copyright 2013-2020 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 13c3fe0..42533d2 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-2019 Eduardo Chappa
+ * Copyright 2013-2020 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 2fde453..020f7c0 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-2019 Eduardo Chappa
+ * Copyright 2013-2020 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 f509e92..412b7c6 100644
--- a/pico/pico.h
+++ b/pico/pico.h
@@ -3,7 +3,7 @@
*
* ========================================================================
* Copyright 2006-2009 University of Washington
- * Copyright 2013-2019 Eduardo Chappa
+ * Copyright 2013-2020 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 f6b1f26..333319b 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-2019 Eduardo Chappa
+ * Copyright 2013-2020 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 c981ca1..9390528 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-2019 Eduardo Chappa
+ * Copyright 2013-2020 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 a23df3a..282e37e 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-2019 Eduardo Chappa
+ * Copyright 2013-2020 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 52bcf3e..f7f169b 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-2019 Eduardo Chappa
+ * Copyright 2013-2020 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 b91bec5..fd23da8 100644
--- a/pico/utf8stub.h
+++ b/pico/utf8stub.h
@@ -3,7 +3,7 @@
*
* ========================================================================
* Copyright 2006-2007 University of Washington
- * Copyright 2013-2019 Eduardo Chappa
+ * Copyright 2013-2020 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 5350f3b..5060d6e 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-2019 Eduardo Chappa
+ * Copyright 2013-2020 Eduardo Chappa
* Copyright 2006-2007 University of Washington
*
* Licensed under the Apache License, Version 2.0 (the "License");