aboutsummaryrefslogtreecommitdiff
path: root/gcc/vec.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/vec.cc')
-rw-r--r--gcc/vec.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/vec.cc b/gcc/vec.cc
index 69c86f6..ba963b9 100644
--- a/gcc/vec.cc
+++ b/gcc/vec.cc
@@ -1,5 +1,5 @@
/* Vector API for GNU compiler.
- Copyright (C) 2004-2023 Free Software Foundation, Inc.
+ Copyright (C) 2004-2024 Free Software Foundation, Inc.
Contributed by Nathan Sidwell <nathan@codesourcery.com>
Re-implemented in C++ by Diego Novillo <dnovillo@google.com>