]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Update copyright years.
authorSahil Yeole <sahilyeole93@gmail.com>
Thu, 15 Feb 2024 20:48:44 +0000 (02:18 +0530)
committerCohenArthur <arthur.cohen@embecosm.com>
Fri, 16 Feb 2024 10:47:39 +0000 (10:47 +0000)
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
352 files changed:
gcc/rust/Make-lang.in
gcc/rust/ast/rust-ast-builder.cc
gcc/rust/ast/rust-ast-builder.h
gcc/rust/ast/rust-ast-collector.cc
gcc/rust/ast/rust-ast-collector.h
gcc/rust/ast/rust-ast-dump.cc
gcc/rust/ast/rust-ast-dump.h
gcc/rust/ast/rust-ast-formatting.cc
gcc/rust/ast/rust-ast-formatting.h
gcc/rust/ast/rust-ast-fragment.cc
gcc/rust/ast/rust-ast-fragment.h
gcc/rust/ast/rust-ast-full-decls.h
gcc/rust/ast/rust-ast-full.h
gcc/rust/ast/rust-ast-visitor.cc
gcc/rust/ast/rust-ast-visitor.h
gcc/rust/ast/rust-ast.cc
gcc/rust/ast/rust-ast.h
gcc/rust/ast/rust-cond-compilation.h
gcc/rust/ast/rust-item.h
gcc/rust/ast/rust-macro.cc
gcc/rust/ast/rust-macro.h
gcc/rust/ast/rust-path.cc
gcc/rust/ast/rust-path.h
gcc/rust/ast/rust-pattern.cc
gcc/rust/ast/rust-pattern.h
gcc/rust/ast/rust-stmt.h
gcc/rust/ast/rust-type.h
gcc/rust/backend/rust-compile-base.cc
gcc/rust/backend/rust-compile-base.h
gcc/rust/backend/rust-compile-block.cc
gcc/rust/backend/rust-compile-block.h
gcc/rust/backend/rust-compile-context.cc
gcc/rust/backend/rust-compile-context.h
gcc/rust/backend/rust-compile-expr.cc
gcc/rust/backend/rust-compile-expr.h
gcc/rust/backend/rust-compile-extern.h
gcc/rust/backend/rust-compile-fnparam.cc
gcc/rust/backend/rust-compile-fnparam.h
gcc/rust/backend/rust-compile-implitem.cc
gcc/rust/backend/rust-compile-implitem.h
gcc/rust/backend/rust-compile-item.cc
gcc/rust/backend/rust-compile-item.h
gcc/rust/backend/rust-compile-pattern.cc
gcc/rust/backend/rust-compile-pattern.h
gcc/rust/backend/rust-compile-resolve-path.cc
gcc/rust/backend/rust-compile-resolve-path.h
gcc/rust/backend/rust-compile-stmt.cc
gcc/rust/backend/rust-compile-stmt.h
gcc/rust/backend/rust-compile-struct-field-expr.cc
gcc/rust/backend/rust-compile-struct-field-expr.h
gcc/rust/backend/rust-compile-type.cc
gcc/rust/backend/rust-compile-type.h
gcc/rust/backend/rust-compile-var-decl.h
gcc/rust/backend/rust-compile.cc
gcc/rust/backend/rust-compile.h
gcc/rust/backend/rust-mangle-legacy.cc
gcc/rust/backend/rust-mangle-v0.cc
gcc/rust/backend/rust-mangle.cc
gcc/rust/backend/rust-tree.cc
gcc/rust/backend/rust-tree.h
gcc/rust/checks/errors/borrowck/rust-bir-builder-expr-stmt.cc
gcc/rust/checks/errors/borrowck/rust-bir-builder-expr-stmt.h
gcc/rust/checks/errors/borrowck/rust-bir-builder-internal.h
gcc/rust/checks/errors/borrowck/rust-bir-builder-lazyboolexpr.h
gcc/rust/checks/errors/borrowck/rust-bir-builder-pattern.h
gcc/rust/checks/errors/borrowck/rust-bir-builder-struct.h
gcc/rust/checks/errors/borrowck/rust-bir-builder.h
gcc/rust/checks/errors/borrowck/rust-bir-dump.h
gcc/rust/checks/errors/borrowck/rust-bir-place.h
gcc/rust/checks/errors/borrowck/rust-bir-visitor.h
gcc/rust/checks/errors/borrowck/rust-bir.h
gcc/rust/checks/errors/borrowck/rust-borrow-checker.cc
gcc/rust/checks/errors/borrowck/rust-borrow-checker.h
gcc/rust/checks/errors/borrowck/rust-function-collector.h
gcc/rust/checks/errors/privacy/rust-privacy-check.cc
gcc/rust/checks/errors/privacy/rust-privacy-check.h
gcc/rust/checks/errors/privacy/rust-privacy-common.h
gcc/rust/checks/errors/privacy/rust-privacy-ctx.cc
gcc/rust/checks/errors/privacy/rust-privacy-ctx.h
gcc/rust/checks/errors/privacy/rust-privacy-reporter.cc
gcc/rust/checks/errors/privacy/rust-privacy-reporter.h
gcc/rust/checks/errors/privacy/rust-pub-restricted-visitor.cc
gcc/rust/checks/errors/privacy/rust-pub-restricted-visitor.h
gcc/rust/checks/errors/privacy/rust-reachability.cc
gcc/rust/checks/errors/privacy/rust-reachability.h
gcc/rust/checks/errors/privacy/rust-visibility-resolver.cc
gcc/rust/checks/errors/privacy/rust-visibility-resolver.h
gcc/rust/checks/errors/rust-ast-validation.cc
gcc/rust/checks/errors/rust-ast-validation.h
gcc/rust/checks/errors/rust-const-checker.cc
gcc/rust/checks/errors/rust-const-checker.h
gcc/rust/checks/errors/rust-feature-gate.cc
gcc/rust/checks/errors/rust-feature-gate.h
gcc/rust/checks/errors/rust-feature.cc
gcc/rust/checks/errors/rust-feature.h
gcc/rust/checks/errors/rust-readonly-check.cc
gcc/rust/checks/errors/rust-readonly-check.h
gcc/rust/checks/errors/rust-unsafe-checker.cc
gcc/rust/checks/errors/rust-unsafe-checker.h
gcc/rust/checks/lints/rust-lint-marklive-base.h
gcc/rust/checks/lints/rust-lint-marklive.cc
gcc/rust/checks/lints/rust-lint-marklive.h
gcc/rust/checks/lints/rust-lint-scan-deadcode.h
gcc/rust/checks/lints/rust-lint-unused-var.cc
gcc/rust/checks/lints/rust-lint-unused-var.h
gcc/rust/config-lang.in
gcc/rust/expand/rust-cfg-strip.cc
gcc/rust/expand/rust-cfg-strip.h
gcc/rust/expand/rust-derive-clone.cc
gcc/rust/expand/rust-derive-clone.h
gcc/rust/expand/rust-derive-copy.cc
gcc/rust/expand/rust-derive-copy.h
gcc/rust/expand/rust-derive.cc
gcc/rust/expand/rust-derive.h
gcc/rust/expand/rust-expand-visitor.cc
gcc/rust/expand/rust-expand-visitor.h
gcc/rust/expand/rust-macro-builtins.cc
gcc/rust/expand/rust-macro-builtins.h
gcc/rust/expand/rust-macro-expand.cc
gcc/rust/expand/rust-macro-expand.h
gcc/rust/expand/rust-macro-invoc-lexer.cc
gcc/rust/expand/rust-macro-invoc-lexer.h
gcc/rust/expand/rust-macro-substitute-ctx.cc
gcc/rust/expand/rust-macro-substitute-ctx.h
gcc/rust/expand/rust-proc-macro-invoc-lexer.cc
gcc/rust/expand/rust-proc-macro-invoc-lexer.h
gcc/rust/hir/rust-ast-lower-base.cc
gcc/rust/hir/rust-ast-lower-base.h
gcc/rust/hir/rust-ast-lower-block.h
gcc/rust/hir/rust-ast-lower-enumitem.h
gcc/rust/hir/rust-ast-lower-expr.cc
gcc/rust/hir/rust-ast-lower-expr.h
gcc/rust/hir/rust-ast-lower-extern.h
gcc/rust/hir/rust-ast-lower-implitem.cc
gcc/rust/hir/rust-ast-lower-implitem.h
gcc/rust/hir/rust-ast-lower-item.cc
gcc/rust/hir/rust-ast-lower-item.h
gcc/rust/hir/rust-ast-lower-pattern.cc
gcc/rust/hir/rust-ast-lower-pattern.h
gcc/rust/hir/rust-ast-lower-stmt.cc
gcc/rust/hir/rust-ast-lower-stmt.h
gcc/rust/hir/rust-ast-lower-struct-field-expr.h
gcc/rust/hir/rust-ast-lower-type.cc
gcc/rust/hir/rust-ast-lower-type.h
gcc/rust/hir/rust-ast-lower.cc
gcc/rust/hir/rust-ast-lower.h
gcc/rust/hir/rust-hir-dump.cc
gcc/rust/hir/rust-hir-dump.h
gcc/rust/hir/tree/rust-hir-expr.h
gcc/rust/hir/tree/rust-hir-full-decls.h
gcc/rust/hir/tree/rust-hir-full.h
gcc/rust/hir/tree/rust-hir-item.h
gcc/rust/hir/tree/rust-hir-path.h
gcc/rust/hir/tree/rust-hir-pattern.h
gcc/rust/hir/tree/rust-hir-stmt.h
gcc/rust/hir/tree/rust-hir-type.h
gcc/rust/hir/tree/rust-hir-visitor.h
gcc/rust/hir/tree/rust-hir.cc
gcc/rust/hir/tree/rust-hir.h
gcc/rust/lang-specs.h
gcc/rust/lang.opt
gcc/rust/lex/rust-input-source.h
gcc/rust/lex/rust-lex.cc
gcc/rust/lex/rust-lex.h
gcc/rust/lex/rust-token.cc
gcc/rust/lex/rust-token.h
gcc/rust/metadata/rust-export-metadata.cc
gcc/rust/metadata/rust-export-metadata.h
gcc/rust/metadata/rust-extern-crate.cc
gcc/rust/metadata/rust-extern-crate.h
gcc/rust/metadata/rust-imports.cc
gcc/rust/parse/rust-parse-impl.h
gcc/rust/resolve/rust-ast-resolve-base.cc
gcc/rust/resolve/rust-ast-resolve-base.h
gcc/rust/resolve/rust-ast-resolve-expr.cc
gcc/rust/resolve/rust-ast-resolve-expr.h
gcc/rust/resolve/rust-ast-resolve-implitem.h
gcc/rust/resolve/rust-ast-resolve-item.cc
gcc/rust/resolve/rust-ast-resolve-item.h
gcc/rust/resolve/rust-ast-resolve-path.cc
gcc/rust/resolve/rust-ast-resolve-path.h
gcc/rust/resolve/rust-ast-resolve-pattern.cc
gcc/rust/resolve/rust-ast-resolve-pattern.h
gcc/rust/resolve/rust-ast-resolve-stmt.cc
gcc/rust/resolve/rust-ast-resolve-stmt.h
gcc/rust/resolve/rust-ast-resolve-struct-expr-field.cc
gcc/rust/resolve/rust-ast-resolve-struct-expr-field.h
gcc/rust/resolve/rust-ast-resolve-toplevel.h
gcc/rust/resolve/rust-ast-resolve-type.cc
gcc/rust/resolve/rust-ast-resolve-type.h
gcc/rust/resolve/rust-ast-resolve.cc
gcc/rust/resolve/rust-ast-resolve.h
gcc/rust/resolve/rust-default-resolver.cc
gcc/rust/resolve/rust-default-resolver.h
gcc/rust/resolve/rust-early-name-resolver-2.0.cc
gcc/rust/resolve/rust-early-name-resolver-2.0.h
gcc/rust/resolve/rust-early-name-resolver.cc
gcc/rust/resolve/rust-early-name-resolver.h
gcc/rust/resolve/rust-forever-stack.h
gcc/rust/resolve/rust-forever-stack.hxx
gcc/rust/resolve/rust-late-name-resolver-2.0.cc
gcc/rust/resolve/rust-late-name-resolver-2.0.h
gcc/rust/resolve/rust-name-resolution-context.cc
gcc/rust/resolve/rust-name-resolution-context.h
gcc/rust/resolve/rust-name-resolver.cc
gcc/rust/resolve/rust-name-resolver.h
gcc/rust/resolve/rust-rib.cc
gcc/rust/resolve/rust-rib.h
gcc/rust/resolve/rust-toplevel-name-resolver-2.0.cc
gcc/rust/resolve/rust-toplevel-name-resolver-2.0.h
gcc/rust/rust-attribs.cc
gcc/rust/rust-backend.h
gcc/rust/rust-diagnostics.cc
gcc/rust/rust-diagnostics.h
gcc/rust/rust-error-codes.def
gcc/rust/rust-gcc.cc
gcc/rust/rust-gcc.h
gcc/rust/rust-lang.cc
gcc/rust/rust-linemap.cc
gcc/rust/rust-linemap.h
gcc/rust/rust-location.h
gcc/rust/rust-object-export.cc
gcc/rust/rust-object-export.h
gcc/rust/rust-session-manager.cc
gcc/rust/rust-session-manager.h
gcc/rust/rust-system.h
gcc/rust/rust-target-def.h
gcc/rust/rust-target.def
gcc/rust/rust-target.h
gcc/rust/rustspec.cc
gcc/rust/typecheck/rust-autoderef.cc
gcc/rust/typecheck/rust-autoderef.h
gcc/rust/typecheck/rust-casts.cc
gcc/rust/typecheck/rust-casts.h
gcc/rust/typecheck/rust-coercion.cc
gcc/rust/typecheck/rust-coercion.h
gcc/rust/typecheck/rust-hir-dot-operator.cc
gcc/rust/typecheck/rust-hir-dot-operator.h
gcc/rust/typecheck/rust-hir-inherent-impl-overlap.h
gcc/rust/typecheck/rust-hir-path-probe.cc
gcc/rust/typecheck/rust-hir-path-probe.h
gcc/rust/typecheck/rust-hir-trait-reference.cc
gcc/rust/typecheck/rust-hir-trait-reference.h
gcc/rust/typecheck/rust-hir-trait-resolve.cc
gcc/rust/typecheck/rust-hir-trait-resolve.h
gcc/rust/typecheck/rust-hir-type-bounds.h
gcc/rust/typecheck/rust-hir-type-check-base.cc
gcc/rust/typecheck/rust-hir-type-check-base.h
gcc/rust/typecheck/rust-hir-type-check-enumitem.cc
gcc/rust/typecheck/rust-hir-type-check-enumitem.h
gcc/rust/typecheck/rust-hir-type-check-expr.cc
gcc/rust/typecheck/rust-hir-type-check-expr.h
gcc/rust/typecheck/rust-hir-type-check-implitem.cc
gcc/rust/typecheck/rust-hir-type-check-implitem.h
gcc/rust/typecheck/rust-hir-type-check-item.cc
gcc/rust/typecheck/rust-hir-type-check-item.h
gcc/rust/typecheck/rust-hir-type-check-path.cc
gcc/rust/typecheck/rust-hir-type-check-pattern.cc
gcc/rust/typecheck/rust-hir-type-check-pattern.h
gcc/rust/typecheck/rust-hir-type-check-stmt.cc
gcc/rust/typecheck/rust-hir-type-check-stmt.h
gcc/rust/typecheck/rust-hir-type-check-struct-field.h
gcc/rust/typecheck/rust-hir-type-check-struct.cc
gcc/rust/typecheck/rust-hir-type-check-type.cc
gcc/rust/typecheck/rust-hir-type-check-type.h
gcc/rust/typecheck/rust-hir-type-check.cc
gcc/rust/typecheck/rust-hir-type-check.h
gcc/rust/typecheck/rust-substitution-mapper.cc
gcc/rust/typecheck/rust-substitution-mapper.h
gcc/rust/typecheck/rust-type-util.cc
gcc/rust/typecheck/rust-type-util.h
gcc/rust/typecheck/rust-typecheck-context.cc
gcc/rust/typecheck/rust-tyty-bounds.cc
gcc/rust/typecheck/rust-tyty-bounds.h
gcc/rust/typecheck/rust-tyty-call.cc
gcc/rust/typecheck/rust-tyty-call.h
gcc/rust/typecheck/rust-tyty-cmp.h
gcc/rust/typecheck/rust-tyty-subst.cc
gcc/rust/typecheck/rust-tyty-subst.h
gcc/rust/typecheck/rust-tyty-util.cc
gcc/rust/typecheck/rust-tyty-util.h
gcc/rust/typecheck/rust-tyty-visitor.h
gcc/rust/typecheck/rust-tyty.cc
gcc/rust/typecheck/rust-tyty.h
gcc/rust/typecheck/rust-unify.cc
gcc/rust/typecheck/rust-unify.h
gcc/rust/util/bi-map.h
gcc/rust/util/fnv-hash.h
gcc/rust/util/make-rust-unicode.py
gcc/rust/util/rust-attribute-values.h
gcc/rust/util/rust-attributes.cc
gcc/rust/util/rust-attributes.h
gcc/rust/util/rust-base62.cc
gcc/rust/util/rust-base62.h
gcc/rust/util/rust-buffered-queue.h
gcc/rust/util/rust-canonical-path.h
gcc/rust/util/rust-codepoint.h
gcc/rust/util/rust-common.h
gcc/rust/util/rust-dir-owner.cc
gcc/rust/util/rust-dir-owner.h
gcc/rust/util/rust-dump.h
gcc/rust/util/rust-hir-map.cc
gcc/rust/util/rust-hir-map.h
gcc/rust/util/rust-identifier.h
gcc/rust/util/rust-inline-visitor.h
gcc/rust/util/rust-keyword-values.cc
gcc/rust/util/rust-keyword-values.h
gcc/rust/util/rust-lang-item.h
gcc/rust/util/rust-make-unique.h
gcc/rust/util/rust-mapping-common.h
gcc/rust/util/rust-operators.h
gcc/rust/util/rust-punycode.cc
gcc/rust/util/rust-punycode.h
gcc/rust/util/rust-stacked-contexts.h
gcc/rust/util/rust-unicode-data.h
gcc/rust/util/rust-unicode.cc
gcc/rust/util/rust-unicode.h
libgrust/libproc_macro/bridge.rs
libgrust/libproc_macro/bridge/ffistring.rs
libgrust/libproc_macro/bridge/group.rs
libgrust/libproc_macro/bridge/ident.rs
libgrust/libproc_macro/bridge/literal.rs
libgrust/libproc_macro/bridge/punct.rs
libgrust/libproc_macro/bridge/span.rs
libgrust/libproc_macro/bridge/token_stream.rs
libgrust/libproc_macro/group.rs
libgrust/libproc_macro/ident.rs
libgrust/libproc_macro/lib.rs
libgrust/libproc_macro/literal.rs
libgrust/libproc_macro/punct.rs
libgrust/libproc_macro/span.rs
libgrust/libproc_macro/token_stream.rs
libgrust/libproc_macro_internal/bridge.h
libgrust/libproc_macro_internal/ffistring.cc
libgrust/libproc_macro_internal/ffistring.h
libgrust/libproc_macro_internal/group.cc
libgrust/libproc_macro_internal/group.h
libgrust/libproc_macro_internal/ident.cc
libgrust/libproc_macro_internal/ident.h
libgrust/libproc_macro_internal/literal.cc
libgrust/libproc_macro_internal/literal.h
libgrust/libproc_macro_internal/proc_macro.cc
libgrust/libproc_macro_internal/proc_macro.h
libgrust/libproc_macro_internal/punct.cc
libgrust/libproc_macro_internal/punct.h
libgrust/libproc_macro_internal/registration.h
libgrust/libproc_macro_internal/span.cc
libgrust/libproc_macro_internal/span.h
libgrust/libproc_macro_internal/tokenstream.cc
libgrust/libproc_macro_internal/tokenstream.h
libgrust/libproc_macro_internal/tokentree.cc
libgrust/libproc_macro_internal/tokentree.h

index 97e45629308ee753715824254e25220b59abdf33..4d646018792482b8815b6f4cc76cbe3c8b183d2a 100644 (file)
@@ -1,6 +1,6 @@
 # Make-lang.in -- Top level -*- makefile -*- fragment for GCC Rust frontend.
 
-# Copyright (C) 2009-2023 Free Software Foundation, Inc.
+# Copyright (C) 2009-2024 Free Software Foundation, Inc.
 
 # This file is part of GCC.
 
index fd6f519fa252bdfb0717908d79163e5e7ee8b908..0d5218c6381da8fb9929001d4933f6ec134358bb 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 0ee36ff44fb9e478629fdbfe942a2ca06359fcd8..c0b4fa7b2cb609d59e302fc3f7f881730aeabb71 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index fb0e6f9be1d379a176468d0f29ed12f9b26ff0cc..181f1b100be9cc0b16ec121bbc5acba415d9bfc5 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 246411fa15f93ee396b1b2624bf94392aea118b4..cf97c185a26fbbfe8e0f9c1132018555b3165eb0 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 071a5c0f93f657ca99b51b879d7f8ce98cd1733d..2612c27e772bf7d4b02523c104c26c7a4a4710ba 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 54a8a6dce1481c6a529faa17ce2b119ceea726cc..b76cbbf825d333d7c04abc71699822fa400db7a1 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index e6f969f2dfc59847183d3ddcd1a2f49656e7c8ab..6137f26ed6a6b6410230183cf2e0c0d572d32b41 100644 (file)
@@ -1,5 +1,5 @@
 /* General AST-related method implementations for Rust frontend.
-   Copyright (C) 2009-2023 Free Software Foundation, Inc.
+   Copyright (C) 2009-2024 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 04e20cc3114405d181d32d7589142e446c3b3acb..7eaee6259ce58f67b128d59f58c5bef1f41bfec3 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 63697acba2df031e05044cc36b703e2d8926a79e..d8bf4aa213b8d3032d5a7f9b6bf01ff445e79834 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 6023915021added4f6dc15f74fcff823e63f5eee..33603ac5a4e588ba6e475f4cfe7fa9be1cd02782 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index e0fe7b646cd3f3757fa9c4ab122db8d9cba4b090..c96bbfb07d96ed4393131384c3a8ff2a471876eb 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 557b71ea7ee497426ae200e1ab691a75695b7aeb..f2152193a135e0adc24b2605a90a0f22f79404da 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index cb7ba846c39edbbe8964f68e974c5344263f039c..27b9aa47d99c2895b6247109bf4891ca1af9257d 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 2ec57cb4de4cc86f1dbe62ae94e023516125b416..6c9715eb07752f4f9d4c5d946e20613d4e0cd2d6 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index c1853968c80cae5c893d7247fa3c9368601506ce..90fe92694045d69ac92f5adc4aec325955b568b6 100644 (file)
@@ -1,5 +1,5 @@
 /* General AST-related method implementations for Rust frontend.
-   Copyright (C) 2009-2023 Free Software Foundation, Inc.
+   Copyright (C) 2009-2024 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index f9f34ba28d902793062d21e9868438da8ba6610a..1422d77eade4c1262dd3b1509cef7f8a5408331f 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 09bb109dbcec370b7324e34c9850a4cc328298df..9ac5c34f7e3aa5e4747c334aec3106c5b9853281 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 9a16d677c0dcc5d9b473172a1c86b7e22abe3e34..0911719b7163a10429dacc405b3a6af8e0b3d821 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 4807c05008f74e5aec1f52fd19011e7c4407f7cb..f36feda9970f0accc4b25c53c7a87c4d222be84a 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index fc76f449410655b09818cbe1b956ec233f307aed..bcf5b0b5a994d23d1e7f176f3a654d5a38f20cd4 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 431480cf7e9b453a23d696dc7eef2cbe8d6c7087..9131962c16810d825fd36171a0825284db5e7fa6 100644 (file)
@@ -1,5 +1,5 @@
 /* General AST-related method implementations for Rust frontend.
-   Copyright (C) 2009-2023 Free Software Foundation, Inc.
+   Copyright (C) 2009-2024 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index db516ac1f7c9cf2d4b80d329300ca156e299452a..ccac6303bb4b3f9196f0947b98b3882064f314aa 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index e4712c34e0827b8880f7465fc31dbab736e0feae..9091637c786b9f7b5e83219be9fac6bec4147898 100644 (file)
@@ -1,5 +1,5 @@
 /* General AST-related method implementations for Rust frontend.
-   Copyright (C) 2009-2023 Free Software Foundation, Inc.
+   Copyright (C) 2009-2024 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 68fee92bde5d272b7e41606d359949a84a284fc6..6a90b5361758c79548f1643f1dc5c127eab141bc 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index c97dd7b6f929b73b5e6a5326ad8fedc8ee20ff56..b332425316cee20f82200105468fda06979e09fc 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 33c7827a973459ec928c97e1a6b06060d5f5f71e..91a9d2f5999a42e47d525f266401232cfadf3f51 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index bf31e014d6a6dc5fec861cdfc200c9b9e7e25b44..984492f6607c2f4c08254bb8395a333a875253e0 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index f19c80b3b24c26b8a5e41e1c66e6dc59ce8d7d7c..c5816584c724a96d47f1ece621b81610c5608051 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 897639c920e764dbd2715ddafd213b488f286750..10a70999773510a988deb6a11477b20039322445 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 1461621238bc32d3a15e5ff54295a8cf334eab54..52cf0572e6ccec243ce167c18d30dcf794eca24a 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 53cd1235dcc0ea51c5ffb43e3af3ca7ea5c4eb1f..e9d44f9725d9b90d82d1d09ee0a0fff6b9c3e873 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index acfb360c34991dbc777c150c888d1a1d9bb1559e..36a36e79f6805f3cd9d3375072b61690ada6e919 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 6116dc9c8c1453fb4532d309f700881b5aabf67e..596b848849ecd10c63f671373fd9fa55237a1ee4 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 69a9ca19a5ebb9e41e03952b9440976be303a85e..e947825c2a953445645c5e464e0abcc65a7015d8 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 1df3875541a3372bba99e440d7af4000c0e707bc..778553e5b37311d766e6cce1357eb9c0cdefba38 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 8a606a996990b3575c57faa3389c9a018cba5f90..68066b8463d0635d801ca4e7bf7d7d918ff4f8fa 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index e16abb40feea9a6f7122f6c535cb1882e771f899..9b50b1934680d31ea37333692fdfd3c10dfaa5db 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index ebdd835aa8d77c41ddcade82ba77eb314139db5f..824af3fed704396f814509495dcc5d5c697642e3 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index bcd82728f73374e0af070e1a16e088a739c366a9..69933bff8c564e6183ad4a2523f1a90899b70af6 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 967d154e463b2f051e884b0f4735ad01fadf5d8b..234ad2aa59c1529e96a9f47ba7ba5356207770f0 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index cd79b68816505396f2e7984611f9f0c3311f946a..1c877fa328dca459095b2f843e3c48aec5b8af92 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index df60fc01ce5439f617ce28151a819410f1502ce6..1a32f02c3ea316fb56df4b1a097d8995c27e939f 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 0cf26ccc755468870aa047f88e4d6a774348cd40..17c82fa30501065e74312da8fc335fb9216b18c0 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 7dfe618adcc7f327a9868fdddd6afb76de6302dc..366de59865ed0f2f4ea9690ee30f88264d8edb79 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index fa7744360294f98c13fe5dadce3bc9cb7c87532f..ce559fc9bde7ca0e8887a79dd69499d1ccbe3e45 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 73a63bb1c5a5c2a31b6bca06d352ac4afacff712..e7ba370eb8e02e8e2482b1fe8cccebcf11f5b15a 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index e33bad9751ad07c26465c2f17ce3d1011d4a64d2..7ccc356b8bad48c5619fa0682fa903f92b098329 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 9b12744e9243119d6621a377cb9336cb875c5bdc..d642e28a202195dcc909a63269e24f3a7d7aaa1a 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index e11eb958d03e5d05109ef2ae2d8efcd9872849de..1ee4d1b15939baa37851692ccba5f5e3fc0f41bc 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 9ca65b3312676974dc99380a65c8dd6aae61f96c..0a3ba356b3565ff1317332a7369befed4e4d0eb9 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 7f288f1cd6aecf3cf572398028e87e41f36a6286..44bd218686ec4c4a9426e171af71601b8dc14a67 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 709334f64e4e071e5ecace7b7fc8a06ac8d5b8be..45ca01d4f70954822a1b009cb51882790ac0d562 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 2a1cbd58e4adb1d6f487da0a63751af7ba7ff7f0..5b07d79a17a60d6e8c9a079aad16f203d2de504b 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index aa577a607e9dadcef21dcd8b8af194bf0459133f..d49b95be7627efa8c32b25945edd9c47f5a90d24 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index fd0ba1b37459ba8423f04bf5f782201fa8d4a2cf..2826b363547ae43b2d2c1327e88a672b02c776b3 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 634ccb07aa4ac6bd140e1f512b83aa344629ee74..3e25ac3adb43b21e01b6bf568ac09b0c45f6751e 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 53ed6b54527de40263099b3b8e5e2d0511b4d83a..5894435537123e710b88df63aa75a01b37e059a8 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 45e0a79252c2557e435ff119e93236f4f4dc0999..379046530f5a1039954b1f451300b2ab9ddc3a88 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index fc48aa086cf21290809c6bcadc8ddd314d9d90f8..26c8b653ac64dd36b12e68411e31e5b36d18ebb0 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 96bc738964ed958ab14bd0c9b5a6cf90f86ed1a1..ead6e403661c9cfd095f9b70254140ebbc9f7c01 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2022 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 1352965b725e9bd737ea53c3a9eb041f5c06485b..0654bcc27b0d9509bdea44101ebb24d7233ba093 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index cd61151477669cf3ca1728162ab7a0ec6c484738..b419267726163a9cf2492a042766dc8db3688287 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 440549eba29b9f85430e013d21ef6ea16745562e..fb0c75b4f7293eaa36c04151f7e2fc1cf1a7562e 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2022 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 9949ef17989f3d2208a6aa79b595c25896741ea0..76943ff1b04b9e183b6dade3aa7f866dbb0e147f 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 7df54a4880aaf2e448ea1d93946ba21d6505e893..d6390392d7fbef33a9086cc1fba40e471718dff2 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 177b65558899ea3b6b33e84283224856d3ba3dfb..509929bc6846cf01de3b1a94e1dde35e38d436ff 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 1efc0ea2bf465d409c372dd5c301ec5e948d5881..e8cf13726022f52784895936a77552636799d2c5 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 523c2f6ec9049de030ac55e6a1ba3460f5aba2db..7b04ae4082429de74dd2df16757fd380f7993bb5 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 48b67c0fead40ebfd25a3b84b8c3e3117001baec..8c6053d23627d780ff541b87f7e9ff26caa7fed6 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index bcb32c9659b82cc74c365fb7ad6b5abe5f4a557b..aa97eac17b4432bc6cdefe214e4691011ef9fe58 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 0c952ad32fa53979b6b8458a44fee1ce4cb4b94c..5daa7eb8ded56d43287347833005e48ad94724c0 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index e1a3f191c8738dd3ff41d731b92b3dab593b46c7..b77858f9da36dcad763ad36047f1e222adf205a6 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index f8d36ffe2b427a2a5bdd40bd96dd7b624ecd9c64..b19bfdf855e71fed9d04e1fea595957226d162b0 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 424ec555aa9f634569b1be4de9f00b66b99bdecf..6f2059d15de389182ac2c75f0910010f331c5386 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 5500590c46c5e34056581e54915c21d6f72cbff3..93ff25dc32da320be3daa56b88032e3f3f876bec 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index c7279d9fcd07c6a3cae22def554df03e11a813f1..7ebfcd57111451ef634240b51839c3bddee8d3f4 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 629c5bd391225313694a9a9ce980af7a76656385..e3470b84028d0b40410b687f919319c086b1619b 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 0ac877412bef6932e167950d09e2bc39f66cb2d5..d5a91f468bf279d7b904e4622c8ecfaa85a6c0a4 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 81f678dabaaaef7991dd62ce98ece04fa6e99c4e..a4e18cc900204eeb4e73f364d358c6f6535d4dea 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 94ac8fb31d35010a5ee6b28c663eaaa28c1ada0d..d54732f5e38c911fb6c69619df2de7e3a3e33492 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 4284950b0224f5cd15eb30555afb6ac08b93dcc7..907479071b74d569e0d045427fad73c986bab338 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 57061bc8f823535257f06333a0ca24805c420ace..d04bdfb262efbe669df2e5a73aa543efaac2b253 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index b9a2b363708d3b2922f427b8cc9d2739eaf8765e..0afd056a1b70bec85d43638dc868c99290435b3d 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index bfc44eb8af9b6290c50abe69f72a30892bf29d54..50258ef90d083c095126fb4683d1caba8aff3183 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index a6a313b1efc9700b90720b4a0140732f01da6374..381f68c9df68d1f370cfa9a3edf129c48ca6e558 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 1c453d1b11cfdefcf80b138693ef2ccc2c68d04c..d2f595b92a12a445d10ba76f0b52207c65d4d3d0 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index fcba57d0a920d0552ae340443a417e95ac393642..bf70ca5d96f9f47ba6f1c3369568371c3743b618 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 01d923ceff339f11cef7eaff63ada9f8b9bb4cd7..641fb26f08940b45e11173722e833a082e94b662 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 032a8ec9f3aaf076e4012c3938603962c3968a84..aaf8fc0c3f6b75ee7fcc633a0396afb2bf0eacbf 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 6c32a5487c3dbc007da3fbd0967a4fd6d6cb6dc1..a645da8b7c0d086ea228e0f933ed418498a27db6 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index f1f82edfa0435da0728e41d0521f5746e6205a86..3c943022f05ebe562c10c1f9fbafccd4d46eb81a 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 7a70e81dfaa5a731fa0630f1be0cc34152e10f0d..ef7449aa581d97f37a6ea502989e0110d85944ee 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 8885345624fac5063743cc696bb60b0bc2571870..c12710ae2e17cdf83374f458a3920c24409352cc 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 8a22b4ebd35b8279e62072f7efa9ba6ab54a7414..e6bc2362e39e72c92c619343f7c3751db1bfe6f5 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 474344fd638a809dcaa4cf03e701e8ffd10a9ef4..324e54b1dc29a62042df3c765d1a8a713e543831 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2021-2023 Free Software Foundation, Inc.
+// Copyright (C) 2021-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 4fe78fb67f2d19a92663ca48a7367deb0e1517be..b627e417ea26cf4d62af93871f7855356c664fc9 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2021-2023 Free Software Foundation, Inc.
+// Copyright (C) 2021-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index bee446f57060465eb869a1034cf771d3da0c89b4..4bad20b58d3478205790859c1e76246b7f8be79d 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index d50d54b9b72ab8b5af9326277d2f78b1028bc06e..fee4d62fe43e04c33fc9111fe738c086fb6bdbbb 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index e27df5a6cb012688000901e826324f24042bfe7e..c61088928c3a5017f1d538d31a920e6a2e16a29c 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2021-2023 Free Software Foundation, Inc.
+// Copyright (C) 2021-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 65f99a05411e738f8db56cc0c2d240524002b7ad..8787a9d85502ebf5c8d2f0aae23bc234327b80d5 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2021-2023 Free Software Foundation, Inc.
+// Copyright (C) 2021-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 239a8a49185531c87e4707c10d1b51328a7b73ef..67822dd553de3d335312c794db1c4833c9dab86f 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2021-2023 Free Software Foundation, Inc.
+// Copyright (C) 2021-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index b96a3a521396d0e4cf6c29b02d3586fa0709f78b..44373bffd14fbc8577c0f5eb979bb0fc6c3289ff 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2021-2023 Free Software Foundation, Inc.
+// Copyright (C) 2021-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 8837d8bded9018fca0275de9ebc8f5b38de4cf19..4928fb27aa8cb7d77dab9f265692c8170d2633f2 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2021-2023 Free Software Foundation, Inc.
+// Copyright (C) 2021-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index e7b83621931a7da8345b0a6d02015f377cb56aba..3ab0e9ebc465a40e6106c14ab54976501b687966 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2021-2023 Free Software Foundation, Inc.
+// Copyright (C) 2021-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index da8b5e3bdea902dddac480b70e7e645e1ea8a0b2..ccc27d4b11730248dfef723523205c3d7d793cf2 100644 (file)
@@ -1,6 +1,6 @@
 # config-lang.in -- Top level configure fragment for gcc Rust frontend.
 
-# Copyright (C) 2009-2023 Free Software Foundation, Inc.
+# Copyright (C) 2009-2024 Free Software Foundation, Inc.
 
 # This file is part of GCC.
 
index 3f668c00002e396140e6ba8c73ae70d5f46d94fb..2b51a8902470ba43fe356163e3010b7589dee0d7 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index f1c5d42505ce75cb94db8b7a2d9eb8bdd9d141cf..a3931823ab149ed09f8a18df2061beea64439774 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 01226e4f9137984c58364ec39ae2b4425eea5364..d09ea2c455b72f80700445759971886214bd9ac9 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 1009247e8826339686fd0d15ff8e780bc1cee269..31756576c5f3ea4987b1f9ca624a892c490624d8 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index ffac7fd20b23fc3edb3d0fe6ca3c5cec0a3ba177..a9a300bf750fab436a80800d944a077a264f82ce 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index f02b6716adc816b81144ffc00d29eac44b0d1ab7..73903b901b390d4b925e0f28eafa9cd5f6fdfc52 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 7b8f404b1db8c6f6aaf3c21e1010f36aa150250f..e9927df1559f93b5107cda19a0c9c5dc8627f6b1 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 1531d81f57c1a297ab3895f6ddab2b979c6447f2..8fe29c0db75c50f921a4169e81435c925dbc8e00 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index e42715b865f3df66967bff42f96ce7b1af49193f..6ca63115195b9d35d95ccc4b1ba599d07b9815a7 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 8f61db659c377594b27fcd731b29137bc9e9e1cf..f40b5773fc1cf1ac29d04e1242f761eafc1239c7 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index d0b19d95caa6eac8f13dbeb3def311dc0314d45a..71da575563db3b7731af0e5e06235904dec21ad6 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 2e87b613cf49a6b7a9d8d0cc472110e239b5c1e4..6a84a8b86f68ae1e83b052b694ddd7325aa48218 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index f0828f606194a7ccf08bce9a332ac4ca603f55bd..fe2056036b37718f3710330330c343439e983820 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 9cc00048619c692b1b4bd8d7db5a95fb36e3fbf2..896cdc6dcc8d4eba6045536e44e8fddd582041eb 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 003c87d62ff52e4cc78fc5e0ac3625b031b8696d..a7a586a6d58e58b9ca35d1e68a659f0eb6cec3de 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index de279d80cc9d35e74ec7fe0d12b3a00a1bdec89d..4dc6d691c11e0af1092c6474a1848656bde6702e 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index eeb573a39d6ac2627cbe22f733579ad67d6b8032..03709a1e93702b7b573661eca65ced54e5ad022d 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 70c76e4485e147a0399853023e96d5762945f3fd..835f48a3d98479f14c205de5b769c3668cb70828 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 1c370c10b29965145074ee22f0b0b02602c67358..c282ac5e422ebccb096e8a46c5ee4ff8640880ba 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 94eb6d5bfe294b5fd28cf6d7cf44da4db4076b6b..6d75046d17facebe51f05ae29d80c01714ff2091 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 9527e2f41b6b5df3af697344fb2415e3949af46a..3ff0f52e0c65b145387a9a33e7cef6537aef0591 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index e7beccea9e6dc166ae8156cac7d4056df6e361c9..d7b94ac8a700cb9f184a9faf147afd143b36b4e5 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index c945c3100555627c17b30d5ebafca1d527b2c2a1..300c24e0ab6d6d174b36ffa80634763f7b310ab0 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index a8aa45aa808cb066a65d1923f2441f94d4368774..d78d8b17a6104c603defea989d245720d52006eb 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 2d60cd4b4bd42cf1f58fc05c68fde397b6a8139a..35deb57abe6d8558842ad5402d47469509128160 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index b9a7a77d06ab98ecdf9972f3e3a233c60f94f222..56da9d1ab88733fdba05858e705fbb0705846b17 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index c183f4c4e806626ec9e20cc0c1c6f2f53c07a092..cee480bb9ed84fffbbf3ee4ec9070891a5869212 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 399c3fb81797e3f9932c5aca641f775ce6350925..38bac5de7035077eda582ba72f3d323a53e7c2b5 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 81b053a76f83e43c6cb2b5a52e226c00f502352a..bbde9f6878c70814d985553112f59277ba7848ec 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 3f543010e4cdf5ebf667d192cecffdc7d5bb79a4..7ef556fee0d01dce118e179c5165194c89423c44 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index c0ecff459bff775c9fc56faf64f199cf43b852a7..0b66084cf4dac5c561ad7510b732e27c9c27fc1e 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index f0f94f688f293147da67f2cc7de1a939b50eadcd..a2228488ad2a2088b4023a68b0aec2d74c2630f2 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 597a5d22f37113fecb9261f32b2b44c655cb0f8d..155308ef385a64b9ce8b85a38d9227fbfd2f5bac 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index c050771b82f5157de459680000643dfe8f4108bf..6bd1a241b6d0ab25bb219aea752327a6169b1aa2 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 2e87130d3d94a064e128502a25dbca85332db865..111990d7aa88c3ec147324f26a7f46272c3e50e4 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 6b514bc63f6f0df4cb04fdd7f192dc53419502fa..933347affb702edcccebd15d544d14d3dcf6ba07 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index c40de33cfb7473b7629dad64d32816be13ead9b5..504ca051f59a429a6d0d1142e048a427a343ae2b 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 9f28e9db71d6aa7987a62c5eb046052767c9fe24..ed90c17bb0f82be2a906320b6c96fa4a351030e9 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 8323894b887d21c0e5a56f9a2ccc595b9253bfda..d730f29b13a86800d622563410fc9dded3eecaa4 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index c56d449e0d4120e682acd5acc4f0854ec9550729..23730e00221cd64dbc0338adf81313ee15785b3b 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 28d73edb6c5c5a32861c0aa4fccb8076874f90d3..2fdf769c0de2dbfccc40368e0fc764b1f8679548 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 947feaeae8bab692646cb45e703a3ce636483186..a48394a4bcabeb82487b89b783b6f28ca95c47fe 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index a13a34e0a25d80639bab92773c1802bd0e4d2b84..0e3e909e15ce3d3991e3b8aad96df6dfcee9af31 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index c765662d754a6618591bb7a3b57054d783295225..96293ce8314270ea03645c4d159cee412b7cac43 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 5aecb22e3e8b2e91c98986a32e750af34fef7cba..68bccb092b5b2e4b0b3efbcba9fbc9b05c389383 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 90f7b4a261ff1727f530f15dc80ce93a83dfa2f2..1d067fca5becd0aa906b1cd61ca005bb36f31603 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 0413e150a5e2d7de93f64357a8645fa9124b1b60..0566e2e2a1cbf50c78f3294186f3c113a5890b21 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 647c56b3356754c60dd0b259eb9dad9d2194d779..e65a62f20a84729ee43a4a2652acfe15d30de499 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 4f557b67e7fecd7800ddf3aa8c838376babb4b28..a51dab7b82af4924d0eb8821360d9fcb2125faac 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 7550de7adf2ddc689312f7f690d9f9a2db7abc17..8f068ef230e00745c8bf463775b8aa858eda9723 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index e9174da94394f6c30c7e0d192575686d40b90456..4e7a97bd972fab6fedd046421ab4ff6e43818474 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 81ed47019517cf3502738a61ea0338a961618b26..fb0a9c388ae47eca05952206c7096ec8a00d9303 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index c8191f5c7c82fcf56eb06392443e085b399e78c9..f66f53fbd2042e298915c56232d639139cdfa234 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 18a5a4348454bc680b3b394c7363a25fdd17ec79..ff75215e920a706fb367b8f56e009ca581d62195 100644 (file)
@@ -1,5 +1,5 @@
 /* lang-specs.h -- gcc driver specs for Rust frontend.
-   Copyright (C) 2009-2023 Free Software Foundation, Inc.
+   Copyright (C) 2009-2024 Free Software Foundation, Inc.
 
    This file is part of GCC.
 
index 6e17889c672014dfe5d30f1065e3dde2e91246ad..35798f5e01a111071ac3cb2addf4673b5207260b 100644 (file)
@@ -1,5 +1,5 @@
 ; Options for the Rust front end.
-; Copyright (C) 2003-2023 Free Software Foundation, Inc.
+; Copyright (C) 2003-2024 Free Software Foundation, Inc.
 ;
 ; This file is part of GCC.
 ;
index 03bf43b5b3b480afe2c8ab74d1d368bfbcf1c351..3b8b65c8e4c90a4d53175a83ec9239abc29ed721 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 430928310a2750a700cb7985009eeac0bee06a3f..71775e87c22a9ede1f0961da701abd7cf7309ee5 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index c5c72393a8e6b6ad710c33ff1aa2d3fa18da8b55..feaa3e05fc9e1a6e6f729e7eb7c7f0414e583ce5 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 40baed1411f22535b372a11e173e43a55e89f8dd..7bb327358a2305bd491f736515dc9365214bea70 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 35304d9f3e2271aedeb66c20f626583da7877136..438b29b495724e852505bf41f132e1d84f145e0b 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 09aad76e4c12ccf98e9382710e1b192679d21e8e..a946c67422d803d5c3557619108f409489b95855 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index c498788a0b222e5ece901dc2aa496d67f7225b78..d87f9bec13329201e4315c3f653bea49161a38d4 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 7d6fc58127736ee3021857b2df04908dcfca70bc..188e5e754c3ad3a456e6005c7bbecb80d5e120e2 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 19c1f8776caedecf4e57d7691b040fbca192a7ff..70ee84da72ca0a5228372fb6064dd8e6f9e16ae9 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index d1cfb41c6e09ac09a51b829619e3715b089ef58e..17451fbcb9baf0a3c56ed7a2ab439852e3491087 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 9fa6d69b5bc21b86d50f7270a2390eec7f9bfbaf..ac1754542d437eca7685475019d23b7c7a467822 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index fa7c3ba9ab984a40b827e8abb701b65478618928..c88bd58860ab15f7798032e40504ebf3d80bf8f2 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index a19e1bc8ea647fc6e1ffdcc328cda0927fc3666d..9bc64331f5a9e73aa8594b4cdf94116e305bfe2b 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index e3c915bd5d9c727ade88c384374a1d1d222df77e..dd1d7970c4173061142d16196365708876cf58d5 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 2011903ba7e6f1c7ae8749f71c7693d5e8f43512..86ae70ffbd8414e9f51ee91765079f2151bcf168 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 1abaa00d8622483deb02416efb618ecf65c4bff4..fabc25817f5baf11252eb8c1766c347076a48435 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 850628e79c3c5dd623dfcb89cedb5da2031432b8..743657bc421910612488ddfc53b15091c6f63779 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index b4c5a88ef368f4bb9ddb9ccc385a3e4babe4aa21..e397ffdfe8ba184fbbe13710210f9b6a54cac5ad 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index ca2fde072b178928a378f0d16c14bbc405f1a097..56c352e13ea893221c78041375f83fe98ca12aec 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 0f3af4692753cb0b1dcb986794cfb2051823ecb9..7aae19b5eac255af2dfd22d207867122736f5aab 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index bded3678031da5a6783fdc773d6f9a42857fe704..545fcf82d44a8f56b302de0563dbc961fc91ec72 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index d1e81cf7dd1263eb59dfe8f25b0dce966934098f..5974b503d6a60f827cf5f69ab783ba066a41b128 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 9aad08de7112b7709927c3f85c5295f02c608fea..04dfdfed0ff63852a233fbfbd3d51768850c8ad3 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index c1111a6159a2799fe50485a007cb0e76aa963e71..f9aa93ba7c4913f2f7d68e008121bfa20ffe11df 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index cc401805b609fe18383042a9daae6acc4ab583f0..b707343d3a2bf55b0f8a8d674067ec5fd669c61f 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 6a11e2474d2956b3ac37f774305937ed02a50c4f..67bb95593728eafee34b5ecbdf63ced8c2fa75ab 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 50f31dcc2bb834c1807b2ca01115927c44371628..73b4d29f19c655ae54bbbe5e9d926b2bf846f66b 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 73230ed4b057641d0f174de09b092eaf2b55a7cf..bbb05380d2a927ed1cada7b8731abf169bdc547a 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 05a9d16ab299c3db1115466f40998560e17962ff..c69a8287de27a5616f4affa3806bb0a44f399130 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index e296a885d21e934f30925738d3a5fc1b8b7fb807..401434cb66754a08113dedd632504a9d4d1afe2c 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index b1237234f16b06919822366cc814c8a4b0a4a6f8..b2dbcba2adee1dcd7674fc9940fd0654239a0c62 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index b11635356573aeb14c49a9a8d52719feedce5be4..9f7fda4adaafd24df6c1afaaa822a2bb2a1a4a97 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index d508ff3ac79ec16b4d25158e8d55baeaa8b6f5f1..20458ede7bc891e77adf8791410b2c893b6722ae 100644 (file)
@@ -1,5 +1,5 @@
 
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index a5d5b191c88a95397121d7166ed81c044b70668b..982c696d2af12d20af78e9e654271687c5d12778 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index d9f985fe5750f629005f1a10ab440d9f5d997d3b..fc5d8af7038cb98d8bd0656015c83f45cdc9cb5c 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 989aac058a7dd22119c646cedcaca9dec664eb65..422dd92e4620710d33ca3d1c0df7690ee7cf230f 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 6da5c6217ed9b20525e48f862fa9a6d869c425c8..bf62ec15ffb73b7ebb0f760b05f10158ab05acfa 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index a540e682e5b09e56e9f7597191a95f259f74bcd6..01371fc7bcda8e7b6aebe291b8d656c2ab506d90 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 867144adf926feb8fc4a824a78554d15cfe2dc27..0aa9943191e8d66daad11df6438fd9bb46bb1528 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 5f70f5755824dd2792a9941d4d8856c729e7b64e..f9731a451a3a8d98785f60b58db85eabcb975568 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 15940d053aed0f3543e2b9d486104736fbd412f1..3a8a0060f5a2e769747c97a1aeef90bfc1f9be0e 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index f71ef91505bd88def37a953ea80079b7170f0cd2..f35db7e925e59322286420da9d4ef25b6266bcb4 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 7a1924581abdd7ab6afad38e06179d73549483a8..bc3c4bb5ddb71b8ee6a22888fd5d259473e6670d 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 477646ccc61c1b8c76366d52e21086cf63ce153f..e87ac49be1a07e0cd6858f8bf4a7c6000744e89a 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 67a1d28f6b6acc94f0804d5ee80dbafe9385f201..23d3c1c26c00f93ad9959940c67d8f7f7282a6ef 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 21fbe2ca530e16b7afad84fde3d3749979a65a0d..a1981498673e85ea63ffa7ba8187dec9cad6a4c7 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 4ffd00a5d6c33e99f41477c4a52cfae964b5cd23..da777bb9ba79ad4091d125dd65ae77547a3de069 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index af7766d7b964204df591404cb0a02694707d2ab8..6470a63c9ad0f3ab72f730ef6a0910894a4dcdb5 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index f1943ee1398d7daacd269de9e278eb5858962e99..ac11f3103708070de4c476b7cfac1e0e4407ff34 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 134dcf9eecac5848d84ccc437c85e74ccc7abb30..86d5b3dfeb9ffc8d58560d72f9485af29cab3d1b 100644 (file)
@@ -1,5 +1,5 @@
 /* rust-attribs.c -- Rust attributes handling.
-   Copyright (C) 2015-2023 Free Software Foundation, Inc.
+   Copyright (C) 2015-2024 Free Software Foundation, Inc.
 
 GCC is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
index b58777686d0e05736f4f32f640b6a544e4f1e74b..7bdf67b46ef9e8d0484c2af8c5149401453d9a9a 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 2fade93d70fd93036bab6fadab5b1efd26115ed4..0bb891bfe4c8e12e9dfef39bc021f0b43583057f 100644 (file)
@@ -1,5 +1,5 @@
 // rust-diagnostics.cc -- GCC implementation of rust diagnostics interface.
-// Copyright (C) 2016-2023 Free Software Foundation, Inc.
+// Copyright (C) 2016-2024 Free Software Foundation, Inc.
 // Contributed by Than McIntosh, Google.
 
 // This file is part of GCC.
index 7a58e7b4192957cbf6e29e2e46b80a0cdd1677ed..3da1881bb6caf5e8379d3cb6ec105a5713734fd3 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index bcedbf43c1bc709b9bc71ae8c25801d0ac3d0441..ffb4c739cf1f1237a13bb3a367466c0c1d2d9a5a 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 088148f5d6f837b4b19a7f09dd6b476559d31c9d..f17e19a2dfcff9c5a260e5ae57247fd20888ed11 100644 (file)
@@ -1,5 +1,5 @@
 // rust-gcc.cc -- Rust frontend to gcc IR.
-// Copyright (C) 2011-2023 Free Software Foundation, Inc.
+// Copyright (C) 2011-2024 Free Software Foundation, Inc.
 // Contributed by Ian Lance Taylor, Google.
 // forked from gccgo
 
index 131ec401e296a3dbc190db5e736b3706a517a5b5..1f251a3149f8fd5ee1f86c6b0ccc948aa7f0e444 100644 (file)
@@ -1,5 +1,5 @@
 // rust-gcc.cc -- Rust frontend to gcc IR.
-// Copyright (C) 2011-2023 Free Software Foundation, Inc.
+// Copyright (C) 2011-2024 Free Software Foundation, Inc.
 // Contributed by Ian Lance Taylor, Google.
 // forked from gccgo
 
index a167d50ac7e4335bbc7ec5e3143a65209f1583ed..99c4aa58dad6a202c7d500e821196b37430fcaad 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index d3ae060b9add2c12bb34a7fd640a5407caf11404..fb993b9e9b59327e0982e72c3735aa375d8c53bf 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index f8ca5b7bf036498b0cc03a11446a4461f70690d8..905e256972a5b327df68180bc91808ff6f3afa48 100644 (file)
@@ -1,7 +1,7 @@
 // rust-linemap.h -- interface to location tracking   -*- C++ -*-
 
 // Copyright 2011 The Go Authors. All rights reserved.
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // Use of this source code is governed by a BSD-style
 // license that can be found in the '../go/gofrontend/LICENSE' file.
index 20a5be73c30f58edd0713ac8fa885c042352eda2..9d04643259f52a747149c7dc2f04f1e43b8fc11b 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index c2e56febfefed68e0f292ae031603f6508aafac7..e2d7765397b5112aeeea0b8e68904c8cf508c151 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2010-2023 Free Software Foundation, Inc.
+/* Copyright (C) 2010-2024 Free Software Foundation, Inc.
 
    This file is part of GCC.
 
index d8ad52954b0ba6d9813624f1275ef76d4d3c7fc9..2c5bab8251a5cf28ee824f616803f003146ecea3 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 33aa13364807f3d32ebbdb1b34116df5fb55ee28..62c47b2e6de33d0f764d5dddac93fc16530cfe42 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 0240c01800806bcdf4ff925c4d668a708c0c87c7..41aad6079058dab822ca58aee7b48222d610105e 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 0135b1b6722862535fde76064612e24b82b51ddf..d8a421817000df1064a2412fa6d0aff40248a0a7 100644 (file)
@@ -1,5 +1,5 @@
 // rust-system.h -- Rust frontend inclusion of gcc header files   -*- C++ -*-
-// Copyright (C) 2009-2023 Free Software Foundation, Inc.
+// Copyright (C) 2009-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 0eb69b8e381da1ef7448f90d3b1692deb85929d6..25b9f5a690fd89b819031dc91a0f5cf45690cd10 100644 (file)
@@ -1,5 +1,5 @@
 /* Default initializers for Rust target hooks.
-   Copyright (C) 2022-2023 Free Software Foundation, Inc.
+   Copyright (C) 2022-2024 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify it
    under the terms of the GNU General Public License as published by the
index 90501e2a030593f997c09a06e784fbe131743245..86627817686eee23f87ca7809ee907b65bcf822c 100644 (file)
@@ -1,5 +1,5 @@
 /* Target hook definitions for the Rust front end.
-   Copyright (C) 2022-2023 Free Software Foundation, Inc.
+   Copyright (C) 2022-2024 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify it
    under the terms of the GNU General Public License as published by the
index 7c448a53be577943e1acf8385e6edca432dc8603..e8813b3bd6459914f0ede4479df748fbd9934d95 100644 (file)
@@ -1,5 +1,5 @@
 /* Data structure definitions for target-specific Rust behavior.
-   Copyright (C) 2022-2023 Free Software Foundation, Inc.
+   Copyright (C) 2022-2024 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify it
    under the terms of the GNU General Public License as published by the
index 68974f22d8692a7dbd59cdad632094af025e64a7..c60e4a43c961f088bc0903b1331f1192682e2fe2 100644 (file)
@@ -1,5 +1,5 @@
 /* rustspec.c -- Specific flags and argument handling of the gcc Rust front end.
-   Copyright (C) 2009-2023 Free Software Foundation, Inc.
+   Copyright (C) 2009-2024 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 7148c287770e9dca46b3a3574f2199ee19f29c0d..9966c5469c5521cbf1380839b53dccbacde2fd9c 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 01088faabc6009ce52c318ef49169ae4acd2d52e..f9c759b6f3cdaf772c5063427c0c3a873f711e7d 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 7439debb916c2805a5f5bf250b01ee9c77c2e571..87b31b5820f6be44d5be170e380ce80d068046c6 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index e90239673ad64d3ef06e375a0421eab97218095e..c2506c24d241079c3ec9b6b6063ced865e24747c 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 1fde51d4b790877ba87f57581571d7ff6a4d3121..9577d42040e2804494b92060a05bd901306dbee6 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 161a19569134521fbcb9a75ccbddeb50e720ec51..069927beaac76357c2b6fb26ee6cbe1d7209a198 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 5e77495b45d56f52b43b7e0e43946e3d663cf2a6..85544a0a926fe2c4d9313916b8eb9e5ccb99ecb3 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 5451c13ccde6deeca162953aa02ce1cf88aa4afa..804b18fbff24a20019f05c5a67b3a73c709ac116 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 2641ecf7ba8b9da637ee7809d037369d613dd9a2..abb93ca0e4af7d65d4cabb4f5f3ae3c995af1971 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 4be9cd663971390fae1265f04a420cc803de6c7a..85cdc0408a4f246c2295935393fd88c6b667f3e9 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index d829d9a73a5a8189a07b758bc0af316e351b3589..b71d8c33fdefe263b9fdaf60c92c68c57adaec44 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index eef9e3573b5b9802ad0b49faa1f41f64e12067ae..e32ab5335922080be9992f6f1c125cd798aa8696 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index a00d3e2dda339621c25f8a4d916f95e03a1a4b76..a34463d35749f8d6aa01ffb9233d461db610943b 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2021-2023 Free Software Foundation, Inc.
+// Copyright (C) 2021-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 2bd9b7c180adc66914e8c071b3287e13353cca56..a300cecae3157f8f957101d94db29a423b35a525 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2021-2023 Free Software Foundation, Inc.
+// Copyright (C) 2021-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 92cb62cb0359252ed54f649b0cd06de3af50c681..93371a7be25320d685484ec1d2aedf4b76b3e26d 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2021-2023 Free Software Foundation, Inc.
+// Copyright (C) 2021-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 628bba5da20b14ca2f09c5c5299cb410f3e39a3c..27fb32c7b43852be372a2fc73ea238c50dbdf77d 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2021-2023 Free Software Foundation, Inc.
+// Copyright (C) 2021-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 4a9e027aee7bd8fe749d64400b6043fc91282519..b9b4f91ac9fc7070115bc026e46506d4fc25cc37 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 351356503cdb684a87e90f06a10d5fb332abb77c..0491e0fe17519836c338436417b8e0642227dfd5 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 457e7274aa4c1ab1bb1f315719ec575468fd71fa..9fcb442e0de5d04eb014c71a91bf77dbb2d0eb8e 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index b4d055456f478f0339aac60f9572c7346b472bb7..5f68d8e9869afc82925d1d95e5a383d386329a07 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 99ef8e09970eedcded8eb070de8e661f2eddc67c..9f5042a4ece1ece603b32802af47029f863d6d86 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index b6b0b5d499cba05e8acef8bf578b9f0190a722d9..c9df24e2dbe48020a79067e915b09b6d90809ae7 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 2c35c1dd872ea759ac91ee28f46ffb3a372c023d..6b4141a42705ad513e24a049b4673448a0c09369 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index eb2e8a9bc4ba2c481805f5e3fc025511f19a38e7..541b7280c1b82c13435e3bd4c89756089aea974a 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 08cf15bb40d2aa7a6044ec221ec13fede9527096..16b4906a3569cf39b341bf1441827fa049da6bce 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index bfe8d1f3ad82106a66fbb799c1f21fabb91732d5..8a90ba051eb3726dad7047a160a36a2523d33c27 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 5d0062eb8c4c0f2695003b9d5a0b1f1e3209d0e5..ad31fb74a80ef0daead92769311573bc6e62fd98 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 9d74def0b5c6b1bb753f873aed7e3562a71578bf..c7f29e28b2de7fce6b1104911805d904b144add2 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index bc2abff6b725674e075b779714dd91f1112c3276..4820b7406df2352cc3b37382e5201df473eec001 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 219dd156ee15c1508df739c4a5d2149767f63a39..16925c9f7e09f46aedf9c0e6d58e58f989ded013 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 51e61f383ded2b3793eb80f9011371adea57ddc2..138780f9035e74d21609b4e6620b09beeeb74dd0 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index df7f142df3102f90becb9a1cc25e6ea5eeade640..792eebf3ff5e184ff0e5bd3b1d554326446c8e62 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 4ebcd5f3a75530583c41d9d97f9aaa7a47f97f12..d2977ac8ea8461cede2f23d2dd7055df8e9efefe 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 2766029c744aa338ff252795ba8981269c6e4e08..74a12c4b0110796c464bf2b7ecb7c7b5c759eb31 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 36db994ff974fe826e2a85332e07450b6138a961..3083a94f97b2ae0321d0dfdb9fcd99063b159d32 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index f22c68805034900952c8c33704b13b96ce0b36e9..0bc72d3f73fc8644d35b8c5c53dd7d2bf52c87e0 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 88ac95eacdf5fedca751aeb1138599b941b9b3ff..52c84fc443545803cb72f2d4cc24366e7bc2ee77 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index ee1f8758053d49ec214f208198313996336576dc..394dfe40db441c7ceee899df5d98e2f7e6b039a4 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index fefb9b2a1631a6b9153df7f5e4d38d7cd9a98e30..13487cf002db0b3bdf4645106fea2d2e0162e24c 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 6be56555cb52c3824c2f44d3d6908afd737c405c..eed3ff417c8f3c634823317d5ea8c960f6660da1 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2022 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index fe00cc4dd486c3c59ed531b441caa545a1647f1e..d7b00ed6d951b5eb1c83e1705a1bd5a9c05da297 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2022 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index b059f63483b6692228765e95486c70733359c685..9059e0261b322a4e98d3dc76b28e63ea6573fcfd 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index ba53b900f7870154ca0dffff72ee2ef48fe3d75e..f37cf50d53c93acdd7007344cb3e5be225756645 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2021-2023 Free Software Foundation, Inc.
+// Copyright (C) 2021-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 9aacafcbf76feec06ee6aa0febec9dd8eb5ddf14..bc63a6d412a77d6840c4ccbbbc7238d623e370af 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index b984988f53006f1a2e308cda0124fb487b2aff4c..a28780bcac37855848c932b4b2525057eb2adbb1 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 2c9a041384aa9aed79019fbe132e6d2c52afcd93..0d3c0c64d18d269bc577d52b0a411fd356192cc3 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index db2bb2dd26f2fbccb1777ea52b22e3cdff2906c8..98ff1dc664edaaf31416037e40b8c3e96233d339 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index f2afbba35e3e693c5a8e2a2bb87e95bbb8c180ab..5a753566d48a5cd390a40117e1c6c4c3625bd59b 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 7e60a0b3233deac99f6b5bfab4ae604493cba51f..562267cd0597f1197e1ba2ff94212b7672c96a7f 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 2bfbff58130adf4a5b19a6595fdb94021c31f8b5..37c2d8bcb4cbd36950e6a80bd1e1ecc3661a46a2 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 3ceaa1b565638cd228ae7cf11748de982039ae04..aa9f3227d983ddf678bd5ee14f7abf4366dd969c 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index eebce2ead3ce2e0aababe4f729449282ccafafd1..15a916fd65ab05ddc72269431357daa133b602ff 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 9863ed0ac7b6308ba0aea8f9f1e666ff1d621cb1..d81311eed6e9f306d41d4a1e968e6148ecf5e571 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 48c58a3af59ba07bebba23ae844f43f90777636d..5d4eab42a91fdd32de66925782ae17a75c1f62e1 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 86637261f7158fe9836d0c2e4946d37f9299da07..8b43380cc59271d8f9eca7c3642b382b6e214af7 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 78ca2278870db890cb88a08b6885de1517ce1e14..83fbfb5c2e59b7e93f7faf5165c95884648206e0 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index ab5878d8fb74b3a51800612c3f18d982bc5edab1..ff26c833811c818fc2496b8db7ff7ab0684fd95d 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 4ceb422211045c65fe3ef6c77076bb83ca2f7673..8d10ff0c32da519442a659fe214bd94e71762444 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index f6f04ebdf5b37e26200e99abc7bcd47b21a635aa..a89f2f29f466bf11966c8f05bdf5b1a7f8ec3953 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2020-2023 Free Software Foundation, Inc.
+# Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 # This file is part of GCC.
 
@@ -28,7 +28,7 @@ Codepoint = int
 Range = Tuple[Codepoint, Codepoint]
 
 COPYRIGHT = (
-    "// Copyright (C) 2020-2023 Free Software Foundation, Inc.\n"
+    "// Copyright (C) 2020-2024 Free Software Foundation, Inc.\n"
     "\n"
     "// This file is part of GCC.\n"
     "\n"
index b8994da2df9bdd439fb22a844d9076157d05451f..e284cec1a1615da3bb149d44d3b5a285f5d4aa2b 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index dc72c578f82789d0252b1bab5e2f36aa868bd7d6..715e9a0b361ac2bd7f8cbddfa16d34a50d8cb538 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 05848220cad8cfb40556a4c22ae5e6cfd236bc48..d78ab0b33196b1ca0b989166909f991035242ec1 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index c16b60ab0356a3173c9be0081b5d8ec8189bb42d..0a05c3cd256dbff7bdfd416cb19e02d1555c2d99 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index c972e15caa46063cdae989e1521120121cd993ce..15363ceb98589fc66f55dd8039c747405e41ff53 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index c3c30c664c02ef54ccb79ec75d7261a333c2976e..fc4081145b8876cde168d765382b187ddff10fcc 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 8c275a77953c44ab97f52fd3ae76ea6487b57cee..f2865eba9ae407cf364c8da9d4304107f5308bd2 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index eb005eb3e2fc26df55236536753ee71c41cc3b1f..2c5fece9d3e17dfd9aa6d459a76c2bf5b1ac4307 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index d9520f813c79c2dbebbf8fee0269aee71789259a..299ae71e9092f3e171a98fd8f4f88d47ee93bf53 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2021-2023 Free Software Foundation, Inc.
+// Copyright (C) 2021-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 24bbe7b3a285637e3a3ad3c56c2e1d538a7b40c5..2c30260a16a79bfe8e3c4ab72fd556b42413b168 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023 Free Software Foundation, Inc.
+// Copyright (C) 2023-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 0134f54a428aca66d07d69fc019ad0ce47f68b8e..295e9c25a8cf14f160a289b33034d3b803ae592d 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023 Free Software Foundation, Inc.
+// Copyright (C) 2023-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 7fd0b365b9fae63735d0d6d874e72edcdc7381d7..847f022edc82c45f769ae7608cff1bd4970587af 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2021-2023 Free Software Foundation, Inc.
+// Copyright (C) 2021-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 55e22f637dd40f76c097f736e2efbd0ee76bfbd5..91fa2562c39bb10f11e46183aab1ccabb2cf6780 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index ce91ccb8dcb7706a238e434b9b18218f0c6bbbf7..a663bfe4a56175a3dd8624caf044dec9ef1ef59c 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 2476b523d5d56ef4d439a939cac30a814ea452b2..cbb743c5b4add576df70b2b27087867f2cab9544 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 9240627b3545fcb990cd430db826da282af842b1..c38724aa3c9a3321acc16e82e442cbed23e505c1 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2021-2023 Free Software Foundation, Inc.
+// Copyright (C) 2021-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 9e1d2bcdef6b962406a32242b73e31108cdb784f..f21a0f96015ad50cfd7950482d103ff5d57eb9be 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 01c98a2cde4534c21b5f2928b7efc80480277fb8..d2c68c994dc5b0f3759d8fce83f5aff9a991cccf 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index c3a63db632950ff5e97eb76b927613018688ab0f..86323d9e2674d92c3f1d1a951e3f3d0b4507e22c 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index e21f660a7100ead2cc710ebe02cf98fd36228767..09c1d4b3fee8b79bf0d7a32b8286b56aa3a095c7 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 725eae2a51f39cafa688481a35caa424bd52d979..cee678a9f3fa35b56fef470cfe5355b3b8045956 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index dab44e908c5e68f5cb8fc9c0af6574ad3fc8afbc..e3d6205c780e7f6c0831d711d4e0bb3ac02f7101 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index a9c8cbfc5fca7e169fcf65cfbb787fcf46c7ab53..89476f2cc82fac7ade231f5ed827ad5cd60c1584 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index ffb139a5ff3fa6215ad62a19ce6a99374c3cdab6..b926ad648261fb92e05c0987b22e27bdc0654118 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index d5a1fdfc56a9f6c5190045ea2134682e3b33c2b8..86cdf9f88d2aec8002c38d984840bc3f3e8c7543 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index e07752a4f63bb1eda2bbd01a85d25b3e61ce2f50..8a66537809ceb54077d84279e2b32572a2f541a7 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 6bd2db550a183065ff2dacbc8587b4506b6b9c1e..3dd1c1960d447c3e19c15eb277737397ce73a2ee 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index aa7bd8a563218e7149a0ce7b1a9241b60dfb46c6..5ea2efdae71bd8686aea657dc0be6a2616aed9c4 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2023 Free Software Foundation, Inc.
+// Copyright (C) 2020-2024 Free Software Foundation, Inc.
 
 // This file is part of GCC.
 
index 4f33af187eacf453aea649abb42bb2b6bb2c7a40..594c2a45689b4a01b3e26d51e67a913b275bfd80 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023 Free Software Foundation, Inc.
+// Copyright (C) 2023-2024 Free Software Foundation, Inc.
 //
 // This file is part of the GNU Proc Macro Library.  This library is free
 // software; you can redistribute it and/or modify it under the
index 09de02a026f6095ec91308e26924b3ab66ed56fa..b25064a98519f6e270c07cecf34f9df4a6668167 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023 Free Software Foundation, Inc.
+// Copyright (C) 2023-2024 Free Software Foundation, Inc.
 //
 // This file is part of the GNU Proc Macro Library.  This library is free
 // software; you can redistribute it and/or modify it under the
index 007c3c6b574dda284c854caa9b12582b8f24f18a..541722e69db1a336785b7d7c9e51f10caec5d858 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023 Free Software Foundation, Inc.
+// Copyright (C) 2023-2024 Free Software Foundation, Inc.
 //
 // This file is part of the GNU Proc Macro Library.  This library is free
 // software; you can redistribute it and/or modify it under the
index 465fe3bfdb6980963636e049875fd0a499963b3d..00924e3c08e367a9e99fb40fb213884d76575b92 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023 Free Software Foundation, Inc.
+// Copyright (C) 2023-2024 Free Software Foundation, Inc.
 //
 // This file is part of the GNU Proc Macro Library.  This library is free
 // software; you can redistribute it and/or modify it under the
index 4a108cc055833c22ed726a7833f2d40249255ee5..76183d70d3a1beeba4bd4d728e78dc876e38dfd0 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023 Free Software Foundation, Inc.
+// Copyright (C) 2023-2024 Free Software Foundation, Inc.
 //
 // This file is part of the GNU Proc Macro Library.  This library is free
 // software; you can redistribute it and/or modify it under the
index ebe5ed401f1297d8ff5f56562f8eb3de3a10c580..2930b73234206bedcb873d28f071b7c5f2a75d6a 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023 Free Software Foundation, Inc.
+// Copyright (C) 2023-2024 Free Software Foundation, Inc.
 //
 // This file is part of the GNU Proc Macro Library.  This library is free
 // software; you can redistribute it and/or modify it under the
index f22b4e7dffa585aeab4692572664cece8d18514b..bc81cfe7e81f49d81bbaa315834fd48649aa4e54 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023 Free Software Foundation, Inc.
+// Copyright (C) 2023-2024 Free Software Foundation, Inc.
 //
 // This file is part of the GNU Proc Macro Library.  This library is free
 // software; you can redistribute it and/or modify it under the
index 42cba6264ce6349709929afbc20ba0d5cc732498..5d8382f0107ce715cdbeedb1acf73b4c5558a9f3 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023 Free Software Foundation, Inc.
+// Copyright (C) 2023-2024 Free Software Foundation, Inc.
 //
 // This file is part of the GNU Proc Macro Library.  This library is free
 // software; you can redistribute it and/or modify it under the
index 46286d566ce85537f1c6e5af094ab0003d493ab7..0fafebb6b0c634d7818e2a98d022cdd42d3c42d4 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023 Free Software Foundation, Inc.
+// Copyright (C) 2023-2024 Free Software Foundation, Inc.
 //
 // This file is part of the GNU Proc Macro Library.  This library is free
 // software; you can redistribute it and/or modify it under the
index 21a3a999ead96c60af25195e3c1cdb56b9cf912b..cdbd2d38ddc5d4bf57ec5cdcefa5af85f9bae3bd 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023 Free Software Foundation, Inc.
+// Copyright (C) 2023-2024 Free Software Foundation, Inc.
 //
 // This file is part of the GNU Proc Macro Library.  This library is free
 // software; you can redistribute it and/or modify it under the
index 8b7662a8337f297a38d555e61165395ecc15e50f..87017e8cfcb327437a429f9edb528e23a772b4f8 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023 Free Software Foundation, Inc.
+// Copyright (C) 2023-2024 Free Software Foundation, Inc.
 //
 // This file is part of the GNU Proc Macro Library.  This library is free
 // software; you can redistribute it and/or modify it under the
index 05cc28b1af240403754995491c3f06ee10006cb7..a22839342d97d63bd2f10e73c9bf1f02e85b7285 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023 Free Software Foundation, Inc.
+// Copyright (C) 2023-2024 Free Software Foundation, Inc.
 //
 // This file is part of the GNU Proc Macro Library.  This library is free
 // software; you can redistribute it and/or modify it under the
index 40c378e10d949f6803ee1b86ca99e1fc995b2d5a..b038790dafb9d6187b21fab2fb96d97d6b74f1ea 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023 Free Software Foundation, Inc.
+// Copyright (C) 2023-2024 Free Software Foundation, Inc.
 //
 // This file is part of the GNU Proc Macro Library.  This library is free
 // software; you can redistribute it and/or modify it under the
index 5ea2db85af585bc471b5cbf38ed52b719f8d969a..d6af551102a3e945b29a588c4e9c1700ae82921d 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023 Free Software Foundation, Inc.
+// Copyright (C) 2023-2024 Free Software Foundation, Inc.
 //
 // This file is part of the GNU Proc Macro Library.  This library is free
 // software; you can redistribute it and/or modify it under the
index 4981ddebb737540101de8a28d07a6e5e7eaf77f3..1b2ff0671e278212882650e24f1d8554832f965f 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023 Free Software Foundation, Inc.
+// Copyright (C) 2023-2024 Free Software Foundation, Inc.
 //
 // This file is part of the GNU Proc Macro Library.  This library is free
 // software; you can redistribute it and/or modify it under the
index 47eedffc4c147b48d3fbc17d9ef2e1858c0a614c..df9118a362155b9a7a5d670dcf7d8be8a5d8f5ee 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023 Free Software Foundation, Inc.
+// Copyright (C) 2023-2024 Free Software Foundation, Inc.
 //
 // This file is part of the GNU Proc Macro Library.  This library is free
 // software; you can redistribute it and/or modify it under the
index 2de674cfcfbc5d0b7acb0a87ef23b0d7790950a9..ded46bc1667197b3797efbc1e09b4644b4531b4f 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023 Free Software Foundation, Inc.
+// Copyright (C) 2023-2024 Free Software Foundation, Inc.
 //
 // This file is part of the GNU Proc Macro Library.  This library is free
 // software; you can redistribute it and/or modify it under the
index c151645ee5fcd7362ae7c326018478b8d41e55c4..e176bc29985018e70b5c148f82f157b0facb8c1e 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023 Free Software Foundation, Inc.
+// Copyright (C) 2023-2024 Free Software Foundation, Inc.
 //
 // This file is part of the GNU Proc Macro Library.  This library is free
 // software; you can redistribute it and/or modify it under the
index 38730d8afd9b6e7c918ef0c77c05594fe90675ea..adfbe1d7d388b9e3b75f20a74d8078a6473abaed 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023 Free Software Foundation, Inc.
+// Copyright (C) 2023-2024 Free Software Foundation, Inc.
 //
 // This file is part of the GNU Proc Macro Library.  This library is free
 // software; you can redistribute it and/or modify it under the
index fa76d4b15a52a9b16ed469a3e22d7ad0e2023f06..fadc79f92dcb78aa8a617afd2c2f10a497f9bf4d 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023 Free Software Foundation, Inc.
+// Copyright (C) 2023-2024 Free Software Foundation, Inc.
 //
 // This file is part of the GNU Proc Macro Library.  This library is free
 // software; you can redistribute it and/or modify it under the
index 221d38ec2fd94ee316060817b3b47681e0286d3a..759f5623012762ace0c786878e5299ababd11d8a 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023 Free Software Foundation, Inc.
+// Copyright (C) 2023-2024 Free Software Foundation, Inc.
 //
 // This file is part of the GNU Proc Macro Library.  This library is free
 // software; you can redistribute it and/or modify it under the
index 66547d95585294f4c4f76469a9b2dc8a20308164..cdc9b0d5d95d098b9c803b8177662da8845aee1d 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023 Free Software Foundation, Inc.
+// Copyright (C) 2023-2024 Free Software Foundation, Inc.
 //
 // This file is part of the GNU Proc Macro Library.  This library is free
 // software; you can redistribute it and/or modify it under the
index ea09106cd62643a03cebc8930d6ba179ac974eeb..a8d4b8f674c3938ac5c9fee0af9c2521fbff7342 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023 Free Software Foundation, Inc.
+// Copyright (C) 2023-2024 Free Software Foundation, Inc.
 //
 // This file is part of the GNU Proc Macro Library.  This library is free
 // software; you can redistribute it and/or modify it under the
index 37ba0891dbef7838c1623e01c13fc4d5df602434..c8579471b9df2495a164a68286351f1807e9a24b 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023 Free Software Foundation, Inc.
+// Copyright (C) 2023-2024 Free Software Foundation, Inc.
 //
 // This file is part of the GNU Proc Macro Library.  This library is free
 // software; you can redistribute it and/or modify it under the
index 0490673b6569066d0c987855d0512c90b302330c..9ef98487fc25e8b008ba9d4db45c187ab5759a58 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023 Free Software Foundation, Inc.
+// Copyright (C) 2023-2024 Free Software Foundation, Inc.
 //
 // This file is part of the GNU Proc Macro Library.  This library is free
 // software; you can redistribute it and/or modify it under the
index 9e142ffa79ffa1f2855d9db7a2f9a5453f8f40c6..ce9adb24734d7202c8e6cdd6b1ec9e00fc493f66 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023 Free Software Foundation, Inc.
+// Copyright (C) 2023-2024 Free Software Foundation, Inc.
 //
 // This file is part of the GNU Proc Macro Library.  This library is free
 // software; you can redistribute it and/or modify it under the
index 32450cc8ea6e46c2bf75d74eb8024aa9d61cc157..8aeace5f4e4ab07a2b042d39e386d454bb712d13 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023 Free Software Foundation, Inc.
+// Copyright (C) 2023-2024 Free Software Foundation, Inc.
 //
 // This file is part of the GNU Proc Macro Library.  This library is free
 // software; you can redistribute it and/or modify it under the
index 6d0146083bf081823dce24b87ddb23881d79a44e..76eb44535fb160032db5d4fc0dd69bd7bcbcff97 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023 Free Software Foundation, Inc.
+// Copyright (C) 2023-2024 Free Software Foundation, Inc.
 //
 // This file is part of the GNU Proc Macro Library.  This library is free
 // software; you can redistribute it and/or modify it under the
index 98e7c139c272265b7b8a543666e5179755df4f0c..dc4a2d3d29afe6b746141cd80d69e7459cd7fa85 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023 Free Software Foundation, Inc.
+// Copyright (C) 2023-2024 Free Software Foundation, Inc.
 //
 // This file is part of the GNU Proc Macro Library.  This library is free
 // software; you can redistribute it and/or modify it under the
index 62c8c57f6881078a0abbf35e1a09054b258e4e9f..c59418e14650b6802f452312f443c9db7bae30a3 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023 Free Software Foundation, Inc.
+// Copyright (C) 2023-2024 Free Software Foundation, Inc.
 //
 // This file is part of the GNU Proc Macro Library.  This library is free
 // software; you can redistribute it and/or modify it under the
index 70ea9e7ea3dd60758f6de3a4d5789483bec83ebf..362a75f11cbc0a1014b986fadd9ecc7ee737d640 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023 Free Software Foundation, Inc.
+// Copyright (C) 2023-2024 Free Software Foundation, Inc.
 //
 // This file is part of the GNU Proc Macro Library.  This library is free
 // software; you can redistribute it and/or modify it under the
index 685f28424d24acb609f11eb63b84e6b0d1e0f942..b2fd9c98b84f5e05206666c00e18150cd0bf5cda 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023 Free Software Foundation, Inc.
+// Copyright (C) 2023-2024 Free Software Foundation, Inc.
 //
 // This file is part of the GNU Proc Macro Library.  This library is free
 // software; you can redistribute it and/or modify it under the
index 0fde5ea5397f8513dea2fa2674ddbe2114764180..4e13ce7690d9e0880418a7f27d132793e9013d9f 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023 Free Software Foundation, Inc.
+// Copyright (C) 2023-2024 Free Software Foundation, Inc.
 //
 // This file is part of the GNU Proc Macro Library.  This library is free
 // software; you can redistribute it and/or modify it under the
index b034a8c33e2e912565ad4938f6c5d63ff0cf09b3..6c15d7576014b2ed5e5d00c9cab7c07a43764602 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023 Free Software Foundation, Inc.
+// Copyright (C) 2023-2024 Free Software Foundation, Inc.
 //
 // This file is part of the GNU Proc Macro Library.  This library is free
 // software; you can redistribute it and/or modify it under the
index 1a50ecf34474ae1cee2c12f4d17fc7942b978495..fe81e03516be65290f9a56e4ee196ae2f288fe8c 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2023 Free Software Foundation, Inc.
+// Copyright (C) 2023-2024 Free Software Foundation, Inc.
 //
 // This file is part of the GNU Proc Macro Library.  This library is free
 // software; you can redistribute it and/or modify it under the