From 84312f6ec1d30ca5182dcda43ae3b39559844307 Mon Sep 17 00:00:00 2001 From: midipix Date: Fri, 20 Aug 2021 00:00:00 +0000 Subject: A new home. --- COPYING.APIMAGIC | 2 +- COPYING.SOFORT | 2 +- src/apimagic.c | 2 +- src/driver/amgc_amain.c | 2 +- src/driver/amgc_driver_ctx.c | 2 +- src/driver/amgc_paradigm_meta.c | 2 +- src/driver/amgc_unit_action.c | 2 +- src/driver/amgc_unit_ctx.c | 2 +- src/internal/argv/argv.h | 2 +- src/logic/amgc_enum_members.c | 2 +- src/logic/amgc_init_unit_meta.c | 2 +- src/logic/amgc_unit_entities.c | 2 +- src/output/amgc_output_compound.c | 2 +- src/output/amgc_output_entities.c | 2 +- src/output/amgc_output_enum.c | 2 +- src/output/amgc_output_pad_symbol.c | 2 +- src/output/amgc_output_typedef.c | 2 +- 17 files changed, 17 insertions(+), 17 deletions(-) diff --git a/COPYING.APIMAGIC b/COPYING.APIMAGIC index de45eab..b06a087 100644 --- a/COPYING.APIMAGIC +++ b/COPYING.APIMAGIC @@ -2,7 +2,7 @@ /* */ /* apimagic: cparser-based API normalization utility */ /* */ -/* Copyright (C) 2015--2021 Z. Gilboa */ +/* Copyright (C) 2015--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/src/apimagic.c b/src/apimagic.c index 4d435ed..cc80a5b 100644 --- a/src/apimagic.c +++ b/src/apimagic.c @@ -1,6 +1,6 @@ /**********************************************************/ /* apimagic: cparser-based API normalization utility */ -/* Copyright (C) 2015--2021 Z. Gilboa */ +/* Copyright (C) 2015--2021 SysDeer Technologies, LLC */ /* Released under GPLv2 and GPLv3; see COPYING.APIMAGIC. */ /**********************************************************/ diff --git a/src/driver/amgc_amain.c b/src/driver/amgc_amain.c index 10324dd..40f15d4 100644 --- a/src/driver/amgc_amain.c +++ b/src/driver/amgc_amain.c @@ -1,6 +1,6 @@ /**********************************************************/ /* apimagic: cparser-based API normalization utility */ -/* Copyright (C) 2015--2021 Z. Gilboa */ +/* Copyright (C) 2015--2021 SysDeer Technologies, LLC */ /* Released under GPLv2 and GPLv3; see COPYING.APIMAGIC. */ /**********************************************************/ diff --git a/src/driver/amgc_driver_ctx.c b/src/driver/amgc_driver_ctx.c index 14296e7..7c0304f 100644 --- a/src/driver/amgc_driver_ctx.c +++ b/src/driver/amgc_driver_ctx.c @@ -1,6 +1,6 @@ /**********************************************************/ /* apimagic: cparser-based API normalization utility */ -/* Copyright (C) 2015--2021 Z. Gilboa */ +/* Copyright (C) 2015--2021 SysDeer Technologies, LLC */ /* Released under GPLv2 and GPLv3; see COPYING.APIMAGIC. */ /**********************************************************/ diff --git a/src/driver/amgc_paradigm_meta.c b/src/driver/amgc_paradigm_meta.c index 41caf73..54dd562 100644 --- a/src/driver/amgc_paradigm_meta.c +++ b/src/driver/amgc_paradigm_meta.c @@ -1,6 +1,6 @@ /**********************************************************/ /* apimagic: cparser-based API normalization utility */ -/* Copyright (C) 2015--2021 Z. Gilboa */ +/* Copyright (C) 2015--2021 SysDeer Technologies, LLC */ /* Released under GPLv2 and GPLv3; see COPYING.APIMAGIC. */ /**********************************************************/ diff --git a/src/driver/amgc_unit_action.c b/src/driver/amgc_unit_action.c index 030f82f..3fa1f6d 100644 --- a/src/driver/amgc_unit_action.c +++ b/src/driver/amgc_unit_action.c @@ -1,6 +1,6 @@ /**********************************************************/ /* apimagic: cparser-based API normalization utility */ -/* Copyright (C) 2015--2021 Z. Gilboa */ +/* Copyright (C) 2015--2021 SysDeer Technologies, LLC */ /* Released under GPLv2 and GPLv3; see COPYING.APIMAGIC. */ /**********************************************************/ diff --git a/src/driver/amgc_unit_ctx.c b/src/driver/amgc_unit_ctx.c index 0a725ef..537f851 100644 --- a/src/driver/amgc_unit_ctx.c +++ b/src/driver/amgc_unit_ctx.c @@ -1,6 +1,6 @@ /**********************************************************/ /* apimagic: cparser-based API normalization utility */ -/* Copyright (C) 2015--2021 Z. Gilboa */ +/* Copyright (C) 2015--2021 SysDeer Technologies, LLC */ /* Released under GPLv2 and GPLv3; see COPYING.APIMAGIC. */ /**********************************************************/ diff --git a/src/internal/argv/argv.h b/src/internal/argv/argv.h index 50ede62..95a7f03 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.APIMAGIC */ /****************************************************************************/ diff --git a/src/logic/amgc_enum_members.c b/src/logic/amgc_enum_members.c index 904e280..0180843 100644 --- a/src/logic/amgc_enum_members.c +++ b/src/logic/amgc_enum_members.c @@ -1,6 +1,6 @@ /**********************************************************/ /* apimagic: cparser-based API normalization utility */ -/* Copyright (C) 2015--2021 Z. Gilboa */ +/* Copyright (C) 2015--2021 SysDeer Technologies, LLC */ /* Released under GPLv2 and GPLv3; see COPYING.APIMAGIC. */ /**********************************************************/ diff --git a/src/logic/amgc_init_unit_meta.c b/src/logic/amgc_init_unit_meta.c index 8cfd44b..97a3272 100644 --- a/src/logic/amgc_init_unit_meta.c +++ b/src/logic/amgc_init_unit_meta.c @@ -1,6 +1,6 @@ /**********************************************************/ /* apimagic: cparser-based API normalization utility */ -/* Copyright (C) 2015--2021 Z. Gilboa */ +/* Copyright (C) 2015--2021 SysDeer Technologies, LLC */ /* Released under GPLv2 and GPLv3; see COPYING.APIMAGIC. */ /**********************************************************/ diff --git a/src/logic/amgc_unit_entities.c b/src/logic/amgc_unit_entities.c index 5c096cc..0525f9d 100644 --- a/src/logic/amgc_unit_entities.c +++ b/src/logic/amgc_unit_entities.c @@ -1,6 +1,6 @@ /**********************************************************/ /* apimagic: cparser-based API normalization utility */ -/* Copyright (C) 2015--2021 Z. Gilboa */ +/* Copyright (C) 2015--2021 SysDeer Technologies, LLC */ /* Released under GPLv2 and GPLv3; see COPYING.APIMAGIC. */ /**********************************************************/ diff --git a/src/output/amgc_output_compound.c b/src/output/amgc_output_compound.c index 337996d..bde4c87 100644 --- a/src/output/amgc_output_compound.c +++ b/src/output/amgc_output_compound.c @@ -1,6 +1,6 @@ /**********************************************************/ /* apimagic: cparser-based API normalization utility */ -/* Copyright (C) 2015--2021 Z. Gilboa */ +/* Copyright (C) 2015--2021 SysDeer Technologies, LLC */ /* Released under GPLv2 and GPLv3; see COPYING.APIMAGIC. */ /**********************************************************/ diff --git a/src/output/amgc_output_entities.c b/src/output/amgc_output_entities.c index 8cbb125..632e7ec 100644 --- a/src/output/amgc_output_entities.c +++ b/src/output/amgc_output_entities.c @@ -1,6 +1,6 @@ /**********************************************************/ /* apimagic: cparser-based API normalization utility */ -/* Copyright (C) 2015--2021 Z. Gilboa */ +/* Copyright (C) 2015--2021 SysDeer Technologies, LLC */ /* Released under GPLv2 and GPLv3; see COPYING.APIMAGIC. */ /**********************************************************/ diff --git a/src/output/amgc_output_enum.c b/src/output/amgc_output_enum.c index 8c0cb06..9d9875a 100644 --- a/src/output/amgc_output_enum.c +++ b/src/output/amgc_output_enum.c @@ -1,6 +1,6 @@ /**********************************************************/ /* apimagic: cparser-based API normalization utility */ -/* Copyright (C) 2015--2021 Z. Gilboa */ +/* Copyright (C) 2015--2021 SysDeer Technologies, LLC */ /* Released under GPLv2 and GPLv3; see COPYING.APIMAGIC. */ /**********************************************************/ diff --git a/src/output/amgc_output_pad_symbol.c b/src/output/amgc_output_pad_symbol.c index 770724a..1bd40c4 100644 --- a/src/output/amgc_output_pad_symbol.c +++ b/src/output/amgc_output_pad_symbol.c @@ -1,6 +1,6 @@ /**********************************************************/ /* apimagic: cparser-based API normalization utility */ -/* Copyright (C) 2015--2021 Z. Gilboa */ +/* Copyright (C) 2015--2021 SysDeer Technologies, LLC */ /* Released under GPLv2 and GPLv3; see COPYING.APIMAGIC. */ /**********************************************************/ diff --git a/src/output/amgc_output_typedef.c b/src/output/amgc_output_typedef.c index 6972877..76f6962 100644 --- a/src/output/amgc_output_typedef.c +++ b/src/output/amgc_output_typedef.c @@ -1,6 +1,6 @@ /**********************************************************/ /* apimagic: cparser-based API normalization utility */ -/* Copyright (C) 2015--2021 Z. Gilboa */ +/* Copyright (C) 2015--2021 SysDeer Technologies, LLC */ /* Released under GPLv2 and GPLv3; see COPYING.APIMAGIC. */ /**********************************************************/ -- cgit v1.2.3