[PATCH/committed] Update year range in emitted copyright notice
Mike Frysinger via Cgen <[email protected]> Sun, 1 Jan 2023 19:22:57 -0500
| Newsgroups | gmane.comp.tools.cgen.devel |
|---|---|
| Message-ID | <[email protected]> |
---
utils.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/utils.scm b/utils.scm
index b7051b681657..820483827b65 100644
--- a/utils.scm
+++ b/utils.scm
@@ -1312,7 +1312,7 @@
(cons "\
THIS FILE IS MACHINE GENERATED WITH CGEN.
-Copyright (C) 1996-2022 Free Software Foundation, Inc.
+Copyright (C) 1996-2023 Free Software Foundation, Inc.
"
"\
This file is free software; you can redistribute it and/or modify
@@ -1337,7 +1337,7 @@ Copyright (C) 1996-2022 Free Software Foundation, Inc.
(cons "\
THIS FILE IS MACHINE GENERATED WITH CGEN.
-Copyright (C) 2000-2022 Red Hat, Inc.
+Copyright (C) 2000-2023 Red Hat, Inc.
"
"\
"))
--
2.39.0