summaryrefslogtreecommitdiff
path: root/pith/charconv
diff options
context:
space:
mode:
Diffstat (limited to 'pith/charconv')
-rw-r--r--pith/charconv/Makefile.am1
-rw-r--r--pith/charconv/Makefile.in1
-rw-r--r--pith/charconv/filesys.h1
-rw-r--r--pith/charconv/makefile.wnt1
-rw-r--r--pith/charconv/utf8.c2
-rw-r--r--pith/charconv/utf8.h2
6 files changed, 6 insertions, 2 deletions
diff --git a/pith/charconv/Makefile.am b/pith/charconv/Makefile.am
index 615a6082..1dce1cbb 100644
--- a/pith/charconv/Makefile.am
+++ b/pith/charconv/Makefile.am
@@ -2,6 +2,7 @@
## Use aclocal -I m4; automake
# ========================================================================
+# Copyright 2013-2016 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 8e3f2806..0aac4571 100644
--- a/pith/charconv/Makefile.in
+++ b/pith/charconv/Makefile.in
@@ -15,6 +15,7 @@
@SET_MAKE@
# ========================================================================
+# Copyright 2013-2016 Eduardo Chappa
# Copyright 2006 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 07703092..c4589173 100644
--- a/pith/charconv/filesys.h
+++ b/pith/charconv/filesys.h
@@ -4,6 +4,7 @@
/*
* ========================================================================
+ * Copyright 2013-2016 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 a692150c..434b3015 100644
--- a/pith/charconv/makefile.wnt
+++ b/pith/charconv/makefile.wnt
@@ -1,6 +1,7 @@
# $Id: makefile.wnt 14098 2005-10-03 18:54:13Z jpf@u.washington.edu $
#
# ========================================================================
+# Copyright 2013-2016 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 0317a7c0..be6f3b93 100644
--- a/pith/charconv/utf8.c
+++ b/pith/charconv/utf8.c
@@ -4,8 +4,8 @@ static char rcsid[] = "$Id: utf8.c 1184 2008-12-16 23:52:15Z hubert@u.washington
/*
* ========================================================================
- * Copyright 2006-2008 University of Washington
* Copyright 2013-2016 Eduardo Chappa
+ * Copyright 2006-2008 University of Washington
*
* 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/charconv/utf8.h b/pith/charconv/utf8.h
index 1dde8b6d..963d0cb9 100644
--- a/pith/charconv/utf8.h
+++ b/pith/charconv/utf8.h
@@ -4,8 +4,8 @@
/*
* ========================================================================
- * Copyright 2006-2008 University of Washington
* Copyright 2013-2016 Eduardo Chappa
+ * Copyright 2006-2008 University of Washington
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.