summaryrefslogtreecommitdiff
path: root/pith/osdep
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2019-06-22 10:14:55 -0600
committerEduardo Chappa <chappa@washington.edu>2019-06-22 10:14:55 -0600
commitabeb2c25935ef8c75f1e5deef0f81276754dc975 (patch)
tree8c40d7af1d7eaa7e02c46ce8c8c9ab37caf3bacd /pith/osdep
parentd5f1993e53b19b2b7dedebf14c70696c9651e35b (diff)
downloadalpine-abeb2c25935ef8c75f1e5deef0f81276754dc975.tar.xz
* New version 2.21.99999 (06/22/2019)
Diffstat (limited to 'pith/osdep')
-rw-r--r--pith/osdep/Makefile.am2
-rw-r--r--pith/osdep/Makefile.in31
-rw-r--r--pith/osdep/bldpath.c2
-rw-r--r--pith/osdep/bldpath.h2
-rw-r--r--pith/osdep/canaccess.c2
-rw-r--r--pith/osdep/canaccess.h2
-rw-r--r--pith/osdep/canonicl.c2
-rw-r--r--pith/osdep/canonicl.h2
-rw-r--r--pith/osdep/collate.c2
-rw-r--r--pith/osdep/collate.h2
-rw-r--r--pith/osdep/color.c2
-rw-r--r--pith/osdep/color.h2
-rw-r--r--pith/osdep/coredump.c2
-rw-r--r--pith/osdep/coredump.h2
-rw-r--r--pith/osdep/creatdir.c2
-rw-r--r--pith/osdep/creatdir.h2
-rw-r--r--pith/osdep/debugtime.c2
-rw-r--r--pith/osdep/debugtime.h2
-rw-r--r--pith/osdep/domnames.c2
-rw-r--r--pith/osdep/domnames.h2
-rw-r--r--pith/osdep/err_desc.c2
-rw-r--r--pith/osdep/err_desc.h2
-rw-r--r--pith/osdep/fgetpos.c2
-rw-r--r--pith/osdep/fgetpos.h2
-rw-r--r--pith/osdep/filesize.c2
-rw-r--r--pith/osdep/filesize.h2
-rw-r--r--pith/osdep/fnexpand.c2
-rw-r--r--pith/osdep/fnexpand.h2
-rw-r--r--pith/osdep/forkwait.h2
-rw-r--r--pith/osdep/hostname.c2
-rw-r--r--pith/osdep/hostname.h2
-rw-r--r--pith/osdep/lstcmpnt.c2
-rw-r--r--pith/osdep/lstcmpnt.h2
-rw-r--r--pith/osdep/makefile.wnt2
-rw-r--r--pith/osdep/mimedisp.c2
-rw-r--r--pith/osdep/mimedisp.h2
-rw-r--r--pith/osdep/pipe.c2
-rw-r--r--pith/osdep/pipe.h2
-rw-r--r--pith/osdep/pithosd.h2
-rw-r--r--pith/osdep/pw_stuff.c2
-rw-r--r--pith/osdep/pw_stuff.h2
-rw-r--r--pith/osdep/rename.c2
-rw-r--r--pith/osdep/rename.h2
-rw-r--r--pith/osdep/temp_nam.c2
-rw-r--r--pith/osdep/temp_nam.h2
-rw-r--r--pith/osdep/tempfile.c2
-rw-r--r--pith/osdep/tempfile.h2
-rw-r--r--pith/osdep/writ_dir.c2
-rw-r--r--pith/osdep/writ_dir.h2
49 files changed, 57 insertions, 70 deletions
diff --git a/pith/osdep/Makefile.am b/pith/osdep/Makefile.am
index a755566a..dde9d77a 100644
--- a/pith/osdep/Makefile.am
+++ b/pith/osdep/Makefile.am
@@ -2,7 +2,7 @@
## Use aclocal -I m4; automake
# ========================================================================
-# Copyright 2013-2018 Eduardo Chappa
+# Copyright 2013-2019 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 a44801ef..c30e3712 100644
--- a/pith/osdep/Makefile.in
+++ b/pith/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,
@@ -15,7 +15,7 @@
@SET_MAKE@
# ========================================================================
-# Copyright 2013-2018 Eduardo Chappa
+# Copyright 2013-2019 Eduardo Chappa
# Copyright 2006 University of Washington
#
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -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 \
?) ;; \
@@ -101,6 +91,8 @@ POST_UNINSTALL = :
build_triplet = @build@
host_triplet = @host@
subdir = pith/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 \
@@ -113,7 +105,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 =
@@ -199,8 +190,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@
@@ -272,7 +261,6 @@ LS = @LS@
LTLIBICONV = @LTLIBICONV@
LTLIBINTL = @LTLIBINTL@
LTLIBOBJS = @LTLIBOBJS@
-LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
MAINT = @MAINT@
MAKE = @MAKE@
MAKEINFO = @MAKEINFO@
@@ -398,6 +386,7 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign pith/osdep/Makefile'; \
$(am__cd) $(top_srcdir) && \
$(AUTOMAKE) --foreign pith/osdep/Makefile
+.PRECIOUS: Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
@case '$?' in \
*config.status*) \
@@ -458,14 +447,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 $@ $<
@@ -683,8 +672,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/pith/osdep/bldpath.c b/pith/osdep/bldpath.c
index cb6a49bd..1eac279b 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-2018 Eduardo Chappa
+ * Copyright 2013-2019 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 de4319c2..fba326a7 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-2018 Eduardo Chappa
+ * Copyright 2013-2019 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 79383ebe..40f685ad 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-2018 Eduardo Chappa
+ * Copyright 2013-2019 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 61996fb2..0a9de4d2 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-2018 Eduardo Chappa
+ * Copyright 2013-2019 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 9610d069..22be9c2c 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-2018 Eduardo Chappa
+ * Copyright 2013-2019 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 addc4968..aef33eaf 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-2018 Eduardo Chappa
+ * Copyright 2013-2019 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 6a52bc0f..d1a7c79e 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-2018 Eduardo Chappa
+ * Copyright 2013-2019 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 51063146..f5ae7bd2 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-2018 Eduardo Chappa
+ * Copyright 2013-2019 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 4f13c728..3e48965f 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-2018 Eduardo Chappa
+ * Copyright 2013-2019 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 2cfdaea6..a0db15d0 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-2018 Eduardo Chappa
+ * Copyright 2013-2019 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 e539f1b1..b28d60d9 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-2018 Eduardo Chappa
+ * Copyright 2013-2019 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 dedda056..ce6ade0c 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-2018 Eduardo Chappa
+ * Copyright 2013-2019 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 9f6eb791..ef446e2c 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-2018 Eduardo Chappa
+ * Copyright 2013-2019 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 9099dbe0..066dd85d 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-2018 Eduardo Chappa
+ * Copyright 2013-2019 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 555fbe62..77ac8b1e 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-2018 Eduardo Chappa
+ * Copyright 2013-2019 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 10443a32..6d8cd6e3 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-2018 Eduardo Chappa
+ * Copyright 2013-2019 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 2dae3e2b..b4792adb 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-2018 Eduardo Chappa
+ * Copyright 2013-2019 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 f7d10f10..b4684c08 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-2018 Eduardo Chappa
+ * Copyright 2013-2019 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 14318fe0..41c1bc26 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-2018 Eduardo Chappa
+ * Copyright 2013-2019 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 b0068a81..62dc2e1d 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-2018 Eduardo Chappa
+ * Copyright 2013-2019 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 6bec8052..544769e4 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-2018 Eduardo Chappa
+ * Copyright 2013-2019 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 9e182035..8091e724 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-2018 Eduardo Chappa
+ * Copyright 2013-2019 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 82504411..96a9bec4 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-2018 Eduardo Chappa
+ * Copyright 2013-2019 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 33967032..25f7e1f7 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-2018 Eduardo Chappa
+ * Copyright 2013-2019 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 52ce7fd6..47c4cfbc 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-2018 Eduardo Chappa
+ * Copyright 2013-2019 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 81f6ffa7..d420a88f 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-2018 Eduardo Chappa
+ * Copyright 2013-2019 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 0598e1ad..34ff86d3 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-2018 Eduardo Chappa
+ * Copyright 2013-2019 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 12879611..565e3adb 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-2018 Eduardo Chappa
+ * Copyright 2013-2019 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 cf5c4043..6587633a 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-2018 Eduardo Chappa
+ * Copyright 2013-2019 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 57e39f8e..fa6d9762 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-2018 Eduardo Chappa
+ * Copyright 2013-2019 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 e0f8679a..ff730215 100644
--- a/pith/osdep/lstcmpnt.h
+++ b/pith/osdep/lstcmpnt.h
@@ -3,7 +3,7 @@
*
* ========================================================================
* Copyright 2006-2008 University of Washington
- * Copyright 2013-2018 Eduardo Chappa
+ * Copyright 2013-2019 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 37bcf9e5..660cb294 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-2018 Eduardo Chappa
+# Copyright 2013-2019 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 1dad4b5f..4e0472c7 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-2018 Eduardo Chappa
+ * Copyright 2013-2019 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 9415566f..9da9a909 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-2018 Eduardo Chappa
+ * Copyright 2013-2019 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 60b39058..25adc22f 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-2018 Eduardo Chappa
+ * Copyright 2013-2019 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 9d24ab57..35e7d215 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-2018 Eduardo Chappa
+ * Copyright 2013-2019 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 5716b122..319716bb 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-2018 Eduardo Chappa
+ * Copyright 2013-2019 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 b491849f..c5a8580d 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-2018 Eduardo Chappa
+ * Copyright 2013-2019 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 edb291c1..ebb962ed 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-2018 Eduardo Chappa
+ * Copyright 2013-2019 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 da940ad8..3e921e91 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-2018 Eduardo Chappa
+ * Copyright 2013-2019 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 372510f0..1245a8cd 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-2018 Eduardo Chappa
+ * Copyright 2013-2019 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 ffb232c7..e0bacc45 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-2018 Eduardo Chappa
+ * Copyright 2013-2019 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 73e55eb2..cf31a09f 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-2018 Eduardo Chappa
+ * Copyright 2013-2019 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 663fe440..6faf0986 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-2018 Eduardo Chappa
+ * Copyright 2013-2019 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 091da2ea..cdaf4c74 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-2018 Eduardo Chappa
+ * Copyright 2013-2019 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 bf230beb..21cea079 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-2018 Eduardo Chappa
+ * Copyright 2013-2019 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 86a4b739..6edbd2f4 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-2018 Eduardo Chappa
+ * Copyright 2013-2019 Eduardo Chappa
* Copyright 2006 University of Washington
*
* Licensed under the Apache License, Version 2.0 (the "License");