summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@google.com>2020-05-10 17:52:40 +0200
committerPatrick Georgi <pgeorgi@google.com>2020-05-11 17:12:07 +0000
commit16849bbe0c8a79277e1a682dcb42eafd2025959c (patch)
treec403325be069d0945aac7f3d48ed96e40b36dde3
parent1afe286367857471482660583fd784d9b8a7211c (diff)
downloadcoreboot-16849bbe0c8a79277e1a682dcb42eafd2025959c.tar.gz
coreboot-16849bbe0c8a79277e1a682dcb42eafd2025959c.tar.bz2
coreboot-16849bbe0c8a79277e1a682dcb42eafd2025959c.zip
treewide: split off license text, remove extra copyright notices
Copyright notices are best stored in AUTHORS Change-Id: Ib9025c58987ee2f7db600e038f5d3e4edc69aacc Signed-off-by: Patrick Georgi <pgeorgi@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/41203 Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r--src/drivers/aspeed/common/ast_i2c.c10
-rw-r--r--src/drivers/aspeed/common/ast_mode.c14
-rw-r--r--src/drivers/aspeed/common/ast_mode_corebootfb.c11
-rw-r--r--src/drivers/intel/gma/i915_reg.h4
-rw-r--r--src/drivers/intel/gma/intel_bios.h5
-rw-r--r--src/drivers/intel/gma/intel_ddi.c7
-rw-r--r--src/lib/edid.c4
-rw-r--r--src/lib/edid_fill_fb.c2
-rw-r--r--src/lib/ubsan.c6
-rw-r--r--src/northbridge/intel/haswell/pei_data.h5
-rw-r--r--src/soc/intel/baytrail/include/soc/efi_wrapper.h1
-rw-r--r--src/soc/intel/baytrail/include/soc/mrc_wrapper.h1
-rw-r--r--src/soc/intel/broadwell/include/soc/pei_data.h1
-rw-r--r--src/soc/intel/quark/bootblock/esram_init.S2
-rw-r--r--src/soc/intel/quark/include/soc/pei_wrapper.h1
-rw-r--r--src/soc/qualcomm/ipq40xx/include/soc/clock.h3
-rw-r--r--src/soc/qualcomm/ipq40xx/include/soc/ebi2.h4
-rw-r--r--src/soc/qualcomm/ipq40xx/include/soc/gpio.h3
-rw-r--r--src/soc/qualcomm/ipq40xx/include/soc/spi.h3
-rw-r--r--src/soc/qualcomm/ipq40xx/uart.c3
-rw-r--r--src/soc/qualcomm/ipq806x/include/soc/clock.h3
-rw-r--r--src/soc/qualcomm/ipq806x/include/soc/gpio.h4
-rw-r--r--src/soc/qualcomm/ipq806x/uart.c3
-rw-r--r--src/soc/qualcomm/qcs405/include/soc/spi.h3
-rw-r--r--src/soc/qualcomm/qcs405/uart.c3
25 files changed, 26 insertions, 80 deletions
diff --git a/src/drivers/aspeed/common/ast_i2c.c b/src/drivers/aspeed/common/ast_i2c.c
index 0838d10fcbc8..a8cfc54a918b 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 <airlied@redhat.com>
- * Copyright 2019 9Elements Agency GmbH <patrick.rudolph@9elements.com>
*
* 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 <delay.h>
#include <device/i2c_simple.h>
diff --git a/src/drivers/aspeed/common/ast_mode.c b/src/drivers/aspeed/common/ast_mode.c
index 2b6cedae3cad..ef76ab3a7729 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 <airlied@redhat.com>
- * Copyright 2019 9Elements Agency GmbH <patrick.rudolph@9elements.com>
- *
* 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 2ec85ac31f5d..071ff7f0ff31 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 <airlied@redhat.com>
- * Copyright 2019 9Elements Agency GmbH <patrick.rudolph@9elements.com>
- *
* 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 <edid.h>
#include "ast_drv.h"
diff --git a/src/drivers/intel/gma/i915_reg.h b/src/drivers/intel/gma/i915_reg.h
index 4ebdc5999ffc..b37471d7bb16 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 8bf44eeb8da9..b71fd70b283f 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 <eric@anholt.net>
*
diff --git a/src/drivers/intel/gma/intel_ddi.c b/src/drivers/intel/gma/intel_ddi.c
index aac330415b32..5c55597eccc5 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 <eugeni.dodonov@intel.com>
- *
*/
#include <types.h>
diff --git a/src/lib/edid.c b/src/lib/edid.c
index 048cc6ad5a6d..748f3d63fdf7 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 <ajax@nwnk.net> */
/* 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 1b38ead596e8..31ee6d1f8f1b 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 128340092fac..b91dac263656 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:
diff --git a/src/northbridge/intel/haswell/pei_data.h b/src/northbridge/intel/haswell/pei_data.h
index 643b830c2495..4619fb0f8732 100644
--- a/src/northbridge/intel/haswell/pei_data.h
+++ b/src/northbridge/intel/haswell/pei_data.h
@@ -1,9 +1,4 @@
/*
- * coreboot UEFI PEI wrapper
- *
- * Copyright (c) 2011, Google Inc.
- * All rights reserved.
- *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* * Redistributions of source code must retain the above copyright
diff --git a/src/soc/intel/baytrail/include/soc/efi_wrapper.h b/src/soc/intel/baytrail/include/soc/efi_wrapper.h
index acff4b4f6f95..6974662fb02d 100644
--- a/src/soc/intel/baytrail/include/soc/efi_wrapper.h
+++ b/src/soc/intel/baytrail/include/soc/efi_wrapper.h
@@ -1,5 +1,4 @@
/*
- * PEI EFI entry point
*
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/soc/intel/baytrail/include/soc/mrc_wrapper.h b/src/soc/intel/baytrail/include/soc/mrc_wrapper.h
index 8651aa40988c..afdf5b24c6fc 100644
--- a/src/soc/intel/baytrail/include/soc/mrc_wrapper.h
+++ b/src/soc/intel/baytrail/include/soc/mrc_wrapper.h
@@ -1,5 +1,4 @@
/*
- * MRC wrapper definitions
*
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/soc/intel/broadwell/include/soc/pei_data.h b/src/soc/intel/broadwell/include/soc/pei_data.h
index b73abe6c2217..d69c9c6beb87 100644
--- a/src/soc/intel/broadwell/include/soc/pei_data.h
+++ b/src/soc/intel/broadwell/include/soc/pei_data.h
@@ -1,5 +1,4 @@
/*
- * Broadwell UEFI PEI wrapper
*
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/soc/intel/quark/bootblock/esram_init.S b/src/soc/intel/quark/bootblock/esram_init.S
index 24cd57330baa..7e3bfe182920 100644
--- a/src/soc/intel/quark/bootblock/esram_init.S
+++ b/src/soc/intel/quark/bootblock/esram_init.S
@@ -1,4 +1,4 @@
-/** @file
+/*
*
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/soc/intel/quark/include/soc/pei_wrapper.h b/src/soc/intel/quark/include/soc/pei_wrapper.h
index 671bc4204eea..3b6c3309076a 100644
--- a/src/soc/intel/quark/include/soc/pei_wrapper.h
+++ b/src/soc/intel/quark/include/soc/pei_wrapper.h
@@ -1,5 +1,4 @@
/*
- * UEFI PEI wrapper
*
*
* Redistribution and use in source and binary forms, with or without
diff --git a/src/soc/qualcomm/ipq40xx/include/soc/clock.h b/src/soc/qualcomm/ipq40xx/include/soc/clock.h
index 035559875126..7692330dd114 100644
--- a/src/soc/qualcomm/ipq40xx/include/soc/clock.h
+++ b/src/soc/qualcomm/ipq40xx/include/soc/clock.h
@@ -1,6 +1,5 @@
+/* Source : APQ8064 LK Boot */
/*
- * Source : APQ8064 LK Boot
- *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
diff --git a/src/soc/qualcomm/ipq40xx/include/soc/ebi2.h b/src/soc/qualcomm/ipq40xx/include/soc/ebi2.h
index 9be3dc29e1db..6e4a981a523e 100644
--- a/src/soc/qualcomm/ipq40xx/include/soc/ebi2.h
+++ b/src/soc/qualcomm/ipq40xx/include/soc/ebi2.h
@@ -1,7 +1,5 @@
+/* Taken from U-Boot. */
/*
- *
- * Taken from U-Boot.
- *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
diff --git a/src/soc/qualcomm/ipq40xx/include/soc/gpio.h b/src/soc/qualcomm/ipq40xx/include/soc/gpio.h
index 350a0805a791..02ec2ab20b9d 100644
--- a/src/soc/qualcomm/ipq40xx/include/soc/gpio.h
+++ b/src/soc/qualcomm/ipq40xx/include/soc/gpio.h
@@ -1,6 +1,5 @@
+/* Source : APQ8064 LK Boot */
/*
- * Source : APQ8064 LK Boot
- *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
diff --git a/src/soc/qualcomm/ipq40xx/include/soc/spi.h b/src/soc/qualcomm/ipq40xx/include/soc/spi.h
index 7c110759dbd8..42c9247b5d90 100644
--- a/src/soc/qualcomm/ipq40xx/include/soc/spi.h
+++ b/src/soc/qualcomm/ipq40xx/include/soc/spi.h
@@ -1,6 +1,5 @@
+/* Register definitions for the IPQ BLSP SPI Controller */
/*
- * Register definitions for the IPQ BLSP SPI Controller
- *
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
diff --git a/src/soc/qualcomm/ipq40xx/uart.c b/src/soc/qualcomm/ipq40xx/uart.c
index 9e20776bdb29..ed1e0db6fdc4 100644
--- a/src/soc/qualcomm/ipq40xx/uart.c
+++ b/src/soc/qualcomm/ipq40xx/uart.c
@@ -1,6 +1,5 @@
+/* Source : APQ8064 LK boot */
/*
- * Source : APQ8064 LK boot
- *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
diff --git a/src/soc/qualcomm/ipq806x/include/soc/clock.h b/src/soc/qualcomm/ipq806x/include/soc/clock.h
index 4f37c0e3ce8b..a2efa025b872 100644
--- a/src/soc/qualcomm/ipq806x/include/soc/clock.h
+++ b/src/soc/qualcomm/ipq806x/include/soc/clock.h
@@ -1,6 +1,5 @@
+/* Source : APQ8064 LK Boot */
/*
- * Source : APQ8064 LK Boot
- *
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
diff --git a/src/soc/qualcomm/ipq806x/include/soc/gpio.h b/src/soc/qualcomm/ipq806x/include/soc/gpio.h
index f756ad809617..0aa58e6ed31f 100644
--- a/src/soc/qualcomm/ipq806x/include/soc/gpio.h
+++ b/src/soc/qualcomm/ipq806x/include/soc/gpio.h
@@ -1,7 +1,5 @@
+/* Source : APQ8064 LK Boot */
/*
- Source : APQ8064 LK Boot
-
- *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
diff --git a/src/soc/qualcomm/ipq806x/uart.c b/src/soc/qualcomm/ipq806x/uart.c
index a1948863dcaa..7519fe2ad850 100644
--- a/src/soc/qualcomm/ipq806x/uart.c
+++ b/src/soc/qualcomm/ipq806x/uart.c
@@ -1,6 +1,5 @@
+/* Source : APQ8064 LK boot */
/*
- * Source : APQ8064 LK boot
- *
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/src/soc/qualcomm/qcs405/include/soc/spi.h b/src/soc/qualcomm/qcs405/include/soc/spi.h
index dc7ecd31a7bf..0d491604f71a 100644
--- a/src/soc/qualcomm/qcs405/include/soc/spi.h
+++ b/src/soc/qualcomm/qcs405/include/soc/spi.h
@@ -1,6 +1,5 @@
+/* Register definitions for the IPQ BLSP SPI Controller */
/*
- * Register definitions for the IPQ BLSP SPI Controller
- *
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
diff --git a/src/soc/qualcomm/qcs405/uart.c b/src/soc/qualcomm/qcs405/uart.c
index c9c1b3906b5b..deb9ab0f51dd 100644
--- a/src/soc/qualcomm/qcs405/uart.c
+++ b/src/soc/qualcomm/qcs405/uart.c
@@ -1,6 +1,5 @@
+/* Source : APQ8064 LK boot */
/*
- * Source : APQ8064 LK boot
- *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met: