summaryrefslogtreecommitdiff
path: root/sim/microblaze
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@adacore.com>2021-01-01 12:03:39 +0400
committerJoel Brobecker <brobecker@adacore.com>2021-01-01 12:12:21 +0400
commit3666a04883754298b03884222206bfe756fbc520 (patch)
tree0962123e67c025266e3896332c38c27c1a7cd58b /sim/microblaze
parentff7e39b613503fa5d7417e284ee2549117efdb91 (diff)
downloadbinutils-gdb-3666a04883754298b03884222206bfe756fbc520.tar.gz
Update copyright year range in all GDB files
This commits the result of running gdb/copyright.py as per our Start of New Year procedure... gdb/ChangeLog Update copyright year range in copyright header of all GDB files.
Diffstat (limited to 'sim/microblaze')
-rw-r--r--sim/microblaze/Makefile.in2
-rw-r--r--sim/microblaze/interp.c2
-rw-r--r--sim/microblaze/microblaze.h2
-rw-r--r--sim/microblaze/microblaze.isa2
-rw-r--r--sim/microblaze/sim-main.h2
5 files changed, 5 insertions, 5 deletions
diff --git a/sim/microblaze/Makefile.in b/sim/microblaze/Makefile.in
index 54cb5b15d9c..8f625839723 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-2020 Free Software Foundation, Inc.
+# Copyright (C) 1990-2021 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 be541347495..5b125a64da2 100644
--- a/sim/microblaze/interp.c
+++ b/sim/microblaze/interp.c
@@ -1,5 +1,5 @@
/* Simulator for Xilinx MicroBlaze processor
- Copyright 2009-2020 Free Software Foundation, Inc.
+ Copyright 2009-2021 Free Software Foundation, Inc.
This file is part of GDB, the GNU debugger.
diff --git a/sim/microblaze/microblaze.h b/sim/microblaze/microblaze.h
index 38a08093500..9c7f1db1edb 100644
--- a/sim/microblaze/microblaze.h
+++ b/sim/microblaze/microblaze.h
@@ -1,7 +1,7 @@
#ifndef MICROBLAZE_H
#define MICROBLAZE_H
-/* Copyright 2009-2020 Free Software Foundation, Inc.
+/* Copyright 2009-2021 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 99255c61b28..a7ac0d4562b 100644
--- a/sim/microblaze/microblaze.isa
+++ b/sim/microblaze/microblaze.isa
@@ -1,4 +1,4 @@
-/* Copyright 2009-2020 Free Software Foundation, Inc.
+/* Copyright 2009-2021 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 42f73e39104..641771a4af3 100644
--- a/sim/microblaze/sim-main.h
+++ b/sim/microblaze/sim-main.h
@@ -1,4 +1,4 @@
-/* Copyright 2009-2020 Free Software Foundation, Inc.
+/* Copyright 2009-2021 Free Software Foundation, Inc.
This file is part of the Xilinx MicroBlaze simulator.