summaryrefslogtreecommitdiff
path: root/pith/charconv
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2017-03-17 18:07:56 -0600
committerEduardo Chappa <chappa@washington.edu>2017-03-17 18:07:56 -0600
commit672d6838a9babf2faeb9f79267525a4ab9d20b14 (patch)
tree61d94a4d02a04c47c5b63746a262bc476645929b /pith/charconv
parent6278103d269e6882bb26a770c1f25bcd3e20ff13 (diff)
downloadalpine-672d6838a9babf2faeb9f79267525a4ab9d20b14.tar.xz
* New version 2.21
Diffstat (limited to 'pith/charconv')
-rw-r--r--pith/charconv/Makefile.am2
-rw-r--r--pith/charconv/Makefile.in2
-rw-r--r--pith/charconv/filesys.c2
-rw-r--r--pith/charconv/filesys.h2
-rw-r--r--pith/charconv/makefile.wnt2
-rw-r--r--pith/charconv/utf8.c2
-rw-r--r--pith/charconv/utf8.h2
7 files changed, 7 insertions, 7 deletions
diff --git a/pith/charconv/Makefile.am b/pith/charconv/Makefile.am
index 1dce1cbb..cc406f95 100644
--- a/pith/charconv/Makefile.am
+++ b/pith/charconv/Makefile.am
@@ -2,7 +2,7 @@
## Use aclocal -I m4; automake
# ========================================================================
-# Copyright 2013-2016 Eduardo Chappa
+# Copyright 2013-2017 Eduardo Chappa
# Copyright 2006 University of Washington
#
# Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/pith/charconv/Makefile.in b/pith/charconv/Makefile.in
index 0aac4571..babdd454 100644
--- a/pith/charconv/Makefile.in
+++ b/pith/charconv/Makefile.in
@@ -15,7 +15,7 @@
@SET_MAKE@
# ========================================================================
-# Copyright 2013-2016 Eduardo Chappa
+# Copyright 2013-2017 Eduardo Chappa
# Copyright 2006 University of Washington
#
# Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/pith/charconv/filesys.c b/pith/charconv/filesys.c
index 0d14ebb4..3c6529fe 100644
--- a/pith/charconv/filesys.c
+++ b/pith/charconv/filesys.c
@@ -4,7 +4,7 @@ static char rcsid[] = "$Id: filesys.c 770 2007-10-24 00:23:09Z hubert@u.washingt
/*
* ========================================================================
- * Copyright 2013-2016 Eduardo Chappa
+ * Copyright 2013-2017 Eduardo Chappa
* Copyright 2006-2007 University of Washington
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/pith/charconv/filesys.h b/pith/charconv/filesys.h
index c4589173..44e61061 100644
--- a/pith/charconv/filesys.h
+++ b/pith/charconv/filesys.h
@@ -4,7 +4,7 @@
/*
* ========================================================================
- * Copyright 2013-2016 Eduardo Chappa
+ * Copyright 2013-2017 Eduardo Chappa
* Copyright 2006 University of Washington
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/pith/charconv/makefile.wnt b/pith/charconv/makefile.wnt
index 434b3015..d2f8b099 100644
--- a/pith/charconv/makefile.wnt
+++ b/pith/charconv/makefile.wnt
@@ -1,7 +1,7 @@
# $Id: makefile.wnt 14098 2005-10-03 18:54:13Z jpf@u.washington.edu $
#
# ========================================================================
-# Copyright 2013-2016 Eduardo Chappa
+# Copyright 2013-2017 Eduardo Chappa
# Copyright 2006 University of Washington
#
# Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/pith/charconv/utf8.c b/pith/charconv/utf8.c
index be6f3b93..bdf84ecc 100644
--- a/pith/charconv/utf8.c
+++ b/pith/charconv/utf8.c
@@ -4,7 +4,7 @@ static char rcsid[] = "$Id: utf8.c 1184 2008-12-16 23:52:15Z hubert@u.washington
/*
* ========================================================================
- * Copyright 2013-2016 Eduardo Chappa
+ * Copyright 2013-2017 Eduardo Chappa
* Copyright 2006-2008 University of Washington
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/pith/charconv/utf8.h b/pith/charconv/utf8.h
index 963d0cb9..050ac961 100644
--- a/pith/charconv/utf8.h
+++ b/pith/charconv/utf8.h
@@ -4,7 +4,7 @@
/*
* ========================================================================
- * Copyright 2013-2016 Eduardo Chappa
+ * Copyright 2013-2017 Eduardo Chappa
* Copyright 2006-2008 University of Washington
*
* Licensed under the Apache License, Version 2.0 (the "License");