aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/bpf
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2022-01-03 10:42:10 +0100
committerJakub Jelinek <jakub@redhat.com>2022-01-03 10:42:10 +0100
commit7adcbafe45f8001b698967defe682687b52c0007 (patch)
treea927c8a8ba5f074c814e92a1fe7b01c1f50199ee /gcc/config/bpf
parent5d5db19630ff3b56c91a1c15d12c8167627f9ebe (diff)
downloadgcc-7adcbafe45f8001b698967defe682687b52c0007.zip
gcc-7adcbafe45f8001b698967defe682687b52c0007.tar.gz
gcc-7adcbafe45f8001b698967defe682687b52c0007.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.c2
-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.c2
-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 da088c4..cd1f921 100644
--- a/gcc/config/bpf/bpf-helpers.h
+++ b/gcc/config/bpf/bpf-helpers.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2019-2021 Free Software Foundation, Inc.
+/* Copyright (C) 2019-2022 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 456e39c..57b9089 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-2021 Free Software Foundation, Inc.
+ Copyright (C) 2019-2022 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 3e96165..2406c88 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 Free Software Foundation, Inc.
+ Copyright (C) 2021-2022 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 e6bb901..0d45558 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-2021 Free Software Foundation, Inc.
+ Copyright (C) 2019-2022 Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/gcc/config/bpf/bpf.c b/gcc/config/bpf/bpf.c
index c054c1e..6a0e3bb 100644
--- a/gcc/config/bpf/bpf.c
+++ b/gcc/config/bpf/bpf.c
@@ -1,5 +1,5 @@
/* Subroutines used for code generation for eBPF.
- Copyright (C) 2019-2021 Free Software Foundation, Inc.
+ Copyright (C) 2019-2022 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 82be0c3..1d5d760 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-2021 Free Software Foundation, Inc.
+ Copyright (C) 2019-2022 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 436c8df..a28021a 100644
--- a/gcc/config/bpf/bpf.md
+++ b/gcc/config/bpf/bpf.md
@@ -1,5 +1,5 @@
;; Machine description for eBPF.
-;; Copyright (C) 2019-2021 Free Software Foundation, Inc.
+;; Copyright (C) 2019-2022 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 e8b728c..f9b93e1 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-2021 Free Software Foundation, Inc.
+; Copyright (C) 2019-2022 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 66b7764..a8781a1 100644
--- a/gcc/config/bpf/constraints.md
+++ b/gcc/config/bpf/constraints.md
@@ -1,5 +1,5 @@
;; Constraint definitions for eBPF.
-;; Copyright (C) 2019-2021 Free Software Foundation, Inc.
+;; Copyright (C) 2019-2022 Free Software Foundation, Inc.
;;
;; This file is part of GCC.
;;
diff --git a/gcc/config/bpf/coreout.c b/gcc/config/bpf/coreout.c
index d5486b4..f8ca280 100644
--- a/gcc/config/bpf/coreout.c
+++ b/gcc/config/bpf/coreout.c
@@ -1,5 +1,5 @@
/* BPF Compile Once - Run Everywhere (CO-RE) support.
- Copyright (C) 2021 Free Software Foundation, Inc.
+ Copyright (C) 2021-2022 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 82c203d..a9d7e36 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 Free Software Foundation, Inc.
+ Copyright (C) 2021-2022 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 5d670ab..eb0df89 100644
--- a/gcc/config/bpf/predicates.md
+++ b/gcc/config/bpf/predicates.md
@@ -1,5 +1,5 @@
;; Predicate definitions for eBPF.
-;; Copyright (C) 2019-2021 Free Software Foundation, Inc.
+;; Copyright (C) 2019-2022 Free Software Foundation, Inc.
;;
;; This file is part of GCC.
;;