diff options
author | midipix <writeonce@midipix.org> | 2021-07-06 16:18:18 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-07-06 16:18:18 +0000 |
commit | b443cb2693f1cd263c241c4638f17fa00821ffdd (patch) | |
tree | cd1c3f82766e094032bbb3ec4b8f066ab96bb010 /src/crc | |
parent | d80ac4c7b94eb2dd61b8e51dde5ec5dbe17e809d (diff) | |
download | mdso-b443cb2693f1cd263c241c4638f17fa00821ffdd.tar.bz2 mdso-b443cb2693f1cd263c241c4638f17fa00821ffdd.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 69ba162..5b41f08 100644 --- a/src/crc/mdso_crc32.c +++ b/src/crc/mdso_crc32.c @@ -1,6 +1,6 @@ /****************************************************************/ /* mdso: midipix dso scavenger */ -/* Copyright (C) 2015--2017 Z. Gilboa */ +/* Copyright (C) 2015--2021 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 9502230..c69bc92 100644 --- a/src/crc/mdso_crc64.c +++ b/src/crc/mdso_crc64.c @@ -1,6 +1,6 @@ /****************************************************************/ /* mdso: midipix dso scavenger */ -/* Copyright (C) 2015--2017 Z. Gilboa */ +/* Copyright (C) 2015--2021 Z. Gilboa */ /* Released under GPLv2 and GPLv3; see COPYING.MDSO. */ /****************************************************************/ |