diff options
Diffstat (limited to 'src/include/console')
-rw-r--r-- | src/include/console/cbmem_console.h | 1 | ||||
-rw-r--r-- | src/include/console/console.h | 1 | ||||
-rw-r--r-- | src/include/console/flash.h | 1 | ||||
-rw-r--r-- | src/include/console/ne2k.h | 1 | ||||
-rw-r--r-- | src/include/console/post_codes.h | 1 | ||||
-rw-r--r-- | src/include/console/spi.h | 1 | ||||
-rw-r--r-- | src/include/console/uart.h | 1 | ||||
-rw-r--r-- | src/include/console/usb.h | 2 | ||||
-rw-r--r-- | src/include/console/vtxprintf.h | 1 |
9 files changed, 0 insertions, 10 deletions
diff --git a/src/include/console/cbmem_console.h b/src/include/console/cbmem_console.h index 38495a724d..42e05e75ad 100644 --- a/src/include/console/cbmem_console.h +++ b/src/include/console/cbmem_console.h @@ -1,7 +1,6 @@ /* * This file is part of the coreboot project. * - * 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 diff --git a/src/include/console/console.h b/src/include/console/console.h index 9983cefd21..96fc8b5faf 100644 --- a/src/include/console/console.h +++ b/src/include/console/console.h @@ -1,7 +1,6 @@ /* * This file is part of the coreboot project. * - * Copyright (C) 2003 Eric Biederman * * 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 diff --git a/src/include/console/flash.h b/src/include/console/flash.h index 6d678f76d0..51ac460f1c 100644 --- a/src/include/console/flash.h +++ b/src/include/console/flash.h @@ -1,7 +1,6 @@ /* * This file is part of the coreboot project. * - * Copyright 2015 Google Inc. * * 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 diff --git a/src/include/console/ne2k.h b/src/include/console/ne2k.h index 88590f8ddc..fe9e471d42 100644 --- a/src/include/console/ne2k.h +++ b/src/include/console/ne2k.h @@ -1,7 +1,6 @@ /* * This file is part of the coreboot project. * - * Copyright (C) 2010 Rudolf Marek <r.marek@assembler.cz> * * 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 diff --git a/src/include/console/post_codes.h b/src/include/console/post_codes.h index 9877a5ea1f..a9094929c6 100644 --- a/src/include/console/post_codes.h +++ b/src/include/console/post_codes.h @@ -1,7 +1,6 @@ /* * This file is part of the coreboot project. * - * Copyright (C) 2011 Alexandru Gagniuc <mr.nuke.me@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 diff --git a/src/include/console/spi.h b/src/include/console/spi.h index a425bf4ab3..29c500d769 100644 --- a/src/include/console/spi.h +++ b/src/include/console/spi.h @@ -1,7 +1,6 @@ /* * This file is part of the coreboot project. * - * Copyright 2015 Google Inc. * * 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 diff --git a/src/include/console/uart.h b/src/include/console/uart.h index 162b1108a9..3e38bc8c7f 100644 --- a/src/include/console/uart.h +++ b/src/include/console/uart.h @@ -1,7 +1,6 @@ /* * This file is part of the coreboot project. * - * Copyright (C) 2012 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 diff --git a/src/include/console/usb.h b/src/include/console/usb.h index ad57d522dc..e7871c404d 100644 --- a/src/include/console/usb.h +++ b/src/include/console/usb.h @@ -1,8 +1,6 @@ /* * This file is part of the coreboot project. * - * Copyright (C) 2007 AMD - * Written by Yinghai Lu <yinghai.lu@amd.com> for AMD. * * 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 diff --git a/src/include/console/vtxprintf.h b/src/include/console/vtxprintf.h index ebef43784c..f6e985c09d 100644 --- a/src/include/console/vtxprintf.h +++ b/src/include/console/vtxprintf.h @@ -1,7 +1,6 @@ /* * This file is part of the coreboot project. * - * 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 as published by |