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/driver | |
parent | 7a49205fc2984352d35e8e0b989f682d16ed67ff (diff) | |
download | mdso-78ab3c85dada5e34f6697e782a793e42c70e8d1a.tar.bz2 mdso-78ab3c85dada5e34f6697e782a793e42c70e8d1a.tar.xz |
annual chores.
Diffstat (limited to 'src/driver')
-rw-r--r-- | src/driver/mdso_amain.c | 2 | ||||
-rw-r--r-- | src/driver/mdso_driver_ctx.c | 2 | ||||
-rw-r--r-- | src/driver/mdso_unit_ctx.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/driver/mdso_amain.c b/src/driver/mdso_amain.c index b2e36f1..985278d 100644 --- a/src/driver/mdso_amain.c +++ b/src/driver/mdso_amain.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/driver/mdso_driver_ctx.c b/src/driver/mdso_driver_ctx.c index a80f99a..6c0c491 100644 --- a/src/driver/mdso_driver_ctx.c +++ b/src/driver/mdso_driver_ctx.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/driver/mdso_unit_ctx.c b/src/driver/mdso_unit_ctx.c index 859db28..4d068bf 100644 --- a/src/driver/mdso_unit_ctx.c +++ b/src/driver/mdso_unit_ctx.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. */ /****************************************************************/ |