From 72c0dd9a61f81307d53d0b94496f91fee293f937 Mon Sep 17 00:00:00 2001 From: yfu Date: Tue, 2 Jun 2015 15:02:14 -0400 Subject: [PATCH] [license] Add Princeton University as the organization in the license header --- LICENSE | 2 +- Makefile | 2 +- env.sh | 2 +- src/bus.cpp | 2 +- src/bus.h | 2 +- src/cache.cpp | 2 +- src/cache.h | 2 +- src/common.h | 2 +- src/core_manager.cpp | 2 +- src/core_manager.h | 2 +- src/dram.cpp | 2 +- src/dram.h | 2 +- src/link.cpp | 2 +- src/link.h | 2 +- src/network.cpp | 2 +- src/network.h | 2 +- src/page_table.cpp | 2 +- src/page_table.h | 2 +- src/pin_prime.cpp | 2 +- src/pin_prime.h | 2 +- src/prime.cpp | 2 +- src/prime.h | 2 +- src/system.cpp | 2 +- src/system.h | 2 +- src/thread_sched.cpp | 2 +- src/thread_sched.h | 2 +- src/uncore_manager.cpp | 2 +- src/uncore_manager.h | 2 +- src/xml_parser.cpp | 2 +- src/xml_parser.h | 2 +- tools/config_prime | 2 +- tools/run_prime | 2 +- 32 files changed, 32 insertions(+), 32 deletions(-) diff --git a/LICENSE b/LICENSE index 1bd1b44..cf7874c 100644 --- a/LICENSE +++ b/LICENSE @@ -8,7 +8,7 @@ modification, are permitted provided that the following conditions are met: * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of the nor the + * Neither the name of Princeton University nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. diff --git a/Makefile b/Makefile index fd5ead7..49e8ef8 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ # * Redistributions in binary form must reproduce the above copyright # notice, this list of conditions and the following disclaimer in the # documentation and/or other materials provided with the distribution. -# * Neither the name of the nor the +# * Neither the name of Princeton University nor the # names of its contributors may be used to endorse or promote products # derived from this software without specific prior written permission. # diff --git a/env.sh b/env.sh index 75f2254..b2f7c8c 100755 --- a/env.sh +++ b/env.sh @@ -10,7 +10,7 @@ # * Redistributions in binary form must reproduce the above copyright # notice, this list of conditions and the following disclaimer in the # documentation and/or other materials provided with the distribution. -# * Neither the name of the nor the +# * Neither the name of Princeton University nor the # names of its contributors may be used to endorse or promote products # derived from this software without specific prior written permission. # diff --git a/src/bus.cpp b/src/bus.cpp index 4f25576..fd6f3f7 100644 --- a/src/bus.cpp +++ b/src/bus.cpp @@ -14,7 +14,7 @@ modification, are permitted provided that the following conditions are met: * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of the nor the + * Neither the name of Princeton University nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. diff --git a/src/bus.h b/src/bus.h index a5709f2..d413436 100644 --- a/src/bus.h +++ b/src/bus.h @@ -12,7 +12,7 @@ modification, are permitted provided that the following conditions are met: * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of the nor the + * Neither the name of Princeton University nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. diff --git a/src/cache.cpp b/src/cache.cpp index dab0ecb..a539557 100644 --- a/src/cache.cpp +++ b/src/cache.cpp @@ -12,7 +12,7 @@ modification, are permitted provided that the following conditions are met: * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of the nor the + * Neither the name of Princeton University nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. diff --git a/src/cache.h b/src/cache.h index 107cdb7..f4c4576 100644 --- a/src/cache.h +++ b/src/cache.h @@ -12,7 +12,7 @@ modification, are permitted provided that the following conditions are met: * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of the nor the + * Neither the name of Princeton University nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. diff --git a/src/common.h b/src/common.h index de6e01c..80fbc3c 100644 --- a/src/common.h +++ b/src/common.h @@ -12,7 +12,7 @@ modification, are permitted provided that the following conditions are met: * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of the nor the + * Neither the name of Princeton University nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. diff --git a/src/core_manager.cpp b/src/core_manager.cpp index 51241cf..0e4695b 100644 --- a/src/core_manager.cpp +++ b/src/core_manager.cpp @@ -12,7 +12,7 @@ modification, are permitted provided that the following conditions are met: * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of the nor the + * Neither the name of Princeton University nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. diff --git a/src/core_manager.h b/src/core_manager.h index 68d14c7..5a85e61 100644 --- a/src/core_manager.h +++ b/src/core_manager.h @@ -12,7 +12,7 @@ modification, are permitted provided that the following conditions are met: * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of the nor the + * Neither the name of Princeton University nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. diff --git a/src/dram.cpp b/src/dram.cpp index 73a29c7..9ab7544 100644 --- a/src/dram.cpp +++ b/src/dram.cpp @@ -12,7 +12,7 @@ modification, are permitted provided that the following conditions are met: * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of the nor the + * Neither the name of Princeton University nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. diff --git a/src/dram.h b/src/dram.h index 9b95e9a..1203c2d 100644 --- a/src/dram.h +++ b/src/dram.h @@ -12,7 +12,7 @@ modification, are permitted provided that the following conditions are met: * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of the nor the + * Neither the name of Princeton University nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. diff --git a/src/link.cpp b/src/link.cpp index 8ffc4ff..83f7979 100644 --- a/src/link.cpp +++ b/src/link.cpp @@ -14,7 +14,7 @@ modification, are permitted provided that the following conditions are met: * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of the nor the + * Neither the name of Princeton University nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. diff --git a/src/link.h b/src/link.h index be24294..b1c5385 100644 --- a/src/link.h +++ b/src/link.h @@ -12,7 +12,7 @@ modification, are permitted provided that the following conditions are met: * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of the nor the + * Neither the name of Princeton University nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. diff --git a/src/network.cpp b/src/network.cpp index f8e5413..d2b4a3e 100644 --- a/src/network.cpp +++ b/src/network.cpp @@ -13,7 +13,7 @@ modification, are permitted provided that the following conditions are met: * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of the nor the + * Neither the name of Princeton University nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. diff --git a/src/network.h b/src/network.h index e7d9e6e..579d186 100644 --- a/src/network.h +++ b/src/network.h @@ -12,7 +12,7 @@ modification, are permitted provided that the following conditions are met: * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of the nor the + * Neither the name of Princeton University nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. diff --git a/src/page_table.cpp b/src/page_table.cpp index aa2a492..e207f16 100644 --- a/src/page_table.cpp +++ b/src/page_table.cpp @@ -13,7 +13,7 @@ modification, are permitted provided that the following conditions are met: * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of the nor the + * Neither the name of Princeton University nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. diff --git a/src/page_table.h b/src/page_table.h index a417e41..8ae8e65 100644 --- a/src/page_table.h +++ b/src/page_table.h @@ -12,7 +12,7 @@ modification, are permitted provided that the following conditions are met: * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of the nor the + * Neither the name of Princeton University nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. diff --git a/src/pin_prime.cpp b/src/pin_prime.cpp index 48c8861..d1ed936 100644 --- a/src/pin_prime.cpp +++ b/src/pin_prime.cpp @@ -13,7 +13,7 @@ modification, are permitted provided that the following conditions are met: * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of the nor the + * Neither the name of Princeton University nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. diff --git a/src/pin_prime.h b/src/pin_prime.h index 4c6d699..d030afb 100644 --- a/src/pin_prime.h +++ b/src/pin_prime.h @@ -12,7 +12,7 @@ modification, are permitted provided that the following conditions are met: * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of the nor the + * Neither the name of Princeton University nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. diff --git a/src/prime.cpp b/src/prime.cpp index b68dee6..6c7d48d 100644 --- a/src/prime.cpp +++ b/src/prime.cpp @@ -12,7 +12,7 @@ modification, are permitted provided that the following conditions are met: * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of the nor the + * Neither the name of Princeton University nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. diff --git a/src/prime.h b/src/prime.h index 0f1c68a..cd01e1a 100644 --- a/src/prime.h +++ b/src/prime.h @@ -12,7 +12,7 @@ modification, are permitted provided that the following conditions are met: * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of the nor the + * Neither the name of Princeton University nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. diff --git a/src/system.cpp b/src/system.cpp index ee7cf8d..5d46202 100644 --- a/src/system.cpp +++ b/src/system.cpp @@ -12,7 +12,7 @@ modification, are permitted provided that the following conditions are met: * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of the nor the + * Neither the name of Princeton University nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. diff --git a/src/system.h b/src/system.h index 6ce5169..1241595 100644 --- a/src/system.h +++ b/src/system.h @@ -12,7 +12,7 @@ modification, are permitted provided that the following conditions are met: * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of the nor the + * Neither the name of Princeton University nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. diff --git a/src/thread_sched.cpp b/src/thread_sched.cpp index 64afec7..a94205e 100644 --- a/src/thread_sched.cpp +++ b/src/thread_sched.cpp @@ -12,7 +12,7 @@ modification, are permitted provided that the following conditions are met: * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of the nor the + * Neither the name of Princeton University nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. diff --git a/src/thread_sched.h b/src/thread_sched.h index eebbd19..007852c 100644 --- a/src/thread_sched.h +++ b/src/thread_sched.h @@ -12,7 +12,7 @@ modification, are permitted provided that the following conditions are met: * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of the nor the + * Neither the name of Princeton University nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. diff --git a/src/uncore_manager.cpp b/src/uncore_manager.cpp index 47081de..cdb6369 100644 --- a/src/uncore_manager.cpp +++ b/src/uncore_manager.cpp @@ -12,7 +12,7 @@ modification, are permitted provided that the following conditions are met: * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of the nor the + * Neither the name of Princeton University nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. diff --git a/src/uncore_manager.h b/src/uncore_manager.h index 6ab30da..8d658fe 100644 --- a/src/uncore_manager.h +++ b/src/uncore_manager.h @@ -12,7 +12,7 @@ modification, are permitted provided that the following conditions are met: * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of the nor the + * Neither the name of Princeton University nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. diff --git a/src/xml_parser.cpp b/src/xml_parser.cpp index e6f908d..c5ca0cc 100644 --- a/src/xml_parser.cpp +++ b/src/xml_parser.cpp @@ -12,7 +12,7 @@ modification, are permitted provided that the following conditions are met: * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of the nor the + * Neither the name of Princeton University nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. diff --git a/src/xml_parser.h b/src/xml_parser.h index 1d90b29..57be6b8 100644 --- a/src/xml_parser.h +++ b/src/xml_parser.h @@ -12,7 +12,7 @@ modification, are permitted provided that the following conditions are met: * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of the nor the + * Neither the name of Princeton University nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. diff --git a/tools/config_prime b/tools/config_prime index 7885988..a110c90 100755 --- a/tools/config_prime +++ b/tools/config_prime @@ -13,7 +13,7 @@ # * Redistributions in binary form must reproduce the above copyright # notice, this list of conditions and the following disclaimer in the # documentation and/or other materials provided with the distribution. -# * Neither the name of the nor the +# * Neither the name of Princeton University nor the # names of its contributors may be used to endorse or promote products # derived from this software without specific prior written permission. # diff --git a/tools/run_prime b/tools/run_prime index 4a5cdd4..d1c8b6c 100755 --- a/tools/run_prime +++ b/tools/run_prime @@ -13,7 +13,7 @@ # * Redistributions in binary form must reproduce the above copyright # notice, this list of conditions and the following disclaimer in the # documentation and/or other materials provided with the distribution. -# * Neither the name of the nor the +# * Neither the name of Princeton University nor the # names of its contributors may be used to endorse or promote products # derived from this software without specific prior written permission. #