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/drivers/aspeed/common/ast_i2c.c | 10 +++------- src/drivers/aspeed/common/ast_mode.c | 14 ++++---------- src/drivers/aspeed/common/ast_mode_corebootfb.c | 11 +++-------- src/drivers/intel/gma/i915_reg.h | 4 +--- src/drivers/intel/gma/intel_bios.h | 5 ++--- src/drivers/intel/gma/intel_ddi.c | 7 ------- 6 files changed, 13 insertions(+), 38 deletions(-) (limited to 'src/drivers') diff --git a/src/drivers/aspeed/common/ast_i2c.c b/src/drivers/aspeed/common/ast_i2c.c index 0838d10fcb..a8cfc54a91 100644 --- a/src/drivers/aspeed/common/ast_i2c.c +++ b/src/drivers/aspeed/common/ast_i2c.c @@ -1,11 +1,4 @@ /* - * Copied from Linux drivers/gpu/drm/ast/ast_mode.c - * - * Copyright 2012 Red Hat Inc. - * Parts based on xf86-video-ast - * Copyright (c) 2005 ASPEED Technology Inc. - * Copyright Dave Airlie - * Copyright 2019 9Elements Agency GmbH * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the @@ -29,6 +22,9 @@ * */ +/* + * Copied from Linux drivers/gpu/drm/ast/ast_mode.c + */ #include #include diff --git a/src/drivers/aspeed/common/ast_mode.c b/src/drivers/aspeed/common/ast_mode.c index 2b6cedae3c..ef76ab3a77 100644 --- a/src/drivers/aspeed/common/ast_mode.c +++ b/src/drivers/aspeed/common/ast_mode.c @@ -1,12 +1,4 @@ /* - * Copied from Linux drivers/gpu/drm/ast/ast_mode.c - * - * Copyright 2012 Red Hat Inc. - * Parts based on xf86-video-ast - * Copyright (c) 2005 ASPEED Technology Inc. - * Copyright Dave Airlie - * Copyright 2019 9Elements Agency GmbH - * * 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 @@ -26,10 +18,12 @@ * The above copyright notice and this permission notice (including the * next paragraph) shall be included in all copies or substantial portions * of the Software. - * - * Please try to keep as close as possible to the upstream source. */ +/* + * Copied from Linux drivers/gpu/drm/ast/ast_mode.c + * Please try to keep as close as possible to the upstream source. + */ #include "ast_drv.h" #include "ast_tables.h" diff --git a/src/drivers/aspeed/common/ast_mode_corebootfb.c b/src/drivers/aspeed/common/ast_mode_corebootfb.c index 2ec85ac31f..071ff7f0ff 100644 --- a/src/drivers/aspeed/common/ast_mode_corebootfb.c +++ b/src/drivers/aspeed/common/ast_mode_corebootfb.c @@ -1,12 +1,4 @@ /* - * Copied from Linux drivers/gpu/drm/ast/ast_mode.c - * - * Copyright 2012 Red Hat Inc. - * Parts based on xf86-video-ast - * Copyright (c) 2005 ASPEED Technology Inc. - * Copyright Dave Airlie - * Copyright 2019 9Elements Agency GmbH - * * 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 @@ -29,6 +21,9 @@ * */ +/* + * Copied from Linux drivers/gpu/drm/ast/ast_mode.c + */ #include #include "ast_drv.h" diff --git a/src/drivers/intel/gma/i915_reg.h b/src/drivers/intel/gma/i915_reg.h index 4ebdc5999f..b37471d7bb 100644 --- a/src/drivers/intel/gma/i915_reg.h +++ b/src/drivers/intel/gma/i915_reg.h @@ -1,6 +1,4 @@ -/* Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas. - * All Rights Reserved. - * +/* * 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 diff --git a/src/drivers/intel/gma/intel_bios.h b/src/drivers/intel/gma/intel_bios.h index 8bf44eeb8d..b71fd70b28 100644 --- a/src/drivers/intel/gma/intel_bios.h +++ b/src/drivers/intel/gma/intel_bios.h @@ -1,6 +1,4 @@ /* - * Copyright © 2006 Intel Corporation - * * 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 @@ -19,7 +17,8 @@ * LIABILITY, WHETHER 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. - * + */ +/* * Authors: * Eric Anholt * diff --git a/src/drivers/intel/gma/intel_ddi.c b/src/drivers/intel/gma/intel_ddi.c index aac330415b..5c55597ecc 100644 --- a/src/drivers/intel/gma/intel_ddi.c +++ b/src/drivers/intel/gma/intel_ddi.c @@ -1,7 +1,4 @@ /* - * Copyright 2013 Google Inc. - * Copyright © 2012 Intel Corporation - * * 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,10 +17,6 @@ * LIABILITY, WHETHER 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. - * - * Authors: - * Eugeni Dodonov - * */ #include -- cgit v1.2.3