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/intelmetool | |
parent | 02363b5e464e729366ca21421edcebad33f1237e (diff) |
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/intelmetool')
-rw-r--r-- | util/intelmetool/me.c | 1 | ||||
-rw-r--r-- | util/intelmetool/me.h | 1 | ||||
-rw-r--r-- | util/intelmetool/me_status.c | 1 | ||||
-rw-r--r-- | util/intelmetool/mmap.c | 6 | ||||
-rw-r--r-- | util/intelmetool/mmap.h | 5 | ||||
-rw-r--r-- | util/intelmetool/msr.c | 7 | ||||
-rw-r--r-- | util/intelmetool/msr.h | 6 | ||||
-rw-r--r-- | util/intelmetool/rcba.c | 2 | ||||
-rw-r--r-- | util/intelmetool/rcba.h | 1 |
9 files changed, 8 insertions, 22 deletions
diff --git a/util/intelmetool/me.c b/util/intelmetool/me.c index 0cb162707c..e3df257272 100644 --- a/util/intelmetool/me.c +++ b/util/intelmetool/me.c @@ -1,6 +1,5 @@ /* This file is part of the coreboot project. */ /* - * Copyright (C) 2011 The Chromium OS Authors. All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/util/intelmetool/me.h b/util/intelmetool/me.h index dca9a20f7c..4e0036e2d3 100644 --- a/util/intelmetool/me.h +++ b/util/intelmetool/me.h @@ -1,6 +1,5 @@ /* This file is part of the coreboot project. */ /* - * Copyright (C) 2011 The Chromium OS Authors. All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/util/intelmetool/me_status.c b/util/intelmetool/me_status.c index 3f654f3916..77c3ba6644 100644 --- a/util/intelmetool/me_status.c +++ b/util/intelmetool/me_status.c @@ -1,6 +1,5 @@ /* This file is part of the coreboot project. */ /* - * Copyright (C) 2011 The Chromium OS Authors. All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/util/intelmetool/mmap.c b/util/intelmetool/mmap.c index e3075a8121..70bc42244d 100644 --- a/util/intelmetool/mmap.c +++ b/util/intelmetool/mmap.c @@ -1,7 +1,5 @@ -/* intelmetool - * - * Copyright (C) 2013-2015 Damien Zammit <damien@zamaudio.com> - * +/* intelmetool */ +/* * 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; either version 2 of diff --git a/util/intelmetool/mmap.h b/util/intelmetool/mmap.h index 31d8313bf3..ecc327a535 100644 --- a/util/intelmetool/mmap.h +++ b/util/intelmetool/mmap.h @@ -1,6 +1,5 @@ -/* intelmetool - * - * Copyright (C) 2013-2015 Damien Zammit <damien@zamaudio.com> +/* intelmetool */ +/* * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/util/intelmetool/msr.c b/util/intelmetool/msr.c index 5c84f2b582..d8735a7c0b 100644 --- a/util/intelmetool/msr.c +++ b/util/intelmetool/msr.c @@ -1,8 +1,5 @@ -/* intelmetool - * - * Copyright (C) 2013-2016 Philipp Deppenwiese <zaolin@das-labor.org>, - * Copyright (C) 2013-2016 Alexander Couzens <lynxis@fe80.eu> - * +/* intelmetool */ +/* * 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; either version 2 of diff --git a/util/intelmetool/msr.h b/util/intelmetool/msr.h index 1f6a1175af..c40700f248 100644 --- a/util/intelmetool/msr.h +++ b/util/intelmetool/msr.h @@ -1,7 +1,5 @@ -/* intelmetool - * - * Copyright (C) 2013-2016 Philipp Deppenwiese <zaolin@das-labor.org> - * Copyright (C) 2013-2016 Alexander Couzens <lynxis@fe80.eu> +/* intelmetool */ +/* * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/util/intelmetool/rcba.c b/util/intelmetool/rcba.c index ebc2d9ca48..d1aaa671a8 100644 --- a/util/intelmetool/rcba.c +++ b/util/intelmetool/rcba.c @@ -1,6 +1,4 @@ /* - * Copyright (C) 2014 Damien Zammit <damien@zamaudio.com> - * Copyright (C) 2017 Patrick Rudolph <siro@das-labor.org> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/util/intelmetool/rcba.h b/util/intelmetool/rcba.h index d40dcb9262..a87fe49180 100644 --- a/util/intelmetool/rcba.h +++ b/util/intelmetool/rcba.h @@ -1,5 +1,4 @@ /* - * Copyright (C) 2017 Patrick Rudolph <siro@das-labor.org> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as |