From 40c14f805835bc734bab6770f8a85340b89a40ca Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 1 Jan 2024 05:04:15 +0000 Subject: [PATCH] docs(license): update copyright year(s) --- java/src/main/java/ca/hss/times/RiseSetInput.java | 2 +- java/src/main/java/ca/hss/times/RiseSetOut.java | 2 +- java/src/main/java/ca/hss/times/SunriseSunsetCalc.java | 2 +- java/src/main/java/ca/hss/times/TimeZoneInfo.java | 2 +- java/src/main/java/ca/hss/times/WTime.java | 2 +- java/src/main/java/ca/hss/times/WTimeManager.java | 2 +- java/src/main/java/ca/hss/times/WTimeSpan.java | 2 +- java/src/main/java/ca/hss/times/WorldLocation.java | 2 +- java/src/main/java/ca/hss/times/package-info.java | 2 +- .../main/java/ca/hss/times/serialization/TimeSerializer.java | 2 +- java/src/test/java/ca/hss/times/WTimeSpanTest.java | 2 +- java/src/test/java/ca/hss/times/WTimeTest.java | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/java/src/main/java/ca/hss/times/RiseSetInput.java b/java/src/main/java/ca/hss/times/RiseSetInput.java index 21e2977..20d973d 100644 --- a/java/src/main/java/ca/hss/times/RiseSetInput.java +++ b/java/src/main/java/ca/hss/times/RiseSetInput.java @@ -1,7 +1,7 @@ /** * RiseSetInput.java * - * Copyright 2016-2023 Heartland Software Solutions Inc. + * Copyright 2016-2024 Heartland Software Solutions Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java/src/main/java/ca/hss/times/RiseSetOut.java b/java/src/main/java/ca/hss/times/RiseSetOut.java index e2165ff..3941a32 100644 --- a/java/src/main/java/ca/hss/times/RiseSetOut.java +++ b/java/src/main/java/ca/hss/times/RiseSetOut.java @@ -1,7 +1,7 @@ /** * RiseSetOut.java * - * Copyright 2016-2023 Heartland Software Solutions Inc. + * Copyright 2016-2024 Heartland Software Solutions Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java/src/main/java/ca/hss/times/SunriseSunsetCalc.java b/java/src/main/java/ca/hss/times/SunriseSunsetCalc.java index 8bbef5d..16ac6ca 100644 --- a/java/src/main/java/ca/hss/times/SunriseSunsetCalc.java +++ b/java/src/main/java/ca/hss/times/SunriseSunsetCalc.java @@ -1,7 +1,7 @@ /** * SunriseSunsetCalc.java * - * Copyright 2016-2023 Heartland Software Solutions Inc. + * Copyright 2016-2024 Heartland Software Solutions Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java/src/main/java/ca/hss/times/TimeZoneInfo.java b/java/src/main/java/ca/hss/times/TimeZoneInfo.java index 66eeeab..b0a7e09 100644 --- a/java/src/main/java/ca/hss/times/TimeZoneInfo.java +++ b/java/src/main/java/ca/hss/times/TimeZoneInfo.java @@ -1,7 +1,7 @@ /** * TimeZoneInfo.java * - * Copyright 2016-2023 Heartland Software Solutions Inc. + * Copyright 2016-2024 Heartland Software Solutions Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java/src/main/java/ca/hss/times/WTime.java b/java/src/main/java/ca/hss/times/WTime.java index 78f68a1..da5df60 100644 --- a/java/src/main/java/ca/hss/times/WTime.java +++ b/java/src/main/java/ca/hss/times/WTime.java @@ -1,7 +1,7 @@ /** * WTime.java * - * Copyright 2016-2023 Heartland Software Solutions Inc. + * Copyright 2016-2024 Heartland Software Solutions Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java/src/main/java/ca/hss/times/WTimeManager.java b/java/src/main/java/ca/hss/times/WTimeManager.java index 464ff31..8c8b732 100644 --- a/java/src/main/java/ca/hss/times/WTimeManager.java +++ b/java/src/main/java/ca/hss/times/WTimeManager.java @@ -1,7 +1,7 @@ /** * WTimeManager.java * - * Copyright 2016-2023 Heartland Software Solutions Inc. + * Copyright 2016-2024 Heartland Software Solutions Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java/src/main/java/ca/hss/times/WTimeSpan.java b/java/src/main/java/ca/hss/times/WTimeSpan.java index 13091d2..9bf3ccb 100644 --- a/java/src/main/java/ca/hss/times/WTimeSpan.java +++ b/java/src/main/java/ca/hss/times/WTimeSpan.java @@ -1,7 +1,7 @@ /** * WTimeSpan.java * - * Copyright 2016-2023 Heartland Software Solutions Inc. + * Copyright 2016-2024 Heartland Software Solutions Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java/src/main/java/ca/hss/times/WorldLocation.java b/java/src/main/java/ca/hss/times/WorldLocation.java index 0e3a558..5ce6f93 100644 --- a/java/src/main/java/ca/hss/times/WorldLocation.java +++ b/java/src/main/java/ca/hss/times/WorldLocation.java @@ -1,7 +1,7 @@ /** * WorldLocation.java * - * Copyright 2016-2023 Heartland Software Solutions Inc. + * Copyright 2016-2024 Heartland Software Solutions Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java/src/main/java/ca/hss/times/package-info.java b/java/src/main/java/ca/hss/times/package-info.java index 780d35c..699b374 100644 --- a/java/src/main/java/ca/hss/times/package-info.java +++ b/java/src/main/java/ca/hss/times/package-info.java @@ -1,7 +1,7 @@ /** * package-info.java * - * Copyright 2016-2023 Heartland Software Solutions Inc. + * Copyright 2016-2024 Heartland Software Solutions Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java/src/main/java/ca/hss/times/serialization/TimeSerializer.java b/java/src/main/java/ca/hss/times/serialization/TimeSerializer.java index d3bb0c6..618c55d 100644 --- a/java/src/main/java/ca/hss/times/serialization/TimeSerializer.java +++ b/java/src/main/java/ca/hss/times/serialization/TimeSerializer.java @@ -1,7 +1,7 @@ /** * TimeSerializer.cpp * - * Copyright 2016-2023 Heartland Software Solutions Inc. + * Copyright 2016-2024 Heartland Software Solutions Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java/src/test/java/ca/hss/times/WTimeSpanTest.java b/java/src/test/java/ca/hss/times/WTimeSpanTest.java index 45067a8..0ceb3bb 100644 --- a/java/src/test/java/ca/hss/times/WTimeSpanTest.java +++ b/java/src/test/java/ca/hss/times/WTimeSpanTest.java @@ -1,7 +1,7 @@ /** * WTimeSpanTest.java * - * Copyright 2016-2023 Heartland Software Solutions Inc. + * Copyright 2016-2024 Heartland Software Solutions Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/java/src/test/java/ca/hss/times/WTimeTest.java b/java/src/test/java/ca/hss/times/WTimeTest.java index cbf2c0c..303efd6 100644 --- a/java/src/test/java/ca/hss/times/WTimeTest.java +++ b/java/src/test/java/ca/hss/times/WTimeTest.java @@ -1,7 +1,7 @@ /** * WTimeSpanTest.java * - * Copyright 2016-2023 Heartland Software Solutions Inc. + * Copyright 2016-2024 Heartland Software Solutions Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.