diff options
Diffstat (limited to 'src/drivers/i2c/nct7802y')
-rw-r--r-- | src/drivers/i2c/nct7802y/chip.h | 2 | ||||
-rw-r--r-- | src/drivers/i2c/nct7802y/nct7802y.c | 2 | ||||
-rw-r--r-- | src/drivers/i2c/nct7802y/nct7802y.h | 2 | ||||
-rw-r--r-- | src/drivers/i2c/nct7802y/nct7802y_fan.c | 2 | ||||
-rw-r--r-- | src/drivers/i2c/nct7802y/nct7802y_peci.c | 2 |
5 files changed, 0 insertions, 10 deletions
diff --git a/src/drivers/i2c/nct7802y/chip.h b/src/drivers/i2c/nct7802y/chip.h index 11db12be35..adff0f512c 100644 --- a/src/drivers/i2c/nct7802y/chip.h +++ b/src/drivers/i2c/nct7802y/chip.h @@ -1,8 +1,6 @@ /* * This file is part of the coreboot project. * - * Copyright 2017 secunet Security Networks AG - * * 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/src/drivers/i2c/nct7802y/nct7802y.c b/src/drivers/i2c/nct7802y/nct7802y.c index 3681383610..d2cce64fc2 100644 --- a/src/drivers/i2c/nct7802y/nct7802y.c +++ b/src/drivers/i2c/nct7802y/nct7802y.c @@ -1,8 +1,6 @@ /* * This file is part of the coreboot project. * - * Copyright 2017 secunet Security Networks AG - * * 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/src/drivers/i2c/nct7802y/nct7802y.h b/src/drivers/i2c/nct7802y/nct7802y.h index 16a16840f3..9f3aaef1d0 100644 --- a/src/drivers/i2c/nct7802y/nct7802y.h +++ b/src/drivers/i2c/nct7802y/nct7802y.h @@ -1,8 +1,6 @@ /* * This file is part of the coreboot project. * - * Copyright (C) 2017 secunet Security Networks AG - * * 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/src/drivers/i2c/nct7802y/nct7802y_fan.c b/src/drivers/i2c/nct7802y/nct7802y_fan.c index f0f3a3ced8..d7cfb908cd 100644 --- a/src/drivers/i2c/nct7802y/nct7802y_fan.c +++ b/src/drivers/i2c/nct7802y/nct7802y_fan.c @@ -1,8 +1,6 @@ /* * This file is part of the coreboot project. * - * Copyright 2017 secunet Security Networks AG - * * 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/src/drivers/i2c/nct7802y/nct7802y_peci.c b/src/drivers/i2c/nct7802y/nct7802y_peci.c index 26e62a3f09..58d7064635 100644 --- a/src/drivers/i2c/nct7802y/nct7802y_peci.c +++ b/src/drivers/i2c/nct7802y/nct7802y_peci.c @@ -1,8 +1,6 @@ /* * This file is part of the coreboot project. * - * Copyright 2017 secunet Security Networks AG - * * 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. |