From ea063cb9750030d7e5c8f62ed2acfa58c60dd807 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Fri, 8 May 2020 19:28:13 +0200 Subject: 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/41175 Tested-by: build bot (Jenkins) Reviewed-by: ron minnich --- util/scripts/cross-repo-cherrypick | 3 --- util/scripts/dts-to-fmd.sh | 3 --- util/scripts/find-unused-kconfig-symbols.sh | 2 -- util/scripts/gerrit-rebase | 3 --- util/scripts/maintainers.go | 2 -- util/scripts/no-fsf-addresses.sh | 2 -- util/scripts/ucode_h_to_bin.sh | 5 ----- util/scripts/update_submodules | 3 --- 8 files changed, 23 deletions(-) (limited to 'util/scripts') 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. -- cgit v1.2.3