From 0553af03797cf83c8930aa324e864ce4d6febfe7 Mon Sep 17 00:00:00 2001 From: midipix Date: Dec 30 2021 10:45:07 +0000 Subject: A new home. --- 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 */ diff --git a/LICENSE b/LICENSE index 879d273..ac6d4ee 100644 --- a/LICENSE +++ b/LICENSE @@ -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. */ /*****************************************************************************/