diff options
author | Eduardo Chappa <chappa@washington.edu> | 2016-11-22 20:39:35 -0700 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2016-11-22 20:39:35 -0700 |
commit | ea6d8fe2d8359e4b1cf984492b3c275ea9e176ac (patch) | |
tree | 6de6cdefecc9c8d82386b3a531bec742596bbde3 /pith/charconv | |
parent | 9506bdf26c1e98dc369857c45ee079747569f951 (diff) | |
download | alpine-ea6d8fe2d8359e4b1cf984492b3c275ea9e176ac.tar.xz |
* Minor updates to source to update copyright notices (part 1)
Diffstat (limited to 'pith/charconv')
-rw-r--r-- | pith/charconv/Makefile.am | 1 | ||||
-rw-r--r-- | pith/charconv/Makefile.in | 1 | ||||
-rw-r--r-- | pith/charconv/filesys.h | 1 | ||||
-rw-r--r-- | pith/charconv/makefile.wnt | 1 | ||||
-rw-r--r-- | pith/charconv/utf8.c | 2 | ||||
-rw-r--r-- | pith/charconv/utf8.h | 2 |
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. |