summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2021-08-20 00:00:00 +0000
committermidipix <writeonce@midipix.org>2021-12-30 09:57:46 +0000
commit84312f6ec1d30ca5182dcda43ae3b39559844307 (patch)
treefdc9e0141cf0b0f50a69d774b69264d8026319f2
parentd4e394fe1d19d7fe7ff82f00860ff72bedbbcf56 (diff)
downloadapimagic-84312f6ec1d30ca5182dcda43ae3b39559844307.tar.bz2
apimagic-84312f6ec1d30ca5182dcda43ae3b39559844307.tar.xz
A new home.
-rw-r--r--COPYING.APIMAGIC2
-rw-r--r--COPYING.SOFORT2
-rw-r--r--src/apimagic.c2
-rw-r--r--src/driver/amgc_amain.c2
-rw-r--r--src/driver/amgc_driver_ctx.c2
-rw-r--r--src/driver/amgc_paradigm_meta.c2
-rw-r--r--src/driver/amgc_unit_action.c2
-rw-r--r--src/driver/amgc_unit_ctx.c2
-rw-r--r--src/internal/argv/argv.h2
-rw-r--r--src/logic/amgc_enum_members.c2
-rw-r--r--src/logic/amgc_init_unit_meta.c2
-rw-r--r--src/logic/amgc_unit_entities.c2
-rw-r--r--src/output/amgc_output_compound.c2
-rw-r--r--src/output/amgc_output_entities.c2
-rw-r--r--src/output/amgc_output_enum.c2
-rw-r--r--src/output/amgc_output_pad_symbol.c2
-rw-r--r--src/output/amgc_output_typedef.c2
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. */
/**********************************************************/