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/ectool | |
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/ectool')
-rw-r--r-- | util/ectool/ec.c | 5 | ||||
-rw-r--r-- | util/ectool/ec.h | 4 | ||||
-rw-r--r-- | util/ectool/ectool.c | 4 |
3 files changed, 3 insertions, 10 deletions
diff --git a/util/ectool/ec.c b/util/ectool/ec.c index d6c20001d8..17a08dcbf9 100644 --- a/util/ectool/ec.c +++ b/util/ectool/ec.c @@ -1,8 +1,5 @@ +/* This file is part of the ectool project. */ /* - * This file is part of the ectool project. - * - * Copyright (C) 2008-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 as * published by the Free Software Foundation; version 2 of the License. diff --git a/util/ectool/ec.h b/util/ectool/ec.h index fd062356d0..b7bc6b938f 100644 --- a/util/ectool/ec.h +++ b/util/ectool/ec.h @@ -1,7 +1,5 @@ +/* This file is part of the ectool project. */ /* - * This file is part of the ectool project. - * - * Copyright (C) 2008-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 as diff --git a/util/ectool/ectool.c b/util/ectool/ectool.c index 2af45c30f2..21e1023b34 100644 --- a/util/ectool/ectool.c +++ b/util/ectool/ectool.c @@ -1,7 +1,5 @@ +/* This file is part of the ectool project. */ /* - * This file is part of the ectool project. - * - * Copyright (C) 2008-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 as |