changeset 23711432221f in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=23711432221f description: copyright: clean up copyright blocks
diffstat: src/arch/alpha/kgdb.h | 4 ++-- src/arch/alpha/remote_gdb.cc | 4 ++-- src/arch/arm/remote_gdb.cc | 4 ++-- src/arch/generic/debugfaults.hh | 2 +- src/arch/sparc/remote_gdb.cc | 4 ++-- src/arch/x86/insts/badmicroop.cc | 2 +- src/arch/x86/insts/badmicroop.hh | 2 +- src/arch/x86/isa/formats/nop.isa | 2 +- src/base/random_mt.cc | 2 +- src/base/remote_gdb.cc | 4 ++-- src/dev/ide_wdcreg.h | 4 ++-- src/dev/sparc/dtod.hh | 2 +- src/mem/ruby/network/orion/Allocator/Arbiter.cc | 4 ++-- src/mem/ruby/network/orion/Allocator/Arbiter.hh | 4 ++-- src/mem/ruby/network/orion/Allocator/MatrixArbiter.cc | 4 ++-- src/mem/ruby/network/orion/Allocator/MatrixArbiter.hh | 4 ++-- src/mem/ruby/network/orion/Allocator/RRArbiter.cc | 4 ++-- src/mem/ruby/network/orion/Allocator/RRArbiter.hh | 4 ++-- src/mem/ruby/network/orion/Allocator/SWAllocator.cc | 4 ++-- src/mem/ruby/network/orion/Allocator/SWAllocator.hh | 4 ++-- src/mem/ruby/network/orion/Allocator/VCAllocator.cc | 4 ++-- src/mem/ruby/network/orion/Allocator/VCAllocator.hh | 4 ++-- src/mem/ruby/network/orion/Buffer/AmpUnit.cc | 4 ++-- src/mem/ruby/network/orion/Buffer/AmpUnit.hh | 4 ++-- src/mem/ruby/network/orion/Buffer/BitlineUnit.cc | 4 ++-- src/mem/ruby/network/orion/Buffer/BitlineUnit.hh | 4 ++-- src/mem/ruby/network/orion/Buffer/Buffer.cc | 4 ++-- src/mem/ruby/network/orion/Buffer/Buffer.hh | 4 ++-- src/mem/ruby/network/orion/Buffer/DecoderUnit.cc | 4 ++-- src/mem/ruby/network/orion/Buffer/DecoderUnit.hh | 4 ++-- src/mem/ruby/network/orion/Buffer/MemUnit.cc | 4 ++-- src/mem/ruby/network/orion/Buffer/MemUnit.hh | 4 ++-- src/mem/ruby/network/orion/Buffer/OutdrvUnit.cc | 4 ++-- src/mem/ruby/network/orion/Buffer/OutdrvUnit.hh | 4 ++-- src/mem/ruby/network/orion/Buffer/PrechargeUnit.cc | 4 ++-- src/mem/ruby/network/orion/Buffer/PrechargeUnit.hh | 4 ++-- src/mem/ruby/network/orion/Buffer/Register.cc | 4 ++-- src/mem/ruby/network/orion/Buffer/Register.hh | 4 ++-- src/mem/ruby/network/orion/Buffer/SRAM.cc | 4 ++-- src/mem/ruby/network/orion/Buffer/SRAM.hh | 4 ++-- src/mem/ruby/network/orion/Buffer/WordlineUnit.cc | 4 ++-- src/mem/ruby/network/orion/Buffer/WordlineUnit.hh | 4 ++-- src/mem/ruby/network/orion/Clock.cc | 4 ++-- src/mem/ruby/network/orion/Clock.hh | 4 ++-- src/mem/ruby/network/orion/Crossbar/Crossbar.cc | 4 ++-- src/mem/ruby/network/orion/Crossbar/Crossbar.hh | 4 ++-- src/mem/ruby/network/orion/Crossbar/MatrixCrossbar.cc | 4 ++-- src/mem/ruby/network/orion/Crossbar/MatrixCrossbar.hh | 4 ++-- src/mem/ruby/network/orion/Crossbar/MultreeCrossbar.cc | 4 ++-- src/mem/ruby/network/orion/Crossbar/MultreeCrossbar.hh | 4 ++-- src/mem/ruby/network/orion/FlipFlop.cc | 4 ++-- src/mem/ruby/network/orion/FlipFlop.hh | 4 ++-- src/mem/ruby/network/orion/OrionLink.cc | 4 ++-- src/mem/ruby/network/orion/OrionLink.hh | 4 ++-- src/mem/ruby/network/orion/OrionRouter.cc | 4 ++-- src/mem/ruby/network/orion/OrionRouter.hh | 4 ++-- src/mem/ruby/network/orion/TechParameter.cc | 4 ++-- src/mem/ruby/network/orion/TechParameter.hh | 4 ++-- src/mem/ruby/network/orion/Type.hh | 4 ++-- src/mem/ruby/network/orion/Wire.cc | 4 ++-- src/mem/ruby/network/orion/Wire.hh | 4 ++-- src/sim/fault_fwd.hh | 2 +- src/sim/root.cc | 2 +- src/sim/root.hh | 2 +- src/unittest/unittest.cc | 2 +- src/unittest/unittest.hh | 2 +- 66 files changed, 121 insertions(+), 121 deletions(-) diffs (truncated from 784 to 300 lines): diff -r aa00cee9abb1 -r 23711432221f src/arch/alpha/kgdb.h --- a/src/arch/alpha/kgdb.h Wed Jun 01 21:43:13 2011 -0700 +++ b/src/arch/alpha/kgdb.h Thu Jun 02 14:36:35 2011 -0700 @@ -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 -r aa00cee9abb1 -r 23711432221f src/arch/alpha/remote_gdb.cc --- a/src/arch/alpha/remote_gdb.cc Wed Jun 01 21:43:13 2011 -0700 +++ b/src/arch/alpha/remote_gdb.cc Thu Jun 02 14:36:35 2011 -0700 @@ -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 -r aa00cee9abb1 -r 23711432221f src/arch/arm/remote_gdb.cc --- a/src/arch/arm/remote_gdb.cc Wed Jun 01 21:43:13 2011 -0700 +++ b/src/arch/arm/remote_gdb.cc Thu Jun 02 14:36:35 2011 -0700 @@ -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 -r aa00cee9abb1 -r 23711432221f src/arch/generic/debugfaults.hh --- a/src/arch/generic/debugfaults.hh Wed Jun 01 21:43:13 2011 -0700 +++ b/src/arch/generic/debugfaults.hh Thu Jun 02 14:36:35 2011 -0700 @@ -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 -r aa00cee9abb1 -r 23711432221f src/arch/sparc/remote_gdb.cc --- a/src/arch/sparc/remote_gdb.cc Wed Jun 01 21:43:13 2011 -0700 +++ b/src/arch/sparc/remote_gdb.cc Thu Jun 02 14:36:35 2011 -0700 @@ -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 -r aa00cee9abb1 -r 23711432221f src/arch/x86/insts/badmicroop.cc --- a/src/arch/x86/insts/badmicroop.cc Wed Jun 01 21:43:13 2011 -0700 +++ b/src/arch/x86/insts/badmicroop.cc Thu Jun 02 14:36:35 2011 -0700 @@ -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 -r aa00cee9abb1 -r 23711432221f src/arch/x86/insts/badmicroop.hh --- a/src/arch/x86/insts/badmicroop.hh Wed Jun 01 21:43:13 2011 -0700 +++ b/src/arch/x86/insts/badmicroop.hh Thu Jun 02 14:36:35 2011 -0700 @@ -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 -r aa00cee9abb1 -r 23711432221f src/arch/x86/isa/formats/nop.isa --- a/src/arch/x86/isa/formats/nop.isa Wed Jun 01 21:43:13 2011 -0700 +++ b/src/arch/x86/isa/formats/nop.isa Thu Jun 02 14:36:35 2011 -0700 @@ -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 diff -r aa00cee9abb1 -r 23711432221f src/base/random_mt.cc --- a/src/base/random_mt.cc Wed Jun 01 21:43:13 2011 -0700 +++ b/src/base/random_mt.cc Thu Jun 02 14:36:35 2011 -0700 @@ -5,7 +5,7 @@ * Before using, initialize the state by using init_genrand(seed) * or init_by_array(init_key, key_length). * - * Copyright (C) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura, + * Copyright (C) 1997-2002 Makoto Matsumoto and Takuji Nishimura * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff -r aa00cee9abb1 -r 23711432221f src/base/remote_gdb.cc --- a/src/base/remote_gdb.cc Wed Jun 01 21:43:13 2011 -0700 +++ b/src/base/remote_gdb.cc Thu Jun 02 14:36:35 2011 -0700 @@ -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 -r aa00cee9abb1 -r 23711432221f src/dev/ide_wdcreg.h --- a/src/dev/ide_wdcreg.h Wed Jun 01 21:43:13 2011 -0700 +++ b/src/dev/ide_wdcreg.h Thu Jun 02 14:36:35 2011 -0700 @@ -2,8 +2,8 @@ /* $NetBSD: wdcreg.h,v 1.22 1999/03/07 14:02:54 bouyer Exp $ */ /*- - * Copyright (c) 1991 The Regents of the University of California. - * All rights reserved. + * Copyright (c) 1991 The Regents of the University of California + * All rights reserved * * This code is derived from software contributed to Berkeley by * William Jolitz. diff -r aa00cee9abb1 -r 23711432221f src/dev/sparc/dtod.hh --- a/src/dev/sparc/dtod.hh Wed Jun 01 21:43:13 2011 -0700 +++ b/src/dev/sparc/dtod.hh Thu Jun 02 14:36:35 2011 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 206, 2004-2005 The Regents of The University of Michigan + * Copyright (c) 2004-2006 The Regents of The University of Michigan * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff -r aa00cee9abb1 -r 23711432221f src/mem/ruby/network/orion/Allocator/Arbiter.cc --- a/src/mem/ruby/network/orion/Allocator/Arbiter.cc Wed Jun 01 21:43:13 2011 -0700 +++ b/src/mem/ruby/network/orion/Allocator/Arbiter.cc Thu Jun 02 14:36:35 2011 -0700 @@ -1,6 +1,6 @@ /* - * Copyright (c) 2009 Princeton University, and - * Regents of the University of California + * Copyright (c) 2009 Princeton University + * Copyright (c) 2009 The Regents of the University of California * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff -r aa00cee9abb1 -r 23711432221f src/mem/ruby/network/orion/Allocator/Arbiter.hh --- a/src/mem/ruby/network/orion/Allocator/Arbiter.hh Wed Jun 01 21:43:13 2011 -0700 +++ b/src/mem/ruby/network/orion/Allocator/Arbiter.hh Thu Jun 02 14:36:35 2011 -0700 @@ -1,6 +1,6 @@ /* - * Copyright (c) 2009 Princeton University, and - * Regents of the University of California + * Copyright (c) 2009 Princeton University + * Copyright (c) 2009 The Regents of the University of California * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff -r aa00cee9abb1 -r 23711432221f src/mem/ruby/network/orion/Allocator/MatrixArbiter.cc --- a/src/mem/ruby/network/orion/Allocator/MatrixArbiter.cc Wed Jun 01 21:43:13 2011 -0700 +++ b/src/mem/ruby/network/orion/Allocator/MatrixArbiter.cc Thu Jun 02 14:36:35 2011 -0700 @@ -1,6 +1,6 @@ /* - * Copyright (c) 2009 Princeton University, and - * Regents of the University of California + * Copyright (c) 2009 Princeton University + * Copyright (c) 2009 The Regents of the University of California * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff -r aa00cee9abb1 -r 23711432221f src/mem/ruby/network/orion/Allocator/MatrixArbiter.hh --- a/src/mem/ruby/network/orion/Allocator/MatrixArbiter.hh Wed Jun 01 21:43:13 2011 -0700 +++ b/src/mem/ruby/network/orion/Allocator/MatrixArbiter.hh Thu Jun 02 14:36:35 2011 -0700 @@ -1,6 +1,6 @@ /* - * Copyright (c) 2009 Princeton University, and - * Regents of the University of California + * Copyright (c) 2009 Princeton University + * Copyright (c) 2009 The Regents of the University of California * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff -r aa00cee9abb1 -r 23711432221f src/mem/ruby/network/orion/Allocator/RRArbiter.cc --- a/src/mem/ruby/network/orion/Allocator/RRArbiter.cc Wed Jun 01 21:43:13 2011 -0700 +++ b/src/mem/ruby/network/orion/Allocator/RRArbiter.cc Thu Jun 02 14:36:35 2011 -0700 @@ -1,6 +1,6 @@ /* - * Copyright (c) 2009 Princeton University, and - * Regents of the University of California + * Copyright (c) 2009 Princeton University + * Copyright (c) 2009 The Regents of the University of California * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff -r aa00cee9abb1 -r 23711432221f src/mem/ruby/network/orion/Allocator/RRArbiter.hh --- a/src/mem/ruby/network/orion/Allocator/RRArbiter.hh Wed Jun 01 21:43:13 2011 -0700 +++ b/src/mem/ruby/network/orion/Allocator/RRArbiter.hh Thu Jun 02 14:36:35 2011 -0700 @@ -1,6 +1,6 @@ /* - * Copyright (c) 2009 Princeton University, and - * Regents of the University of California + * Copyright (c) 2009 Princeton University + * Copyright (c) 2009 The Regents of the University of California * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff -r aa00cee9abb1 -r 23711432221f src/mem/ruby/network/orion/Allocator/SWAllocator.cc --- a/src/mem/ruby/network/orion/Allocator/SWAllocator.cc Wed Jun 01 21:43:13 2011 -0700 +++ b/src/mem/ruby/network/orion/Allocator/SWAllocator.cc Thu Jun 02 14:36:35 2011 -0700 @@ -1,6 +1,6 @@ /* - * Copyright (c) 2009 Princeton University, and - * Regents of the University of California + * Copyright (c) 2009 Princeton University + * Copyright (c) 2009 The Regents of the University of California * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff -r aa00cee9abb1 -r 23711432221f src/mem/ruby/network/orion/Allocator/SWAllocator.hh --- a/src/mem/ruby/network/orion/Allocator/SWAllocator.hh Wed Jun 01 21:43:13 2011 -0700 +++ b/src/mem/ruby/network/orion/Allocator/SWAllocator.hh Thu Jun 02 14:36:35 2011 -0700 @@ -1,6 +1,6 @@ /* - * Copyright (c) 2009 Princeton University, and - * Regents of the University of California + * Copyright (c) 2009 Princeton University + * Copyright (c) 2009 The Regents of the University of California * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff -r aa00cee9abb1 -r 23711432221f src/mem/ruby/network/orion/Allocator/VCAllocator.cc --- a/src/mem/ruby/network/orion/Allocator/VCAllocator.cc Wed Jun 01 21:43:13 2011 -0700 +++ b/src/mem/ruby/network/orion/Allocator/VCAllocator.cc Thu Jun 02 14:36:35 2011 -0700 @@ -1,6 +1,6 @@ /* - * Copyright (c) 2009 Princeton University, and - * Regents of the University of California + * Copyright (c) 2009 Princeton University + * Copyright (c) 2009 The Regents of the University of California * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff -r aa00cee9abb1 -r 23711432221f src/mem/ruby/network/orion/Allocator/VCAllocator.hh --- a/src/mem/ruby/network/orion/Allocator/VCAllocator.hh Wed Jun 01 21:43:13 2011 -0700 +++ b/src/mem/ruby/network/orion/Allocator/VCAllocator.hh Thu Jun 02 14:36:35 2011 -0700 @@ -1,6 +1,6 @@ /* - * Copyright (c) 2009 Princeton University, and - * Regents of the University of California + * Copyright (c) 2009 Princeton University + * Copyright (c) 2009 The Regents of the University of California * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff -r aa00cee9abb1 -r 23711432221f src/mem/ruby/network/orion/Buffer/AmpUnit.cc --- a/src/mem/ruby/network/orion/Buffer/AmpUnit.cc Wed Jun 01 21:43:13 2011 -0700 +++ b/src/mem/ruby/network/orion/Buffer/AmpUnit.cc Thu Jun 02 14:36:35 2011 -0700 @@ -1,6 +1,6 @@ /* - * Copyright (c) 2009 Princeton University, and - * Regents of the University of California + * Copyright (c) 2009 Princeton University + * Copyright (c) 2009 The Regents of the University of California * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff -r aa00cee9abb1 -r 23711432221f src/mem/ruby/network/orion/Buffer/AmpUnit.hh --- a/src/mem/ruby/network/orion/Buffer/AmpUnit.hh Wed Jun 01 21:43:13 2011 -0700 +++ b/src/mem/ruby/network/orion/Buffer/AmpUnit.hh Thu Jun 02 14:36:35 2011 -0700 @@ -1,6 +1,6 @@ /* - * Copyright (c) 2009 Princeton University, and - * Regents of the University of California + * Copyright (c) 2009 Princeton University + * Copyright (c) 2009 The Regents of the University of California * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff -r aa00cee9abb1 -r 23711432221f src/mem/ruby/network/orion/Buffer/BitlineUnit.cc --- a/src/mem/ruby/network/orion/Buffer/BitlineUnit.cc Wed Jun 01 21:43:13 2011 -0700 +++ b/src/mem/ruby/network/orion/Buffer/BitlineUnit.cc Thu Jun 02 14:36:35 2011 -0700 @@ -1,6 +1,6 @@ /* - * Copyright (c) 2009 Princeton University, and - * Regents of the University of California + * Copyright (c) 2009 Princeton University + * Copyright (c) 2009 The Regents of the University of California * All rights reserved. * _______________________________________________ gem5-dev mailing list gem5-dev@m5sim.org http://m5sim.org/mailman/listinfo/gem5-dev