diff options
author | Patrick Georgi <pgeorgi@google.com> | 2020-05-10 17:34:15 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-05-11 17:11:59 +0000 |
commit | 1afe286367857471482660583fd784d9b8a7211c (patch) | |
tree | fb28a4b30f1ec034f43daf90be2d1ab1c38e00ea /util/vgabios | |
parent | 4ca63687978905486d8de83e87a5f2bfb323a42c (diff) |
util: Add SPDX header, replacing boiler plate where applicable
In a few cases a license was added: Stuff coming from Linux is
"GPL-2.0" (not GPL-2.0-only!), build-release is by me and got the
usual GPL-2.0-only treatment. uio_usbdebug and spkmodem had their
licenses propagate to all their files.
Change-Id: Ia5712bbaa417cb9e937834512351fcc0acfa16be
Signed-off-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/41202
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'util/vgabios')
-rw-r--r-- | util/vgabios/device.c | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/util/vgabios/device.c b/util/vgabios/device.c index b17d965667..d130314d37 100644 --- a/util/vgabios/device.c +++ b/util/vgabios/device.c @@ -1,13 +1,4 @@ -/****************************************************************************** - * This program and the accompanying materials - * are made available under the terms of the BSD License - * which accompanies this distribution, and is available at - * http://www.opensource.org/licenses/bsd-license.php - * - * Contributors: - * IBM Corporation - initial implementation - *****************************************************************************/ - +/* SPDX-License-Identifier: BSD-2-Clause */ #include <stdtypes.h> |