diff options
author | midipix <writeonce@midipix.org> | 2017-02-04 10:51:03 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2017-02-04 10:51:03 -0500 |
commit | 78ab3c85dada5e34f6697e782a793e42c70e8d1a (patch) | |
tree | a892caa3f93b13c915d3da022aa441181ca380df /src/crc | |
parent | 7a49205fc2984352d35e8e0b989f682d16ed67ff (diff) | |
download | mdso-78ab3c85dada5e34f6697e782a793e42c70e8d1a.tar.bz2 mdso-78ab3c85dada5e34f6697e782a793e42c70e8d1a.tar.xz |
annual chores.
Diffstat (limited to 'src/crc')
-rw-r--r-- | src/crc/mdso_crc32.c | 2 | ||||
-rw-r--r-- | src/crc/mdso_crc64.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/crc/mdso_crc32.c b/src/crc/mdso_crc32.c index 3fcdf51..69ba162 100644 --- a/src/crc/mdso_crc32.c +++ b/src/crc/mdso_crc32.c @@ -1,6 +1,6 @@ /****************************************************************/ /* mdso: midipix dso scavenger */ -/* Copyright (C) 2015--2016 Z. Gilboa */ +/* Copyright (C) 2015--2017 Z. Gilboa */ /* Released under GPLv2 and GPLv3; see COPYING.MDSO. */ /****************************************************************/ diff --git a/src/crc/mdso_crc64.c b/src/crc/mdso_crc64.c index 3de7e48..9502230 100644 --- a/src/crc/mdso_crc64.c +++ b/src/crc/mdso_crc64.c @@ -1,6 +1,6 @@ /****************************************************************/ /* mdso: midipix dso scavenger */ -/* Copyright (C) 2015--2016 Z. Gilboa */ +/* Copyright (C) 2015--2017 Z. Gilboa */ /* Released under GPLv2 and GPLv3; see COPYING.MDSO. */ /****************************************************************/ |