aboutsummaryrefslogtreecommitdiff
path: root/contrib/bc/gen/strgen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bc/gen/strgen.sh')
-rwxr-xr-xcontrib/bc/gen/strgen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/bc/gen/strgen.sh b/contrib/bc/gen/strgen.sh
index 8542bd40ee83..683307d4fa80 100755
--- a/contrib/bc/gen/strgen.sh
+++ b/contrib/bc/gen/strgen.sh
@@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: BSD-2-Clause
#
-# Copyright (c) 2018-2024 Gavin D. Howard and contributors.
+# Copyright (c) 2018-2025 Gavin D. Howard and contributors.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
@@ -96,7 +96,7 @@ if [ -n "$remove_tabs" ]; then
fi
cat<<EOF
-// Copyright (c) 2018-2024 Gavin D. Howard and contributors.
+// Copyright (c) 2018-2025 Gavin D. Howard and contributors.
// Licensed under the 2-clause BSD license.
// *** AUTOMATICALLY GENERATED FROM ${input}. DO NOT MODIFY. ***