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/scripts | |
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/scripts')
-rwxr-xr-x | util/scripts/cross-repo-cherrypick | 3 | ||||
-rwxr-xr-x | util/scripts/dts-to-fmd.sh | 3 | ||||
-rwxr-xr-x | util/scripts/find-unused-kconfig-symbols.sh | 2 | ||||
-rwxr-xr-x | util/scripts/gerrit-rebase | 3 | ||||
-rw-r--r-- | util/scripts/maintainers.go | 2 | ||||
-rwxr-xr-x | util/scripts/no-fsf-addresses.sh | 2 | ||||
-rwxr-xr-x | util/scripts/ucode_h_to_bin.sh | 5 | ||||
-rwxr-xr-x | util/scripts/update_submodules | 3 |
8 files changed, 0 insertions, 23 deletions
diff --git a/util/scripts/cross-repo-cherrypick b/util/scripts/cross-repo-cherrypick index 42b05b5131..1f1931b35b 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 b468b35bcd..cff44e0ca7 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 32240ec0d5..3b84d25f57 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 27ee3c7842..83749137c3 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 31a720c26a..34841b3955 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 e4200f6226..a76b533cac 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 cb403a4978..e20acfefa4 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 68d8a948ac..cf0bdbd88f 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. |