diff options
author | midipix <writeonce@midipix.org> | 2021-07-06 09:14:36 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-07-06 09:14:36 +0000 |
commit | e26175fee3b2ca5788b44c0533492ba8319ea9db (patch) | |
tree | 1eaf42c9f22d79e91fb06e6275682bc019174e0a | |
parent | f08da6707e5ab6ce4d92d28b695d32789b4a6a8b (diff) | |
download | dalist-e26175fee3b2ca5788b44c0533492ba8319ea9db.tar.bz2 dalist-e26175fee3b2ca5788b44c0533492ba8319ea9db.tar.xz |
Annual chores.
-rw-r--r-- | COPYING.DALIST | 2 | ||||
-rw-r--r-- | LICENSE | 2 | ||||
-rw-r--r-- | src/dalist.c | 2 | ||||
-rw-r--r-- | src/dalist_debug.c | 2 | ||||
-rw-r--r-- | src/dalist_entry_point.c | 6 | ||||
-rw-r--r-- | src/dalist_memfn.c | 2 |
6 files changed, 11 insertions, 5 deletions
diff --git a/COPYING.DALIST b/COPYING.DALIST index 4647ce2..0a96ddf 100644 --- a/COPYING.DALIST +++ b/COPYING.DALIST @@ -2,7 +2,7 @@ /* */ /* dalist: a zero-dependency book-keeping library */ /* */ -/* Copyright (C) 2013,2014,2015 Z. Gilboa */ +/* Copyright (C) 2013--2020 Z. Gilboa */ /* */ /* This program is free software: you can redistribute it and/or modify */ /* it under the terms of the GNU General Public License as published by */ @@ -1,7 +1,7 @@ dalist: a zero-dependency book-keeping library ---------------------------------------------- - Copyright (C) 2013,2014,2015 Z. Gilboa + Copyright (C) 2013--2020 Z. Gilboa This library is currently released under the GPLv2 and GPLv3 (see COPYING.DALIST for the relevant text). If you wish to use this diff --git a/src/dalist.c b/src/dalist.c index dffac64..a2f058a 100644 --- a/src/dalist.c +++ b/src/dalist.c @@ -1,6 +1,6 @@ /*****************************************************************************/ /* dalist: a zero-dependency book-keeping library */ -/* Copyright (C) 2013,2014,2015 Z. Gilboa */ +/* Copyright (C) 2013--2020 Z. Gilboa */ /* Released under GPLv2 and GPLv3; see COPYING.DALIST. */ /*****************************************************************************/ diff --git a/src/dalist_debug.c b/src/dalist_debug.c index 3c4018f..cf12ba9 100644 --- a/src/dalist_debug.c +++ b/src/dalist_debug.c @@ -1,6 +1,6 @@ /*****************************************************************************/ /* dalist: a zero-dependency book-keeping library */ -/* Copyright (C) 2013,2014,2015 Z. Gilboa */ +/* Copyright (C) 2013--2020 Z. Gilboa */ /* Released under GPLv2 and GPLv3; see COPYING.DALIST. */ /*****************************************************************************/ diff --git a/src/dalist_entry_point.c b/src/dalist_entry_point.c index de21516..df2c4f5 100644 --- a/src/dalist_entry_point.c +++ b/src/dalist_entry_point.c @@ -1,3 +1,9 @@ +/*****************************************************************************/ +/* dalist: a zero-dependency book-keeping library */ +/* Copyright (C) 2013--2020 Z. Gilboa */ +/* Released under GPLv2 and GPLv3; see COPYING.DALIST. */ +/*****************************************************************************/ + #ifdef _MIDIPIX_FREESTANDING #include <dalist/dalist.h> diff --git a/src/dalist_memfn.c b/src/dalist_memfn.c index 6ac40d9..c473635 100644 --- a/src/dalist_memfn.c +++ b/src/dalist_memfn.c @@ -1,6 +1,6 @@ /*****************************************************************************/ /* dalist: a zero-dependency book-keeping library */ -/* Copyright (C) 2013,2014,2015 Z. Gilboa */ +/* Copyright (C) 2013--2020 Z. Gilboa */ /* Released under GPLv2 and GPLv3; see COPYING.DALIST. */ /*****************************************************************************/ |