aboutsummaryrefslogtreecommitdiff
path: root/src/ec/roda/it8518
diff options
context:
space:
mode:
Diffstat (limited to 'src/ec/roda/it8518')
-rw-r--r--src/ec/roda/it8518/Kconfig1
-rw-r--r--src/ec/roda/it8518/Makefile.inc1
-rw-r--r--src/ec/roda/it8518/acpi/ac.asl1
-rw-r--r--src/ec/roda/it8518/acpi/battery.asl1
-rw-r--r--src/ec/roda/it8518/acpi/ec.asl1
-rw-r--r--src/ec/roda/it8518/acpi/lid.asl1
-rw-r--r--src/ec/roda/it8518/chip.h1
-rw-r--r--src/ec/roda/it8518/ec.c1
8 files changed, 0 insertions, 8 deletions
diff --git a/src/ec/roda/it8518/Kconfig b/src/ec/roda/it8518/Kconfig
index 452c34541e..9376a2a6d0 100644
--- a/src/ec/roda/it8518/Kconfig
+++ b/src/ec/roda/it8518/Kconfig
@@ -1,7 +1,6 @@
##
## This file is part of the coreboot project.
##
-## Copyright (C) 2015 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
diff --git a/src/ec/roda/it8518/Makefile.inc b/src/ec/roda/it8518/Makefile.inc
index a0998880d9..bafe9d2c0e 100644
--- a/src/ec/roda/it8518/Makefile.inc
+++ b/src/ec/roda/it8518/Makefile.inc
@@ -1,7 +1,6 @@
##
## This file is part of the coreboot project.
##
-## Copyright (C) 2015 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
diff --git a/src/ec/roda/it8518/acpi/ac.asl b/src/ec/roda/it8518/acpi/ac.asl
index 33c62ee8dd..359181c89e 100644
--- a/src/ec/roda/it8518/acpi/ac.asl
+++ b/src/ec/roda/it8518/acpi/ac.asl
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2015 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
diff --git a/src/ec/roda/it8518/acpi/battery.asl b/src/ec/roda/it8518/acpi/battery.asl
index ffe2c2f6e9..c18b9d3bf5 100644
--- a/src/ec/roda/it8518/acpi/battery.asl
+++ b/src/ec/roda/it8518/acpi/battery.asl
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2015 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
diff --git a/src/ec/roda/it8518/acpi/ec.asl b/src/ec/roda/it8518/acpi/ec.asl
index 94b00ce067..084d788cbd 100644
--- a/src/ec/roda/it8518/acpi/ec.asl
+++ b/src/ec/roda/it8518/acpi/ec.asl
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2015 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
diff --git a/src/ec/roda/it8518/acpi/lid.asl b/src/ec/roda/it8518/acpi/lid.asl
index f793838863..e218d76153 100644
--- a/src/ec/roda/it8518/acpi/lid.asl
+++ b/src/ec/roda/it8518/acpi/lid.asl
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2015 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
diff --git a/src/ec/roda/it8518/chip.h b/src/ec/roda/it8518/chip.h
index 8091525e9b..a18d791795 100644
--- a/src/ec/roda/it8518/chip.h
+++ b/src/ec/roda/it8518/chip.h
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2015-2016 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
diff --git a/src/ec/roda/it8518/ec.c b/src/ec/roda/it8518/ec.c
index 09ff480a99..a9dfb0afae 100644
--- a/src/ec/roda/it8518/ec.c
+++ b/src/ec/roda/it8518/ec.c
@@ -1,7 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2015 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