From 16849bbe0c8a79277e1a682dcb42eafd2025959c Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Sun, 10 May 2020 17:52:40 +0200 Subject: treewide: split off license text, remove extra copyright notices Copyright notices are best stored in AUTHORS Change-Id: Ib9025c58987ee2f7db600e038f5d3e4edc69aacc Signed-off-by: Patrick Georgi Reviewed-on: https://review.coreboot.org/c/coreboot/+/41203 Reviewed-by: HAOUAS Elyes Tested-by: build bot (Jenkins) --- src/lib/edid.c | 4 ---- src/lib/edid_fill_fb.c | 2 -- src/lib/ubsan.c | 6 ++---- 3 files changed, 2 insertions(+), 10 deletions(-) (limited to 'src/lib') diff --git a/src/lib/edid.c b/src/lib/edid.c index 048cc6ad5a..748f3d63fd 100644 --- a/src/lib/edid.c +++ b/src/lib/edid.c @@ -1,7 +1,4 @@ /* - * Copyright 2013 Google Inc. - * Copyright 2006-2012 Red Hat, Inc. - * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation @@ -20,7 +17,6 @@ * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/* Author: Adam Jackson */ /* this is a pretty robust parser for EDID, and we're tasked with parsing * an arbitrary panel. We will pass it a raw EDID block and a struct which diff --git a/src/lib/edid_fill_fb.c b/src/lib/edid_fill_fb.c index 1b38ead596..31ee6d1f8f 100644 --- a/src/lib/edid_fill_fb.c +++ b/src/lib/edid_fill_fb.c @@ -1,6 +1,4 @@ /* - * Copyright 2013 Google Inc. - * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation diff --git a/src/lib/ubsan.c b/src/lib/ubsan.c index 128340092f..b91dac2636 100644 --- a/src/lib/ubsan.c +++ b/src/lib/ubsan.c @@ -1,6 +1,4 @@ /* - * Copyright (c) 2014, 2015 Jonas 'Sortie' Termansen. - * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. @@ -12,8 +10,8 @@ * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - * - * ubsan/ubsan.c + */ +/* ubsan/ubsan.c * Undefined behavior sanitizer runtime support. * * Adapted from: -- cgit v1.2.3