@@ -1,6 +1,6 @@ | |||||
![Aptdec logo](textlogo.png) | ![Aptdec logo](textlogo.png) | ||||
Copyright (c) 2004-2009 Thierry Leconte (F4DWV), Xerbo (xerbo@protonmail.com) 2019-20222 | |||||
Copyright (c) 2004-2009 Thierry Leconte (F4DWV), Xerbo (xerbo@protonmail.com) 2019-2022 | |||||
![x86 Release](https://github.com/Xerbo/aptdec/workflows/x86%20Release/badge.svg?branch=master) | ![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) | ![x86 Debug](https://github.com/Xerbo/aptdec/workflows/x86%20Debug/badge.svg?branch=devel) | ||||
@@ -1,6 +1,6 @@ | |||||
/* | /* | ||||
* This file is part of Aptdec. | * This file is part of Aptdec. | ||||
* Copyright (c) 2004-2009 Thierry Leconte (F4DWV), Xerbo (xerbo@protonmail.com) 2019-20222 | |||||
* Copyright (c) 2004-2009 Thierry Leconte (F4DWV), Xerbo (xerbo@protonmail.com) 2019-2022 | |||||
* Copyright (c) 2021 Jon Beniston (M7RCE) | * Copyright (c) 2021 Jon Beniston (M7RCE) | ||||
* | * | ||||
* Aptdec is free software: you can redistribute it and/or modify | * Aptdec is free software: you can redistribute it and/or modify | ||||
@@ -1,6 +1,6 @@ | |||||
/* | /* | ||||
* This file is part of Aptdec. | * This file is part of Aptdec. | ||||
* Copyright (c) 2004-2009 Thierry Leconte (F4DWV), Xerbo (xerbo@protonmail.com) 2019-20222 | |||||
* Copyright (c) 2004-2009 Thierry Leconte (F4DWV), Xerbo (xerbo@protonmail.com) 2019-2022 | |||||
* | * | ||||
* Aptdec is free software: you can redistribute it and/or modify | * Aptdec is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU General Public License as published by | * it under the terms of the GNU General Public License as published by | ||||
@@ -1,6 +1,6 @@ | |||||
/* | /* | ||||
* This file is part of Aptdec. | * This file is part of Aptdec. | ||||
* Copyright (c) 2004-2009 Thierry Leconte (F4DWV), Xerbo (xerbo@protonmail.com) 2019-20222 | |||||
* Copyright (c) 2004-2009 Thierry Leconte (F4DWV), Xerbo (xerbo@protonmail.com) 2019-2022 | |||||
* | * | ||||
* Aptdec is free software: you can redistribute it and/or modify | * Aptdec is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU General Public License as published by | * it under the terms of the GNU General Public License as published by | ||||
@@ -18,7 +18,7 @@ | |||||
*/ | */ | ||||
// Constants | // Constants | ||||
#define VERSION "Aptdec; (c) 2004-2009 Thierry Leconte F4DWV, Xerbo (xerbo@protonmail.com) 2019-20222" | |||||
#define VERSION "Aptdec; (c) 2004-2009 Thierry Leconte F4DWV, Xerbo (xerbo@protonmail.com) 2019-2022" | |||||
// Useful macros | // Useful macros | ||||
#define CLIP(v, lo, hi) (v > hi ? hi : (v > lo ? v : lo)) | #define CLIP(v, lo, hi) (v > hi ? hi : (v > lo ? v : lo)) | ||||
@@ -1,6 +1,6 @@ | |||||
/* | /* | ||||
* This file is part of Aptdec. | * This file is part of Aptdec. | ||||
* Copyright (c) 2004-2009 Thierry Leconte (F4DWV), Xerbo (xerbo@protonmail.com) 2019-20222 | |||||
* Copyright (c) 2004-2009 Thierry Leconte (F4DWV), Xerbo (xerbo@protonmail.com) 2019-2022 | |||||
* | * | ||||
* Aptdec is free software: you can redistribute it and/or modify | * Aptdec is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU General Public License as published by | * it under the terms of the GNU General Public License as published by | ||||
@@ -1,6 +1,6 @@ | |||||
/* | /* | ||||
* This file is part of Aptdec. | * This file is part of Aptdec. | ||||
* Copyright (c) 2004-2009 Thierry Leconte (F4DWV), Xerbo (xerbo@protonmail.com) 2019-20222 | |||||
* Copyright (c) 2004-2009 Thierry Leconte (F4DWV), Xerbo (xerbo@protonmail.com) 2019-2022 | |||||
* | * | ||||
* Aptdec is free software: you can redistribute it and/or modify | * Aptdec is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU General Public License as published by | * it under the terms of the GNU General Public License as published by | ||||
@@ -1,6 +1,6 @@ | |||||
/* | /* | ||||
* This file is part of Aptdec. | * This file is part of Aptdec. | ||||
* Copyright (c) 2004-2009 Thierry Leconte (F4DWV), Xerbo (xerbo@protonmail.com) 2019-20222 | |||||
* Copyright (c) 2004-2009 Thierry Leconte (F4DWV), Xerbo (xerbo@protonmail.com) 2019-2022 | |||||
* | * | ||||
* Aptdec is free software: you can redistribute it and/or modify | * Aptdec is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU General Public License as published by | * it under the terms of the GNU General Public License as published by | ||||
@@ -1,6 +1,6 @@ | |||||
/* | /* | ||||
* This file is part of Aptdec. | * This file is part of Aptdec. | ||||
* Copyright (c) 2004-2009 Thierry Leconte (F4DWV), Xerbo (xerbo@protonmail.com) 2019-20222 | |||||
* Copyright (c) 2004-2009 Thierry Leconte (F4DWV), Xerbo (xerbo@protonmail.com) 2019-2022 | |||||
* | * | ||||
* Aptdec is free software: you can redistribute it and/or modify | * Aptdec is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU General Public License as published by | * it under the terms of the GNU General Public License as published by | ||||
@@ -1,6 +1,6 @@ | |||||
/* | /* | ||||
* This file is part of Aptdec. | * This file is part of Aptdec. | ||||
* Copyright (c) 2004-2009 Thierry Leconte (F4DWV), Xerbo (xerbo@protonmail.com) 2019-20222 | |||||
* Copyright (c) 2004-2009 Thierry Leconte (F4DWV), Xerbo (xerbo@protonmail.com) 2019-2022 | |||||
* | * | ||||
* Aptdec is free software: you can redistribute it and/or modify | * Aptdec is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU General Public License as published by | * it under the terms of the GNU General Public License as published by | ||||
@@ -1,6 +1,6 @@ | |||||
/* | /* | ||||
* This file is part of Aptdec. | * This file is part of Aptdec. | ||||
* Copyright (c) 2004-2009 Thierry Leconte (F4DWV), Xerbo (xerbo@protonmail.com) 2019-20222 | |||||
* Copyright (c) 2004-2009 Thierry Leconte (F4DWV), Xerbo (xerbo@protonmail.com) 2019-2022 | |||||
* | * | ||||
* Aptdec is free software: you can redistribute it and/or modify | * Aptdec is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU General Public License as published by | * it under the terms of the GNU General Public License as published by | ||||
@@ -1,6 +1,6 @@ | |||||
/* | /* | ||||
* This file is part of Aptdec. | * This file is part of Aptdec. | ||||
* Copyright (c) 2004-2009 Thierry Leconte (F4DWV), Xerbo (xerbo@protonmail.com) 2019-20222 | |||||
* Copyright (c) 2004-2009 Thierry Leconte (F4DWV), Xerbo (xerbo@protonmail.com) 2019-2022 | |||||
* | * | ||||
* Aptdec is free software: you can redistribute it and/or modify | * Aptdec is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU General Public License as published by | * it under the terms of the GNU General Public License as published by | ||||