diff options
Diffstat (limited to 'pith/charconv')
-rw-r--r-- | pith/charconv/Makefile.am | 2 | ||||
-rw-r--r-- | pith/charconv/Makefile.in | 2 | ||||
-rw-r--r-- | pith/charconv/filesys.c | 2 | ||||
-rw-r--r-- | pith/charconv/filesys.h | 2 | ||||
-rw-r--r-- | pith/charconv/makefile.wnt | 2 | ||||
-rw-r--r-- | pith/charconv/utf8.c | 2 | ||||
-rw-r--r-- | pith/charconv/utf8.h | 2 |
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"); |