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/gitconfig | |
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/gitconfig')
-rwxr-xr-x | util/gitconfig/commit-msg | 3 | ||||
-rwxr-xr-x | util/gitconfig/gitconfig.sh | 4 | ||||
-rwxr-xr-x | util/gitconfig/pre-commit | 4 | ||||
-rwxr-xr-x | util/gitconfig/test/commit-message-hook.sh | 4 | ||||
-rw-r--r-- | util/gitconfig/test/helpers.sh | 4 | ||||
-rwxr-xr-x | util/gitconfig/test/timeout.sh | 4 |
6 files changed, 0 insertions, 23 deletions
diff --git a/util/gitconfig/commit-msg b/util/gitconfig/commit-msg index ba6fa3ffb6..f0c0b659e2 100755 --- a/util/gitconfig/commit-msg +++ b/util/gitconfig/commit-msg @@ -1,9 +1,6 @@ #!/bin/sh -# # Part of Gerrit Code Review (http://code.google.com/p/gerrit/) # -# Copyright (C) 2009 The Android Open Source Project -# # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/util/gitconfig/gitconfig.sh b/util/gitconfig/gitconfig.sh index 4df93cf2c5..e287658a47 100755 --- a/util/gitconfig/gitconfig.sh +++ b/util/gitconfig/gitconfig.sh @@ -1,10 +1,6 @@ #!/usr/bin/env bash - -## ## This file is part of the coreboot project. ## -## Copyright (C) 2011 secunet Security Networks AG -## ## 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/gitconfig/pre-commit b/util/gitconfig/pre-commit index 78b2509eba..2dcdcb1930 100755 --- a/util/gitconfig/pre-commit +++ b/util/gitconfig/pre-commit @@ -1,10 +1,6 @@ #!/bin/sh - -## ## This file is part of the coreboot project. ## -## Copyright (C) 2015 Patrick Georgi <patrick@georgi-clan.de> -## ## 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/gitconfig/test/commit-message-hook.sh b/util/gitconfig/test/commit-message-hook.sh index a2c53eccde..7642746441 100755 --- a/util/gitconfig/test/commit-message-hook.sh +++ b/util/gitconfig/test/commit-message-hook.sh @@ -1,10 +1,6 @@ #!/bin/bash - -## ## This file is part of the coreboot project. ## -## Copyright (C) 2003-2018 Alex Thiessen <alex.thiessen.de+coreboot@gmail.com> -## ## 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 3 or later of the License. diff --git a/util/gitconfig/test/helpers.sh b/util/gitconfig/test/helpers.sh index 0d4b3c8e21..31e39130b6 100644 --- a/util/gitconfig/test/helpers.sh +++ b/util/gitconfig/test/helpers.sh @@ -1,10 +1,6 @@ #!/bin/bash - -## ## This file is part of the coreboot project. ## -## Copyright (C) 2003-2018 Alex Thiessen <alex.thiessen.de+coreboot@gmail.com> -## ## 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 3 or later of the License. diff --git a/util/gitconfig/test/timeout.sh b/util/gitconfig/test/timeout.sh index 5e2164f811..f404a656f8 100755 --- a/util/gitconfig/test/timeout.sh +++ b/util/gitconfig/test/timeout.sh @@ -1,10 +1,6 @@ #!/bin/bash - -## ## This file is part of the coreboot project. ## -## Copyright (C) 2003-2018 Alex Thiessen <alex.thiessen.de+coreboot@gmail.com> -## ## 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 3 or later of the License. |