storage: Add new year to copyright notices
commitad4deb0b7a76955fa3bcd8b4e381ead3ec842b3b
authorRoland Lutz <rlutz@hedmen.org>
Fri, 26 Jul 2019 12:12:35 +0000 (26 14:12 +0200)
committerRoland Lutz <rlutz@hedmen.org>
Fri, 26 Jul 2019 12:12:35 +0000 (26 14:12 +0200)
tree99e73e2f3a5ef60740a43f0a85a39a81b430f54e
parentea21375d87c3e8bc2dc8b66001e3ea0007cbe85b
storage: Add new year to copyright notices
57 files changed:
.gitignore
Makefile.am
NEWS
README
configure.ac
doc/HACKING
doc/api/storage.dox
doc/api/using-storage.md
doc/geda/colors.md
doc/geda/data.dox
doc/mainpage.md
doc/storage.md
include/xornstorage.h
pprint-chlog
src/storage/Makefile.am
src/storage/attributes.cc
src/storage/convenience.cc
src/storage/internal.h
src/storage/key_iterator.h
src/storage/manipulate.cc
src/storage/object.cc
src/storage/obstate.cc
src/storage/revision.cc
src/storage/selection.cc
src/storage/validate.cc
tests/Makefile.am
tests/storage/Setup.h
tests/storage/copy_attached.c
tests/storage/copy_object.c
tests/storage/copy_objects.c
tests/storage/delete_sel.c
tests/storage/exist.c
tests/storage/get_attribute.c
tests/storage/get_location.c
tests/storage/get_obdata.c
tests/storage/get_objects.c
tests/storage/get_obtype.c
tests/storage/invalid_obtype.c
tests/storage/is_selected.c
tests/storage/multiple_assignments.c
tests/storage/normalize.c
tests/storage/null.c
tests/storage/pointer.c
tests/storage/query_attached.c
tests/storage/reloc_attach.c
tests/storage/reloc_order.c
tests/storage/select_by_attribute.c
tests/storage/selection.c
tests/storage/set_attribute.c
tests/storage/set_obdata.c
tests/storage/snippets/example.c
tests/storage/snippets/functions.c
tests/storage/snippets/motivation.c
tests/storage/stat.c
tests/storage/string.c
tests/storage/transient.c
tests/storage/validate.c