diff options
author | midipix <writeonce@midipix.org> | 2021-08-20 00:00:00 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-12-30 10:47:35 +0000 |
commit | d5fc3ded1efdbc7fec39aa25fa4da97f50ccafc4 (patch) | |
tree | f8b10aab53df23d8e86c6eaf0e0b99d35f60707e /src/internal | |
parent | b443cb2693f1cd263c241c4638f17fa00821ffdd (diff) | |
download | mdso-d5fc3ded1efdbc7fec39aa25fa4da97f50ccafc4.tar.bz2 mdso-d5fc3ded1efdbc7fec39aa25fa4da97f50ccafc4.tar.xz |
A new home.
Diffstat (limited to 'src/internal')
-rw-r--r-- | src/internal/argv/argv.h | 2 | ||||
-rw-r--r-- | src/internal/mdso_errinfo_impl.c | 2 | ||||
-rw-r--r-- | src/internal/mdso_errinfo_impl.h | 2 | ||||
-rw-r--r-- | src/internal/mdso_object_impl.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/internal/argv/argv.h b/src/internal/argv/argv.h index 2a7e4db..910425c 100644 --- a/src/internal/argv/argv.h +++ b/src/internal/argv/argv.h @@ -1,6 +1,6 @@ /****************************************************************************/ /* argv.h: a thread-safe argument vector parser and usage screen generator */ -/* Copyright (C) 2015--2021 Z. Gilboa */ +/* Copyright (C) 2015--2021 SysDeer Technologies, LLC */ /* Released under GPLv2 and GPLv3; see COPYING.MDSO. */ /****************************************************************************/ diff --git a/src/internal/mdso_errinfo_impl.c b/src/internal/mdso_errinfo_impl.c index dac226c..d7ea6ae 100644 --- a/src/internal/mdso_errinfo_impl.c +++ b/src/internal/mdso_errinfo_impl.c @@ -1,6 +1,6 @@ /****************************************************************/ /* mdso: midipix dso scavenger */ -/* Copyright (C) 2015--2021 Z. Gilboa */ +/* Copyright (C) 2015--2021 SysDeer Technologies, LLC */ /* Released under GPLv2 and GPLv3; see COPYING.MDSO. */ /****************************************************************/ diff --git a/src/internal/mdso_errinfo_impl.h b/src/internal/mdso_errinfo_impl.h index 883e915..4b4b693 100644 --- a/src/internal/mdso_errinfo_impl.h +++ b/src/internal/mdso_errinfo_impl.h @@ -1,6 +1,6 @@ /****************************************************************/ /* mdso: midipix dso scavenger */ -/* Copyright (C) 2015--2021 Z. Gilboa */ +/* Copyright (C) 2015--2021 SysDeer Technologies, LLC */ /* Released under GPLv2 and GPLv3; see COPYING.MDSO. */ /****************************************************************/ diff --git a/src/internal/mdso_object_impl.h b/src/internal/mdso_object_impl.h index 814cf8b..3442856 100644 --- a/src/internal/mdso_object_impl.h +++ b/src/internal/mdso_object_impl.h @@ -1,6 +1,6 @@ /****************************************************************/ /* mdso: midipix dso scavenger */ -/* Copyright (C) 2015--2021 Z. Gilboa */ +/* Copyright (C) 2015--2021 SysDeer Technologies, LLC */ /* Released under GPLv2 and GPLv3; see COPYING.MDSO. */ /****************************************************************/ |