From f656787edb2f7f6d95f267fdd91bbcd67f7305ac Mon Sep 17 00:00:00 2001 From: Nathan Binkert Date: Thu, 2 Jun 2011 14:36:35 -0700 Subject: copyright: clean up copyright blocks --- 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 ++-- 49 files changed, 98 insertions(+), 98 deletions(-) (limited to 'src/mem/ruby') diff --git a/src/mem/ruby/network/orion/Allocator/Arbiter.cc b/src/mem/ruby/network/orion/Allocator/Arbiter.cc index a4f480ae5..d6124eb36 100644 --- a/src/mem/ruby/network/orion/Allocator/Arbiter.cc +++ b/src/mem/ruby/network/orion/Allocator/Arbiter.cc @@ -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 --git a/src/mem/ruby/network/orion/Allocator/Arbiter.hh b/src/mem/ruby/network/orion/Allocator/Arbiter.hh index cdd4678ec..e9849a901 100644 --- a/src/mem/ruby/network/orion/Allocator/Arbiter.hh +++ b/src/mem/ruby/network/orion/Allocator/Arbiter.hh @@ -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 --git a/src/mem/ruby/network/orion/Allocator/MatrixArbiter.cc b/src/mem/ruby/network/orion/Allocator/MatrixArbiter.cc index 13beedb2d..2f7ffcb48 100644 --- a/src/mem/ruby/network/orion/Allocator/MatrixArbiter.cc +++ b/src/mem/ruby/network/orion/Allocator/MatrixArbiter.cc @@ -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 --git a/src/mem/ruby/network/orion/Allocator/MatrixArbiter.hh b/src/mem/ruby/network/orion/Allocator/MatrixArbiter.hh index a4a74f25f..a252a960f 100644 --- a/src/mem/ruby/network/orion/Allocator/MatrixArbiter.hh +++ b/src/mem/ruby/network/orion/Allocator/MatrixArbiter.hh @@ -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 --git a/src/mem/ruby/network/orion/Allocator/RRArbiter.cc b/src/mem/ruby/network/orion/Allocator/RRArbiter.cc index c30be475a..47963c938 100644 --- a/src/mem/ruby/network/orion/Allocator/RRArbiter.cc +++ b/src/mem/ruby/network/orion/Allocator/RRArbiter.cc @@ -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 --git a/src/mem/ruby/network/orion/Allocator/RRArbiter.hh b/src/mem/ruby/network/orion/Allocator/RRArbiter.hh index e3d392e01..259803a8c 100644 --- a/src/mem/ruby/network/orion/Allocator/RRArbiter.hh +++ b/src/mem/ruby/network/orion/Allocator/RRArbiter.hh @@ -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 --git a/src/mem/ruby/network/orion/Allocator/SWAllocator.cc b/src/mem/ruby/network/orion/Allocator/SWAllocator.cc index 0211d5ea9..f1b5f872d 100644 --- a/src/mem/ruby/network/orion/Allocator/SWAllocator.cc +++ b/src/mem/ruby/network/orion/Allocator/SWAllocator.cc @@ -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 --git a/src/mem/ruby/network/orion/Allocator/SWAllocator.hh b/src/mem/ruby/network/orion/Allocator/SWAllocator.hh index e2982ddf3..fa47df0df 100644 --- a/src/mem/ruby/network/orion/Allocator/SWAllocator.hh +++ b/src/mem/ruby/network/orion/Allocator/SWAllocator.hh @@ -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 --git a/src/mem/ruby/network/orion/Allocator/VCAllocator.cc b/src/mem/ruby/network/orion/Allocator/VCAllocator.cc index 2f3ae2df2..9bc833216 100644 --- a/src/mem/ruby/network/orion/Allocator/VCAllocator.cc +++ b/src/mem/ruby/network/orion/Allocator/VCAllocator.cc @@ -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 --git a/src/mem/ruby/network/orion/Allocator/VCAllocator.hh b/src/mem/ruby/network/orion/Allocator/VCAllocator.hh index c989089fb..81ab6b8a0 100644 --- a/src/mem/ruby/network/orion/Allocator/VCAllocator.hh +++ b/src/mem/ruby/network/orion/Allocator/VCAllocator.hh @@ -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 --git a/src/mem/ruby/network/orion/Buffer/AmpUnit.cc b/src/mem/ruby/network/orion/Buffer/AmpUnit.cc index f6be2fe52..cdc36458d 100644 --- a/src/mem/ruby/network/orion/Buffer/AmpUnit.cc +++ b/src/mem/ruby/network/orion/Buffer/AmpUnit.cc @@ -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 --git a/src/mem/ruby/network/orion/Buffer/AmpUnit.hh b/src/mem/ruby/network/orion/Buffer/AmpUnit.hh index 30c4cd0ec..78e87469d 100644 --- a/src/mem/ruby/network/orion/Buffer/AmpUnit.hh +++ b/src/mem/ruby/network/orion/Buffer/AmpUnit.hh @@ -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 --git a/src/mem/ruby/network/orion/Buffer/BitlineUnit.cc b/src/mem/ruby/network/orion/Buffer/BitlineUnit.cc index 276e481c9..90153d784 100644 --- a/src/mem/ruby/network/orion/Buffer/BitlineUnit.cc +++ b/src/mem/ruby/network/orion/Buffer/BitlineUnit.cc @@ -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 --git a/src/mem/ruby/network/orion/Buffer/BitlineUnit.hh b/src/mem/ruby/network/orion/Buffer/BitlineUnit.hh index ffdb33727..fc37c4298 100644 --- a/src/mem/ruby/network/orion/Buffer/BitlineUnit.hh +++ b/src/mem/ruby/network/orion/Buffer/BitlineUnit.hh @@ -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 --git a/src/mem/ruby/network/orion/Buffer/Buffer.cc b/src/mem/ruby/network/orion/Buffer/Buffer.cc index b46aef6fd..45b836777 100644 --- a/src/mem/ruby/network/orion/Buffer/Buffer.cc +++ b/src/mem/ruby/network/orion/Buffer/Buffer.cc @@ -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 --git a/src/mem/ruby/network/orion/Buffer/Buffer.hh b/src/mem/ruby/network/orion/Buffer/Buffer.hh index cf61bee2b..912151b93 100644 --- a/src/mem/ruby/network/orion/Buffer/Buffer.hh +++ b/src/mem/ruby/network/orion/Buffer/Buffer.hh @@ -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 --git a/src/mem/ruby/network/orion/Buffer/DecoderUnit.cc b/src/mem/ruby/network/orion/Buffer/DecoderUnit.cc index 101efdf5e..e43143240 100644 --- a/src/mem/ruby/network/orion/Buffer/DecoderUnit.cc +++ b/src/mem/ruby/network/orion/Buffer/DecoderUnit.cc @@ -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 --git a/src/mem/ruby/network/orion/Buffer/DecoderUnit.hh b/src/mem/ruby/network/orion/Buffer/DecoderUnit.hh index 2ab32cd7a..c8d66d46c 100644 --- a/src/mem/ruby/network/orion/Buffer/DecoderUnit.hh +++ b/src/mem/ruby/network/orion/Buffer/DecoderUnit.hh @@ -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 --git a/src/mem/ruby/network/orion/Buffer/MemUnit.cc b/src/mem/ruby/network/orion/Buffer/MemUnit.cc index 159bd87fc..cc75ebf9a 100644 --- a/src/mem/ruby/network/orion/Buffer/MemUnit.cc +++ b/src/mem/ruby/network/orion/Buffer/MemUnit.cc @@ -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 --git a/src/mem/ruby/network/orion/Buffer/MemUnit.hh b/src/mem/ruby/network/orion/Buffer/MemUnit.hh index e2858437e..5393f3890 100644 --- a/src/mem/ruby/network/orion/Buffer/MemUnit.hh +++ b/src/mem/ruby/network/orion/Buffer/MemUnit.hh @@ -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 --git a/src/mem/ruby/network/orion/Buffer/OutdrvUnit.cc b/src/mem/ruby/network/orion/Buffer/OutdrvUnit.cc index 07ab5f202..b4679650c 100644 --- a/src/mem/ruby/network/orion/Buffer/OutdrvUnit.cc +++ b/src/mem/ruby/network/orion/Buffer/OutdrvUnit.cc @@ -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 --git a/src/mem/ruby/network/orion/Buffer/OutdrvUnit.hh b/src/mem/ruby/network/orion/Buffer/OutdrvUnit.hh index 5d01e2c8a..017b3c71a 100644 --- a/src/mem/ruby/network/orion/Buffer/OutdrvUnit.hh +++ b/src/mem/ruby/network/orion/Buffer/OutdrvUnit.hh @@ -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 --git a/src/mem/ruby/network/orion/Buffer/PrechargeUnit.cc b/src/mem/ruby/network/orion/Buffer/PrechargeUnit.cc index 9d15843c6..76d257e57 100644 --- a/src/mem/ruby/network/orion/Buffer/PrechargeUnit.cc +++ b/src/mem/ruby/network/orion/Buffer/PrechargeUnit.cc @@ -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 --git a/src/mem/ruby/network/orion/Buffer/PrechargeUnit.hh b/src/mem/ruby/network/orion/Buffer/PrechargeUnit.hh index e6f56eb3a..533e61a18 100644 --- a/src/mem/ruby/network/orion/Buffer/PrechargeUnit.hh +++ b/src/mem/ruby/network/orion/Buffer/PrechargeUnit.hh @@ -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 --git a/src/mem/ruby/network/orion/Buffer/Register.cc b/src/mem/ruby/network/orion/Buffer/Register.cc index 933480f1e..5593dbb08 100644 --- a/src/mem/ruby/network/orion/Buffer/Register.cc +++ b/src/mem/ruby/network/orion/Buffer/Register.cc @@ -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 --git a/src/mem/ruby/network/orion/Buffer/Register.hh b/src/mem/ruby/network/orion/Buffer/Register.hh index 30e8b80f3..d68dd51b8 100644 --- a/src/mem/ruby/network/orion/Buffer/Register.hh +++ b/src/mem/ruby/network/orion/Buffer/Register.hh @@ -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 --git a/src/mem/ruby/network/orion/Buffer/SRAM.cc b/src/mem/ruby/network/orion/Buffer/SRAM.cc index 00460a32a..f2e580fb7 100644 --- a/src/mem/ruby/network/orion/Buffer/SRAM.cc +++ b/src/mem/ruby/network/orion/Buffer/SRAM.cc @@ -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 --git a/src/mem/ruby/network/orion/Buffer/SRAM.hh b/src/mem/ruby/network/orion/Buffer/SRAM.hh index 959cc8278..ad6b1fdb6 100644 --- a/src/mem/ruby/network/orion/Buffer/SRAM.hh +++ b/src/mem/ruby/network/orion/Buffer/SRAM.hh @@ -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 --git a/src/mem/ruby/network/orion/Buffer/WordlineUnit.cc b/src/mem/ruby/network/orion/Buffer/WordlineUnit.cc index f56dc0631..8875d167e 100644 --- a/src/mem/ruby/network/orion/Buffer/WordlineUnit.cc +++ b/src/mem/ruby/network/orion/Buffer/WordlineUnit.cc @@ -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 --git a/src/mem/ruby/network/orion/Buffer/WordlineUnit.hh b/src/mem/ruby/network/orion/Buffer/WordlineUnit.hh index 4083f5dcf..df6229502 100644 --- a/src/mem/ruby/network/orion/Buffer/WordlineUnit.hh +++ b/src/mem/ruby/network/orion/Buffer/WordlineUnit.hh @@ -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 --git a/src/mem/ruby/network/orion/Clock.cc b/src/mem/ruby/network/orion/Clock.cc index 303469e0c..500d6580b 100644 --- a/src/mem/ruby/network/orion/Clock.cc +++ b/src/mem/ruby/network/orion/Clock.cc @@ -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 --git a/src/mem/ruby/network/orion/Clock.hh b/src/mem/ruby/network/orion/Clock.hh index 82a73212d..bf39ecf4b 100644 --- a/src/mem/ruby/network/orion/Clock.hh +++ b/src/mem/ruby/network/orion/Clock.hh @@ -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 --git a/src/mem/ruby/network/orion/Crossbar/Crossbar.cc b/src/mem/ruby/network/orion/Crossbar/Crossbar.cc index 7bb29a5c7..1ae699d55 100644 --- a/src/mem/ruby/network/orion/Crossbar/Crossbar.cc +++ b/src/mem/ruby/network/orion/Crossbar/Crossbar.cc @@ -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 --git a/src/mem/ruby/network/orion/Crossbar/Crossbar.hh b/src/mem/ruby/network/orion/Crossbar/Crossbar.hh index dc695880d..977387b90 100644 --- a/src/mem/ruby/network/orion/Crossbar/Crossbar.hh +++ b/src/mem/ruby/network/orion/Crossbar/Crossbar.hh @@ -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 --git a/src/mem/ruby/network/orion/Crossbar/MatrixCrossbar.cc b/src/mem/ruby/network/orion/Crossbar/MatrixCrossbar.cc index 3e379bac2..e398d9a46 100644 --- a/src/mem/ruby/network/orion/Crossbar/MatrixCrossbar.cc +++ b/src/mem/ruby/network/orion/Crossbar/MatrixCrossbar.cc @@ -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 --git a/src/mem/ruby/network/orion/Crossbar/MatrixCrossbar.hh b/src/mem/ruby/network/orion/Crossbar/MatrixCrossbar.hh index af08834ac..0a99209f7 100644 --- a/src/mem/ruby/network/orion/Crossbar/MatrixCrossbar.hh +++ b/src/mem/ruby/network/orion/Crossbar/MatrixCrossbar.hh @@ -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 --git a/src/mem/ruby/network/orion/Crossbar/MultreeCrossbar.cc b/src/mem/ruby/network/orion/Crossbar/MultreeCrossbar.cc index 4c610ebaf..00a3f090f 100644 --- a/src/mem/ruby/network/orion/Crossbar/MultreeCrossbar.cc +++ b/src/mem/ruby/network/orion/Crossbar/MultreeCrossbar.cc @@ -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 --git a/src/mem/ruby/network/orion/Crossbar/MultreeCrossbar.hh b/src/mem/ruby/network/orion/Crossbar/MultreeCrossbar.hh index 6a3395036..dddb2fda4 100644 --- a/src/mem/ruby/network/orion/Crossbar/MultreeCrossbar.hh +++ b/src/mem/ruby/network/orion/Crossbar/MultreeCrossbar.hh @@ -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 --git a/src/mem/ruby/network/orion/FlipFlop.cc b/src/mem/ruby/network/orion/FlipFlop.cc index 2b44b0fb4..c46b9cc09 100644 --- a/src/mem/ruby/network/orion/FlipFlop.cc +++ b/src/mem/ruby/network/orion/FlipFlop.cc @@ -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 --git a/src/mem/ruby/network/orion/FlipFlop.hh b/src/mem/ruby/network/orion/FlipFlop.hh index a34e6d987..2596df509 100644 --- a/src/mem/ruby/network/orion/FlipFlop.hh +++ b/src/mem/ruby/network/orion/FlipFlop.hh @@ -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 --git a/src/mem/ruby/network/orion/OrionLink.cc b/src/mem/ruby/network/orion/OrionLink.cc index c10552d7a..77cb2e9f0 100644 --- a/src/mem/ruby/network/orion/OrionLink.cc +++ b/src/mem/ruby/network/orion/OrionLink.cc @@ -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 --git a/src/mem/ruby/network/orion/OrionLink.hh b/src/mem/ruby/network/orion/OrionLink.hh index 8cdcc945d..892131796 100644 --- a/src/mem/ruby/network/orion/OrionLink.hh +++ b/src/mem/ruby/network/orion/OrionLink.hh @@ -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 --git a/src/mem/ruby/network/orion/OrionRouter.cc b/src/mem/ruby/network/orion/OrionRouter.cc index 579114f3d..e6fc88a78 100644 --- a/src/mem/ruby/network/orion/OrionRouter.cc +++ b/src/mem/ruby/network/orion/OrionRouter.cc @@ -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 --git a/src/mem/ruby/network/orion/OrionRouter.hh b/src/mem/ruby/network/orion/OrionRouter.hh index f2a8ce52d..38f808aef 100644 --- a/src/mem/ruby/network/orion/OrionRouter.hh +++ b/src/mem/ruby/network/orion/OrionRouter.hh @@ -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 --git a/src/mem/ruby/network/orion/TechParameter.cc b/src/mem/ruby/network/orion/TechParameter.cc index 5147eaec1..d6c467c58 100644 --- a/src/mem/ruby/network/orion/TechParameter.cc +++ b/src/mem/ruby/network/orion/TechParameter.cc @@ -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 --git a/src/mem/ruby/network/orion/TechParameter.hh b/src/mem/ruby/network/orion/TechParameter.hh index bdebe74bc..af9ba65d4 100644 --- a/src/mem/ruby/network/orion/TechParameter.hh +++ b/src/mem/ruby/network/orion/TechParameter.hh @@ -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 --git a/src/mem/ruby/network/orion/Type.hh b/src/mem/ruby/network/orion/Type.hh index 04fb9cc29..8dbec1e55 100644 --- a/src/mem/ruby/network/orion/Type.hh +++ b/src/mem/ruby/network/orion/Type.hh @@ -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 --git a/src/mem/ruby/network/orion/Wire.cc b/src/mem/ruby/network/orion/Wire.cc index d7333dd19..ba78dd48e 100644 --- a/src/mem/ruby/network/orion/Wire.cc +++ b/src/mem/ruby/network/orion/Wire.cc @@ -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 --git a/src/mem/ruby/network/orion/Wire.hh b/src/mem/ruby/network/orion/Wire.hh index b16be0d47..2138cc35e 100644 --- a/src/mem/ruby/network/orion/Wire.hh +++ b/src/mem/ruby/network/orion/Wire.hh @@ -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 -- cgit v1.2.3