aboutsummaryrefslogtreecommitdiff
path: root/sim/bpf
diff options
context:
space:
mode:
Diffstat (limited to 'sim/bpf')
-rw-r--r--sim/bpf/bpf-sim.c2
-rw-r--r--sim/bpf/bpf-sim.h2
-rw-r--r--sim/bpf/local.mk2
-rw-r--r--sim/bpf/sim-main.h2
-rw-r--r--sim/bpf/traps.c2
5 files changed, 5 insertions, 5 deletions
diff --git a/sim/bpf/bpf-sim.c b/sim/bpf/bpf-sim.c
index c1f1038..3e0c446 100644
--- a/sim/bpf/bpf-sim.c
+++ b/sim/bpf/bpf-sim.c
@@ -1,5 +1,5 @@
/* Simulator for BPF.
- Copyright (C) 2020-2024 Free Software Foundation, Inc.
+ Copyright (C) 2020-2025 Free Software Foundation, Inc.
Contributed by Oracle Inc.
diff --git a/sim/bpf/bpf-sim.h b/sim/bpf/bpf-sim.h
index 15a78f5..c87d1d6 100644
--- a/sim/bpf/bpf-sim.h
+++ b/sim/bpf/bpf-sim.h
@@ -1,5 +1,5 @@
/* BPF simulator support code header
- Copyright (C) 2023-2024 Free Software Foundation, Inc.
+ Copyright (C) 2023-2025 Free Software Foundation, Inc.
Contributed by Oracle Inc.
diff --git a/sim/bpf/local.mk b/sim/bpf/local.mk
index fe3b621..de9dee5 100644
--- a/sim/bpf/local.mk
+++ b/sim/bpf/local.mk
@@ -2,7 +2,7 @@
##
## Contributed by Oracle Inc.
##
-## Copyright (C) 2023-2024 Free Software Foundation, Inc.
+## Copyright (C) 2023-2025 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
diff --git a/sim/bpf/sim-main.h b/sim/bpf/sim-main.h
index 26709cb..462d131 100644
--- a/sim/bpf/sim-main.h
+++ b/sim/bpf/sim-main.h
@@ -1,5 +1,5 @@
/* eBPF simulator main header
- Copyright (C) 2023-2024 Free Software Foundation, Inc.
+ Copyright (C) 2023-2025 Free Software Foundation, Inc.
Contributed by Oracle Inc.
diff --git a/sim/bpf/traps.c b/sim/bpf/traps.c
index 1edcc78..ef1938f 100644
--- a/sim/bpf/traps.c
+++ b/sim/bpf/traps.c
@@ -1,5 +1,5 @@
/* Trap handlers for eBPF.
- Copyright (C) 2020-2024 Free Software Foundation, Inc.
+ Copyright (C) 2020-2025 Free Software Foundation, Inc.
This file is part of GDB, the GNU debugger.