diff options
Diffstat (limited to 'gen/strgen.sh')
-rwxr-xr-x | gen/strgen.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gen/strgen.sh b/gen/strgen.sh index 27edf9a1355d..0af6bdf65b5c 100755 --- a/gen/strgen.sh +++ b/gen/strgen.sh @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: BSD-2-Clause # -# Copyright (c) 2018-2020 Gavin D. Howard and contributors. +# Copyright (c) 2018-2021 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: @@ -64,7 +64,7 @@ if [ -n "$remove_tabs" ]; then fi cat<<EOF -// Copyright (c) 2018-2020 Gavin D. Howard and contributors. +// Copyright (c) 2018-2021 Gavin D. Howard and contributors. // Licensed under the 2-clause BSD license. // *** AUTOMATICALLY GENERATED FROM ${input}. DO NOT MODIFY. *** |