aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2025-02-12 17:34:58 -0500
committerGitHub <noreply@github.com>2025-02-12 17:34:58 -0500
commitbe1b69911036ac05cc3f92aba453d7ae400bac21 (patch)
tree441c428ab49f08b099a983d51fa8682c164fd333
parent0e834d092251a8dfcb120e4274e2088945ffc015 (diff)
parente479d971d973f4a61874533d9d9d278091760f0f (diff)
downloadstasis-be1b69911036ac05cc3f92aba453d7ae400bac21.tar.gz
Merge pull request #90 from jhunkeler/2025-copyright
Update copyright information
-rw-r--r--LICENSE2
-rw-r--r--src/lib/core/globals.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/LICENSE b/LICENSE
index 3ac99da..f615aec 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
BSD 3-Clause License
-Copyright (c) 2023-2024, Joseph Hunkeler,
+Copyright (c) 2023-2025, Joseph Hunkeler,
Association of Universities for Research in Astronomy (AURA)
All rights reserved.
diff --git a/src/lib/core/globals.c b/src/lib/core/globals.c
index 0f0941a..d84e799 100644
--- a/src/lib/core/globals.c
+++ b/src/lib/core/globals.c
@@ -22,7 +22,7 @@ const char *BANNER =
" Delivery Generator \n"
" v%s \n"
"------------------------------------------------------------------------\n"
- "Copyright (C) 2023-2024 %s,\n"
+ "Copyright (C) 2023-2025 %s,\n"
"Association of Universities for Research in Astronomy (AURA)\n";
struct STASIS_GLOBAL globals = {