diff options
Diffstat (limited to 'src/lib')
49 files changed, 0 insertions, 61 deletions
diff --git a/src/lib/Makefile.inc b/src/lib/Makefile.inc index 2333f64468..085f6b2821 100644 --- a/src/lib/Makefile.inc +++ b/src/lib/Makefile.inc @@ -1,7 +1,6 @@ # # This file is part of the coreboot project. # -# Copyright (C) 2009 coresystems GmbH # # 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 diff --git a/src/lib/boot_device.c b/src/lib/boot_device.c index e91a97f461..dfb4066198 100644 --- a/src/lib/boot_device.c +++ b/src/lib/boot_device.c @@ -1,7 +1,6 @@ /* * 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 diff --git a/src/lib/bootblock.c b/src/lib/bootblock.c index 386f4e38d7..0731a72069 100644 --- a/src/lib/bootblock.c +++ b/src/lib/bootblock.c @@ -1,7 +1,6 @@ /* * This file is part of the coreboot project. * - * Copyright 2010 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 diff --git a/src/lib/bootmem.c b/src/lib/bootmem.c index 0397594ef0..0fd5be0ac0 100644 --- a/src/lib/bootmem.c +++ b/src/lib/bootmem.c @@ -1,9 +1,6 @@ /* * This file is part of the coreboot project. * - * Copyright (C) 2003-2004 Eric Biederman - * Copyright (C) 2005-2010 coresystems GmbH - * 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 diff --git a/src/lib/bootmode.c b/src/lib/bootmode.c index 06f6d05e47..1356333b15 100644 --- a/src/lib/bootmode.c +++ b/src/lib/bootmode.c @@ -1,7 +1,6 @@ /* * This file is part of the coreboot project. * - * Copyright (C) 2011 The ChromiumOS 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 diff --git a/src/lib/bootsplash.c b/src/lib/bootsplash.c index 8364afa0b9..f577e9eff0 100644 --- a/src/lib/bootsplash.c +++ b/src/lib/bootsplash.c @@ -1,7 +1,6 @@ /* * This file is part of the coreboot project. * - * Copyright (C) 2019 Johanna Schander <coreboot@mimoja.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 diff --git a/src/lib/cbfs.c b/src/lib/cbfs.c index 7acfc224e5..b8f3d5cb61 100644 --- a/src/lib/cbfs.c +++ b/src/lib/cbfs.c @@ -1,8 +1,6 @@ /* * This file is part of the coreboot project. * - * Copyright (C) 2011 secunet Security Networks AG - * 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 diff --git a/src/lib/cbmem_common.c b/src/lib/cbmem_common.c index b018acb4fa..836406cbd6 100644 --- a/src/lib/cbmem_common.c +++ b/src/lib/cbmem_common.c @@ -1,7 +1,6 @@ /* * 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 diff --git a/src/lib/cbmem_console.c b/src/lib/cbmem_console.c index f6a055e079..270bd63dc5 100644 --- a/src/lib/cbmem_console.c +++ b/src/lib/cbmem_console.c @@ -1,7 +1,6 @@ /* * This file is part of the coreboot project. * - * Copyright (C) 2011 The ChromiumOS 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 diff --git a/src/lib/cbmem_stage_cache.c b/src/lib/cbmem_stage_cache.c index dd56f62392..f8a725471f 100644 --- a/src/lib/cbmem_stage_cache.c +++ b/src/lib/cbmem_stage_cache.c @@ -1,7 +1,6 @@ /* * 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 diff --git a/src/lib/coreboot_table.c b/src/lib/coreboot_table.c index bd09697618..947a33f162 100644 --- a/src/lib/coreboot_table.c +++ b/src/lib/coreboot_table.c @@ -1,8 +1,6 @@ /* * This file is part of the coreboot project. * - * Copyright (C) 2003-2004 Eric Biederman - * Copyright (C) 2005-2010 coresystems GmbH * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/lib/crc_byte.c b/src/lib/crc_byte.c index c04449d13f..55529a2346 100644 --- a/src/lib/crc_byte.c +++ b/src/lib/crc_byte.c @@ -1,7 +1,6 @@ /* * This file is part of the coreboot project. * - * Copyright (C) 2019 HardenedLinux * * 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 diff --git a/src/lib/decompressor.c b/src/lib/decompressor.c index 947105920a..4b7cb975c5 100644 --- a/src/lib/decompressor.c +++ b/src/lib/decompressor.c @@ -1,7 +1,6 @@ /* * This file is part of the coreboot project. * - * Copyright 2018 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 diff --git a/src/lib/dimm_info_util.c b/src/lib/dimm_info_util.c index a45667ed25..84c0a05ee2 100644 --- a/src/lib/dimm_info_util.c +++ b/src/lib/dimm_info_util.c @@ -1,7 +1,6 @@ /* * This file is part of the coreboot project. * - * Copyright 2018 Google LLC * * 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 diff --git a/src/lib/ext_stage_cache.c b/src/lib/ext_stage_cache.c index 466a65f53a..825a7f0439 100644 --- a/src/lib/ext_stage_cache.c +++ b/src/lib/ext_stage_cache.c @@ -1,7 +1,6 @@ /* * 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 diff --git a/src/lib/fit_payload.c b/src/lib/fit_payload.c index 83e9b8e901..9e2cadc24d 100644 --- a/src/lib/fit_payload.c +++ b/src/lib/fit_payload.c @@ -1,9 +1,6 @@ /* * This file is part of the coreboot project. * - * Copyright (C) 2003-2004 Eric Biederman - * Copyright (C) 2005-2010 coresystems GmbH - * 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 diff --git a/src/lib/fmap.c b/src/lib/fmap.c index c8843a7340..d004d8ed11 100644 --- a/src/lib/fmap.c +++ b/src/lib/fmap.c @@ -1,7 +1,6 @@ /* * This file is part of the coreboot project. * - * Copyright 2012-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 diff --git a/src/lib/gcc.c b/src/lib/gcc.c index 5a93f45e34..b6208f5288 100644 --- a/src/lib/gcc.c +++ b/src/lib/gcc.c @@ -1,7 +1,6 @@ /* * This file is part of the coreboot project. * - * Copyright (C) 2009 coresystems GmbH * * 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 diff --git a/src/lib/gcov-glue.c b/src/lib/gcov-glue.c index abeafa5546..48dc46d563 100644 --- a/src/lib/gcov-glue.c +++ b/src/lib/gcov-glue.c @@ -1,7 +1,6 @@ /* * This file is part of the coreboot project. * - * Copyright (C) 2012 Google, Inc. 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 diff --git a/src/lib/gnat/Makefile.inc b/src/lib/gnat/Makefile.inc index ebd04862bf..456cf58eca 100644 --- a/src/lib/gnat/Makefile.inc +++ b/src/lib/gnat/Makefile.inc @@ -1,7 +1,6 @@ ## ## This file is part of the coreboot project. ## -## Copyright (C) 2016 Nico Huber <nico.h@gmx.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 diff --git a/src/lib/gpio.c b/src/lib/gpio.c index 8ea3b5eb8e..a453bc7417 100644 --- a/src/lib/gpio.c +++ b/src/lib/gpio.c @@ -1,7 +1,6 @@ /* * This file is part of the coreboot project. * - * Copyright 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 diff --git a/src/lib/halt.c b/src/lib/halt.c index 67ae2ee5e9..d5db09755e 100644 --- a/src/lib/halt.c +++ b/src/lib/halt.c @@ -1,7 +1,6 @@ /* * This file is part of the coreboot project. * - * Copyright 2014 The ChromiumOS Authors * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/lib/hardwaremain.c b/src/lib/hardwaremain.c index eba5f12625..72e3376028 100644 --- a/src/lib/hardwaremain.c +++ b/src/lib/hardwaremain.c @@ -1,7 +1,6 @@ /* * 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 diff --git a/src/lib/hw-time-timer.adb b/src/lib/hw-time-timer.adb index 643cc98610..e31b19ff62 100644 --- a/src/lib/hw-time-timer.adb +++ b/src/lib/hw-time-timer.adb @@ -1,7 +1,6 @@ -- -- This file is part of the coreboot project. -- --- Copyright (C) 2016 secunet Security Networks 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 diff --git a/src/lib/imd.c b/src/lib/imd.c index 4fa8f7023b..2cfd3ec5fc 100644 --- a/src/lib/imd.c +++ b/src/lib/imd.c @@ -1,7 +1,6 @@ /* * 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 diff --git a/src/lib/imd_cbmem.c b/src/lib/imd_cbmem.c index 5be7dc46f5..ed98947fcc 100644 --- a/src/lib/imd_cbmem.c +++ b/src/lib/imd_cbmem.c @@ -1,7 +1,6 @@ /* * 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 diff --git a/src/lib/jpeg.c b/src/lib/jpeg.c index e5b09ea709..47d3fe33c5 100644 --- a/src/lib/jpeg.c +++ b/src/lib/jpeg.c @@ -1,7 +1,6 @@ /* * This file is part of the coreboot project. * - * Copyright (C) 2001 Michael Schroeder * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/lib/jpeg.h b/src/lib/jpeg.h index cc2c65ddc8..de9be5b9e9 100644 --- a/src/lib/jpeg.h +++ b/src/lib/jpeg.h @@ -1,7 +1,6 @@ /* * This file is part of the coreboot project. * - * Copyright (C) 2001 Michael Schroeder * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/lib/libgcc.c b/src/lib/libgcc.c index b8bcd1c412..7fe20a1644 100644 --- a/src/lib/libgcc.c +++ b/src/lib/libgcc.c @@ -1,7 +1,6 @@ /* * 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 diff --git a/src/lib/memrange.c b/src/lib/memrange.c index b9c09e8782..5fb40dfca7 100644 --- a/src/lib/memrange.c +++ b/src/lib/memrange.c @@ -1,7 +1,6 @@ /* * 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 diff --git a/src/lib/nhlt.c b/src/lib/nhlt.c index 5001c385c5..d65bfda55c 100644 --- a/src/lib/nhlt.c +++ b/src/lib/nhlt.c @@ -1,7 +1,6 @@ /* * 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 diff --git a/src/lib/primitive_memtest.c b/src/lib/primitive_memtest.c index aa013772a8..2e23b45107 100644 --- a/src/lib/primitive_memtest.c +++ b/src/lib/primitive_memtest.c @@ -1,7 +1,6 @@ /* * This file is part of the coreboot project. * - * Copyright 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 diff --git a/src/lib/prog_loaders.c b/src/lib/prog_loaders.c index 178209c65d..8cc8e12edb 100644 --- a/src/lib/prog_loaders.c +++ b/src/lib/prog_loaders.c @@ -1,8 +1,6 @@ /* * This file is part of the coreboot project. * - * Copyright 2015 Google Inc. - * Copyright (C) 2018-2019 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 diff --git a/src/lib/prog_ops.c b/src/lib/prog_ops.c index 2641ac6d05..52ed465c03 100644 --- a/src/lib/prog_ops.c +++ b/src/lib/prog_ops.c @@ -1,8 +1,6 @@ /* * This file is part of the coreboot project. * - * Copyright (C) 2014 Imagination Technologies - * 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 diff --git a/src/lib/program.ld b/src/lib/program.ld index a9d4e48293..40bbb31e5a 100644 --- a/src/lib/program.ld +++ b/src/lib/program.ld @@ -1,7 +1,6 @@ /* * 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 diff --git a/src/lib/reg_script.c b/src/lib/reg_script.c index 299fd75028..baec94e342 100644 --- a/src/lib/reg_script.c +++ b/src/lib/reg_script.c @@ -1,7 +1,6 @@ /* * This file is part of the coreboot project. * - * 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 diff --git a/src/lib/region_file.c b/src/lib/region_file.c index 05d619c9a4..d847e9872a 100644 --- a/src/lib/region_file.c +++ b/src/lib/region_file.c @@ -1,7 +1,6 @@ /* * This file is part of the coreboot project. * - * 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 diff --git a/src/lib/reset.c b/src/lib/reset.c index 61163f13a3..feba3c2306 100644 --- a/src/lib/reset.c +++ b/src/lib/reset.c @@ -1,7 +1,6 @@ /* * This file is part of the coreboot project. * - * Copyright 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 diff --git a/src/lib/rmodule.c b/src/lib/rmodule.c index 96cee8aad3..88ab06d8a4 100644 --- a/src/lib/rmodule.c +++ b/src/lib/rmodule.c @@ -1,7 +1,6 @@ /* * This file is part of the coreboot project. * - * Copyright (C) 2012 Google LLC * * 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 diff --git a/src/lib/romstage_handoff.c b/src/lib/romstage_handoff.c index 04ead0a83f..b4b817ed66 100644 --- a/src/lib/romstage_handoff.c +++ b/src/lib/romstage_handoff.c @@ -1,7 +1,6 @@ /* * This file is part of the coreboot project. * - * 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 diff --git a/src/lib/rtc.c b/src/lib/rtc.c index 3e4c3f77c3..8a807cef82 100644 --- a/src/lib/rtc.c +++ b/src/lib/rtc.c @@ -1,7 +1,6 @@ /* * This file is part of the coreboot project. * - * (C) Copyright 2001 Wolfgang Denk, DENX Software Engineering, wd@denx.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 diff --git a/src/lib/selfboot.c b/src/lib/selfboot.c index 11fdff3ba1..eef857719e 100644 --- a/src/lib/selfboot.c +++ b/src/lib/selfboot.c @@ -1,9 +1,6 @@ /* * This file is part of the coreboot project. * - * Copyright (C) 2003 Eric W. Biederman <ebiederm@xmission.com> - * Copyright (C) 2009 Ron Minnich <rminnich@gmail.com> - * Copyright (C) 2016 George Trudeau <george.trudeau@usherbrooke.ca> * * 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 diff --git a/src/lib/spd_bin.c b/src/lib/spd_bin.c index 47c6dbd7cb..df310f3e56 100644 --- a/src/lib/spd_bin.c +++ b/src/lib/spd_bin.c @@ -1,7 +1,6 @@ /* * This file is part of the coreboot project. * - * Copyright (C) 2016 Intel Corporation. * * 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 diff --git a/src/lib/thread.c b/src/lib/thread.c index 281885ff9b..d61222da63 100644 --- a/src/lib/thread.c +++ b/src/lib/thread.c @@ -1,7 +1,6 @@ /* * 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 diff --git a/src/lib/timer.c b/src/lib/timer.c index 19b423a398..ef097e68b4 100644 --- a/src/lib/timer.c +++ b/src/lib/timer.c @@ -1,7 +1,6 @@ /* * This file is part of the coreboot project. * - * Copyright 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 diff --git a/src/lib/timer_queue.c b/src/lib/timer_queue.c index 5eaaa936f6..bc5d782407 100644 --- a/src/lib/timer_queue.c +++ b/src/lib/timer_queue.c @@ -1,7 +1,6 @@ /* * 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 diff --git a/src/lib/timestamp.c b/src/lib/timestamp.c index 9cbe30807c..4dc6623869 100644 --- a/src/lib/timestamp.c +++ b/src/lib/timestamp.c @@ -1,8 +1,6 @@ /* * This file is part of the coreboot project. * - * Copyright (C) 2011 The ChromiumOS Authors. All rights reserved. - * Copyright (C) 2017 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 diff --git a/src/lib/trace.c b/src/lib/trace.c index 826fa3b671..b028bcacd0 100644 --- a/src/lib/trace.c +++ b/src/lib/trace.c @@ -1,7 +1,6 @@ /* * This file is part of the coreboot project. * - * Copyright (C) 2011 Rudolf Marek <r.marek@assembler.cz> * * 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 diff --git a/src/lib/wrdd.c b/src/lib/wrdd.c index 53c3fbbeee..859c550db2 100644 --- a/src/lib/wrdd.c +++ b/src/lib/wrdd.c @@ -1,8 +1,6 @@ /* * This file is part of the coreboot project. * - * Copyright (C) 2012 Google Inc. - * Copyright (C) 2015 Intel Corp. * * 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 |