Skip to content

Commit

Permalink
treewide: Move "is part of the coreboot project" line in its own comment
Browse files Browse the repository at this point in the history
That makes it easier to identify "license only" headers (because they
are now license only)

Script line used for that:
  perl -i -p0e 's|/\*.*\n.*This file is part of the coreboot project.*\n.*\*|/* This file is part of the coreboot project. */\n/*|' # ...filelist...

Change-Id: I2280b19972e37c36d8c67a67e0320296567fa4f6
Signed-off-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/41065
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: David Hendricks <david.hendricks@gmail.com>
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
  • Loading branch information
pgeorgi committed May 6, 2020
1 parent 56e3df4 commit 02363b5
Show file tree
Hide file tree
Showing 550 changed files with 550 additions and 1,100 deletions.
3 changes: 1 addition & 2 deletions src/commonlib/include/commonlib/loglevel.h
@@ -1,6 +1,5 @@
/* This file is part of the coreboot project. */
/*
* This file is part of the coreboot project.
*
* 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; either version 2 of the License, or
Expand Down
3 changes: 1 addition & 2 deletions src/commonlib/include/commonlib/sd_mmc_ctrlr.h
@@ -1,6 +1,5 @@
/* This file is part of the coreboot project. */
/*
* This file is part of the coreboot project.
*
* 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; either version 2 of
Expand Down
3 changes: 1 addition & 2 deletions src/commonlib/include/commonlib/sdhci.h
@@ -1,6 +1,5 @@
/* This file is part of the coreboot project. */
/*
* This file is part of the coreboot project.
*
* 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; either version 2 of
Expand Down
3 changes: 1 addition & 2 deletions src/commonlib/include/commonlib/storage.h
@@ -1,6 +1,5 @@
/* This file is part of the coreboot project. */
/*
* This file is part of the coreboot project.
*
* 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; either version 2 of
Expand Down
3 changes: 1 addition & 2 deletions src/commonlib/storage/bouncebuf.c
@@ -1,6 +1,5 @@
/* This file is part of the coreboot project. */
/*
* This file is part of the coreboot project.
*
* 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; either version 2 of
Expand Down
3 changes: 1 addition & 2 deletions src/commonlib/storage/bouncebuf.h
@@ -1,6 +1,5 @@
/* This file is part of the coreboot project. */
/*
* This file is part of the coreboot project.
*
* 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; either version 2 of
Expand Down
3 changes: 1 addition & 2 deletions src/commonlib/storage/mmc.c
@@ -1,6 +1,5 @@
/* This file is part of the coreboot project. */
/*
* This file is part of the coreboot project.
*
* 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; either version 2 of
Expand Down
3 changes: 1 addition & 2 deletions src/commonlib/storage/mmc.h
@@ -1,6 +1,5 @@
/* This file is part of the coreboot project. */
/*
* This file is part of the coreboot project.
*
* 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; either version 2 of
Expand Down
3 changes: 1 addition & 2 deletions src/commonlib/storage/pci_sdhci.c
@@ -1,6 +1,5 @@
/* This file is part of the coreboot project. */
/*
* This file is part of the coreboot project.
*
* 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; either version 2 of
Expand Down
3 changes: 1 addition & 2 deletions src/commonlib/storage/sd.c
@@ -1,6 +1,5 @@
/* This file is part of the coreboot project. */
/*
* This file is part of the coreboot project.
*
* 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; either version 2 of
Expand Down
3 changes: 1 addition & 2 deletions src/commonlib/storage/sd_mmc.c
@@ -1,6 +1,5 @@
/* This file is part of the coreboot project. */
/*
* This file is part of the coreboot project.
*
* 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; either version 2 of
Expand Down
3 changes: 1 addition & 2 deletions src/commonlib/storage/sd_mmc.h
@@ -1,6 +1,5 @@
/* This file is part of the coreboot project. */
/*
* This file is part of the coreboot project.
*
* 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; either version 2 of
Expand Down
3 changes: 1 addition & 2 deletions src/commonlib/storage/sdhci.c
@@ -1,6 +1,5 @@
/* This file is part of the coreboot project. */
/*
* This file is part of the coreboot project.
*
* 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; either version 2 of
Expand Down
3 changes: 1 addition & 2 deletions src/commonlib/storage/sdhci.h
@@ -1,6 +1,5 @@
/* This file is part of the coreboot project. */
/*
* This file is part of the coreboot project.
*
* 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; either version 2 of
Expand Down
3 changes: 1 addition & 2 deletions src/commonlib/storage/sdhci_adma.c
@@ -1,6 +1,5 @@
/* This file is part of the coreboot project. */
/*
* This file is part of the coreboot project.
*
* 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; either version 2 of
Expand Down
3 changes: 1 addition & 2 deletions src/commonlib/storage/sdhci_display.c
@@ -1,6 +1,5 @@
/* This file is part of the coreboot project. */
/*
* This file is part of the coreboot project.
*
* 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; either version 2 of
Expand Down
3 changes: 1 addition & 2 deletions src/commonlib/storage/storage.c
@@ -1,6 +1,5 @@
/* This file is part of the coreboot project. */
/*
* This file is part of the coreboot project.
*
* 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; either version 2 of
Expand Down
3 changes: 1 addition & 2 deletions src/commonlib/storage/storage.h
@@ -1,6 +1,5 @@
/* This file is part of the coreboot project. */
/*
* This file is part of the coreboot project.
*
* 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; either version 2 of
Expand Down
3 changes: 1 addition & 2 deletions src/commonlib/storage/storage_erase.c
@@ -1,6 +1,5 @@
/* This file is part of the coreboot project. */
/*
* This file is part of the coreboot project.
*
* 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; either version 2 of
Expand Down
3 changes: 1 addition & 2 deletions src/commonlib/storage/storage_write.c
@@ -1,6 +1,5 @@
/* This file is part of the coreboot project. */
/*
* This file is part of the coreboot project.
*
* 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; either version 2 of
Expand Down
3 changes: 1 addition & 2 deletions src/cpu/amd/agesa/family15tn/udelay.c
@@ -1,6 +1,5 @@
/* This file is part of the coreboot project. */
/*
* This file is part of the coreboot project.
*
* 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; either version 2 of the License, or
Expand Down
3 changes: 1 addition & 2 deletions src/cpu/amd/pi/00630F01/udelay.c
@@ -1,6 +1,5 @@
/* This file is part of the coreboot project. */
/*
* This file is part of the coreboot project.
*
* 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 or (at your option)
Expand Down
3 changes: 1 addition & 2 deletions src/cpu/intel/slot_1/l2_cache.c
@@ -1,6 +1,5 @@
/* This file is part of the coreboot project. */
/*
* This file is part of the coreboot project.
*
* 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; either version 2 of the License, or
Expand Down
3 changes: 1 addition & 2 deletions src/cpu/intel/slot_1/slot_1.c
@@ -1,6 +1,5 @@
/* This file is part of the coreboot project. */
/*
* This file is part of the coreboot project.
*
* 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; either version 2 of the License, or
Expand Down
3 changes: 1 addition & 2 deletions src/cpu/qemu-power8/qemu.c
@@ -1,6 +1,5 @@
/* This file is part of the coreboot project. */
/*
* This file is part of the coreboot project.
*
* 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; either version 2 of the License, or
Expand Down
3 changes: 1 addition & 2 deletions src/cpu/qemu-x86/qemu.c
@@ -1,6 +1,5 @@
/* This file is part of the coreboot project. */
/*
* This file is part of the coreboot project.
*
* 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; either version 2 of the License, or
Expand Down
3 changes: 1 addition & 2 deletions src/cpu/ti/am335x/clock.h
@@ -1,6 +1,5 @@
/* This file is part of the coreboot project. */
/*
* This file is part of the coreboot project.
*
* 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; either version 2 of
Expand Down
3 changes: 1 addition & 2 deletions src/cpu/ti/am335x/gpio.c
@@ -1,6 +1,5 @@
/* This file is part of the coreboot project. */
/*
* This file is part of the coreboot project.
*
* 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; either version 2 of
Expand Down
3 changes: 1 addition & 2 deletions src/cpu/ti/am335x/gpio.h
@@ -1,6 +1,5 @@
/* This file is part of the coreboot project. */
/*
* This file is part of the coreboot project.
*
* 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; either version 2 of
Expand Down
3 changes: 1 addition & 2 deletions src/cpu/ti/am335x/header.c
@@ -1,6 +1,5 @@
/* This file is part of the coreboot project. */
/*
* This file is part of the coreboot project.
*
* 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; either version 2 of
Expand Down
3 changes: 1 addition & 2 deletions src/cpu/ti/am335x/header.h
@@ -1,6 +1,5 @@
/* This file is part of the coreboot project. */
/*
* This file is part of the coreboot project.
*
* 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; either version 2 of
Expand Down
3 changes: 1 addition & 2 deletions src/cpu/ti/am335x/pinmux.c
@@ -1,6 +1,5 @@
/* This file is part of the coreboot project. */
/*
* This file is part of the coreboot project.
*
* 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; either version 2 of
Expand Down
3 changes: 1 addition & 2 deletions src/cpu/ti/am335x/pinmux.h
@@ -1,6 +1,5 @@
/* This file is part of the coreboot project. */
/*
* This file is part of the coreboot project.
*
* 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; either version 2 of
Expand Down
3 changes: 1 addition & 2 deletions src/cpu/ti/am335x/uart.c
@@ -1,6 +1,5 @@
/* This file is part of the coreboot project. */
/*
* This file is part of the coreboot project.
*
* 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; either version 2 of the License, or
Expand Down
3 changes: 1 addition & 2 deletions src/cpu/ti/am335x/uart.h
@@ -1,6 +1,5 @@
/* This file is part of the coreboot project. */
/*
* This file is part of the coreboot project.
*
* 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; either version 2 of
Expand Down
3 changes: 1 addition & 2 deletions src/cpu/x86/early_reset.S
@@ -1,6 +1,5 @@
/* This file is part of the coreboot project. */
/*
* This file is part of the coreboot project.
*
* 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; either version 2 of the License, or
Expand Down
3 changes: 1 addition & 2 deletions src/cpu/x86/mtrr/mtrr.c
@@ -1,6 +1,5 @@
/* This file is part of the coreboot project. */
/*
* This file is part of the coreboot project.
*
* 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; either version 2 of the License, or
Expand Down
3 changes: 1 addition & 2 deletions src/device/dram/ddr2.c
@@ -1,6 +1,5 @@
/* This file is part of the coreboot project. */
/*
* This file is part of the coreboot project.
*
* 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, either version 2 of the License, or
Expand Down
3 changes: 1 addition & 2 deletions src/device/dram/ddr3.c
@@ -1,6 +1,5 @@
/* This file is part of the coreboot project. */
/*
* This file is part of the coreboot project.
*
* 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, either version 2 of the License, or
Expand Down
3 changes: 1 addition & 2 deletions src/drivers/aspeed/common/aspeed_coreboot.h
@@ -1,6 +1,5 @@
/* This file is part of the coreboot project. */
/*
* This file is part of the coreboot project.
*
* 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; either version 2 of the License, or
Expand Down
3 changes: 1 addition & 2 deletions src/drivers/aspeed/common/ast_drv.h
@@ -1,6 +1,5 @@
/* This file is part of the coreboot project. */
/*
* This file is part of the coreboot project.
*
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the
Expand Down
3 changes: 1 addition & 2 deletions src/drivers/aspeed/common/ast_main.c
@@ -1,6 +1,5 @@
/* This file is part of the coreboot project. */
/*
* This file is part of the coreboot project.
*
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the
Expand Down
3 changes: 1 addition & 2 deletions src/drivers/aspeed/common/ast_post.c
@@ -1,6 +1,5 @@
/* This file is part of the coreboot project. */
/*
* This file is part of the coreboot project.
*
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the
Expand Down
3 changes: 1 addition & 2 deletions src/drivers/aspeed/common/ast_tables.h
@@ -1,6 +1,5 @@
/* This file is part of the coreboot project. */
/*
* This file is part of the coreboot project.
*
*
* Permission to use, copy, modify, distribute, and sell this software and its
* documentation for any purpose is hereby granted without fee, provided that
Expand Down
3 changes: 1 addition & 2 deletions src/drivers/dec/21143/21143.c
@@ -1,6 +1,5 @@
/* This file is part of the coreboot project. */
/*
* This file is part of the coreboot project.
*
* 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; either version 2 of the License, or
Expand Down
3 changes: 1 addition & 2 deletions src/drivers/emulation/qemu/cirrus.c
@@ -1,6 +1,5 @@
/* This file is part of the coreboot project. */
/*
* This file is part of the coreboot project.
*
* 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
Expand Down
3 changes: 1 addition & 2 deletions src/drivers/i2c/adt7463/adt7463.c
@@ -1,6 +1,5 @@
/* This file is part of the coreboot project. */
/*
* This file is part of the coreboot project.
*
* 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; either version 2 of the License, or
Expand Down
3 changes: 1 addition & 2 deletions src/drivers/i2c/tpm/cr50.c
@@ -1,6 +1,5 @@
/* This file is part of the coreboot project. */
/*
* This file is part of the coreboot project.
*
* 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
Expand Down
3 changes: 1 addition & 2 deletions src/drivers/i2c/tpm/tis.c
@@ -1,6 +1,5 @@
/* This file is part of the coreboot project. */
/*
* This file is part of the coreboot project.
*
* 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; either version 2 of
Expand Down
3 changes: 1 addition & 2 deletions src/drivers/i2c/tpm/tis_atmel.c
@@ -1,6 +1,5 @@
/* This file is part of the coreboot project. */
/*
* This file is part of the coreboot project.
*
* 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; either version 2 of
Expand Down

0 comments on commit 02363b5

Please sign in to comment.