aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/bpf
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2023-01-02 09:37:43 +0100
committerJakub Jelinek <jakub@redhat.com>2023-01-02 09:40:19 +0100
commitaeee4812442c996f184965ce6894e5f3d3657c0f (patch)
treec96bf4282013c33be0a8512d5a08ce94645eff34 /gcc/config/bpf
parentff59f76fb819ad2b8f89e1cf022fcc1bbfab2aef (diff)
downloadgcc-aeee4812442c996f184965ce6894e5f3d3657c0f.zip
gcc-aeee4812442c996f184965ce6894e5f3d3657c0f.tar.gz
gcc-aeee4812442c996f184965ce6894e5f3d3657c0f.tar.bz2
Update copyright years.
Diffstat (limited to 'gcc/config/bpf')
-rw-r--r--gcc/config/bpf/bpf-helpers.h2
-rw-r--r--gcc/config/bpf/bpf-opts.h2
-rw-r--r--gcc/config/bpf/bpf-passes.def2
-rw-r--r--gcc/config/bpf/bpf-protos.h2
-rw-r--r--gcc/config/bpf/bpf.cc2
-rw-r--r--gcc/config/bpf/bpf.h2
-rw-r--r--gcc/config/bpf/bpf.md2
-rw-r--r--gcc/config/bpf/bpf.opt2
-rw-r--r--gcc/config/bpf/constraints.md2
-rw-r--r--gcc/config/bpf/coreout.cc2
-rw-r--r--gcc/config/bpf/coreout.h2
-rw-r--r--gcc/config/bpf/predicates.md2
12 files changed, 12 insertions, 12 deletions
diff --git a/gcc/config/bpf/bpf-helpers.h b/gcc/config/bpf/bpf-helpers.h
index cd1f921..4a6825c 100644
--- a/gcc/config/bpf/bpf-helpers.h
+++ b/gcc/config/bpf/bpf-helpers.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2019-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2019-2023 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/gcc/config/bpf/bpf-opts.h b/gcc/config/bpf/bpf-opts.h
index 57b9089..8282351 100644
--- a/gcc/config/bpf/bpf-opts.h
+++ b/gcc/config/bpf/bpf-opts.h
@@ -1,5 +1,5 @@
/* Definitions for option handling for eBPF.
- Copyright (C) 2019-2022 Free Software Foundation, Inc.
+ Copyright (C) 2019-2023 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/gcc/config/bpf/bpf-passes.def b/gcc/config/bpf/bpf-passes.def
index 2406c88..deeaee9 100644
--- a/gcc/config/bpf/bpf-passes.def
+++ b/gcc/config/bpf/bpf-passes.def
@@ -1,5 +1,5 @@
/* Declaration of target-specific passes for eBPF.
- Copyright (C) 2021-2022 Free Software Foundation, Inc.
+ Copyright (C) 2021-2023 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/gcc/config/bpf/bpf-protos.h b/gcc/config/bpf/bpf-protos.h
index 5ee3248..b484310 100644
--- a/gcc/config/bpf/bpf-protos.h
+++ b/gcc/config/bpf/bpf-protos.h
@@ -1,5 +1,5 @@
/* Definition of eBPF target for GNU compiler.
- Copyright (C) 2019-2022 Free Software Foundation, Inc.
+ Copyright (C) 2019-2023 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/gcc/config/bpf/bpf.cc b/gcc/config/bpf/bpf.cc
index 51e4695..2aeaeaf 100644
--- a/gcc/config/bpf/bpf.cc
+++ b/gcc/config/bpf/bpf.cc
@@ -1,5 +1,5 @@
/* Subroutines used for code generation for eBPF.
- Copyright (C) 2019-2022 Free Software Foundation, Inc.
+ Copyright (C) 2019-2023 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/gcc/config/bpf/bpf.h b/gcc/config/bpf/bpf.h
index 5790347..344aca0 100644
--- a/gcc/config/bpf/bpf.h
+++ b/gcc/config/bpf/bpf.h
@@ -1,5 +1,5 @@
/* Definition of the eBPF target for GCC.
- Copyright (C) 2019-2022 Free Software Foundation, Inc.
+ Copyright (C) 2019-2023 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/gcc/config/bpf/bpf.md b/gcc/config/bpf/bpf.md
index 22a133f..d9af983 100644
--- a/gcc/config/bpf/bpf.md
+++ b/gcc/config/bpf/bpf.md
@@ -1,5 +1,5 @@
;; Machine description for eBPF.
-;; Copyright (C) 2019-2022 Free Software Foundation, Inc.
+;; Copyright (C) 2019-2023 Free Software Foundation, Inc.
;; This file is part of GCC.
diff --git a/gcc/config/bpf/bpf.opt b/gcc/config/bpf/bpf.opt
index f9b93e1..fe3ad35 100644
--- a/gcc/config/bpf/bpf.opt
+++ b/gcc/config/bpf/bpf.opt
@@ -1,6 +1,6 @@
; Options for the eBPF compiler port.
-; Copyright (C) 2019-2022 Free Software Foundation, Inc.
+; Copyright (C) 2019-2023 Free Software Foundation, Inc.
;
; This file is part of GCC.
;
diff --git a/gcc/config/bpf/constraints.md b/gcc/config/bpf/constraints.md
index a8781a1..c8a65cfc 100644
--- a/gcc/config/bpf/constraints.md
+++ b/gcc/config/bpf/constraints.md
@@ -1,5 +1,5 @@
;; Constraint definitions for eBPF.
-;; Copyright (C) 2019-2022 Free Software Foundation, Inc.
+;; Copyright (C) 2019-2023 Free Software Foundation, Inc.
;;
;; This file is part of GCC.
;;
diff --git a/gcc/config/bpf/coreout.cc b/gcc/config/bpf/coreout.cc
index 9f71040..bd609ad 100644
--- a/gcc/config/bpf/coreout.cc
+++ b/gcc/config/bpf/coreout.cc
@@ -1,5 +1,5 @@
/* BPF Compile Once - Run Everywhere (CO-RE) support.
- Copyright (C) 2021-2022 Free Software Foundation, Inc.
+ Copyright (C) 2021-2023 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/gcc/config/bpf/coreout.h b/gcc/config/bpf/coreout.h
index 498853f..8bdb364 100644
--- a/gcc/config/bpf/coreout.h
+++ b/gcc/config/bpf/coreout.h
@@ -1,6 +1,6 @@
/* coreout.h - Declarations and definitions related to
BPF Compile Once - Run Everywhere (CO-RE) support.
- Copyright (C) 2021-2022 Free Software Foundation, Inc.
+ Copyright (C) 2021-2023 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/gcc/config/bpf/predicates.md b/gcc/config/bpf/predicates.md
index eb0df89..3fd7e0b5 100644
--- a/gcc/config/bpf/predicates.md
+++ b/gcc/config/bpf/predicates.md
@@ -1,5 +1,5 @@
;; Predicate definitions for eBPF.
-;; Copyright (C) 2019-2022 Free Software Foundation, Inc.
+;; Copyright (C) 2019-2023 Free Software Foundation, Inc.
;;
;; This file is part of GCC.
;;