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>
This commit is contained in:
parent
1afe286367
commit
16849bbe0c
|
@ -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>
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
*
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/*
|
||||
* PEI EFI entry point
|
||||
*
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/*
|
||||
* MRC wrapper definitions
|
||||
*
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/*
|
||||
* Broadwell UEFI PEI wrapper
|
||||
*
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/** @file
|
||||
/*
|
||||
*
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/*
|
||||
* UEFI PEI wrapper
|
||||
*
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue