diff options
author | Patrick Georgi <pgeorgi@google.com> | 2015-03-26 15:17:45 +0100 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2015-06-24 07:09:24 +0200 |
commit | ba71ca3315726d112507242781c306749faeb44c (patch) | |
tree | cf353b7cb59c24e420e6c1017dc57c52bf27168d /src/mainboard/google/auron | |
parent | 3950966e327c8420e6dffa2efcd9181bd7bc3527 (diff) | |
download | coreboot-ba71ca3315726d112507242781c306749faeb44c.tar.xz |
Remove address from GPLv2 headers
Follow up for commit b890a12, some contributions brought
back a number of FSF addresses, so get rid of them again.
Change-Id: Icf83d5e2a3daea385af3572e9eac6b2431652c28
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Reviewed-on: http://review.coreboot.org/10640
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src/mainboard/google/auron')
-rw-r--r-- | src/mainboard/google/auron/acpi/video.asl | 2 | ||||
-rw-r--r-- | src/mainboard/google/auron/hda_verb.h | 2 | ||||
-rw-r--r-- | src/mainboard/google/auron/pei_data.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/mainboard/google/auron/acpi/video.asl b/src/mainboard/google/auron/acpi/video.asl index 3ececa912b..b0a637a677 100644 --- a/src/mainboard/google/auron/acpi/video.asl +++ b/src/mainboard/google/auron/acpi/video.asl @@ -14,7 +14,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * Foundation, Inc. */ // Brightness write diff --git a/src/mainboard/google/auron/hda_verb.h b/src/mainboard/google/auron/hda_verb.h index 2fd30905b7..275ee3a74b 100644 --- a/src/mainboard/google/auron/hda_verb.h +++ b/src/mainboard/google/auron/hda_verb.h @@ -14,7 +14,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * Foundation, Inc. */ static const u32 mainboard_cim_verb_data[] = { diff --git a/src/mainboard/google/auron/pei_data.c b/src/mainboard/google/auron/pei_data.c index 779a62b6d6..162ae9c2ce 100644 --- a/src/mainboard/google/auron/pei_data.c +++ b/src/mainboard/google/auron/pei_data.c @@ -14,7 +14,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * Foundation, Inc. */ #include <stdint.h> |