From a190e0c3925cc6ef43524577e5de32baeafd1f3c Mon Sep 17 00:00:00 2001 From: Colin Cogle Date: Thu, 16 May 2024 01:31:36 -0400 Subject: [PATCH] Update copyright year. Let me be the last to wish you a happy new year. --- CHANGELOG.md | 3 +++ Makefile.am | 2 +- autogen.sh | 2 +- configure.ac | 2 +- debian/copyright | 2 +- make.bat | 2 +- man/aprs-weather-submit.man | 4 ++-- src/aprs-is.c | 2 +- src/aprs-is.h | 2 +- src/aprs-wx.c | 2 +- src/aprs-wx.h | 2 +- src/c99math.c | 2 +- src/c99math.h | 2 +- src/help.c | 4 ++-- src/help.h | 2 +- src/main.c | 2 +- src/main.h | 4 ++-- 17 files changed, 22 insertions(+), 19 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca23fcb..7569f95 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## Not yet released +* Preliminary support for compiling and running against the Win32 API. + ## Version 1.7.1 This patch fixes a compile-time bug on armhf platforms. The format identifer `%zu` is used to get around an error about the size of `size_t`. diff --git a/Makefile.am b/Makefile.am index b47e5f2..11c9698 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ # aprs-weather-submit -# Copyright (c) 2019-2023 Colin Cogle +# Copyright (c) 2019-2024 Colin Cogle # # This file, Makefile.am, is part of aprs-weather-submit. # diff --git a/autogen.sh b/autogen.sh index 0bf4f6f..ad20c57 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,6 +1,6 @@ #!/bin/sh # aprs-weather-submit -# Copyright (c) 2019-2023 Colin Cogle +# Copyright (c) 2019-2024 Colin Cogle # # This file, autogen.sh, is part of aprs-weather-submit. # diff --git a/configure.ac b/configure.ac index e79243f..49fa879 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl aprs-weather-submit -dnl Copyright (c) 2019-2023 Colin Cogle +dnl Copyright (c) 2019-2024 Colin Cogle dnl dnl This file, configure.ac, is part of aprs-weather-submit. dnl diff --git a/debian/copyright b/debian/copyright index 75d7fe2..8e355c1 100644 --- a/debian/copyright +++ b/debian/copyright @@ -4,7 +4,7 @@ Upstream-Contact: Colin Cogle Source: https://github.com/rhymeswithmogul/aprs-weather-submit/ Files: * -Copyright: 2019-2023 Colin Cogle +Copyright: 2019-2024 Colin Cogle License: AGPL-3+ This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free diff --git a/make.bat b/make.bat index f941b8e..9a3ace9 100755 --- a/make.bat +++ b/make.bat @@ -1,6 +1,6 @@ @ECHO OFF REM aprs-weather-submit -REM Copyright (c) 2019-2023 Colin Cogle (colin@colincogle.name) +REM Copyright (c) 2019-2024 Colin Cogle (colin@colincogle.name) REM REM This file, make-dos.bat, is part of aprs-weather-submit. REM (https://github.com/rhymeswithmogul/aprs-weather-submit) diff --git a/man/aprs-weather-submit.man b/man/aprs-weather-submit.man index afd601d..9fdfe97 100644 --- a/man/aprs-weather-submit.man +++ b/man/aprs-weather-submit.man @@ -1,5 +1,5 @@ .\" aprs-weather-submit -.\" Copyright (c) 2019-2023 Colin Cogle +.\" Copyright (c) 2019-2024 Colin Cogle .\" .\" This file, aprs-weather-submit.1, is part of aprs-weather-submit. .\" @@ -300,7 +300,7 @@ APRS Version 1.2.1, "Weather Updates to the Spec" (24 Mar 2011) .SH AUTHOR AND COPYRIGHT .BR aprs\-weather\-submit ", version 1.6" .br -Copyright (c) 2019-2023 Colin Cogle. +Copyright (c) 2019-2024 Colin Cogle. .br This program comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. diff --git a/src/aprs-is.c b/src/aprs-is.c index 98b222c..e8c6952 100755 --- a/src/aprs-is.c +++ b/src/aprs-is.c @@ -1,6 +1,6 @@ /* aprs-weather-submit - Copyright (c) 2019-2023 Colin Cogle + Copyright (c) 2019-2024 Colin Cogle This file, aprs-is.c, is part of aprs-weather-submit. diff --git a/src/aprs-is.h b/src/aprs-is.h index 6f7b583..8468074 100755 --- a/src/aprs-is.h +++ b/src/aprs-is.h @@ -1,6 +1,6 @@ /* aprs-weather-submit - Copyright (c) 2019-2023 Colin Cogle + Copyright (c) 2019-2024 Colin Cogle This file, aprs-is.h, is part of aprs-weather-submit. diff --git a/src/aprs-wx.c b/src/aprs-wx.c index 86b0bed..20d9fea 100755 --- a/src/aprs-wx.c +++ b/src/aprs-wx.c @@ -1,6 +1,6 @@ /* aprs-weather-submit - Copyright (c) 2019-2023 Colin Cogle + Copyright (c) 2019-2024 Colin Cogle This file, aprs-wx.c, is part of aprs-weather-submit. diff --git a/src/aprs-wx.h b/src/aprs-wx.h index 7d15502..3678257 100755 --- a/src/aprs-wx.h +++ b/src/aprs-wx.h @@ -1,6 +1,6 @@ /* aprs-weather-submit - Copyright (c) 2019-2023 Colin Cogle + Copyright (c) 2019-2024 Colin Cogle This file, aprs-wx.h, is part of aprs-weather-submit. diff --git a/src/c99math.c b/src/c99math.c index 05e9965..36a787e 100644 --- a/src/c99math.c +++ b/src/c99math.c @@ -1,6 +1,6 @@ /* aprs-weather-submit - Copyright (c) 2019-2023 Colin Cogle + Copyright (c) 2019-2024 Colin Cogle This file, c99math.h, is part of aprs-weather-submit. diff --git a/src/c99math.h b/src/c99math.h index cd0ed65..d33fb9e 100644 --- a/src/c99math.h +++ b/src/c99math.h @@ -1,6 +1,6 @@ /* aprs-weather-submit - Copyright (c) 2019-2023 Colin Cogle + Copyright (c) 2019-2024 Colin Cogle This file, c99math.h, is part of aprs-weather-submit. diff --git a/src/help.c b/src/help.c index 7f1e488..0d06358 100644 --- a/src/help.c +++ b/src/help.c @@ -35,11 +35,11 @@ version (void) /* Per the FreeDOS standards, we should emit one line with license * information. */ puts(".\n\ -Copyright (c) 2019-2023 Colin Cogle.\n\ +Copyright (c) 2019-2024 Colin Cogle.\n\ This program is free software (GNU Affero General Public License v3)."); #else puts(".\n\ -Copyright (c) 2019-2023 Colin Cogle.\n\ +Copyright (c) 2019-2024 Colin Cogle.\n\ This program comes with ABSOLUTELY NO WARRANTY. This is free software, and you\n\ are welcome to redistribute it under certain conditions. See the GNU Affero\n\ General Public License (version 3.0) for more details."); diff --git a/src/help.h b/src/help.h index ef33ad2..f1c811d 100644 --- a/src/help.h +++ b/src/help.h @@ -1,6 +1,6 @@ /* aprs-weather-submit - Copyright (c) 2019-2023 Colin Cogle + Copyright (c) 2019-2024 Colin Cogle This file, help.h, is part of aprs-weather-submit. diff --git a/src/main.c b/src/main.c index b42d92b..9c2c65a 100755 --- a/src/main.c +++ b/src/main.c @@ -1,6 +1,6 @@ /* aprs-weather-submit - Copyright (c) 2019-2023 Colin Cogle + Copyright (c) 2019-2024 Colin Cogle This file, main.c, is part of aprs-weather-submit. diff --git a/src/main.h b/src/main.h index 5aac74d..b457074 100755 --- a/src/main.h +++ b/src/main.h @@ -1,6 +1,6 @@ /* aprs-weather-submit - Copyright (c) 2019-2023 Colin Cogle + Copyright (c) 2019-2024 Colin Cogle This file, main.h, is part of aprs-weather-submit. @@ -28,7 +28,7 @@ with this program. If not, see . #endif #ifndef VERSION -#define VERSION "1.7.1" +#define VERSION "1.7.2-git" #endif /* We don't support networking on DOS at this time.