diff options
author | Martin Roth <martinroth@google.com> | 2016-04-11 14:04:28 -0600 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-04-13 17:34:04 +0200 |
commit | 31a477c3e82ad2ae13b11a8965a52c002c52c85b (patch) | |
tree | 2ec2eb0f5fe1c7feb33f117126eda10752a73388 /src/mainboard/google/daisy | |
parent | ac0478150ef9f2be10b66ca1ed2f2b8dcc14a9b4 (diff) |
mainboard/google: Update license headers
Update all of the license headers to make sure they are compliant
with coreboot's license header policy.
Change-Id: Ied67c5079a7f49594edb39caf61fe7f386c3f80d
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/14323
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/mainboard/google/daisy')
-rw-r--r-- | src/mainboard/google/daisy/memlayout.ld | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/mainboard/google/daisy/memlayout.ld b/src/mainboard/google/daisy/memlayout.ld index ead7f47838..2c3330651d 100644 --- a/src/mainboard/google/daisy/memlayout.ld +++ b/src/mainboard/google/daisy/memlayout.ld @@ -1 +1,14 @@ +/* + * This file is part of the coreboot project. + * + * 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 + * the Free Software Foundation; version 2 of the License. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + */ + #include <soc/memlayout.ld> |