diff options
author | Patrick Georgi <pgeorgi@google.com> | 2020-05-08 19:28:13 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-05-09 21:21:32 +0000 |
commit | ea063cb9750030d7e5c8f62ed2acfa58c60dd807 (patch) | |
tree | adfb4f0cd3bf0ee1ed7a282557b469ad753836d9 /util/mma | |
parent | 2faeb11fcda8791e94fee804a920adfd6272e4d7 (diff) |
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/mma')
-rw-r--r-- | util/mma/mma.conf | 1 | ||||
-rwxr-xr-x | util/mma/mma_automated_test.sh | 4 | ||||
-rwxr-xr-x | util/mma/mma_get_result.sh | 4 | ||||
-rwxr-xr-x | util/mma/mma_setup_test.sh | 4 |
4 files changed, 0 insertions, 13 deletions
diff --git a/util/mma/mma.conf b/util/mma/mma.conf index 29c1f220d0..917b42a7e2 100644 --- a/util/mma/mma.conf +++ b/util/mma/mma.conf @@ -1,4 +1,3 @@ -# Copyright (c) 2015 The Chromium OS Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/util/mma/mma_automated_test.sh b/util/mma/mma_automated_test.sh index 1c324f34ad..81ec812e05 100755 --- a/util/mma/mma_automated_test.sh +++ b/util/mma/mma_automated_test.sh @@ -1,10 +1,6 @@ #!/usr/bin/env bash - -# # This file is part of the coreboot project. # -# Copyright (C) 2015 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 # the Free Software Foundation; version 2 of the License. diff --git a/util/mma/mma_get_result.sh b/util/mma/mma_get_result.sh index f797e7f36b..890ee74193 100755 --- a/util/mma/mma_get_result.sh +++ b/util/mma/mma_get_result.sh @@ -1,10 +1,6 @@ #!/usr/bin/env bash - -# # This file is part of the coreboot project. # -# Copyright (C) 2015 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 # the Free Software Foundation; version 2 of the License. diff --git a/util/mma/mma_setup_test.sh b/util/mma/mma_setup_test.sh index b2a0de92bc..a53905b5aa 100755 --- a/util/mma/mma_setup_test.sh +++ b/util/mma/mma_setup_test.sh @@ -1,10 +1,6 @@ #!/usr/bin/env bash - -# # This file is part of the coreboot project. # -# Copyright (C) 2017 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 # the Free Software Foundation; version 2 of the License. |