diff options
Diffstat (limited to 'util/ifdtool')
-rw-r--r-- | util/ifdtool/Makefile | 3 | ||||
-rw-r--r-- | util/ifdtool/ifdtool.c | 5 | ||||
-rw-r--r-- | util/ifdtool/ifdtool.h | 5 |
3 files changed, 2 insertions, 11 deletions
diff --git a/util/ifdtool/Makefile b/util/ifdtool/Makefile index 50c6c30650..8ebc6672ac 100644 --- a/util/ifdtool/Makefile +++ b/util/ifdtool/Makefile @@ -1,8 +1,5 @@ -# # ifdtool - dump Intel Firmware Descriptor information # -# Copyright (C) 2011 The ChromiumOS 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 published by # the Free Software Foundation; version 2 of the License. diff --git a/util/ifdtool/ifdtool.c b/util/ifdtool/ifdtool.c index 97b9cd1fe8..08a65b3ff5 100644 --- a/util/ifdtool/ifdtool.c +++ b/util/ifdtool/ifdtool.c @@ -1,8 +1,5 @@ +/* ifdtool - dump Intel Firmware Descriptor information */ /* - * ifdtool - dump Intel Firmware Descriptor information - * - * Copyright (C) 2011 The ChromiumOS 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 published by * the Free Software Foundation; version 2 of the License. diff --git a/util/ifdtool/ifdtool.h b/util/ifdtool/ifdtool.h index aecd8fa643..0b81260006 100644 --- a/util/ifdtool/ifdtool.h +++ b/util/ifdtool/ifdtool.h @@ -1,8 +1,5 @@ +/* ifdtool - dump Intel Firmware Descriptor information */ /* - * ifdtool - dump Intel Firmware Descriptor information - * - * Copyright (C) 2011 The ChromiumOS 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 published by * the Free Software Foundation; version 2 of the License. |