summaryrefslogtreecommitdiffstats
path: root/src/mainboard/system76
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@google.com>2020-03-17 12:51:24 +0100
committerPatrick Georgi <pgeorgi@google.com>2020-03-18 09:40:00 +0000
commit53a9e418913df9becc5a42a8e4e33466db528e1b (patch)
tree758fea02eb58e0a7337dad1def96f00e6c34fce4 /src/mainboard/system76
parent3b618bbe31e06a1dbea3656b234718971e30af14 (diff)
downloadcoreboot-53a9e418913df9becc5a42a8e4e33466db528e1b.tar.gz
coreboot-53a9e418913df9becc5a42a8e4e33466db528e1b.tar.bz2
coreboot-53a9e418913df9becc5a42a8e4e33466db528e1b.zip
mainboard/[^a-p]*: Remove copyright notices
They're listed in AUTHORS and often incorrect anyway, for example: - What's a "Copyright $year-present"? - Which incarnation of Google (Inc, LLC, ...) is the current copyright holder? - People sometimes have their editor auto-add themselves to files even though they only deleted stuff - Or they let the editor automatically update the copyright year, because why not? - Who is the copyright holder "The coreboot project Authors"? - Or "Generated Code"? Sidestep all these issues by simply not putting these notices in individual files, let's list all copyright holders in AUTHORS instead and use the git history to deal with the rest. Change-Id: I18e513cefc373b1cd70d31d1159928cc948a8476 Signed-off-by: Patrick Georgi <pgeorgi@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/39609 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: David Hendricks <david.hendricks@gmail.com> Reviewed-by: Tristan Corrick <tristan@corrick.kiwi>
Diffstat (limited to 'src/mainboard/system76')
-rw-r--r--src/mainboard/system76/lemp9/acpi/ac.asl1
-rw-r--r--src/mainboard/system76/lemp9/acpi/battery.asl1
-rw-r--r--src/mainboard/system76/lemp9/acpi/buttons.asl1
-rw-r--r--src/mainboard/system76/lemp9/acpi/ec.asl1
-rw-r--r--src/mainboard/system76/lemp9/acpi/ec_ram.asl1
-rw-r--r--src/mainboard/system76/lemp9/acpi/gpe.asl1
-rw-r--r--src/mainboard/system76/lemp9/acpi/hid.asl1
-rw-r--r--src/mainboard/system76/lemp9/acpi/lid.asl1
-rw-r--r--src/mainboard/system76/lemp9/acpi/mainboard.asl1
-rw-r--r--src/mainboard/system76/lemp9/acpi/s76.asl1
-rw-r--r--src/mainboard/system76/lemp9/acpi/sleep.asl1
-rw-r--r--src/mainboard/system76/lemp9/bootblock.c1
-rw-r--r--src/mainboard/system76/lemp9/dsdt.asl3
-rw-r--r--src/mainboard/system76/lemp9/gpio.h1
-rw-r--r--src/mainboard/system76/lemp9/hda_verb.c1
-rw-r--r--src/mainboard/system76/lemp9/ramstage.c1
-rw-r--r--src/mainboard/system76/lemp9/romstage.c1
17 files changed, 0 insertions, 19 deletions
diff --git a/src/mainboard/system76/lemp9/acpi/ac.asl b/src/mainboard/system76/lemp9/acpi/ac.asl
index 6574c61e41ef..2355ed5fbc2c 100644
--- a/src/mainboard/system76/lemp9/acpi/ac.asl
+++ b/src/mainboard/system76/lemp9/acpi/ac.asl
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2019 System76
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/src/mainboard/system76/lemp9/acpi/battery.asl b/src/mainboard/system76/lemp9/acpi/battery.asl
index c1e6c6ce1dc1..cf2ce19f4c76 100644
--- a/src/mainboard/system76/lemp9/acpi/battery.asl
+++ b/src/mainboard/system76/lemp9/acpi/battery.asl
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2019 System76
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/src/mainboard/system76/lemp9/acpi/buttons.asl b/src/mainboard/system76/lemp9/acpi/buttons.asl
index 62847b5c09a9..f8f29109708d 100644
--- a/src/mainboard/system76/lemp9/acpi/buttons.asl
+++ b/src/mainboard/system76/lemp9/acpi/buttons.asl
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2019 System76
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/mainboard/system76/lemp9/acpi/ec.asl b/src/mainboard/system76/lemp9/acpi/ec.asl
index c26670a0096b..0e3a68dda550 100644
--- a/src/mainboard/system76/lemp9/acpi/ec.asl
+++ b/src/mainboard/system76/lemp9/acpi/ec.asl
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2019 System76
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/src/mainboard/system76/lemp9/acpi/ec_ram.asl b/src/mainboard/system76/lemp9/acpi/ec_ram.asl
index 4bb452b6e3b0..ea57291cf480 100644
--- a/src/mainboard/system76/lemp9/acpi/ec_ram.asl
+++ b/src/mainboard/system76/lemp9/acpi/ec_ram.asl
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2019 System76
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/src/mainboard/system76/lemp9/acpi/gpe.asl b/src/mainboard/system76/lemp9/acpi/gpe.asl
index e68c9cd306cf..99f77f347d79 100644
--- a/src/mainboard/system76/lemp9/acpi/gpe.asl
+++ b/src/mainboard/system76/lemp9/acpi/gpe.asl
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2019 System76
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/mainboard/system76/lemp9/acpi/hid.asl b/src/mainboard/system76/lemp9/acpi/hid.asl
index 1f151d55821d..f89bc82208f7 100644
--- a/src/mainboard/system76/lemp9/acpi/hid.asl
+++ b/src/mainboard/system76/lemp9/acpi/hid.asl
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2019 System76
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/src/mainboard/system76/lemp9/acpi/lid.asl b/src/mainboard/system76/lemp9/acpi/lid.asl
index 729a0d9090b2..3d7dddbc2053 100644
--- a/src/mainboard/system76/lemp9/acpi/lid.asl
+++ b/src/mainboard/system76/lemp9/acpi/lid.asl
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2019 System76
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/src/mainboard/system76/lemp9/acpi/mainboard.asl b/src/mainboard/system76/lemp9/acpi/mainboard.asl
index d065ee166ee0..1f2b33d2a80a 100644
--- a/src/mainboard/system76/lemp9/acpi/mainboard.asl
+++ b/src/mainboard/system76/lemp9/acpi/mainboard.asl
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2019 System76
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/mainboard/system76/lemp9/acpi/s76.asl b/src/mainboard/system76/lemp9/acpi/s76.asl
index 145feb0c72b0..042e7e2431d0 100644
--- a/src/mainboard/system76/lemp9/acpi/s76.asl
+++ b/src/mainboard/system76/lemp9/acpi/s76.asl
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2019 System76
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/src/mainboard/system76/lemp9/acpi/sleep.asl b/src/mainboard/system76/lemp9/acpi/sleep.asl
index 9a3ecaa37344..bb01a96a9b27 100644
--- a/src/mainboard/system76/lemp9/acpi/sleep.asl
+++ b/src/mainboard/system76/lemp9/acpi/sleep.asl
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2019 System76
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/mainboard/system76/lemp9/bootblock.c b/src/mainboard/system76/lemp9/bootblock.c
index 00c4588f5f29..989ea3cc1430 100644
--- a/src/mainboard/system76/lemp9/bootblock.c
+++ b/src/mainboard/system76/lemp9/bootblock.c
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2019 System76
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/mainboard/system76/lemp9/dsdt.asl b/src/mainboard/system76/lemp9/dsdt.asl
index 75a98885ed58..7e3fdf503beb 100644
--- a/src/mainboard/system76/lemp9/dsdt.asl
+++ b/src/mainboard/system76/lemp9/dsdt.asl
@@ -1,9 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2007-2009 coresystems GmbH
- * Copyright (C) 2015 Google Inc.
- * Copyright (C) 2015 Intel Corporation
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/mainboard/system76/lemp9/gpio.h b/src/mainboard/system76/lemp9/gpio.h
index 0d8737ad20c3..f837ea4c725c 100644
--- a/src/mainboard/system76/lemp9/gpio.h
+++ b/src/mainboard/system76/lemp9/gpio.h
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2019 System76
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/mainboard/system76/lemp9/hda_verb.c b/src/mainboard/system76/lemp9/hda_verb.c
index 0539e898317e..4f8aa2d117ac 100644
--- a/src/mainboard/system76/lemp9/hda_verb.c
+++ b/src/mainboard/system76/lemp9/hda_verb.c
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2019 System76
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/mainboard/system76/lemp9/ramstage.c b/src/mainboard/system76/lemp9/ramstage.c
index 97d3dff10f31..e73a892ef3f9 100644
--- a/src/mainboard/system76/lemp9/ramstage.c
+++ b/src/mainboard/system76/lemp9/ramstage.c
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2019 System76
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/mainboard/system76/lemp9/romstage.c b/src/mainboard/system76/lemp9/romstage.c
index 6b9b02eb9235..e456ffc51f01 100644
--- a/src/mainboard/system76/lemp9/romstage.c
+++ b/src/mainboard/system76/lemp9/romstage.c
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2019 System76
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by