summaryrefslogtreecommitdiffstats
path: root/util/scripts
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@google.com>2020-05-08 19:28:13 +0200
committerPatrick Georgi <pgeorgi@google.com>2020-05-09 21:21:32 +0000
commitea063cb9750030d7e5c8f62ed2acfa58c60dd807 (patch)
treeadfb4f0cd3bf0ee1ed7a282557b469ad753836d9 /util/scripts
parent2faeb11fcda8791e94fee804a920adfd6272e4d7 (diff)
downloadcoreboot-ea063cb9750030d7e5c8f62ed2acfa58c60dd807.tar.gz
coreboot-ea063cb9750030d7e5c8f62ed2acfa58c60dd807.tar.bz2
coreboot-ea063cb9750030d7e5c8f62ed2acfa58c60dd807.zip
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>
Diffstat (limited to 'util/scripts')
-rwxr-xr-xutil/scripts/cross-repo-cherrypick3
-rwxr-xr-xutil/scripts/dts-to-fmd.sh3
-rwxr-xr-xutil/scripts/find-unused-kconfig-symbols.sh2
-rwxr-xr-xutil/scripts/gerrit-rebase3
-rw-r--r--util/scripts/maintainers.go2
-rwxr-xr-xutil/scripts/no-fsf-addresses.sh2
-rwxr-xr-xutil/scripts/ucode_h_to_bin.sh5
-rwxr-xr-xutil/scripts/update_submodules3
8 files changed, 0 insertions, 23 deletions
diff --git a/util/scripts/cross-repo-cherrypick b/util/scripts/cross-repo-cherrypick
index 42b05b513188..1f1931b35bea 100755
--- a/util/scripts/cross-repo-cherrypick
+++ b/util/scripts/cross-repo-cherrypick
@@ -1,9 +1,6 @@
#!/bin/sh
-
# cross-repo-cherrypick - rebase helper script
#
-# Copyright 2015, 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.
diff --git a/util/scripts/dts-to-fmd.sh b/util/scripts/dts-to-fmd.sh
index b468b35bcd7f..cff44e0ca771 100755
--- a/util/scripts/dts-to-fmd.sh
+++ b/util/scripts/dts-to-fmd.sh
@@ -1,7 +1,4 @@
#!/usr/bin/env bash
-#
-# 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.
diff --git a/util/scripts/find-unused-kconfig-symbols.sh b/util/scripts/find-unused-kconfig-symbols.sh
index 32240ec0d57a..3b84d25f57ee 100755
--- a/util/scripts/find-unused-kconfig-symbols.sh
+++ b/util/scripts/find-unused-kconfig-symbols.sh
@@ -1,6 +1,4 @@
#!/bin/sh
-# Copyright (c) 2015 Google Inc.
-#
# Permission to use, copy, modify, and/or 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.
diff --git a/util/scripts/gerrit-rebase b/util/scripts/gerrit-rebase
index 27ee3c78423a..83749137c37b 100755
--- a/util/scripts/gerrit-rebase
+++ b/util/scripts/gerrit-rebase
@@ -1,7 +1,4 @@
#!/usr/bin/env bash
-
-# 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.
diff --git a/util/scripts/maintainers.go b/util/scripts/maintainers.go
index 31a720c26a4a..34841b39559e 100644
--- a/util/scripts/maintainers.go
+++ b/util/scripts/maintainers.go
@@ -1,6 +1,4 @@
/*
- * 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.
diff --git a/util/scripts/no-fsf-addresses.sh b/util/scripts/no-fsf-addresses.sh
index e4200f62263b..a76b533cac8e 100755
--- a/util/scripts/no-fsf-addresses.sh
+++ b/util/scripts/no-fsf-addresses.sh
@@ -1,6 +1,4 @@
#!/bin/sh
-# Copyright (c) 2015 Google Inc.
-#
# Permission to use, copy, modify, and/or 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.
diff --git a/util/scripts/ucode_h_to_bin.sh b/util/scripts/ucode_h_to_bin.sh
index cb403a4978f0..e20acfefa4f5 100755
--- a/util/scripts/ucode_h_to_bin.sh
+++ b/util/scripts/ucode_h_to_bin.sh
@@ -1,11 +1,6 @@
#!/usr/bin/env bash
-#
# This file is part of the coreboot project.
#
-# Copyright (C) 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:
#
diff --git a/util/scripts/update_submodules b/util/scripts/update_submodules
index 68d8a948accb..cf0bdbd88f5b 100755
--- a/util/scripts/update_submodules
+++ b/util/scripts/update_submodules
@@ -1,9 +1,6 @@
#!/usr/bin/env bash
-
# This file is part of the coreboot project.
#
-# 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.