summaryrefslogtreecommitdiff
path: root/pico
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2018-02-26 01:38:18 -0700
committerEduardo Chappa <chappa@washington.edu>2018-02-26 01:38:18 -0700
commit349642a84039a4b026513c32a3b4f8594acd50df (patch)
tree9b9cbf9f46b1450811697c2487dd3320fe4830c6 /pico
parenteefc696ec87ae287803aa68032649e5a7a9b89d0 (diff)
downloadalpine-349642a84039a4b026513c32a3b4f8594acd50df.tar.xz
* New version 2.21.999
* rewrite of some code in pith/ical.c to make sure function prototypes are correct. * Add a separator line to the calendar entry in case, the calendar is sent as the main body of the message.
Diffstat (limited to 'pico')
-rw-r--r--pico/Makefile36
-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/Makefile36
-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, 79 insertions, 79 deletions
diff --git a/pico/Makefile b/pico/Makefile
index efaf414..e9ff5ba 100644
--- a/pico/Makefile
+++ b/pico/Makefile
@@ -241,17 +241,17 @@ am__relativize = \
dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
done; \
reldir="$$dir2"
-ACLOCAL = ${SHELL} /run/media/chappa/Work/alpine/alpinegit/missing aclocal-1.13
-ALPINE_DATESTAMP = Mon Dec 4 16:02:35 MST 2017
-ALPINE_HOSTSTAMP = jctgjb2
+ACLOCAL = ${SHELL} /run/media/echappa/Alpine/alpine/alpinegit/missing aclocal-1.13
+ALPINE_DATESTAMP = Sun Feb 25 12:46:50 MST 2018
+ALPINE_HOSTSTAMP = linux.suse
AMTAR = $${TAR-tar}
AM_CFLAGS = -g -pthread
AM_DEFAULT_VERBOSITY = 1
AM_LDFLAGS =
AR = /usr/bin/ar
-AUTOCONF = ${SHELL} /run/media/chappa/Work/alpine/alpinegit/missing autoconf
-AUTOHEADER = ${SHELL} /run/media/chappa/Work/alpine/alpinegit/missing autoheader
-AUTOMAKE = ${SHELL} /run/media/chappa/Work/alpine/alpinegit/missing automake-1.13
+AUTOCONF = ${SHELL} /run/media/echappa/Alpine/alpine/alpinegit/missing autoconf
+AUTOHEADER = ${SHELL} /run/media/echappa/Alpine/alpine/alpinegit/missing autoheader
+AUTOMAKE = ${SHELL} /run/media/echappa/Alpine/alpine/alpinegit/missing automake-1.13
AWK = gawk
BUILD_EXEEXT =
BUILD_OBJEXT =
@@ -266,10 +266,10 @@ CPPFLAGS = -I/usr/include/openssl
CPPFLAGS_FOR_BUILD =
CPP_FOR_BUILD = gcc -E
CYGPATH_W = echo
-C_CLIENT_AUTHS = gss
+C_CLIENT_AUTHS = gss ntl
C_CLIENT_CFLAGS = EXTRACFLAGS=" -DTLSV1_2 -I/usr/include/openssl -g"
C_CLIENT_GCCOPTLEVEL = GCCOPTLEVEL="-O0"
-C_CLIENT_LDFLAGS = EXTRALDFLAGS=" -L/usr/lib -ltcl8.6 -lgssapi_krb5 -lpam -lldap -lssl -lcrypto -ldl -ltinfo -llber -lpam -lkrb5"
+C_CLIENT_LDFLAGS = EXTRALDFLAGS=" -L/usr/lib -ltcl8.6 -lntlm -lgssapi_krb5 -lpam -lldap -lssl -lcrypto -ldl -ltinfo -llber -lpam -lkrb5"
C_CLIENT_SPECIALS = SSLINCLUDE=/usr/include/openssl SSLLIB=/usr/lib SSLDIR=/etc/ssl SSLCERTS=/etc/ssl/certs SSLKEYS=/etc/ssl/private
C_CLIENT_TARGET = lsu
C_CLIENT_WITH_IPV6 = touch imap/ip6
@@ -301,7 +301,7 @@ LDFLAGS_FOR_BUILD =
LIBICONV = -liconv
LIBINTL =
LIBOBJS =
-LIBS = -ltcl8.6 -lgssapi_krb5 -lpam -lldap -lssl -lcrypto -ldl -ltinfo -llber -lpam -lkrb5
+LIBS = -ltcl8.6 -lntlm -lgssapi_krb5 -lpam -lldap -lssl -lcrypto -ldl -ltinfo -llber -lpam -lkrb5
LIBTOOL = $(SHELL) $(top_builddir)/libtool
LIBTOOL_DEPS = ./ltmain.sh
LIPO =
@@ -313,7 +313,7 @@ LTLIBINTL =
LTLIBOBJS =
MAINT = #
MAKE = /usr/bin/make
-MAKEINFO = ${SHELL} /run/media/chappa/Work/alpine/alpinegit/missing makeinfo
+MAKEINFO = ${SHELL} /run/media/echappa/Alpine/alpine/alpinegit/missing makeinfo
MANIFEST_TOOL = :
MKDIR_P = /usr/bin/mkdir -p
MSGFMT = /usr/bin/msgfmt
@@ -329,10 +329,10 @@ OTOOL64 =
PACKAGE = alpine
PACKAGE_BUGREPORT = chappa@washington.edu
PACKAGE_NAME = alpine
-PACKAGE_STRING = alpine 2.21.9
+PACKAGE_STRING = alpine 2.21.999
PACKAGE_TARNAME = alpine
PACKAGE_URL =
-PACKAGE_VERSION = 2.21.9
+PACKAGE_VERSION = 2.21.999
PATH_SEPARATOR = :
POSUB = po
PTHREAD_CC = gcc -std=gnu99
@@ -349,7 +349,7 @@ SHELL = /bin/sh
SPELLPROG = hunspell
STRIP = strip
USE_NLS = yes
-VERSION = 2.21.9
+VERSION = 2.21.999
WEB_BINDIR =
WEB_BUILD =
WEB_PUBCOOKIE_BUILD =
@@ -357,10 +357,10 @@ WEB_PUBCOOKIE_LIB =
WEB_PUBCOOKIE_LINK =
XGETTEXT = /usr/bin/xgettext
XGETTEXT_015 = /usr/bin/xgettext
-abs_builddir = /run/media/chappa/Work/alpine/alpinegit/pico
-abs_srcdir = /run/media/chappa/Work/alpine/alpinegit/pico
-abs_top_builddir = /run/media/chappa/Work/alpine/alpinegit
-abs_top_srcdir = /run/media/chappa/Work/alpine/alpinegit
+abs_builddir = /run/media/echappa/Alpine/alpine/alpinegit/pico
+abs_srcdir = /run/media/echappa/Alpine/alpine/alpinegit/pico
+abs_top_builddir = /run/media/echappa/Alpine/alpine/alpinegit
+abs_top_srcdir = /run/media/echappa/Alpine/alpine/alpinegit
ac_ct_AR = ar
ac_ct_CC = gcc
ac_ct_CC_FOR_BUILD = gcc
@@ -393,7 +393,7 @@ host_vendor = suse
htmldir = ${docdir}
includedir = ${prefix}/include
infodir = ${datarootdir}/info
-install_sh = ${SHELL} /run/media/chappa/Work/alpine/alpinegit/install-sh
+install_sh = ${SHELL} /run/media/echappa/Alpine/alpine/alpinegit/install-sh
libdir = ${exec_prefix}/lib64
libexecdir = ${exec_prefix}/lib
localedir = ${datadir}/locale
diff --git a/pico/attach.c b/pico/attach.c
index ebf0a4c..40a753a 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-2017 Eduardo Chappa
+ * Copyright 2013-2018 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 b959c55..88f3f36 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-2017 Eduardo Chappa
+ * Copyright 2013-2018 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 7678797..4ab297d 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-2017 Eduardo Chappa
+ * Copyright 2013-2018 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 c64b2e5..3128777 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-2017 Eduardo Chappa
+ * Copyright 2013-2018 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 1bcb258..b61d5de 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-2017 Eduardo Chappa
+ * Copyright 2013-2018 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 6ac9666..b3c99f7 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-2017 Eduardo Chappa
+ * Copyright 2013-2018 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 2e6e049..95f5fc0 100644
--- a/pico/efunc.h
+++ b/pico/efunc.h
@@ -3,7 +3,7 @@
*
* ========================================================================
* Copyright 2006-2007 University of Washington
- * Copyright 2013-2017 Eduardo Chappa
+ * Copyright 2013-2018 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 1e0cc1c..1ee220d 100644
--- a/pico/estruct.h
+++ b/pico/estruct.h
@@ -3,7 +3,7 @@
*
* ========================================================================
* Copyright 2006-2007 University of Washington
- * Copyright 2013-2017 Eduardo Chappa
+ * Copyright 2013-2018 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 73b9d16..6ae175e 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-2017 Eduardo Chappa
+ * Copyright 2013-2018 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 9b9e587..ebe211f 100644
--- a/pico/headers.h
+++ b/pico/headers.h
@@ -3,7 +3,7 @@
*
* ========================================================================
* Copyright 2006-2007 University of Washington
- * Copyright 2013-2017 Eduardo Chappa
+ * Copyright 2013-2018 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 61db808..7e4fecf 100644
--- a/pico/keydefs.h
+++ b/pico/keydefs.h
@@ -3,7 +3,7 @@
*
* ========================================================================
* Copyright 2006-2007 University of Washington
- * Copyright 2013-2017 Eduardo Chappa
+ * Copyright 2013-2018 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 5829547..807c7a2 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-2017 Eduardo Chappa
+ * Copyright 2013-2018 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 33fa336..c0ff12d 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-2017 Eduardo Chappa
+ * Copyright 2013-2018 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 e1552a3..a24f455 100644
--- a/pico/mswinver.c
+++ b/pico/mswinver.c
@@ -1,7 +1,7 @@
/*
* ========================================================================
* Copyright 2006-2009 University of Washington
- * Copyright 2013-2017 Eduardo Chappa
+ * Copyright 2013-2018 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 b/pico/osdep/Makefile
index ff64081..8de6ef8 100644
--- a/pico/osdep/Makefile
+++ b/pico/osdep/Makefile
@@ -188,17 +188,17 @@ am__define_uniq_tagged_files = \
ETAGS = etags
CTAGS = ctags
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = ${SHELL} /run/media/chappa/Work/alpine/alpinegit/missing aclocal-1.13
-ALPINE_DATESTAMP = Mon Dec 4 16:02:35 MST 2017
-ALPINE_HOSTSTAMP = jctgjb2
+ACLOCAL = ${SHELL} /run/media/echappa/Alpine/alpine/alpinegit/missing aclocal-1.13
+ALPINE_DATESTAMP = Sun Feb 25 12:46:50 MST 2018
+ALPINE_HOSTSTAMP = linux.suse
AMTAR = $${TAR-tar}
AM_CFLAGS = -g -pthread
AM_DEFAULT_VERBOSITY = 1
AM_LDFLAGS =
AR = /usr/bin/ar
-AUTOCONF = ${SHELL} /run/media/chappa/Work/alpine/alpinegit/missing autoconf
-AUTOHEADER = ${SHELL} /run/media/chappa/Work/alpine/alpinegit/missing autoheader
-AUTOMAKE = ${SHELL} /run/media/chappa/Work/alpine/alpinegit/missing automake-1.13
+AUTOCONF = ${SHELL} /run/media/echappa/Alpine/alpine/alpinegit/missing autoconf
+AUTOHEADER = ${SHELL} /run/media/echappa/Alpine/alpine/alpinegit/missing autoheader
+AUTOMAKE = ${SHELL} /run/media/echappa/Alpine/alpine/alpinegit/missing automake-1.13
AWK = gawk
BUILD_EXEEXT =
BUILD_OBJEXT =
@@ -213,10 +213,10 @@ CPPFLAGS = -I/usr/include/openssl
CPPFLAGS_FOR_BUILD =
CPP_FOR_BUILD = gcc -E
CYGPATH_W = echo
-C_CLIENT_AUTHS = gss
+C_CLIENT_AUTHS = gss ntl
C_CLIENT_CFLAGS = EXTRACFLAGS=" -DTLSV1_2 -I/usr/include/openssl -g"
C_CLIENT_GCCOPTLEVEL = GCCOPTLEVEL="-O0"
-C_CLIENT_LDFLAGS = EXTRALDFLAGS=" -L/usr/lib -ltcl8.6 -lgssapi_krb5 -lpam -lldap -lssl -lcrypto -ldl -ltinfo -llber -lpam -lkrb5"
+C_CLIENT_LDFLAGS = EXTRALDFLAGS=" -L/usr/lib -ltcl8.6 -lntlm -lgssapi_krb5 -lpam -lldap -lssl -lcrypto -ldl -ltinfo -llber -lpam -lkrb5"
C_CLIENT_SPECIALS = SSLINCLUDE=/usr/include/openssl SSLLIB=/usr/lib SSLDIR=/etc/ssl SSLCERTS=/etc/ssl/certs SSLKEYS=/etc/ssl/private
C_CLIENT_TARGET = lsu
C_CLIENT_WITH_IPV6 = touch imap/ip6
@@ -248,7 +248,7 @@ LDFLAGS_FOR_BUILD =
LIBICONV = -liconv
LIBINTL =
LIBOBJS =
-LIBS = -ltcl8.6 -lgssapi_krb5 -lpam -lldap -lssl -lcrypto -ldl -ltinfo -llber -lpam -lkrb5
+LIBS = -ltcl8.6 -lntlm -lgssapi_krb5 -lpam -lldap -lssl -lcrypto -ldl -ltinfo -llber -lpam -lkrb5
LIBTOOL = $(SHELL) $(top_builddir)/libtool
LIBTOOL_DEPS = ./ltmain.sh
LIPO =
@@ -260,7 +260,7 @@ LTLIBINTL =
LTLIBOBJS =
MAINT = #
MAKE = /usr/bin/make
-MAKEINFO = ${SHELL} /run/media/chappa/Work/alpine/alpinegit/missing makeinfo
+MAKEINFO = ${SHELL} /run/media/echappa/Alpine/alpine/alpinegit/missing makeinfo
MANIFEST_TOOL = :
MKDIR_P = /usr/bin/mkdir -p
MSGFMT = /usr/bin/msgfmt
@@ -276,10 +276,10 @@ OTOOL64 =
PACKAGE = alpine
PACKAGE_BUGREPORT = chappa@washington.edu
PACKAGE_NAME = alpine
-PACKAGE_STRING = alpine 2.21.9
+PACKAGE_STRING = alpine 2.21.999
PACKAGE_TARNAME = alpine
PACKAGE_URL =
-PACKAGE_VERSION = 2.21.9
+PACKAGE_VERSION = 2.21.999
PATH_SEPARATOR = :
POSUB = po
PTHREAD_CC = gcc -std=gnu99
@@ -296,7 +296,7 @@ SHELL = /bin/sh
SPELLPROG = hunspell
STRIP = strip
USE_NLS = yes
-VERSION = 2.21.9
+VERSION = 2.21.999
WEB_BINDIR =
WEB_BUILD =
WEB_PUBCOOKIE_BUILD =
@@ -304,10 +304,10 @@ WEB_PUBCOOKIE_LIB =
WEB_PUBCOOKIE_LINK =
XGETTEXT = /usr/bin/xgettext
XGETTEXT_015 = /usr/bin/xgettext
-abs_builddir = /run/media/chappa/Work/alpine/alpinegit/pico/osdep
-abs_srcdir = /run/media/chappa/Work/alpine/alpinegit/pico/osdep
-abs_top_builddir = /run/media/chappa/Work/alpine/alpinegit
-abs_top_srcdir = /run/media/chappa/Work/alpine/alpinegit
+abs_builddir = /run/media/echappa/Alpine/alpine/alpinegit/pico/osdep
+abs_srcdir = /run/media/echappa/Alpine/alpine/alpinegit/pico/osdep
+abs_top_builddir = /run/media/echappa/Alpine/alpine/alpinegit
+abs_top_srcdir = /run/media/echappa/Alpine/alpine/alpinegit
ac_ct_AR = ar
ac_ct_CC = gcc
ac_ct_CC_FOR_BUILD = gcc
@@ -340,7 +340,7 @@ host_vendor = suse
htmldir = ${docdir}
includedir = ${prefix}/include
infodir = ${datarootdir}/info
-install_sh = ${SHELL} /run/media/chappa/Work/alpine/alpinegit/install-sh
+install_sh = ${SHELL} /run/media/echappa/Alpine/alpine/alpinegit/install-sh
libdir = ${exec_prefix}/lib64
libexecdir = ${exec_prefix}/lib
localedir = ${datadir}/locale
diff --git a/pico/osdep/altedit.c b/pico/osdep/altedit.c
index 4a8f8db..fa2f49d 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-2017 Eduardo Chappa
+ * Copyright 2013-2018 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 937c141..5b496fe 100644
--- a/pico/osdep/altedit.h
+++ b/pico/osdep/altedit.h
@@ -3,7 +3,7 @@
*
* ========================================================================
* Copyright 2006-2007 University of Washington
- * Copyright 2013-2017 Eduardo Chappa
+ * Copyright 2013-2018 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 c0f765d..d8fcba3 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-2017 Eduardo Chappa
+ * Copyright 2013-2018 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 8906794..e806b1d 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-2017 Eduardo Chappa
+ * Copyright 2013-2018 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 fb1f63d..7aae45d 100644
--- a/pico/osdep/color.h
+++ b/pico/osdep/color.h
@@ -3,7 +3,7 @@
*
* ========================================================================
* Copyright 2006-2008 University of Washington
- * Copyright 2013-2017 Eduardo Chappa
+ * Copyright 2013-2018 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 c69cde1..3b4e7d9 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-2017 Eduardo Chappa
+ * Copyright 2013-2018 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 056d6ea..da7f52c 100644
--- a/pico/osdep/filesys.h
+++ b/pico/osdep/filesys.h
@@ -3,7 +3,7 @@
*
* ========================================================================
* Copyright 2006-2007 University of Washington
- * Copyright 2013-2017 Eduardo Chappa
+ * Copyright 2013-2018 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 0f10cb4..481542a 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-2017 Eduardo Chappa
+ * Copyright 2013-2018 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 1aa9c2c..fe2ab03 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-2017 Eduardo Chappa
+ * Copyright 2013-2018 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 bb64d25..43a9c24 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-2017 Eduardo Chappa
+ * Copyright 2013-2018 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 a1a2045..aaf9d22 100644
--- a/pico/osdep/msmenu.h
+++ b/pico/osdep/msmenu.h
@@ -1,7 +1,7 @@
/*
* ========================================================================
* Copyright 2006-2007 University of Washington
- * Copyright 2013-2017 Eduardo Chappa
+ * Copyright 2013-2018 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 b1315a4..b84f4c4 100644
--- a/pico/osdep/mswin.c
+++ b/pico/osdep/mswin.c
@@ -1,7 +1,7 @@
/*
* ========================================================================
* Copyright 2006-2007 University of Washington
- * Copyright 2013-2017 Eduardo Chappa
+ * Copyright 2013-2018 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 417b3f0..966f8bc 100644
--- a/pico/osdep/mswin.h
+++ b/pico/osdep/mswin.h
@@ -1,7 +1,7 @@
/*
* ========================================================================
* Copyright 2006-2007 University of Washington
- * Copyright 2013-2017 Eduardo Chappa
+ * Copyright 2013-2018 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 916f117..cf6a407 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-2017 Eduardo Chappa
+ * Copyright 2013-2018 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 61d0cb5..0e4435d 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-2017 Eduardo Chappa
+ * Copyright 2013-2018 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 ef7a737..bf4bcb5 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-2017 Eduardo Chappa
+ * Copyright 2013-2018 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 52cce65..0579c38 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-2017 Eduardo Chappa
+ * Copyright 2013-2018 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 0ae8456..0e13f27 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-2017 Eduardo Chappa
+ * Copyright 2013-2018 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 0ff6ed8..2f514d6 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-2017 Eduardo Chappa
+ * Copyright 2013-2018 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 7f143e5..c6da60b 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-2017 Eduardo Chappa
+ * Copyright 2013-2018 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 5fa2a04..7be2110 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-2017 Eduardo Chappa
+ * Copyright 2013-2018 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 118a3be..2df1320 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-2017 Eduardo Chappa
+ * Copyright 2013-2018 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 08e8502..61edb67 100644
--- a/pico/pico.h
+++ b/pico/pico.h
@@ -3,7 +3,7 @@
*
* ========================================================================
* Copyright 2006-2009 University of Washington
- * Copyright 2013-2017 Eduardo Chappa
+ * Copyright 2013-2018 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 89debfa..a4968db 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-2017 Eduardo Chappa
+ * Copyright 2013-2018 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 eff99ca..670c0a1 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-2017 Eduardo Chappa
+ * Copyright 2013-2018 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 a8cf603..fe43c7b 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-2017 Eduardo Chappa
+ * Copyright 2013-2018 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 5c25ce8..28a7d02 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-2017 Eduardo Chappa
+ * Copyright 2013-2018 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 c7f01d1..1e4df08 100644
--- a/pico/utf8stub.h
+++ b/pico/utf8stub.h
@@ -3,7 +3,7 @@
*
* ========================================================================
* Copyright 2006-2007 University of Washington
- * Copyright 2013-2017 Eduardo Chappa
+ * Copyright 2013-2018 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 7d9e83a..1bcd3e0 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-2017 Eduardo Chappa
+ * Copyright 2013-2018 Eduardo Chappa
* Copyright 2006-2007 University of Washington
*
* Licensed under the Apache License, Version 2.0 (the "License");