diff options
Diffstat (limited to 'pith/osdep')
50 files changed, 68 insertions, 68 deletions
diff --git a/pith/osdep/Makefile b/pith/osdep/Makefile index 7c674d1a..4d9ffdcf 100644 --- a/pith/osdep/Makefile +++ b/pith/osdep/Makefile @@ -15,7 +15,7 @@ # ======================================================================== -# Copyright 2013-2017 Eduardo Chappa +# Copyright 2013-2018 Eduardo Chappa # Copyright 2006 University of Washington # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -191,17 +191,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 = @@ -216,10 +216,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 @@ -251,7 +251,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 = @@ -263,7 +263,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 @@ -279,10 +279,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 @@ -299,7 +299,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 = @@ -307,10 +307,10 @@ WEB_PUBCOOKIE_LIB = WEB_PUBCOOKIE_LINK = XGETTEXT = /usr/bin/xgettext XGETTEXT_015 = /usr/bin/xgettext -abs_builddir = /run/media/chappa/Work/alpine/alpinegit/pith/osdep -abs_srcdir = /run/media/chappa/Work/alpine/alpinegit/pith/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/pith/osdep +abs_srcdir = /run/media/echappa/Alpine/alpine/alpinegit/pith/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 @@ -343,7 +343,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/pith/osdep/Makefile.am b/pith/osdep/Makefile.am index 9aaf56f1..a755566a 100644 --- a/pith/osdep/Makefile.am +++ b/pith/osdep/Makefile.am @@ -2,7 +2,7 @@ ## Use aclocal -I m4; automake # ======================================================================== -# Copyright 2013-2017 Eduardo Chappa +# Copyright 2013-2018 Eduardo Chappa # Copyright 2006 University of Washington # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/osdep/Makefile.in b/pith/osdep/Makefile.in index 31966d4d..98bef397 100644 --- a/pith/osdep/Makefile.in +++ b/pith/osdep/Makefile.in @@ -15,7 +15,7 @@ @SET_MAKE@ # ======================================================================== -# Copyright 2013-2017 Eduardo Chappa +# Copyright 2013-2018 Eduardo Chappa # Copyright 2006 University of Washington # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/osdep/bldpath.c b/pith/osdep/bldpath.c index b2c00370..cb6a49bd 100644 --- a/pith/osdep/bldpath.c +++ b/pith/osdep/bldpath.c @@ -4,7 +4,7 @@ static char rcsid[] = "$Id: bldpath.c 934 2008-02-23 00:44:29Z 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/pith/osdep/bldpath.h b/pith/osdep/bldpath.h index 31b921dc..de4319c2 100644 --- a/pith/osdep/bldpath.h +++ b/pith/osdep/bldpath.h @@ -2,7 +2,7 @@ * $Id: bldpath.h 761 2007-10-23 22:35:18Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/osdep/canaccess.c b/pith/osdep/canaccess.c index e9d6cd2a..79383ebe 100644 --- a/pith/osdep/canaccess.c +++ b/pith/osdep/canaccess.c @@ -4,7 +4,7 @@ static char rcsid[] = "$Id: canaccess.c 769 2007-10-24 00:15:40Z hubert@u.washin /* * ======================================================================== - * 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"); diff --git a/pith/osdep/canaccess.h b/pith/osdep/canaccess.h index 3f02d875..61996fb2 100644 --- a/pith/osdep/canaccess.h +++ b/pith/osdep/canaccess.h @@ -2,7 +2,7 @@ * $Id: canaccess.h 761 2007-10-23 22:35:18Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/osdep/canonicl.c b/pith/osdep/canonicl.c index dd7ef064..9610d069 100644 --- a/pith/osdep/canonicl.c +++ b/pith/osdep/canonicl.c @@ -4,7 +4,7 @@ static char rcsid[] = "$Id: canonicl.c 764 2007-10-23 23:44:49Z hubert@u.washing /* * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/osdep/canonicl.h b/pith/osdep/canonicl.h index 06734515..addc4968 100644 --- a/pith/osdep/canonicl.h +++ b/pith/osdep/canonicl.h @@ -2,7 +2,7 @@ * $Id: canonicl.h 761 2007-10-23 22:35:18Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/osdep/collate.c b/pith/osdep/collate.c index b01be7d7..6a52bc0f 100644 --- a/pith/osdep/collate.c +++ b/pith/osdep/collate.c @@ -4,7 +4,7 @@ static char rcsid[] = "$Id: collate.c 766 2007-10-23 23:59:00Z hubert@u.washingt /* * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/osdep/collate.h b/pith/osdep/collate.h index 57b52dfa..51063146 100644 --- a/pith/osdep/collate.h +++ b/pith/osdep/collate.h @@ -2,7 +2,7 @@ * $Id: collate.h 925 2008-02-06 02:03:01Z hubert@u.washington.edu $ * * ======================================================================== - * 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/pith/osdep/color.c b/pith/osdep/color.c index b1fb3309..4f13c728 100644 --- a/pith/osdep/color.c +++ b/pith/osdep/color.c @@ -4,7 +4,7 @@ static char rcsid[] = "$Id: color.c 761 2007-10-23 22:35:18Z hubert@u.washington /* * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/osdep/color.h b/pith/osdep/color.h index f23183fe..2cfdaea6 100644 --- a/pith/osdep/color.h +++ b/pith/osdep/color.h @@ -2,7 +2,7 @@ * $Id: color.h 1012 2008-03-26 00:44:22Z hubert@u.washington.edu $ * * ======================================================================== - * 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/pith/osdep/coredump.c b/pith/osdep/coredump.c index 70933f87..e539f1b1 100644 --- a/pith/osdep/coredump.c +++ b/pith/osdep/coredump.c @@ -4,7 +4,7 @@ static char rcsid[] = "$Id: coredump.c 761 2007-10-23 22:35:18Z hubert@u.washing /* * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/osdep/coredump.h b/pith/osdep/coredump.h index a81be9b8..dedda056 100644 --- a/pith/osdep/coredump.h +++ b/pith/osdep/coredump.h @@ -2,7 +2,7 @@ * $Id: coredump.h 761 2007-10-23 22:35:18Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/osdep/creatdir.c b/pith/osdep/creatdir.c index 5e46f08a..9f6eb791 100644 --- a/pith/osdep/creatdir.c +++ b/pith/osdep/creatdir.c @@ -5,7 +5,7 @@ static char rcsid[] = "$Id: creatdir.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/pith/osdep/creatdir.h b/pith/osdep/creatdir.h index 3926fd6f..9099dbe0 100644 --- a/pith/osdep/creatdir.h +++ b/pith/osdep/creatdir.h @@ -2,7 +2,7 @@ * $Id: creatdir.h 761 2007-10-23 22:35:18Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/osdep/debugtime.c b/pith/osdep/debugtime.c index f91e3db3..555fbe62 100644 --- a/pith/osdep/debugtime.c +++ b/pith/osdep/debugtime.c @@ -4,7 +4,7 @@ static char rcsid[] = "$Id: debugtime.c 770 2007-10-24 00:23:09Z hubert@u.washin /* * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/osdep/debugtime.h b/pith/osdep/debugtime.h index 5e5c9100..10443a32 100644 --- a/pith/osdep/debugtime.h +++ b/pith/osdep/debugtime.h @@ -2,7 +2,7 @@ * $Id: debugtime.h 761 2007-10-23 22:35:18Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/osdep/domnames.c b/pith/osdep/domnames.c index 63e085e0..2dae3e2b 100644 --- a/pith/osdep/domnames.c +++ b/pith/osdep/domnames.c @@ -4,7 +4,7 @@ static char rcsid[] = "$Id: domnames.c 1176 2008-09-29 21:16:42Z hubert@u.washin /* * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2008 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/osdep/domnames.h b/pith/osdep/domnames.h index 0114d942..f7d10f10 100644 --- a/pith/osdep/domnames.h +++ b/pith/osdep/domnames.h @@ -2,7 +2,7 @@ * $Id: domnames.h 761 2007-10-23 22:35:18Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/osdep/err_desc.c b/pith/osdep/err_desc.c index 5b0bb53a..14318fe0 100644 --- a/pith/osdep/err_desc.c +++ b/pith/osdep/err_desc.c @@ -4,7 +4,7 @@ static char rcsid[] = "$Id: err_desc.c 761 2007-10-23 22:35:18Z hubert@u.washing /* * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/osdep/err_desc.h b/pith/osdep/err_desc.h index dbdd7c99..b0068a81 100644 --- a/pith/osdep/err_desc.h +++ b/pith/osdep/err_desc.h @@ -2,7 +2,7 @@ * $Id: err_desc.h 761 2007-10-23 22:35:18Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/osdep/fgetpos.c b/pith/osdep/fgetpos.c index bb7e4f01..6bec8052 100644 --- a/pith/osdep/fgetpos.c +++ b/pith/osdep/fgetpos.c @@ -4,7 +4,7 @@ static char rcsid[] = "$Id: fgetpos.c 761 2007-10-23 22:35:18Z hubert@u.washingt /* * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/osdep/fgetpos.h b/pith/osdep/fgetpos.h index a729ab1e..9e182035 100644 --- a/pith/osdep/fgetpos.h +++ b/pith/osdep/fgetpos.h @@ -2,7 +2,7 @@ * $Id: fgetpos.h 761 2007-10-23 22:35:18Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/osdep/filesize.c b/pith/osdep/filesize.c index 866c059a..82504411 100644 --- a/pith/osdep/filesize.c +++ b/pith/osdep/filesize.c @@ -4,7 +4,7 @@ static char rcsid[] = "$Id: filesize.c 761 2007-10-23 22:35:18Z hubert@u.washing /* * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/osdep/filesize.h b/pith/osdep/filesize.h index 8ccb8838..33967032 100644 --- a/pith/osdep/filesize.h +++ b/pith/osdep/filesize.h @@ -2,7 +2,7 @@ * $Id: filesize.h 761 2007-10-23 22:35:18Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/osdep/fnexpand.c b/pith/osdep/fnexpand.c index f912e5db..52ce7fd6 100644 --- a/pith/osdep/fnexpand.c +++ b/pith/osdep/fnexpand.c @@ -4,7 +4,7 @@ static char rcsid[] = "$Id: fnexpand.c 761 2007-10-23 22:35:18Z hubert@u.washing /* * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/osdep/fnexpand.h b/pith/osdep/fnexpand.h index 7ab36360..81f6ffa7 100644 --- a/pith/osdep/fnexpand.h +++ b/pith/osdep/fnexpand.h @@ -2,7 +2,7 @@ * $Id: fnexpand.h 761 2007-10-23 22:35:18Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/osdep/forkwait.h b/pith/osdep/forkwait.h index 26d5df9f..0598e1ad 100644 --- a/pith/osdep/forkwait.h +++ b/pith/osdep/forkwait.h @@ -2,7 +2,7 @@ * $Id: forkwait.h 761 2007-10-23 22:35:18Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/osdep/hostname.c b/pith/osdep/hostname.c index e9a2cf64..12879611 100644 --- a/pith/osdep/hostname.c +++ b/pith/osdep/hostname.c @@ -4,7 +4,7 @@ static char rcsid[] = "$Id: hostname.c 1176 2008-09-29 21:16:42Z hubert@u.washin /* * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2008 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/osdep/hostname.h b/pith/osdep/hostname.h index 3e2693c8..cf5c4043 100644 --- a/pith/osdep/hostname.h +++ b/pith/osdep/hostname.h @@ -2,7 +2,7 @@ * $Id: hostname.h 761 2007-10-23 22:35:18Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/osdep/lstcmpnt.c b/pith/osdep/lstcmpnt.c index 3585fc04..57e39f8e 100644 --- a/pith/osdep/lstcmpnt.c +++ b/pith/osdep/lstcmpnt.c @@ -5,7 +5,7 @@ static char rcsid[] = "$Id: lstcmpnt.c 1074 2008-06-04 00:08:43Z hubert@u.washin /* * ======================================================================== * 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/pith/osdep/lstcmpnt.h b/pith/osdep/lstcmpnt.h index 6c74b464..e0f8679a 100644 --- a/pith/osdep/lstcmpnt.h +++ b/pith/osdep/lstcmpnt.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/pith/osdep/makefile.wnt b/pith/osdep/makefile.wnt index 7c4f5b82..37bcf9e5 100644 --- a/pith/osdep/makefile.wnt +++ b/pith/osdep/makefile.wnt @@ -1,7 +1,7 @@ # $Id: makefile.wnt 14098 2005-10-03 18:54:13Z jpf@u.washington.edu $ # # ======================================================================== -# Copyright 2013-2017 Eduardo Chappa +# Copyright 2013-2018 Eduardo Chappa # Copyright 2006 University of Washington # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/osdep/mimedisp.c b/pith/osdep/mimedisp.c index 054a7309..1dad4b5f 100644 --- a/pith/osdep/mimedisp.c +++ b/pith/osdep/mimedisp.c @@ -5,7 +5,7 @@ static char rcsid[] = "$Id: mimedisp.c 942 2008-03-04 18:21:33Z 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/pith/osdep/mimedisp.h b/pith/osdep/mimedisp.h index 58f84086..9415566f 100644 --- a/pith/osdep/mimedisp.h +++ b/pith/osdep/mimedisp.h @@ -2,7 +2,7 @@ * $Id: mimedisp.h 761 2007-10-23 22:35:18Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/osdep/pipe.c b/pith/osdep/pipe.c index aa79ce9d..60b39058 100644 --- a/pith/osdep/pipe.c +++ b/pith/osdep/pipe.c @@ -5,7 +5,7 @@ static char rcsid[] = "$Id: pipe.c 1204 2009-02-02 19:54:23Z 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/pith/osdep/pipe.h b/pith/osdep/pipe.h index 41fce0f5..9d24ab57 100644 --- a/pith/osdep/pipe.h +++ b/pith/osdep/pipe.h @@ -2,7 +2,7 @@ * $Id: pipe.h 769 2007-10-24 00:15:40Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/osdep/pithosd.h b/pith/osdep/pithosd.h index 117076aa..5716b122 100644 --- a/pith/osdep/pithosd.h +++ b/pith/osdep/pithosd.h @@ -2,7 +2,7 @@ * $Id: pithosd.h 761 2007-10-23 22:35:18Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/osdep/pw_stuff.c b/pith/osdep/pw_stuff.c index d2dec3c5..b491849f 100644 --- a/pith/osdep/pw_stuff.c +++ b/pith/osdep/pw_stuff.c @@ -4,7 +4,7 @@ static char rcsid[] = "$Id: pw_stuff.c 763 2007-10-23 23:37:34Z hubert@u.washing /* * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/osdep/pw_stuff.h b/pith/osdep/pw_stuff.h index 55bd2b9b..edb291c1 100644 --- a/pith/osdep/pw_stuff.h +++ b/pith/osdep/pw_stuff.h @@ -2,7 +2,7 @@ * $Id: pw_stuff.h 761 2007-10-23 22:35:18Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/osdep/rename.c b/pith/osdep/rename.c index 5af95798..da940ad8 100644 --- a/pith/osdep/rename.c +++ b/pith/osdep/rename.c @@ -4,7 +4,7 @@ static char rcsid[] = "$Id: rename.c 761 2007-10-23 22:35:18Z hubert@u.washingto /* * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/osdep/rename.h b/pith/osdep/rename.h index 2c239c33..372510f0 100644 --- a/pith/osdep/rename.h +++ b/pith/osdep/rename.h @@ -2,7 +2,7 @@ * $Id: rename.h 761 2007-10-23 22:35:18Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/osdep/temp_nam.c b/pith/osdep/temp_nam.c index 51bca8e2..ffb232c7 100644 --- a/pith/osdep/temp_nam.c +++ b/pith/osdep/temp_nam.c @@ -5,7 +5,7 @@ static char rcsid[] = "$Id: temp_nam.c 1012 2008-03-26 00:44:22Z hubert@u.washin /* * ======================================================================== * 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/pith/osdep/temp_nam.h b/pith/osdep/temp_nam.h index f43a0b02..73e55eb2 100644 --- a/pith/osdep/temp_nam.h +++ b/pith/osdep/temp_nam.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/pith/osdep/tempfile.c b/pith/osdep/tempfile.c index e2074021..663fe440 100644 --- a/pith/osdep/tempfile.c +++ b/pith/osdep/tempfile.c @@ -5,7 +5,7 @@ static char rcsid[] = "$Id: tempfile.c 1074 2008-06-04 00:08:43Z hubert@u.washin /* * ======================================================================== * 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/pith/osdep/tempfile.h b/pith/osdep/tempfile.h index 037ad771..091da2ea 100644 --- a/pith/osdep/tempfile.h +++ b/pith/osdep/tempfile.h @@ -2,7 +2,7 @@ * $Id: tempfile.h 761 2007-10-23 22:35:18Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/osdep/writ_dir.c b/pith/osdep/writ_dir.c index 9987db04..bf230beb 100644 --- a/pith/osdep/writ_dir.c +++ b/pith/osdep/writ_dir.c @@ -4,7 +4,7 @@ static char rcsid[] = "$Id: writ_dir.c 761 2007-10-23 22:35:18Z hubert@u.washing /* * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/pith/osdep/writ_dir.h b/pith/osdep/writ_dir.h index 103b7397..86a4b739 100644 --- a/pith/osdep/writ_dir.h +++ b/pith/osdep/writ_dir.h @@ -2,7 +2,7 @@ * $Id: writ_dir.h 761 2007-10-23 22:35:18Z hubert@u.washington.edu $ * * ======================================================================== - * Copyright 2013-2017 Eduardo Chappa + * Copyright 2013-2018 Eduardo Chappa * Copyright 2006 University of Washington * * Licensed under the Apache License, Version 2.0 (the "License"); |