diff options
author | Nathan Binkert <nate@binkert.org> | 2011-06-02 14:36:35 -0700 |
---|---|---|
committer | Nathan Binkert <nate@binkert.org> | 2011-06-02 14:36:35 -0700 |
commit | f656787edb2f7f6d95f267fdd91bbcd67f7305ac (patch) | |
tree | 24ca6dabcb9b4e1d00b9c99816fb132c96daac1a /src/arch | |
parent | 6a1be32a7277c59f13f354bec8ece868043ac0cd (diff) | |
download | gem5-f656787edb2f7f6d95f267fdd91bbcd67f7305ac.tar.xz |
copyright: clean up copyright blocks
Diffstat (limited to 'src/arch')
-rw-r--r-- | src/arch/alpha/kgdb.h | 4 | ||||
-rw-r--r-- | src/arch/alpha/remote_gdb.cc | 4 | ||||
-rw-r--r-- | src/arch/arm/remote_gdb.cc | 4 | ||||
-rw-r--r-- | src/arch/generic/debugfaults.hh | 2 | ||||
-rw-r--r-- | src/arch/sparc/remote_gdb.cc | 4 | ||||
-rw-r--r-- | src/arch/x86/insts/badmicroop.cc | 2 | ||||
-rw-r--r-- | src/arch/x86/insts/badmicroop.hh | 2 | ||||
-rw-r--r-- | src/arch/x86/isa/formats/nop.isa | 2 |
8 files changed, 12 insertions, 12 deletions
diff --git a/src/arch/alpha/kgdb.h b/src/arch/alpha/kgdb.h index 912cf6d45..0883dc02f 100644 --- a/src/arch/alpha/kgdb.h +++ b/src/arch/alpha/kgdb.h @@ -1,6 +1,6 @@ /* - * Copyright (c) 1992, 1993 - * The Regents of the University of California. All rights reserved. + * Copyright (c) 1992, 1993 The Regents of the University of California + * All rights reserved. * * This software was developed by the Computer Systems Engineering group * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and diff --git a/src/arch/alpha/remote_gdb.cc b/src/arch/alpha/remote_gdb.cc index 82fd9c227..a060e49a8 100644 --- a/src/arch/alpha/remote_gdb.cc +++ b/src/arch/alpha/remote_gdb.cc @@ -29,8 +29,8 @@ */ /* - * Copyright (c) 1990, 1993 - * The Regents of the University of California. All rights reserved. + * Copyright (c) 1990, 1993 The Regents of the University of California + * All rights reserved. * * This software was developed by the Computer Systems Engineering group * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and diff --git a/src/arch/arm/remote_gdb.cc b/src/arch/arm/remote_gdb.cc index 1303f6ffc..4060c999a 100644 --- a/src/arch/arm/remote_gdb.cc +++ b/src/arch/arm/remote_gdb.cc @@ -42,8 +42,8 @@ */ /* - * Copyright (c) 1990, 1993 - * The Regents of the University of California. All rights reserved. + * Copyright (c) 1990, 1993 The Regents of the University of California + * All rights reserved * * This software was developed by the Computer Systems Engineering group * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and diff --git a/src/arch/generic/debugfaults.hh b/src/arch/generic/debugfaults.hh index 68bc6c533..3389b0833 100644 --- a/src/arch/generic/debugfaults.hh +++ b/src/arch/generic/debugfaults.hh @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010 Advanced Micro Devices + * Copyright (c) 2010 Advanced Micro Devices, Inc. * All rights reserved. * * The license below extends only to copyright in the software and shall diff --git a/src/arch/sparc/remote_gdb.cc b/src/arch/sparc/remote_gdb.cc index 48f0c3e47..712314e01 100644 --- a/src/arch/sparc/remote_gdb.cc +++ b/src/arch/sparc/remote_gdb.cc @@ -29,8 +29,8 @@ */ /* - * Copyright (c) 1990, 1993 - * The Regents of the University of California. All rights reserved. + * Copyright (c) 1990, 1993 The Regents of the University of California + * All rights reserved * * This software was developed by the Computer Systems Engineering group * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and diff --git a/src/arch/x86/insts/badmicroop.cc b/src/arch/x86/insts/badmicroop.cc index d03a5eba8..d075c8c47 100644 --- a/src/arch/x86/insts/badmicroop.cc +++ b/src/arch/x86/insts/badmicroop.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011 Advanced Micro Devices + * Copyright (c) 2011 Advanced Micro Devices, Inc. * All rights reserved. * * The license below extends only to copyright in the software and shall diff --git a/src/arch/x86/insts/badmicroop.hh b/src/arch/x86/insts/badmicroop.hh index 57fe242c4..0185af0d9 100644 --- a/src/arch/x86/insts/badmicroop.hh +++ b/src/arch/x86/insts/badmicroop.hh @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011 Advanced Micro Devices + * Copyright (c) 2011 Advanced Micro Devices, Inc. * All rights reserved. * * The license below extends only to copyright in the software and shall diff --git a/src/arch/x86/isa/formats/nop.isa b/src/arch/x86/isa/formats/nop.isa index 73544d907..42d209748 100644 --- a/src/arch/x86/isa/formats/nop.isa +++ b/src/arch/x86/isa/formats/nop.isa @@ -1,6 +1,6 @@ // -*- mode:c++ -*- -// Copyright (c) 2010 Advanced Micro Devices +// Copyright (c) 2010 Advanced Micro Devices, Inc. // All rights reserved. // // The license below extends only to copyright in the software and shall |