From 0ab84ea84866c03f4fdaae996f352589c43caeeb Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Tue, 27 Oct 2020 21:28:55 -0700 Subject: [PATCH] arch: Re-add copyrights that were accidentally removed. The partial contents of some files were moved into other files, but the copyright wasn't moved over with them. This propogates the copyright. Change-Id: I8612e88ffb7584b15924cf747f671ca3cdefbe55 Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/36716 Reviewed-by: Andreas Sandberg Reviewed-by: Jason Lowe-Power Maintainer: Andreas Sandberg Maintainer: Jason Lowe-Power Tested-by: kokoro --- src/arch/power/linux/se_workload.cc | 3 +++ src/arch/power/linux/se_workload.hh | 2 ++ src/arch/sparc/linux/se_workload.cc | 1 + src/arch/sparc/linux/se_workload.hh | 1 + src/arch/x86/linux/se_workload.cc | 11 +++++++++++ src/arch/x86/linux/se_workload.hh | 11 +++++++++++ 6 files changed, 29 insertions(+) diff --git a/src/arch/power/linux/se_workload.cc b/src/arch/power/linux/se_workload.cc index 869b140c2..7e2b22cfa 100644 --- a/src/arch/power/linux/se_workload.cc +++ b/src/arch/power/linux/se_workload.cc @@ -1,4 +1,7 @@ /* + * Copyright 2003-2005 The Regents of The University of Michigan + * Copyright 2007-2008 The Florida State University + * Copyright 2009 The University of Edinburgh * Copyright 2020 Google Inc. * * Redistribution and use in source and binary forms, with or without diff --git a/src/arch/power/linux/se_workload.hh b/src/arch/power/linux/se_workload.hh index c306b994e..ac20e5d57 100644 --- a/src/arch/power/linux/se_workload.hh +++ b/src/arch/power/linux/se_workload.hh @@ -1,4 +1,6 @@ /* + * Copyright 2007-2008 The Florida State University + * Copyright 2009 The University of Edinburgh * Copyright 2020 Google Inc. * * Redistribution and use in source and binary forms, with or without diff --git a/src/arch/sparc/linux/se_workload.cc b/src/arch/sparc/linux/se_workload.cc index 7b652ff01..75f74cf65 100644 --- a/src/arch/sparc/linux/se_workload.cc +++ b/src/arch/sparc/linux/se_workload.cc @@ -1,4 +1,5 @@ /* + * Copyright 2003-2005 The Regents of The University of Michigan * Copyright 2020 Google Inc. * * Redistribution and use in source and binary forms, with or without diff --git a/src/arch/sparc/linux/se_workload.hh b/src/arch/sparc/linux/se_workload.hh index a5022d6f9..60a4be67c 100644 --- a/src/arch/sparc/linux/se_workload.hh +++ b/src/arch/sparc/linux/se_workload.hh @@ -1,4 +1,5 @@ /* + * Copyright 2003-2004 The Regents of The University of Michigan * Copyright 2020 Google Inc. * * Redistribution and use in source and binary forms, with or without diff --git a/src/arch/x86/linux/se_workload.cc b/src/arch/x86/linux/se_workload.cc index 1e5637103..f4a71cf85 100644 --- a/src/arch/x86/linux/se_workload.cc +++ b/src/arch/x86/linux/se_workload.cc @@ -1,4 +1,15 @@ /* + * Copyright 2007 The Hewlett-Packard Development Company + * + * The license below extends only to copyright in the software and shall + * not be construed as granting a license to any other intellectual + * property including but not limited to intellectual property relating + * to a hardware implementation of the functionality of the software + * licensed hereunder. You may use the software subject to the license + * terms below provided that you ensure that this notice is replicated + * unmodified and in its entirety in all distributions of the software, + * modified or unmodified, in source code or in binary form. + * * Copyright 2020 Google Inc. * * Redistribution and use in source and binary forms, with or without diff --git a/src/arch/x86/linux/se_workload.hh b/src/arch/x86/linux/se_workload.hh index ee1805c58..01d34ec9b 100644 --- a/src/arch/x86/linux/se_workload.hh +++ b/src/arch/x86/linux/se_workload.hh @@ -1,4 +1,15 @@ /* + * Copyright 2007 The Hewlett-Packard Development Company + * + * The license below extends only to copyright in the software and shall + * not be construed as granting a license to any other intellectual + * property including but not limited to intellectual property relating + * to a hardware implementation of the functionality of the software + * licensed hereunder. You may use the software subject to the license + * terms below provided that you ensure that this notice is replicated + * unmodified and in its entirety in all distributions of the software, + * modified or unmodified, in source code or in binary form. + * * Copyright 2020 Google Inc. * * Redistribution and use in source and binary forms, with or without -- 2.30.2