diff options
author | midipix <writeonce@midipix.org> | 2021-08-20 00:00:00 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-12-30 10:45:07 +0000 |
commit | 0553af03797cf83c8930aa324e864ce4d6febfe7 (patch) | |
tree | a32080bf4a9f368ad3e182791f1e07532d2832c3 | |
parent | e26175fee3b2ca5788b44c0533492ba8319ea9db (diff) | |
download | dalist-0553af03797cf83c8930aa324e864ce4d6febfe7.tar.bz2 dalist-0553af03797cf83c8930aa324e864ce4d6febfe7.tar.xz |
A new home.
-rw-r--r-- | COPYING.DALIST | 2 | ||||
-rw-r--r-- | COPYING.SOFORT | 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 | 2 | ||||
-rw-r--r-- | src/dalist_memfn.c | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/COPYING.DALIST b/COPYING.DALIST index 0a96ddf..db002e1 100644 --- a/COPYING.DALIST +++ b/COPYING.DALIST @@ -2,7 +2,7 @@ /* */ /* dalist: a zero-dependency book-keeping library */ /* */ -/* Copyright (C) 2013--2020 Z. Gilboa */ +/* Copyright (C) 2013--2021 SysDeer Technologies, LLC */ /* */ /* 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 */ diff --git a/COPYING.SOFORT b/COPYING.SOFORT index 4880eec..5e75bb6 100644 --- a/COPYING.SOFORT +++ b/COPYING.SOFORT @@ -2,7 +2,7 @@ /* */ /* sofort: portable software project skeleton */ /* */ -/* Copyright (C) 2015--2021 Z. Gilboa */ +/* Copyright (C) 2015--2021 SysDeer Technologies, LLC */ /* */ /* sofort provides a build system that can be incorporated into Works */ /* which may or may not be covered by a copyleft license. THE FOLLOWING */ @@ -1,7 +1,7 @@ dalist: a zero-dependency book-keeping library ---------------------------------------------- - Copyright (C) 2013--2020 Z. Gilboa + Copyright (C) 2013--2021 SysDeer Technologies, LLC 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 a2f058a..4e4ba95 100644 --- a/src/dalist.c +++ b/src/dalist.c @@ -1,6 +1,6 @@ /*****************************************************************************/ /* dalist: a zero-dependency book-keeping library */ -/* Copyright (C) 2013--2020 Z. Gilboa */ +/* Copyright (C) 2013--2021 SysDeer Technologies, LLC */ /* Released under GPLv2 and GPLv3; see COPYING.DALIST. */ /*****************************************************************************/ diff --git a/src/dalist_debug.c b/src/dalist_debug.c index cf12ba9..62223f3 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--2020 Z. Gilboa */ +/* Copyright (C) 2013--2021 SysDeer Technologies, LLC */ /* Released under GPLv2 and GPLv3; see COPYING.DALIST. */ /*****************************************************************************/ diff --git a/src/dalist_entry_point.c b/src/dalist_entry_point.c index df2c4f5..77a78b9 100644 --- a/src/dalist_entry_point.c +++ b/src/dalist_entry_point.c @@ -1,6 +1,6 @@ /*****************************************************************************/ /* dalist: a zero-dependency book-keeping library */ -/* Copyright (C) 2013--2020 Z. Gilboa */ +/* Copyright (C) 2013--2021 SysDeer Technologies, LLC */ /* Released under GPLv2 and GPLv3; see COPYING.DALIST. */ /*****************************************************************************/ diff --git a/src/dalist_memfn.c b/src/dalist_memfn.c index c473635..71a3206 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--2020 Z. Gilboa */ +/* Copyright (C) 2013--2021 SysDeer Technologies, LLC */ /* Released under GPLv2 and GPLv3; see COPYING.DALIST. */ /*****************************************************************************/ |