diff options
author | Martin Roth <martinroth@google.com> | 2016-04-11 20:56:52 -0600 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-04-13 17:36:14 +0200 |
commit | c5b0e3b566c5371479ad255dbe030c3f00fcd11c (patch) | |
tree | a64692c2f3482ac211a4654742e5b4158045f714 /src/southbridge | |
parent | 3aa362bca987b8d4444ab0620a5f55cee5edaa28 (diff) |
southbridge/via: Update license headers
Update all of the license headers to make sure they are compliant
with coreboot's license header policy.
Change-Id: Id6d11d1cea3ebde4adf63e3d98ac603d85591d5b
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/14331
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/southbridge')
-rw-r--r-- | src/southbridge/via/vt8237r/early_serial.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/southbridge/via/vt8237r/early_serial.c b/src/southbridge/via/vt8237r/early_serial.c index 9143f4690a..9249da6f7e 100644 --- a/src/southbridge/via/vt8237r/early_serial.c +++ b/src/southbridge/via/vt8237r/early_serial.c @@ -1,4 +1,17 @@ /* + * 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. + */ + +/* * Enable the serial devices on the VIA */ |