Patrick Georgi has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/41222 )
Change subject: LICENSES: retain copyright notices ......................................................................
LICENSES: retain copyright notices
BSD and MIT style licenses require to "retain" the copyright notice. LICENSES/retained-copyrights.txt serves that purpose and was generated using:
git log -p $(git grep -l "SPDX.*(BSD|MIT)") |egrep -i "^-.*(copyright|(c).*(19|20))" | sed -e 's,^[-/#* ]*,,g' |egrep -v "(Redistributions|DISCLAIMED|PROVIDED|LIABLE|Neither|BSD-style|above copyright notice|list of conditions)" |sort -u > LICENSES/retained-copyrights.txt
Change-Id: I45142b4e6acc54aeb4c8918e0367fb48e6b11604 Signed-off-by: Patrick Georgi pgeorgi@google.com --- A LICENSES/retained-copyrights.txt 1 file changed, 82 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/22/41222/1
diff --git a/LICENSES/retained-copyrights.txt b/LICENSES/retained-copyrights.txt new file mode 100644 index 0000000..8fe91fa --- /dev/null +++ b/LICENSES/retained-copyrights.txt @@ -0,0 +1,82 @@ +Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas. +Copyright 2006-2012 Red Hat, Inc. +Copyright © 2006 Intel Corporation +Copyright 2010, Google Inc. +Copyright 2012, Google Inc. +Copyright © 2012 Intel Corporation +Copyright 2012 Red Hat Inc. +Copyright 2013 Google Inc. +Copyright 2014 Google Inc. +Copyright 2015 Google Inc. +Copyright 2015, Google Inc. +Copyright 2016 Jonathan Neuschäfer j.neuschaefer@gmx.net +Copyright 2016 The Chromium OS Authors. All rights reserved. +Copyright 2017 Google Inc. +Copyright 2018 Generated Code +Copyright 2018-present Facebook, Inc. +Copyright 2019 9Elements Agency GmbH patrick.rudolph@9elements.com +Copyright (C) 2002 +Copyright (c) 2003-2016 Cavium Inc. (support@cavium.com). All rights +Copyright (c) 2003-2017 Cavium Inc. (support@cavium.com). All rights +Copyright (c) 2004, 2008 IBM Corporation +Copyright (c) 2005 ASPEED Technology Inc. +Copyright (c) 2006 - 2013, Intel Corporation. All rights reserved.<BR> +Copyright (c) 2008, 2009 Pattrick Hueper phueper@hueper.net +Copyright (C) 2008 Advanced Micro Devices, Inc. +Copyright (c) 2008, Google Inc. +Copyright (C) 2008 Jordan Crouse jordan@cosmicpenguin.net +Copyright (c) 2009-2012, Code Aurora Forum. All rights reserved. +Copyright (c) 2010-2017, The Regents of the University of California +Copyright (c) 2010, Code Aurora Forum. All rights reserved. +Copyright (C) 2010 coresystems GmbH +Copyright (c) 2010 Per Odlund per.odlund@armagedon.se +Copyright (c) 2011-2012, Code Aurora Forum. All rights reserved. +Copyright (c) 2011-2012 The Linux Foundation. All rights reserved. +Copyright (c) 2011-2012, The Linux Foundation. All rights reserved. +Copyright (c) 2011 - 2014 The Linux Foundation. All rights reserved. +Copyright (c) 2011-2019 The Linux Foundation. All rights reserved. +Copyright (c) 2011, Google Inc. +Copyright (c) 2012 - 2013, 2015, 2019 The Linux Foundation. +Copyright (c) 2012 - 2013, 2015 The Linux Foundation. All rights reserved. +Copyright (c) 2012 - 2013 The Linux Foundation. All rights reserved. +Copyright (c) 2012-2013 The Linux Foundation. All rights reserved. +Copyright (c) 2012, 2016-2017 Advanced Micro Devices, Inc. +Copyright (c) 2012, 2016-2019 Advanced Micro Devices, Inc. +Copyright (c) 2012-2019 The Linux Foundation. All rights reserved. +Copyright (c) 2012-2019 The Linux Foundation. All rights reserved.* +Copyright (c) 2012, Code Aurora Forum. All rights reserved. +Copyright (c) 2012 The Chromium OS Authors. All rights reserved. +Copyright (c) 2012 The Linux Foundation. All rights reserved. +Copyright (c) 2012 The Linux Foundation. All rights reserved.* +Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved. +Copyright (c) 2013-2015 Intel Corporation. +Copyright (c) 2013-2017 Intel Corporation. +Copyright (C) 2013 Google Inc. +Copyright (c) 2013 The Chromium OS Authors. All rights reserved. +Copyright (c) 2013 The Linux Foundation. All rights reserved. +Copyright (c) 2013, The Regents of the University of California (Regents). +Copyright (C) 2014 - 2015, 2019 The Linux Foundation. All rights reserved. +Copyright (C) 2014 - 2015 The Linux Foundation. All rights reserved. +Copyright (C) 2014 - 2016, 2019 The Linux Foundation. All rights reserved. +Copyright (C) 2014 - 2016 The Linux Foundation. All rights reserved. +Copyright (c) 2014 Google Inc. +Copyright (C) 2014 Google Inc. +Copyright (c) 2014 Google Inc. All rights reserved. +Copyright (c) 2014 The Chromium OS Authors. All rights reserved. +Copyright (C) 2014 The Linux Foundation. All rights reserved. +Copyright (C) 2015-2016 Intel Corporation. +Copyright (C) 2015-2016, Intel Corporation +Copyright (c) 2015 - 2016, Intel Corporation. All rights reserved. +Copyright (C) 2015 Google Inc. +Copyright (c) 2015, Intel Corporation. All rights reserved. +Copyright (c) 2015 The Chromium OS Authors. All rights reserved. +Copyright (C) 2015 The Linux Foundation. All rights reserved. +Copyright (c) 2015, The Linux Foundation. All rights reserved. +Copyright (C) 2015 Timothy Pearson tpearson@raptorengineeringinc.com, Raptor Engineering +Copyright (c) 2016, 2018, The Linux Foundation. All rights reserved. +Copyright (C) 2016 Google Inc. +Copyright (c) 2016, The Regents of the University of California (Regents). +Copyright (C) 2018 - 2019 The Linux Foundation. All rights reserved. +Copyright (c) 2018, HardenedLinux. +Copyright (C) 2018, The Linux Foundation. All rights reserved. +Copyright Dave Airlie airlied@redhat.com
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/41222
to look at the new patch set (#2).
Change subject: LICENSES: retain copyright notices ......................................................................
LICENSES: retain copyright notices
BSD and MIT style licenses require to "retain" the copyright notice. LICENSES/retained-copyrights.txt serves that purpose and was generated using:
git log -p $(git grep -l "SPDX.*(BSD|MIT)") |egrep -i "^-.*(copyright|(c).*(19|20))" | sed -e 's,^[-/#* ]*,,g' |egrep -v "(Redistributions|DISCLAIMED|PROVIDED|LIABLE|Neither|BSD-style|above copyright notice|list of conditions)" |sort -u > LICENSES/retained-copyrights.txt
Change-Id: I45142b4e6acc54aeb4c8918e0367fb48e6b11604 Signed-off-by: Patrick Georgi pgeorgi@google.com --- A LICENSES/retained-copyrights.txt 1 file changed, 82 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/22/41222/2
HAOUAS Elyes has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/41222 )
Change subject: LICENSES: retain copyright notices ......................................................................
Patch Set 2:
(1 comment)
https://review.coreboot.org/c/coreboot/+/41222/2/LICENSES/retained-copyright... File LICENSES/retained-copyrights.txt:
https://review.coreboot.org/c/coreboot/+/41222/2/LICENSES/retained-copyright... PS2, Line 18: Copyright (C) 2002 Only 2002?
Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/41222 )
Change subject: LICENSES: retain copyright notices ......................................................................
Patch Set 2: Code-Review+1
(1 comment)
https://review.coreboot.org/c/coreboot/+/41222/2/LICENSES/retained-copyright... File LICENSES/retained-copyrights.txt:
https://review.coreboot.org/c/coreboot/+/41222/2/LICENSES/retained-copyright... PS2, Line 18: Copyright (C) 2002
Only 2002?
looks like the actual copyright holder was on a separate line
Patrick Georgi has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/41222 )
Change subject: LICENSES: retain copyright notices ......................................................................
Patch Set 3:
(1 comment)
https://review.coreboot.org/c/coreboot/+/41222/2/LICENSES/retained-copyright... File LICENSES/retained-copyrights.txt:
https://review.coreboot.org/c/coreboot/+/41222/2/LICENSES/retained-copyright... PS2, Line 18: Copyright (C) 2002
looks like the actual copyright holder was on a separate line
Indeed. I fixed it in a follow up commit to keep this one mechanical.
HAOUAS Elyes has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/41222 )
Change subject: LICENSES: retain copyright notices ......................................................................
Patch Set 4: Code-Review+2
Patrick Georgi has submitted this change. ( https://review.coreboot.org/c/coreboot/+/41222 )
Change subject: LICENSES: retain copyright notices ......................................................................
LICENSES: retain copyright notices
BSD and MIT style licenses require to "retain" the copyright notice. LICENSES/retained-copyrights.txt serves that purpose and was generated using:
git log -p $(git grep -l "SPDX.*(BSD|MIT)") |egrep -i "^-.*(copyright|(c).*(19|20))" | sed -e 's,^[-/#* ]*,,g' |egrep -v "(Redistributions|DISCLAIMED|PROVIDED|LIABLE|Neither|BSD-style|above copyright notice|list of conditions)" |sort -u > LICENSES/retained-copyrights.txt
Change-Id: I45142b4e6acc54aeb4c8918e0367fb48e6b11604 Signed-off-by: Patrick Georgi pgeorgi@google.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/41222 Reviewed-by: HAOUAS Elyes ehaouas@noos.fr Reviewed-by: Angel Pons th3fanbus@gmail.com Tested-by: build bot (Jenkins) no-reply@coreboot.org --- A LICENSES/retained-copyrights.txt 1 file changed, 82 insertions(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified HAOUAS Elyes: Looks good to me, approved Angel Pons: Looks good to me, but someone else must approve
diff --git a/LICENSES/retained-copyrights.txt b/LICENSES/retained-copyrights.txt new file mode 100644 index 0000000..8fe91fa --- /dev/null +++ b/LICENSES/retained-copyrights.txt @@ -0,0 +1,82 @@ +Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas. +Copyright 2006-2012 Red Hat, Inc. +Copyright © 2006 Intel Corporation +Copyright 2010, Google Inc. +Copyright 2012, Google Inc. +Copyright © 2012 Intel Corporation +Copyright 2012 Red Hat Inc. +Copyright 2013 Google Inc. +Copyright 2014 Google Inc. +Copyright 2015 Google Inc. +Copyright 2015, Google Inc. +Copyright 2016 Jonathan Neuschäfer j.neuschaefer@gmx.net +Copyright 2016 The Chromium OS Authors. All rights reserved. +Copyright 2017 Google Inc. +Copyright 2018 Generated Code +Copyright 2018-present Facebook, Inc. +Copyright 2019 9Elements Agency GmbH patrick.rudolph@9elements.com +Copyright (C) 2002 +Copyright (c) 2003-2016 Cavium Inc. (support@cavium.com). All rights +Copyright (c) 2003-2017 Cavium Inc. (support@cavium.com). All rights +Copyright (c) 2004, 2008 IBM Corporation +Copyright (c) 2005 ASPEED Technology Inc. +Copyright (c) 2006 - 2013, Intel Corporation. All rights reserved.<BR> +Copyright (c) 2008, 2009 Pattrick Hueper phueper@hueper.net +Copyright (C) 2008 Advanced Micro Devices, Inc. +Copyright (c) 2008, Google Inc. +Copyright (C) 2008 Jordan Crouse jordan@cosmicpenguin.net +Copyright (c) 2009-2012, Code Aurora Forum. All rights reserved. +Copyright (c) 2010-2017, The Regents of the University of California +Copyright (c) 2010, Code Aurora Forum. All rights reserved. +Copyright (C) 2010 coresystems GmbH +Copyright (c) 2010 Per Odlund per.odlund@armagedon.se +Copyright (c) 2011-2012, Code Aurora Forum. All rights reserved. +Copyright (c) 2011-2012 The Linux Foundation. All rights reserved. +Copyright (c) 2011-2012, The Linux Foundation. All rights reserved. +Copyright (c) 2011 - 2014 The Linux Foundation. All rights reserved. +Copyright (c) 2011-2019 The Linux Foundation. All rights reserved. +Copyright (c) 2011, Google Inc. +Copyright (c) 2012 - 2013, 2015, 2019 The Linux Foundation. +Copyright (c) 2012 - 2013, 2015 The Linux Foundation. All rights reserved. +Copyright (c) 2012 - 2013 The Linux Foundation. All rights reserved. +Copyright (c) 2012-2013 The Linux Foundation. All rights reserved. +Copyright (c) 2012, 2016-2017 Advanced Micro Devices, Inc. +Copyright (c) 2012, 2016-2019 Advanced Micro Devices, Inc. +Copyright (c) 2012-2019 The Linux Foundation. All rights reserved. +Copyright (c) 2012-2019 The Linux Foundation. All rights reserved.* +Copyright (c) 2012, Code Aurora Forum. All rights reserved. +Copyright (c) 2012 The Chromium OS Authors. All rights reserved. +Copyright (c) 2012 The Linux Foundation. All rights reserved. +Copyright (c) 2012 The Linux Foundation. All rights reserved.* +Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved. +Copyright (c) 2013-2015 Intel Corporation. +Copyright (c) 2013-2017 Intel Corporation. +Copyright (C) 2013 Google Inc. +Copyright (c) 2013 The Chromium OS Authors. All rights reserved. +Copyright (c) 2013 The Linux Foundation. All rights reserved. +Copyright (c) 2013, The Regents of the University of California (Regents). +Copyright (C) 2014 - 2015, 2019 The Linux Foundation. All rights reserved. +Copyright (C) 2014 - 2015 The Linux Foundation. All rights reserved. +Copyright (C) 2014 - 2016, 2019 The Linux Foundation. All rights reserved. +Copyright (C) 2014 - 2016 The Linux Foundation. All rights reserved. +Copyright (c) 2014 Google Inc. +Copyright (C) 2014 Google Inc. +Copyright (c) 2014 Google Inc. All rights reserved. +Copyright (c) 2014 The Chromium OS Authors. All rights reserved. +Copyright (C) 2014 The Linux Foundation. All rights reserved. +Copyright (C) 2015-2016 Intel Corporation. +Copyright (C) 2015-2016, Intel Corporation +Copyright (c) 2015 - 2016, Intel Corporation. All rights reserved. +Copyright (C) 2015 Google Inc. +Copyright (c) 2015, Intel Corporation. All rights reserved. +Copyright (c) 2015 The Chromium OS Authors. All rights reserved. +Copyright (C) 2015 The Linux Foundation. All rights reserved. +Copyright (c) 2015, The Linux Foundation. All rights reserved. +Copyright (C) 2015 Timothy Pearson tpearson@raptorengineeringinc.com, Raptor Engineering +Copyright (c) 2016, 2018, The Linux Foundation. All rights reserved. +Copyright (C) 2016 Google Inc. +Copyright (c) 2016, The Regents of the University of California (Regents). +Copyright (C) 2018 - 2019 The Linux Foundation. All rights reserved. +Copyright (c) 2018, HardenedLinux. +Copyright (C) 2018, The Linux Foundation. All rights reserved. +Copyright Dave Airlie airlied@redhat.com
9elements QA has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/41222 )
Change subject: LICENSES: retain copyright notices ......................................................................
Patch Set 5:
Automatic boot test returned (PASS/FAIL/TOTAL): 4/0/4 Emulation targets: "QEMU x86 q35/ich9" using payload TianoCore : SUCCESS : https://lava.9esec.io/r/3341 "QEMU x86 q35/ich9" using payload SeaBIOS : SUCCESS : https://lava.9esec.io/r/3340 "QEMU x86 i440fx/piix4" using payload SeaBIOS : SUCCESS : https://lava.9esec.io/r/3339 "QEMU AArch64" using payload LinuxBoot_u-root_kexec : SUCCESS : https://lava.9esec.io/r/3338
Please note: This test is under development and might not be accurate at all!