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. */ /**********************************************************/