diff options
Diffstat (limited to 'pith/charconv')
-rw-r--r-- | pith/charconv/filesys.c | 2 | ||||
-rw-r--r-- | pith/charconv/utf8.c | 2 | ||||
-rw-r--r-- | pith/charconv/utf8.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/pith/charconv/filesys.c b/pith/charconv/filesys.c index c9ef0f05..3be45a5f 100644 --- a/pith/charconv/filesys.c +++ b/pith/charconv/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 Eduardo Chappa + * Copyright 2013-2014 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/charconv/utf8.c b/pith/charconv/utf8.c index 411e1ddd..37591b25 100644 --- a/pith/charconv/utf8.c +++ b/pith/charconv/utf8.c @@ -5,7 +5,7 @@ static char rcsid[] = "$Id: utf8.c 1184 2008-12-16 23:52:15Z hubert@u.washington /* * ======================================================================== * Copyright 2006-2008 University of Washington - * Copyright 2013 Eduardo Chappa + * Copyright 2013-2014 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/charconv/utf8.h b/pith/charconv/utf8.h index d22a8a7c..acbededd 100644 --- a/pith/charconv/utf8.h +++ b/pith/charconv/utf8.h @@ -5,7 +5,7 @@ /* * ======================================================================== * Copyright 2006-2008 University of Washington - * Copyright 2013 Eduardo Chappa + * Copyright 2013-2014 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. |