AUTHORS, util/: Drop individual copyright notices
We have the git history which is a more reliable librarian. Change-Id: Idbcc5ceeb33804204e56d62491cb58146f7c9f37 Signed-off-by: Patrick Georgi <pgeorgi@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/41175 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: ron minnich <rminnich@gmail.com>
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
/** @file
|
||||
Processor or Compiler specific defines and types for IA-32 architecture.
|
||||
* Processor or Compiler specific defines and types for IA-32 architecture.
|
||||
*/
|
||||
|
||||
Copyright 2015 Google Inc.
|
||||
Copyright (c) 2006 - 2013, Intel Corporation. All rights reserved.<BR>
|
||||
/*
|
||||
This program and the accompanying materials are licensed and made available under
|
||||
the terms and conditions of the BSD License that accompanies this distribution.
|
||||
The full text of the license may be found at
|
||||
@@ -11,7 +11,7 @@ http://opensource.org/licenses/bsd-license.php.
|
||||
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||
|
||||
**/
|
||||
*/
|
||||
|
||||
#ifndef __PROCESSOR_BIND_H__
|
||||
#define __PROCESSOR_BIND_H__
|
||||
|
@@ -1,8 +1,5 @@
|
||||
/* AMD Family 17h and later BIOS compressor */
|
||||
/*
|
||||
* AMD Family 17h and later BIOS compressor
|
||||
*
|
||||
* Copyright (C) 2019 Advanced Micro Devices, Inc.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; version 2 of the License.
|
||||
|
@@ -1,10 +1,4 @@
|
||||
/*
|
||||
* cbfs-mkpayload
|
||||
*
|
||||
* Copyright (C) 2008 Jordan Crouse <jordan@cosmicpenguin.net>
|
||||
* 2009 coresystems GmbH
|
||||
* written by Patrick Georgi <patrick.georgi@coresystems.de>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; version 2 of the License.
|
||||
|
@@ -1,11 +1,4 @@
|
||||
/*
|
||||
* cbfs-mkstage
|
||||
*
|
||||
* Copyright (C) 2008 Jordan Crouse <jordan@cosmicpenguin.net>
|
||||
* 2009 coresystems GmbH
|
||||
* written by Patrick Georgi <patrick.georgi@coresystems.de>
|
||||
* Copyright (C) 2012 Google, Inc.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; version 2 of the License.
|
||||
|
@@ -1,8 +1,4 @@
|
||||
/*
|
||||
* cbfs-payload-linux
|
||||
*
|
||||
* Copyright (C) 2013 Patrick Georgi <patrick@georgi-clan.de>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; version 2 of the License.
|
||||
|
@@ -1,8 +1,4 @@
|
||||
/*
|
||||
* Copyright (C) 2009 coresystems GmbH
|
||||
* written by Patrick Georgi <patrick.georgi@coresystems.de>
|
||||
* Copyright (C) 2016 Siemens AG
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; version 2 of the License.
|
||||
|
@@ -1,11 +1,5 @@
|
||||
/* CBFS Image Manipulation */
|
||||
/*
|
||||
* CBFS Image Manipulation
|
||||
*
|
||||
* Copyright (C) 2013 The Chromium OS Authors. All rights reserved.
|
||||
* Copyright (C) 2016 Siemens AG. All rights reserved.
|
||||
* Copyright (C) 2019 9elements Agency GmbH
|
||||
* Copyright (C) 2019 Facebook Inc.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; version 2 of the License.
|
||||
|
@@ -1,8 +1,5 @@
|
||||
/* CBFS Image Manipulation */
|
||||
/*
|
||||
* CBFS Image Manipulation
|
||||
*
|
||||
* Copyright (C) 2013 The Chromium OS Authors. All rights reserved.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; version 2 of the License.
|
||||
|
@@ -1,8 +1,5 @@
|
||||
/* track which sections of the image will contain CBFSes */
|
||||
/*
|
||||
* fmap_sections.c, track which sections of the image will contain CBFSes
|
||||
*
|
||||
* Copyright (C) 2015 Google, Inc.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; version 2 of the License.
|
||||
|
@@ -1,8 +1,5 @@
|
||||
/* fmap_sections.h, track which sections of the image will contain CBFSes */
|
||||
/*
|
||||
* fmap_sections.h, track which sections of the image will contain CBFSes
|
||||
*
|
||||
* Copyright (C) 2015 Google, Inc.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; version 2 of the License.
|
||||
|
@@ -1,8 +1,5 @@
|
||||
/* cbfs-compression-tool, CLI utility for dealing with CBFS compressed data */
|
||||
/*
|
||||
* cbfs-compression-tool, CLI utility for dealing with CBFS compressed data
|
||||
*
|
||||
* Copyright (C) 2017 Google, Inc.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; version 2 of the License.
|
||||
|
@@ -1,13 +1,5 @@
|
||||
/* cbfstool, CLI utility for CBFS file manipulation */
|
||||
/*
|
||||
* cbfstool, CLI utility for CBFS file manipulation
|
||||
*
|
||||
* Copyright (C) 2009 coresystems GmbH
|
||||
* written by Patrick Georgi <patrick.georgi@coresystems.de>
|
||||
* Copyright (C) 2012 Google, Inc.
|
||||
* Copyright (C) 2016 Siemens AG
|
||||
* Copyright (C) 2019 9elements Agency GmbH
|
||||
* Copyright (C) 2019 Facebook Inc.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; version 2 of the License.
|
||||
|
@@ -1,7 +1,5 @@
|
||||
/* This file is part of the coreboot project. */
|
||||
/*
|
||||
* Copyright (C) 2013 Google, Inc.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; version 2 of the License.
|
||||
|
@@ -1,10 +1,5 @@
|
||||
/* common utility functions for cbfstool */
|
||||
/*
|
||||
* common utility functions for cbfstool
|
||||
*
|
||||
* Copyright (C) 2009 coresystems GmbH
|
||||
* written by Patrick Georgi <patrick.georgi@coresystems.de>
|
||||
* Copyright (C) 2012 Google, Inc.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; version 2 of the License.
|
||||
|
@@ -1,8 +1,4 @@
|
||||
/*
|
||||
* Copyright (C) 2009 coresystems GmbH
|
||||
* written by Patrick Georgi <patrick.georgi@coresystems.de>
|
||||
* Copyright (C) 2012 Google, Inc.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; version 2 of the License.
|
||||
|
@@ -1,13 +1,5 @@
|
||||
/* compression handling for cbfstool */
|
||||
/*
|
||||
* compression handling for cbfstool
|
||||
*
|
||||
* Copyright (C) 2009 coresystems GmbH
|
||||
* written by Patrick Georgi <patrick.georgi@coresystems.de>
|
||||
*
|
||||
* Adapted from code
|
||||
* Copyright (C) 2008 Jordan Crouse <jordan@cosmicpenguin.net>, released
|
||||
* under identical license terms
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; version 2 of the License.
|
||||
|
@@ -1,7 +1,5 @@
|
||||
/* This file is part of the coreboot project. */
|
||||
/*
|
||||
* Copyright 2015 Google Inc.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; version 2 of the License.
|
||||
|
@@ -1,8 +1,5 @@
|
||||
/* elf header parsing */
|
||||
/*
|
||||
* elf header parsing.
|
||||
*
|
||||
* Copyright (C) 2013 Google, Inc.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; version 2 of the License.
|
||||
|
@@ -1,6 +1,4 @@
|
||||
/*
|
||||
* Copyright (C) 2014 Google, Inc.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; version 2 of the License.
|
||||
|
@@ -1,10 +1,5 @@
|
||||
/* Firmware Interface Table support */
|
||||
/*
|
||||
* Firmware Interface Table support.
|
||||
*
|
||||
* Copyright (C) 2012 Google Inc.
|
||||
* Copyright (C) 2019 9elements Agency GmbH
|
||||
* Copyright (C) 2019 Facebook Inc.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; version 2 of the License.
|
||||
|
@@ -1,10 +1,5 @@
|
||||
/* Firmware Interface Table support */
|
||||
/*
|
||||
* Firmware Interface Table support.
|
||||
*
|
||||
* Copyright (C) 2012 Google Inc.
|
||||
* Copyright (C) 2019 9elements Agency GmbH
|
||||
* Copyright (C) 2019 Facebook Inc.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; version 2 of the License.
|
||||
|
@@ -1,6 +1,4 @@
|
||||
/* Copyright 2015, 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:
|
||||
|
@@ -1,7 +1,4 @@
|
||||
/*
|
||||
* Copyright 2015, 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:
|
||||
|
@@ -1,7 +1,4 @@
|
||||
/*
|
||||
* Copyright 2010, 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:
|
||||
|
@@ -1,7 +1,4 @@
|
||||
/*
|
||||
* Copyright 2010, 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:
|
||||
|
@@ -1,7 +1,4 @@
|
||||
/*
|
||||
* Copyright 2010, 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:
|
||||
|
@@ -1,7 +1,4 @@
|
||||
/*
|
||||
* Copyright 2010, 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:
|
||||
|
@@ -1,8 +1,5 @@
|
||||
/* fmap_from_fmd.c, simple launcher for fmap library unit test suite */
|
||||
/*
|
||||
* fmap_from_fmd.c, simple launcher for fmap library unit test suite
|
||||
*
|
||||
* Copyright (C) 2015 Google, Inc.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; version 2 of the License.
|
||||
|
@@ -1,8 +1,5 @@
|
||||
/* fmap_from_fmd.c, tool to distill flashmap descriptors into raw FMAP sections */
|
||||
/*
|
||||
* fmap_from_fmd.c, tool to distill flashmap descriptors into raw FMAP sections
|
||||
*
|
||||
* Copyright (C) 2015 Google, Inc.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; version 2 of the License.
|
||||
|
@@ -1,8 +1,5 @@
|
||||
/* fmap_from_fmd.h, tool to distill flashmap descriptors into raw FMAP sections */
|
||||
/*
|
||||
* fmap_from_fmd.h, tool to distill flashmap descriptors into raw FMAP sections
|
||||
*
|
||||
* Copyright (C) 2015 Google, Inc.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; version 2 of the License.
|
||||
|
@@ -1,8 +1,5 @@
|
||||
/* fmaptool, CLI utility for converting plaintext fmd files into fmap blobs */
|
||||
/*
|
||||
* fmaptool, CLI utility for converting plaintext fmd files into fmap blobs
|
||||
*
|
||||
* Copyright (C) 2015 Google, Inc.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; version 2 of the License.
|
||||
|
@@ -1,8 +1,5 @@
|
||||
/* fmd.c, parser frontend and utility functions for flashmap descriptor language */
|
||||
/*
|
||||
* fmd.c, parser frontend and utility functions for flashmap descriptor language
|
||||
*
|
||||
* Copyright (C) 2015 Google, Inc.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; version 2 of the License.
|
||||
|
@@ -1,8 +1,5 @@
|
||||
/* parser frontend and utility functions for flashmap descriptor language */
|
||||
/*
|
||||
* fmd.h, parser frontend and utility functions for flashmap descriptor language
|
||||
*
|
||||
* Copyright (C) 2015 Google, Inc.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; version 2 of the License.
|
||||
|
@@ -1,8 +1,5 @@
|
||||
/* parser generator for flashmap descriptor language */
|
||||
/*
|
||||
* fmd_parser.y, parser generator for flashmap descriptor language
|
||||
*
|
||||
* Copyright (C) 2015 Google, Inc.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; version 2 of the License.
|
||||
|
@@ -1,8 +1,5 @@
|
||||
/* scanner generator for flashmap descriptor language */
|
||||
/*
|
||||
* fmd_scanner.l, scanner generator for flashmap descriptor language
|
||||
*
|
||||
* Copyright (C) 2015 Google, Inc.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; version 2 of the License.
|
||||
|
@@ -1,7 +1,5 @@
|
||||
/* This file is part of the coreboot project. */
|
||||
/*
|
||||
* Copyright (C) 2013 Google, Inc.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; version 2 of the License.
|
||||
|
@@ -1,9 +1,5 @@
|
||||
/* cbfstool, CLI utility for creating rmodules */
|
||||
/*
|
||||
* cbfstool, CLI utility for creating rmodules
|
||||
*
|
||||
* Copyright (C) 2019 9elements Agency GmbH
|
||||
* Copyright (C) 2019 Facebook Inc.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; version 2 of the License.
|
||||
|
@@ -1,8 +1,5 @@
|
||||
/* ifwitool, CLI utility for IFWI manipulation */
|
||||
/*
|
||||
* ifwitool, CLI utility for IFWI manipulation
|
||||
*
|
||||
* Copyright 2016 Google Inc.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; version 2 of the License.
|
||||
|
@@ -1,6 +1,5 @@
|
||||
/* This file is part of coreboot */
|
||||
/*
|
||||
* This file is part of coreboot..
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; version 2 of the License.
|
||||
|
@@ -1,8 +1,5 @@
|
||||
/* linux_trampoline */
|
||||
/*
|
||||
* linux_trampoline
|
||||
*
|
||||
* Copyright (C) 2013 Patrick Georgi <patrick@georgi-clan.de>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; version 2 of the License.
|
||||
|
@@ -1,9 +1,5 @@
|
||||
/* This file is part of coreboot */
|
||||
/*
|
||||
* This file is part of coreboot..
|
||||
*
|
||||
* Based on work by Patrick Georgi <patrick@georgi-clan.de>
|
||||
* Copyright 2014 Curt Brune <curt@cumulusnetworks.com>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; version 2 of the License.
|
||||
|
@@ -1,8 +1,5 @@
|
||||
/* unsigned OPTION type */
|
||||
/*
|
||||
* option.h, unsigned OPTION type
|
||||
*
|
||||
* Copyright (C) 2015 Google, Inc.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; version 2 of the License.
|
||||
|
@@ -1,8 +1,5 @@
|
||||
/* read and write binary file "partitions" described by FMAP */
|
||||
/*
|
||||
* partitioned_file.c, read and write binary file "partitions" described by FMAP
|
||||
*
|
||||
* Copyright (C) 2015 Google, Inc.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; version 2 of the License.
|
||||
|
@@ -1,8 +1,5 @@
|
||||
/* read and write binary file "partitions" described by FMAP */
|
||||
/*
|
||||
* partitioned_file.h, read and write binary file "partitions" described by FMAP
|
||||
*
|
||||
* Copyright (C) 2015 Google, Inc.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; version 2 of the License.
|
||||
|
@@ -1,8 +1,5 @@
|
||||
/* CLI utility for creating rmodules */
|
||||
/*
|
||||
* cbfstool, CLI utility for creating rmodules
|
||||
*
|
||||
* Copyright (C) 2014 Google, Inc.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; version 2 of the License.
|
||||
|
@@ -1,7 +1,4 @@
|
||||
/*
|
||||
* Copyright (C) 2014 Google, Inc.
|
||||
* Copyright (C) 2018 Eltan B.V.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; version 2 of the License.
|
||||
|
@@ -1,7 +1,4 @@
|
||||
/*
|
||||
* Copyright (C) 2014 Google, Inc.
|
||||
* Copyright (C) 2018 Eltan B.V.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; version 2 of the License.
|
||||
|
@@ -1,8 +1,4 @@
|
||||
/*
|
||||
* cbfstool, CLI utility for CBFS file manipulation
|
||||
*
|
||||
* Copyright 2013 Google Inc.
|
||||
*
|
||||
/*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; version 2 of the License.
|
||||
|
Reference in New Issue
Block a user