diff options
author | midipix <writeonce@midipix.org> | 2021-07-06 12:36:59 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-07-06 12:36:59 +0000 |
commit | d4e394fe1d19d7fe7ff82f00860ff72bedbbcf56 (patch) | |
tree | c02a5e0d10df84f7275a60a13f463b4549462571 | |
parent | 2b2ad874bb7d4accfcacd1460172908718e8f2f9 (diff) | |
download | apimagic-d4e394fe1d19d7fe7ff82f00860ff72bedbbcf56.tar.bz2 apimagic-d4e394fe1d19d7fe7ff82f00860ff72bedbbcf56.tar.xz |
Annual chores.
-rw-r--r-- | COPYING.APIMAGIC | 2 | ||||
-rw-r--r-- | src/apimagic.c | 2 | ||||
-rw-r--r-- | src/driver/amgc_amain.c | 2 | ||||
-rw-r--r-- | src/driver/amgc_driver_ctx.c | 2 | ||||
-rw-r--r-- | src/driver/amgc_paradigm_meta.c | 2 | ||||
-rw-r--r-- | src/driver/amgc_unit_action.c | 2 | ||||
-rw-r--r-- | src/driver/amgc_unit_ctx.c | 2 | ||||
-rw-r--r-- | src/internal/argv/argv.h | 2 | ||||
-rw-r--r-- | src/logic/amgc_enum_members.c | 2 | ||||
-rw-r--r-- | src/logic/amgc_init_unit_meta.c | 2 | ||||
-rw-r--r-- | src/logic/amgc_unit_entities.c | 2 | ||||
-rw-r--r-- | src/output/amgc_output_compound.c | 2 | ||||
-rw-r--r-- | src/output/amgc_output_entities.c | 2 | ||||
-rw-r--r-- | src/output/amgc_output_enum.c | 2 | ||||
-rw-r--r-- | src/output/amgc_output_pad_symbol.c | 2 | ||||
-rw-r--r-- | src/output/amgc_output_typedef.c | 2 |
16 files changed, 16 insertions, 16 deletions
diff --git a/COPYING.APIMAGIC b/COPYING.APIMAGIC index 4166d84..de45eab 100644 --- a/COPYING.APIMAGIC +++ b/COPYING.APIMAGIC @@ -2,7 +2,7 @@ /* */ /* apimagic: cparser-based API normalization utility */ /* */ -/* Copyright (C) 2015--2016 Z. Gilboa */ +/* Copyright (C) 2015--2021 Z. Gilboa */ /* */ /* 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/src/apimagic.c b/src/apimagic.c index 7277cc0..4d435ed 100644 --- a/src/apimagic.c +++ b/src/apimagic.c @@ -1,6 +1,6 @@ /**********************************************************/ /* apimagic: cparser-based API normalization utility */ -/* Copyright (C) 2015--2016 Z. Gilboa */ +/* Copyright (C) 2015--2021 Z. Gilboa */ /* Released under GPLv2 and GPLv3; see COPYING.APIMAGIC. */ /**********************************************************/ diff --git a/src/driver/amgc_amain.c b/src/driver/amgc_amain.c index cf4540d..10324dd 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--2016 Z. Gilboa */ +/* Copyright (C) 2015--2021 Z. Gilboa */ /* 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 09aaf4a..14296e7 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--2016 Z. Gilboa */ +/* Copyright (C) 2015--2021 Z. Gilboa */ /* 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 b021bae..41caf73 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--2016 Z. Gilboa */ +/* Copyright (C) 2015--2021 Z. Gilboa */ /* 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 6189481..030f82f 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--2016 Z. Gilboa */ +/* Copyright (C) 2015--2021 Z. Gilboa */ /* 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 e2d6d0a..0a725ef 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--2016 Z. Gilboa */ +/* Copyright (C) 2015--2021 Z. Gilboa */ /* Released under GPLv2 and GPLv3; see COPYING.APIMAGIC. */ /**********************************************************/ diff --git a/src/internal/argv/argv.h b/src/internal/argv/argv.h index 62a2653..50ede62 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--2016 Z. Gilboa */ +/* Copyright (C) 2015--2021 Z. Gilboa */ /* 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 698b6f4..904e280 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--2016 Z. Gilboa */ +/* Copyright (C) 2015--2021 Z. Gilboa */ /* 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 fec660d..8cfd44b 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--2016 Z. Gilboa */ +/* Copyright (C) 2015--2021 Z. Gilboa */ /* 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 233c9ec..5c096cc 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--2016 Z. Gilboa */ +/* Copyright (C) 2015--2021 Z. Gilboa */ /* 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 1736a06..337996d 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--2016 Z. Gilboa */ +/* Copyright (C) 2015--2021 Z. Gilboa */ /* 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 c239249..8cbb125 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--2016 Z. Gilboa */ +/* Copyright (C) 2015--2021 Z. Gilboa */ /* 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 764ecb1..8c0cb06 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--2016 Z. Gilboa */ +/* Copyright (C) 2015--2021 Z. Gilboa */ /* 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 12015c9..770724a 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--2016 Z. Gilboa */ +/* Copyright (C) 2015--2021 Z. Gilboa */ /* 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 a579c18..6972877 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--2016 Z. Gilboa */ +/* Copyright (C) 2015--2021 Z. Gilboa */ /* Released under GPLv2 and GPLv3; see COPYING.APIMAGIC. */ /**********************************************************/ |