diff options
author | Joel Brobecker <brobecker@adacore.com> | 2023-01-01 16:49:04 +0400 |
---|---|---|
committer | Joel Brobecker <brobecker@adacore.com> | 2023-01-01 17:01:16 +0400 |
commit | 213516ef315dc1785e4990ef0fc011abedb38cc0 (patch) | |
tree | 9d6787681e8ad86d05631234d5d7f71942ef082b /sim/microblaze | |
parent | e4661570ead7be521c9d693f188b0944d7b8c78c (diff) | |
download | gdb-213516ef315dc1785e4990ef0fc011abedb38cc0.zip gdb-213516ef315dc1785e4990ef0fc011abedb38cc0.tar.gz gdb-213516ef315dc1785e4990ef0fc011abedb38cc0.tar.bz2 |
Update copyright year range in header of all files managed by GDB
This commit is the result of running the gdb/copyright.py script,
which automated the update of the copyright year range for all
source files managed by the GDB project to be updated to include
year 2023.
Diffstat (limited to 'sim/microblaze')
-rw-r--r-- | sim/microblaze/Makefile.in | 2 | ||||
-rw-r--r-- | sim/microblaze/interp.c | 2 | ||||
-rw-r--r-- | sim/microblaze/local.mk | 2 | ||||
-rw-r--r-- | sim/microblaze/microblaze-sim.h | 2 | ||||
-rw-r--r-- | sim/microblaze/microblaze.h | 2 | ||||
-rw-r--r-- | sim/microblaze/microblaze.isa | 2 | ||||
-rw-r--r-- | sim/microblaze/sim-main.h | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/sim/microblaze/Makefile.in b/sim/microblaze/Makefile.in index 054c052..4f9272a 100644 --- a/sim/microblaze/Makefile.in +++ b/sim/microblaze/Makefile.in @@ -1,5 +1,5 @@ # Makefile template for Configure for the MCore sim library. -# Copyright (C) 1990-2022 Free Software Foundation, Inc. +# Copyright (C) 1990-2023 Free Software Foundation, Inc. # Written by Cygnus Solutions. # # This program is free software; you can redistribute it and/or modify diff --git a/sim/microblaze/interp.c b/sim/microblaze/interp.c index df7f41f..7bd06d5 100644 --- a/sim/microblaze/interp.c +++ b/sim/microblaze/interp.c @@ -1,5 +1,5 @@ /* Simulator for Xilinx MicroBlaze processor - Copyright 2009-2022 Free Software Foundation, Inc. + Copyright 2009-2023 Free Software Foundation, Inc. This file is part of GDB, the GNU debugger. diff --git a/sim/microblaze/local.mk b/sim/microblaze/local.mk index 01a66bd..c9fc789 100644 --- a/sim/microblaze/local.mk +++ b/sim/microblaze/local.mk @@ -1,6 +1,6 @@ ## See sim/Makefile.am ## -## Copyright (C) 1990-2022 Free Software Foundation, Inc. +## Copyright (C) 1990-2023 Free Software Foundation, Inc. ## Written by Cygnus Solutions. ## ## This program is free software; you can redistribute it and/or modify diff --git a/sim/microblaze/microblaze-sim.h b/sim/microblaze/microblaze-sim.h index 9e5fb07..20c9993 100644 --- a/sim/microblaze/microblaze-sim.h +++ b/sim/microblaze/microblaze-sim.h @@ -1,4 +1,4 @@ -/* Copyright 2009-2022 Free Software Foundation, Inc. +/* Copyright 2009-2023 Free Software Foundation, Inc. This file is part of the Xilinx MicroBlaze simulator. diff --git a/sim/microblaze/microblaze.h b/sim/microblaze/microblaze.h index 6b1d25b..a09a169 100644 --- a/sim/microblaze/microblaze.h +++ b/sim/microblaze/microblaze.h @@ -1,7 +1,7 @@ #ifndef MICROBLAZE_H #define MICROBLAZE_H -/* Copyright 2009-2022 Free Software Foundation, Inc. +/* Copyright 2009-2023 Free Software Foundation, Inc. This file is part of the Xilinx MicroBlaze simulator. diff --git a/sim/microblaze/microblaze.isa b/sim/microblaze/microblaze.isa index fb17921..0bee2d4 100644 --- a/sim/microblaze/microblaze.isa +++ b/sim/microblaze/microblaze.isa @@ -1,4 +1,4 @@ -/* Copyright 2009-2022 Free Software Foundation, Inc. +/* Copyright 2009-2023 Free Software Foundation, Inc. This file is part of the Xilinx MicroBlaze simulator. diff --git a/sim/microblaze/sim-main.h b/sim/microblaze/sim-main.h index 7646dad..47f2fb5 100644 --- a/sim/microblaze/sim-main.h +++ b/sim/microblaze/sim-main.h @@ -1,4 +1,4 @@ -/* Copyright 2009-2022 Free Software Foundation, Inc. +/* Copyright 2009-2023 Free Software Foundation, Inc. This file is part of the Xilinx MicroBlaze simulator. |