diff options
author | Patrick Georgi <pgeorgi@google.com> | 2020-05-05 23:43:18 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-05-06 22:20:43 +0000 |
commit | afd4c876a9b4b1040673e94b7aa1561bf4ad4bc6 (patch) | |
tree | 63df08dbd4e516c911c11a2e1b121e93d7234e62 /util/msrtool/sys.c | |
parent | 02363b5e464e729366ca21421edcebad33f1237e (diff) | |
download | coreboot-afd4c876a9b4b1040673e94b7aa1561bf4ad4bc6.tar.xz |
treewide: move copyrights and authors to AUTHORS
Also split "this is part of" line from copyright notices.
Change-Id: Ibc2446410bcb3104ead458b40a9ce7819c61a8eb
Signed-off-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/41067
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: David Hendricks <david.hendricks@gmail.com>
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Diffstat (limited to 'util/msrtool/sys.c')
-rw-r--r-- | util/msrtool/sys.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/util/msrtool/sys.c b/util/msrtool/sys.c index 7ff1131b63..f79391d434 100644 --- a/util/msrtool/sys.c +++ b/util/msrtool/sys.c @@ -1,8 +1,5 @@ +/* This file is part of msrtool. */ /* - * This file is part of msrtool. - * - * Copyright (c) 2008 Peter Stuge <peter@stuge.se> - * Copyright (c) 2009 coresystems GmbH * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as |