diff options
author | Patrick Georgi <pgeorgi@chromium.org> | 2015-10-31 11:55:10 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2015-10-31 21:37:39 +0100 |
commit | a73b93157f2a5ed42bebf9a5948a4e2cedcb4250 (patch) | |
tree | 9e058ce7ae03b1b14acebc050b4b2d837c7cabb9 /src/lib/gcov-io.c | |
parent | 74b13a56166649967a3e9ab0e4ea5c68b518c6b2 (diff) |
tree: drop last paragraph of GPL copyright header
It encourages users from writing to the FSF without giving an address.
Linux also prefers to drop that and their checkpatch.pl (that we
imported) looks out for that.
This is the result of util/scripts/no-fsf-addresses.sh with no further
editing.
Change-Id: Ie96faea295fe001911d77dbc51e9a6789558fbd6
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Reviewed-on: http://review.coreboot.org/11888
Tested-by: build bot (Jenkins)
Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'src/lib/gcov-io.c')
-rw-r--r-- | src/lib/gcov-io.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/lib/gcov-io.c b/src/lib/gcov-io.c index 37c1c3e350..aeb9d123a9 100644 --- a/src/lib/gcov-io.c +++ b/src/lib/gcov-io.c @@ -19,11 +19,7 @@ for more details. Under Section 7 of GPL version 3, you are granted additional permissions described in the GCC Runtime Library Exception, version 3.1, as published by the Free Software Foundation. - -You should have received a copy of the GNU General Public License and -a copy of the GCC Runtime Library Exception along with this program; -see the files COPYING3 and COPYING.RUNTIME respectively. If not, see -<http://www.gnu.org/licenses/>. */ +*/ /* Routines declared in gcov-io.h. This file should be #included by another source file, after having #included gcov-io.h. */ |