<p>Mario Scheithauer has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/22355">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">src: Fix all Siemens copyrights<br><br>Some Siemens copyright entries incorrectly contain a dot at the end of<br>the line. This is fixed with this patch.<br><br>Change-Id: I8d98f9a7caad65f7d14c3c2a0de67cb636340116<br>Signed-off-by: Mario Scheithauer <mario.scheithauer@siemens.com><br>---<br>M src/drivers/i2c/pcf8523/Kconfig<br>M src/drivers/i2c/pcf8523/Makefile.inc<br>M src/drivers/i2c/pcf8523/chip.h<br>M src/drivers/i2c/pcf8523/pcf8523.c<br>M src/drivers/i2c/rx6110sa/chip.h<br>M src/drivers/i2c/rx6110sa/rx6110sa.c<br>M src/drivers/intel/i210/Makefile.inc<br>M src/drivers/intel/i210/i210.c<br>M src/drivers/siemens/nc_fpga/Makefile.inc<br>M src/drivers/siemens/nc_fpga/nc_fpga.c<br>M src/drivers/siemens/nc_fpga/nc_fpga.h<br>M src/include/timestamp.h<br>M src/lib/timestamp.c<br>M src/soc/intel/apollolake/acpi.c<br>M src/soc/intel/apollolake/chip.c<br>M src/soc/intel/apollolake/chip.h<br>M src/soc/intel/common/block/include/intelblocks/acpi.h<br>M src/soc/intel/fsp_baytrail/gfx.c<br>M src/vendorcode/siemens/hwilib/hwilib.c<br>19 files changed, 19 insertions(+), 19 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/55/22355/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/src/drivers/i2c/pcf8523/Kconfig b/src/drivers/i2c/pcf8523/Kconfig<br>index c6d40a2..d86364b 100644<br>--- a/src/drivers/i2c/pcf8523/Kconfig<br>+++ b/src/drivers/i2c/pcf8523/Kconfig<br>@@ -1,7 +1,7 @@<br> ##<br> ## This file is part of the coreboot project.<br> ##<br>-## Copyright 2016 Siemens AG<br>+## Copyright (C) 2016 Siemens AG<br> ##<br> ## This program is free software; you can redistribute it and/or modify<br> ## it under the terms of the GNU General Public License as published by<br>diff --git a/src/drivers/i2c/pcf8523/Makefile.inc b/src/drivers/i2c/pcf8523/Makefile.inc<br>index 6dc6ea1..496b1e3 100644<br>--- a/src/drivers/i2c/pcf8523/Makefile.inc<br>+++ b/src/drivers/i2c/pcf8523/Makefile.inc<br>@@ -1,7 +1,7 @@<br> ##<br> ## This file is part of the coreboot project.<br> ##<br>-## Copyright 2016 Siemens AG<br>+## Copyright (C) 2016 Siemens AG<br> ##<br> ## This program is free software; you can redistribute it and/or modify<br> ## it under the terms of the GNU General Public License as published by<br>diff --git a/src/drivers/i2c/pcf8523/chip.h b/src/drivers/i2c/pcf8523/chip.h<br>index 13cd401..dde009c 100644<br>--- a/src/drivers/i2c/pcf8523/chip.h<br>+++ b/src/drivers/i2c/pcf8523/chip.h<br>@@ -1,7 +1,7 @@<br> /*<br>  * This file is part of the coreboot project.<br>  *<br>- * Copyright 2016 Siemens AG<br>+ * Copyright (C) 2016 Siemens AG<br>  *<br>  * This program is free software; you can redistribute it and/or modify<br>  * it under the terms of the GNU General Public License as published by<br>diff --git a/src/drivers/i2c/pcf8523/pcf8523.c b/src/drivers/i2c/pcf8523/pcf8523.c<br>index 416499b..2da8be2 100644<br>--- a/src/drivers/i2c/pcf8523/pcf8523.c<br>+++ b/src/drivers/i2c/pcf8523/pcf8523.c<br>@@ -1,7 +1,7 @@<br> /*<br>  * This file is part of the coreboot project.<br>  *<br>- * Copyright 2016 Siemens AG.<br>+ * Copyright (C) 2016 Siemens AG<br>  *<br>  * This program is free software; you can redistribute it and/or modify<br>  * it under the terms of the GNU General Public License as published by<br>diff --git a/src/drivers/i2c/rx6110sa/chip.h b/src/drivers/i2c/rx6110sa/chip.h<br>index 76db780..d9960dc 100644<br>--- a/src/drivers/i2c/rx6110sa/chip.h<br>+++ b/src/drivers/i2c/rx6110sa/chip.h<br>@@ -1,7 +1,7 @@<br> /*<br>  * This file is part of the coreboot project.<br>  *<br>- * Copyright 2017 Siemens AG<br>+ * Copyright (C) 2017 Siemens AG<br>  *<br>  * This program is free software; you can redistribute it and/or modify<br>  * it under the terms of the GNU General Public License as published by<br>diff --git a/src/drivers/i2c/rx6110sa/rx6110sa.c b/src/drivers/i2c/rx6110sa/rx6110sa.c<br>index 69ea9fe..d793c4d 100644<br>--- a/src/drivers/i2c/rx6110sa/rx6110sa.c<br>+++ b/src/drivers/i2c/rx6110sa/rx6110sa.c<br>@@ -1,7 +1,7 @@<br> /*<br>  * This file is part of the coreboot project.<br>  *<br>- * Copyright 2017 Siemens AG.<br>+ * Copyright (C) 2017 Siemens AG<br>  *<br>  * This program is free software; you can redistribute it and/or modify<br>  * it under the terms of the GNU General Public License as published by<br>diff --git a/src/drivers/intel/i210/Makefile.inc b/src/drivers/intel/i210/Makefile.inc<br>index c3dac65..13ed127 100644<br>--- a/src/drivers/intel/i210/Makefile.inc<br>+++ b/src/drivers/intel/i210/Makefile.inc<br>@@ -1,7 +1,7 @@<br> ##<br> ## This file is part of the coreboot project.<br> ##<br>-## Copyright 2016 Siemens AG<br>+## Copyright (C) 2016 Siemens AG<br> ##<br> ## This program is free software; you can redistribute it and/or modify<br> ## it under the terms of the GNU General Public License as published by<br>diff --git a/src/drivers/intel/i210/i210.c b/src/drivers/intel/i210/i210.c<br>index 47b6d16..b4ceadb 100644<br>--- a/src/drivers/intel/i210/i210.c<br>+++ b/src/drivers/intel/i210/i210.c<br>@@ -1,7 +1,7 @@<br> /*<br>  * This file is part of the coreboot project.<br>  *<br>- * Copyright (C) 2014-2017 Siemens AG.<br>+ * Copyright (C) 2014-2017 Siemens AG<br>  *<br>  * This program is free software; you can redistribute it and/or modify<br>  * it under the terms of the GNU General Public License as published by<br>diff --git a/src/drivers/siemens/nc_fpga/Makefile.inc b/src/drivers/siemens/nc_fpga/Makefile.inc<br>index 724ed6f..5c3aabc 100644<br>--- a/src/drivers/siemens/nc_fpga/Makefile.inc<br>+++ b/src/drivers/siemens/nc_fpga/Makefile.inc<br>@@ -1,7 +1,7 @@<br> ##<br> ## This file is part of the coreboot project.<br> ##<br>-## Copyright 2016 Siemens AG<br>+## Copyright (C) 2016 Siemens AG<br> ##<br> ## This program is free software; you can redistribute it and/or modify<br> ## it under the terms of the GNU General Public License as published by<br>diff --git a/src/drivers/siemens/nc_fpga/nc_fpga.c b/src/drivers/siemens/nc_fpga/nc_fpga.c<br>index 6439703..41b79a6 100644<br>--- a/src/drivers/siemens/nc_fpga/nc_fpga.c<br>+++ b/src/drivers/siemens/nc_fpga/nc_fpga.c<br>@@ -1,7 +1,7 @@<br> /*<br>  * This file is part of the coreboot project.<br>  *<br>- * Copyright (C) 2016-2017 Siemens AG.<br>+ * Copyright (C) 2016-2017 Siemens AG<br>  *<br>  * This program is free software; you can redistribute it and/or modify<br>  * it under the terms of the GNU General Public License as published by<br>diff --git a/src/drivers/siemens/nc_fpga/nc_fpga.h b/src/drivers/siemens/nc_fpga/nc_fpga.h<br>index 8a98627..fe6636f 100644<br>--- a/src/drivers/siemens/nc_fpga/nc_fpga.h<br>+++ b/src/drivers/siemens/nc_fpga/nc_fpga.h<br>@@ -1,7 +1,7 @@<br> /*<br>  * This file is part of the coreboot project.<br>  *<br>- * Copyright (C) 2016-2017 Siemens AG.<br>+ * Copyright (C) 2016-2017 Siemens AG<br>  *<br>  * This program is free software; you can redistribute it and/or modify<br>  * it under the terms of the GNU General Public License as published by<br>diff --git a/src/include/timestamp.h b/src/include/timestamp.h<br>index c3c1a81..7b2b480 100644<br>--- a/src/include/timestamp.h<br>+++ b/src/include/timestamp.h<br>@@ -2,7 +2,7 @@<br>  * This file is part of the coreboot project.<br>  *<br>  * Copyright (C) 2011 The ChromiumOS Authors.  All rights reserved.<br>- * Copyright 2017 Siemens AG.<br>+ * Copyright (C) 2017 Siemens AG<br>  *<br>  * This program is free software; you can redistribute it and/or modify<br>  * it under the terms of the GNU General Public License as published by<br>diff --git a/src/lib/timestamp.c b/src/lib/timestamp.c<br>index 2e14fdd..149b8b8 100644<br>--- a/src/lib/timestamp.c<br>+++ b/src/lib/timestamp.c<br>@@ -2,7 +2,7 @@<br>  * This file is part of the coreboot project.<br>  *<br>  * Copyright (C) 2011 The ChromiumOS Authors.  All rights reserved.<br>- * Copyright 2017 Siemens AG.<br>+ * Copyright (C) 2017 Siemens AG<br>  *<br>  * This program is free software; you can redistribute it and/or modify<br>  * it under the terms of the GNU General Public License as published by<br>diff --git a/src/soc/intel/apollolake/acpi.c b/src/soc/intel/apollolake/acpi.c<br>index 5fdb22d..1449a36 100644<br>--- a/src/soc/intel/apollolake/acpi.c<br>+++ b/src/soc/intel/apollolake/acpi.c<br>@@ -2,7 +2,7 @@<br>  * This file is part of the coreboot project.<br>  *<br>  * Copyright (C) 2016 Intel Corp.<br>- * Copyright 2017 Siemens AG.<br>+ * Copyright (C) 2017 Siemens AG<br>  * (Written by Lance Zhao <lijian.zhao@intel.com> for Intel Corp.)<br>  *<br>  * This program is free software; you can redistribute it and/or modify<br>diff --git a/src/soc/intel/apollolake/chip.c b/src/soc/intel/apollolake/chip.c<br>index 74e2190..1e78cb1 100644<br>--- a/src/soc/intel/apollolake/chip.c<br>+++ b/src/soc/intel/apollolake/chip.c<br>@@ -2,7 +2,7 @@<br>  * This file is part of the coreboot project.<br>  *<br>  * Copyright (C) 2015 - 2017 Intel Corp.<br>- * Copyright 2017 Siemens AG.<br>+ * Copyright (C) 2017 Siemens AG<br>  * (Written by Alexandru Gagniuc <alexandrux.gagniuc@intel.com> for Intel Corp.)<br>  * (Written by Andrey Petrov <andrey.petrov@intel.com> for Intel Corp.)<br>  *<br>diff --git a/src/soc/intel/apollolake/chip.h b/src/soc/intel/apollolake/chip.h<br>index 396f607..eaa932a 100644<br>--- a/src/soc/intel/apollolake/chip.h<br>+++ b/src/soc/intel/apollolake/chip.h<br>@@ -2,7 +2,7 @@<br>  * This file is part of the coreboot project.<br>  *<br>  * Copyright (C) 2015 Intel Corp.<br>- * Copyright 2017 Siemens AG.<br>+ * Copyright (C) 2017 Siemens AG<br>  * (Written by Alexandru Gagniuc <alexandrux.gagniuc@intel.com> for Intel Corp.)<br>  *<br>  * This program is free software; you can redistribute it and/or modify<br>diff --git a/src/soc/intel/common/block/include/intelblocks/acpi.h b/src/soc/intel/common/block/include/intelblocks/acpi.h<br>index 85e6ca3..73a9c9c 100644<br>--- a/src/soc/intel/common/block/include/intelblocks/acpi.h<br>+++ b/src/soc/intel/common/block/include/intelblocks/acpi.h<br>@@ -2,7 +2,7 @@<br>  * This file is part of the coreboot project.<br>  *<br>  * Copyright (C) 2017 Intel Corp.<br>- * Copyright 2017 Siemens AG.<br>+ * Copyright (C) 2017 Siemens AG<br>  *<br>  * This program is free software; you can redistribute it and/or modify<br>  * it under the terms of the GNU General Public License as published by<br>diff --git a/src/soc/intel/fsp_baytrail/gfx.c b/src/soc/intel/fsp_baytrail/gfx.c<br>index 4d3737d..62224fa 100644<br>--- a/src/soc/intel/fsp_baytrail/gfx.c<br>+++ b/src/soc/intel/fsp_baytrail/gfx.c<br>@@ -2,7 +2,7 @@<br>  * This file is part of the coreboot project.<br>  *<br>  * Copyright 2013 Google Inc.<br>- * Copyright 2016 Siemens AG<br>+ * Copyright (C) 2016 Siemens AG<br>  *<br>  * This program is free software; you can redistribute it and/or modify<br>  * it under the terms of the GNU General Public License as published by<br>diff --git a/src/vendorcode/siemens/hwilib/hwilib.c b/src/vendorcode/siemens/hwilib/hwilib.c<br>index 4c0cd63..f15937b 100644<br>--- a/src/vendorcode/siemens/hwilib/hwilib.c<br>+++ b/src/vendorcode/siemens/hwilib/hwilib.c<br>@@ -1,7 +1,7 @@<br> /*<br>  * This file is part of the coreboot project.<br>  *<br>- * Copyright (C) 2014 Siemens AG.<br>+ * Copyright (C) 2014 Siemens AG<br>  *<br>  * This program is free software; you can redistribute it and/or modify<br>  * it under the terms of the GNU General Public License as published by<br></pre><p>To view, visit <a href="https://review.coreboot.org/22355">change 22355</a>. To unsubscribe, visit <a href="https://review.coreboot.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://review.coreboot.org/22355"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: coreboot </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I8d98f9a7caad65f7d14c3c2a0de67cb636340116 </div>
<div style="display:none"> Gerrit-Change-Number: 22355 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Mario Scheithauer <mario.scheithauer@siemens.com> </div>