diff --git a/README.md b/README.md index b6a3745..49d232c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ![Aptdec logo](textlogo.png) -Copyright (c) 2004-2009 Thierry Leconte (F4DWV), Xerbo (xerbo@protonmail.com) 2019-2020 +Copyright (c) 2004-2009 Thierry Leconte (F4DWV), Xerbo (xerbo@protonmail.com) 2019-20222 ![x86 Release](https://github.com/Xerbo/aptdec/workflows/x86%20Release/badge.svg?branch=master) ![x86 Debug](https://github.com/Xerbo/aptdec/workflows/x86%20Debug/badge.svg?branch=devel) diff --git a/src/apt.h b/src/apt.h index 13fdad5..131d677 100644 --- a/src/apt.h +++ b/src/apt.h @@ -1,6 +1,6 @@ /* * This file is part of Aptdec. - * Copyright (c) 2004-2009 Thierry Leconte (F4DWV), Xerbo (xerbo@protonmail.com) 2019-2020 + * Copyright (c) 2004-2009 Thierry Leconte (F4DWV), Xerbo (xerbo@protonmail.com) 2019-20222 * Copyright (c) 2021 Jon Beniston (M7RCE) * * Aptdec is free software: you can redistribute it and/or modify diff --git a/src/color.c b/src/color.c index 9d1b635..35411c8 100644 --- a/src/color.c +++ b/src/color.c @@ -1,6 +1,6 @@ /* * This file is part of Aptdec. - * Copyright (c) 2004-2009 Thierry Leconte (F4DWV), Xerbo (xerbo@protonmail.com) 2019-2020 + * Copyright (c) 2004-2009 Thierry Leconte (F4DWV), Xerbo (xerbo@protonmail.com) 2019-20222 * * Aptdec 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/common.h b/src/common.h index 08e4834..739a6e6 100644 --- a/src/common.h +++ b/src/common.h @@ -1,6 +1,6 @@ /* * This file is part of Aptdec. - * Copyright (c) 2004-2009 Thierry Leconte (F4DWV), Xerbo (xerbo@protonmail.com) 2019-2020 + * Copyright (c) 2004-2009 Thierry Leconte (F4DWV), Xerbo (xerbo@protonmail.com) 2019-20222 * * Aptdec is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -18,7 +18,7 @@ */ // Constants -#define VERSION "Aptdec; (c) 2004-2009 Thierry Leconte F4DWV, Xerbo (xerbo@protonmail.com) 2019-2020" +#define VERSION "Aptdec; (c) 2004-2009 Thierry Leconte F4DWV, Xerbo (xerbo@protonmail.com) 2019-20222" // Useful macros #define CLIP(v, lo, hi) (v > hi ? hi : (v > lo ? v : lo)) diff --git a/src/dsp.c b/src/dsp.c index 63bf1da..6a68e10 100755 --- a/src/dsp.c +++ b/src/dsp.c @@ -1,6 +1,6 @@ /* * This file is part of Aptdec. - * Copyright (c) 2004-2009 Thierry Leconte (F4DWV), Xerbo (xerbo@protonmail.com) 2019-2020 + * Copyright (c) 2004-2009 Thierry Leconte (F4DWV), Xerbo (xerbo@protonmail.com) 2019-20222 * * Aptdec 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/filter.c b/src/filter.c index dbc1d71..80bec7f 100755 --- a/src/filter.c +++ b/src/filter.c @@ -1,6 +1,6 @@ /* * This file is part of Aptdec. - * Copyright (c) 2004-2009 Thierry Leconte (F4DWV), Xerbo (xerbo@protonmail.com) 2019-2020 + * Copyright (c) 2004-2009 Thierry Leconte (F4DWV), Xerbo (xerbo@protonmail.com) 2019-20222 * * Aptdec 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/filter.h b/src/filter.h index 36bf8d6..90e831d 100755 --- a/src/filter.h +++ b/src/filter.h @@ -1,6 +1,6 @@ /* * This file is part of Aptdec. - * Copyright (c) 2004-2009 Thierry Leconte (F4DWV), Xerbo (xerbo@protonmail.com) 2019-2020 + * Copyright (c) 2004-2009 Thierry Leconte (F4DWV), Xerbo (xerbo@protonmail.com) 2019-20222 * * Aptdec 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/image.c b/src/image.c index 21a8054..e0e4187 100644 --- a/src/image.c +++ b/src/image.c @@ -1,6 +1,6 @@ /* * This file is part of Aptdec. - * Copyright (c) 2004-2009 Thierry Leconte (F4DWV), Xerbo (xerbo@protonmail.com) 2019-2020 + * Copyright (c) 2004-2009 Thierry Leconte (F4DWV), Xerbo (xerbo@protonmail.com) 2019-20222 * * Aptdec 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/main.c b/src/main.c index b6387bc..76ce031 100644 --- a/src/main.c +++ b/src/main.c @@ -1,6 +1,6 @@ /* * This file is part of Aptdec. - * Copyright (c) 2004-2009 Thierry Leconte (F4DWV), Xerbo (xerbo@protonmail.com) 2019-2020 + * Copyright (c) 2004-2009 Thierry Leconte (F4DWV), Xerbo (xerbo@protonmail.com) 2019-20222 * * Aptdec 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/pngio.c b/src/pngio.c index e605fd9..5d56753 100644 --- a/src/pngio.c +++ b/src/pngio.c @@ -1,6 +1,6 @@ /* * This file is part of Aptdec. - * Copyright (c) 2004-2009 Thierry Leconte (F4DWV), Xerbo (xerbo@protonmail.com) 2019-2020 + * Copyright (c) 2004-2009 Thierry Leconte (F4DWV), Xerbo (xerbo@protonmail.com) 2019-20222 * * Aptdec 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/satcal.h b/src/satcal.h index a68a95e..b1eb069 100644 --- a/src/satcal.h +++ b/src/satcal.h @@ -1,6 +1,6 @@ /* * This file is part of Aptdec. - * Copyright (c) 2004-2009 Thierry Leconte (F4DWV), Xerbo (xerbo@protonmail.com) 2019-2020 + * Copyright (c) 2004-2009 Thierry Leconte (F4DWV), Xerbo (xerbo@protonmail.com) 2019-20222 * * Aptdec is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by