From 050b911141a2beaa17f3b49eb02bbda3bbef51ae Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Fri, 19 May 2023 18:54:04 -0600 Subject: lib/ubsan.c: Restore Jonas' copyright MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit During the cleanup of copyright lines, this file was incorrectly changed to remove the copyright line. It is not originally a part of the coreboot project, having been pulled in and adapted for use in coreboot. As such, and with the ISC license specifying that the copyright line should be maintained, the copyright line has been restored. See coreboot ticket # 479 for more information. Signed-off-by: Martin Roth Change-Id: Ia234cebd0a6d49d03e40c5a57cd346a07f3e4b09 Reviewed-on: https://review.coreboot.org/c/coreboot/+/75343 Tested-by: build bot (Jenkins) Reviewed-by: Matt DeVillier Reviewed-by: Marshall Dawson Reviewed-by: Kyösti Mälkki Reviewed-by: David Hendricks Reviewed-by: Paul Menzel Reviewed-by: Fred Reitberger Reviewed-by: Felix Singer Reviewed-by: Elyes Haouas Reviewed-by: Felix Held --- src/lib/ubsan.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/lib/ubsan.c b/src/lib/ubsan.c index 1037b1b17a..560493cfc2 100644 --- a/src/lib/ubsan.c +++ b/src/lib/ubsan.c @@ -4,6 +4,9 @@ * * Adapted from: * https://gitlab.com/sortix/sortix/raw/master/libc/ubsan/ubsan.c + * + * Copyright (c) 2014, 2015 Jonas 'Sortie' Termansen. + * */ #include -- cgit v1.2.3