summaryrefslogtreecommitdiff
path: root/chip/lm4
diff options
context:
space:
mode:
Diffstat (limited to 'chip/lm4')
-rw-r--r--chip/lm4/adc.c2
-rw-r--r--chip/lm4/adc_chip.h2
-rw-r--r--chip/lm4/build.mk2
-rw-r--r--chip/lm4/chip_temp_sensor.c2
-rw-r--r--chip/lm4/clock.c2
-rw-r--r--chip/lm4/config_chip.h2
-rw-r--r--chip/lm4/eeprom.c2
-rw-r--r--chip/lm4/fan.c2
-rw-r--r--chip/lm4/flash.c2
-rw-r--r--chip/lm4/gpio.c2
-rw-r--r--chip/lm4/hwtimer.c2
-rw-r--r--chip/lm4/i2c.c2
-rw-r--r--chip/lm4/keyboard_raw.c2
-rw-r--r--chip/lm4/lpc.c2
-rw-r--r--chip/lm4/peci.c2
-rw-r--r--chip/lm4/pwm.c2
-rw-r--r--chip/lm4/pwm_chip.h2
-rw-r--r--chip/lm4/registers.h2
-rw-r--r--chip/lm4/spi.c2
-rw-r--r--chip/lm4/system.c2
-rw-r--r--chip/lm4/uart.c2
-rw-r--r--chip/lm4/watchdog.c2
22 files changed, 22 insertions, 22 deletions
diff --git a/chip/lm4/adc.c b/chip/lm4/adc.c
index 278908151c..c06ce35df3 100644
--- a/chip/lm4/adc.c
+++ b/chip/lm4/adc.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+/* Copyright 2012 The Chromium OS Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
diff --git a/chip/lm4/adc_chip.h b/chip/lm4/adc_chip.h
index 0e15d6dbd0..8cf033b128 100644
--- a/chip/lm4/adc_chip.h
+++ b/chip/lm4/adc_chip.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+/* Copyright 2012 The Chromium OS Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
diff --git a/chip/lm4/build.mk b/chip/lm4/build.mk
index a9982efced..83ff3f15d5 100644
--- a/chip/lm4/build.mk
+++ b/chip/lm4/build.mk
@@ -1,5 +1,5 @@
# -*- makefile -*-
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+# Copyright 2013 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
#
diff --git a/chip/lm4/chip_temp_sensor.c b/chip/lm4/chip_temp_sensor.c
index 9ff16b0236..7dff771d6f 100644
--- a/chip/lm4/chip_temp_sensor.c
+++ b/chip/lm4/chip_temp_sensor.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+/* Copyright 2012 The Chromium OS Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
diff --git a/chip/lm4/clock.c b/chip/lm4/clock.c
index 99c83422f7..deb03839b6 100644
--- a/chip/lm4/clock.c
+++ b/chip/lm4/clock.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+/* Copyright 2012 The Chromium OS Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
diff --git a/chip/lm4/config_chip.h b/chip/lm4/config_chip.h
index 2456095aba..8abe059e5b 100644
--- a/chip/lm4/config_chip.h
+++ b/chip/lm4/config_chip.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+/* Copyright 2013 The Chromium OS Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
diff --git a/chip/lm4/eeprom.c b/chip/lm4/eeprom.c
index 81fb47465d..97fd3bdc24 100644
--- a/chip/lm4/eeprom.c
+++ b/chip/lm4/eeprom.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+/* Copyright 2012 The Chromium OS Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
diff --git a/chip/lm4/fan.c b/chip/lm4/fan.c
index c0eee330db..b09323a37b 100644
--- a/chip/lm4/fan.c
+++ b/chip/lm4/fan.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+/* Copyright 2013 The Chromium OS Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
diff --git a/chip/lm4/flash.c b/chip/lm4/flash.c
index 135b5d0960..2a7996aee9 100644
--- a/chip/lm4/flash.c
+++ b/chip/lm4/flash.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+/* Copyright 2012 The Chromium OS Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
diff --git a/chip/lm4/gpio.c b/chip/lm4/gpio.c
index 051e129dbf..b3dff342e8 100644
--- a/chip/lm4/gpio.c
+++ b/chip/lm4/gpio.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+/* Copyright 2012 The Chromium OS Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
diff --git a/chip/lm4/hwtimer.c b/chip/lm4/hwtimer.c
index 17d9c3e6ea..44e1c2fb27 100644
--- a/chip/lm4/hwtimer.c
+++ b/chip/lm4/hwtimer.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+/* Copyright 2012 The Chromium OS Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
diff --git a/chip/lm4/i2c.c b/chip/lm4/i2c.c
index 1183ce9550..6e88d9ee5b 100644
--- a/chip/lm4/i2c.c
+++ b/chip/lm4/i2c.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+/* Copyright 2013 The Chromium OS Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
diff --git a/chip/lm4/keyboard_raw.c b/chip/lm4/keyboard_raw.c
index 00e00f1c05..81af0efdde 100644
--- a/chip/lm4/keyboard_raw.c
+++ b/chip/lm4/keyboard_raw.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+/* Copyright 2013 The Chromium OS Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
diff --git a/chip/lm4/lpc.c b/chip/lm4/lpc.c
index e96e35d359..29e83be8b1 100644
--- a/chip/lm4/lpc.c
+++ b/chip/lm4/lpc.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+/* Copyright 2013 The Chromium OS Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
diff --git a/chip/lm4/peci.c b/chip/lm4/peci.c
index 70f65b5837..4c29165c50 100644
--- a/chip/lm4/peci.c
+++ b/chip/lm4/peci.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+/* Copyright 2012 The Chromium OS Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
diff --git a/chip/lm4/pwm.c b/chip/lm4/pwm.c
index b7284c2bee..38ce61714d 100644
--- a/chip/lm4/pwm.c
+++ b/chip/lm4/pwm.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+/* Copyright 2013 The Chromium OS Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
diff --git a/chip/lm4/pwm_chip.h b/chip/lm4/pwm_chip.h
index a30457b629..ada5785495 100644
--- a/chip/lm4/pwm_chip.h
+++ b/chip/lm4/pwm_chip.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+/* Copyright 2013 The Chromium OS Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
diff --git a/chip/lm4/registers.h b/chip/lm4/registers.h
index 7fad67c181..da4741a344 100644
--- a/chip/lm4/registers.h
+++ b/chip/lm4/registers.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+/* Copyright 2013 The Chromium OS Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*
diff --git a/chip/lm4/spi.c b/chip/lm4/spi.c
index 0e43642bca..6df3d9e3ee 100644
--- a/chip/lm4/spi.c
+++ b/chip/lm4/spi.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
+/* Copyright 2013 The Chromium OS Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
diff --git a/chip/lm4/system.c b/chip/lm4/system.c
index ce3d353bed..5797e91da4 100644
--- a/chip/lm4/system.c
+++ b/chip/lm4/system.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+/* Copyright 2012 The Chromium OS Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
diff --git a/chip/lm4/uart.c b/chip/lm4/uart.c
index 04a22c382c..7ccea9eb75 100644
--- a/chip/lm4/uart.c
+++ b/chip/lm4/uart.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+/* Copyright 2012 The Chromium OS Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
diff --git a/chip/lm4/watchdog.c b/chip/lm4/watchdog.c
index e7ff5e2e83..910cb87e03 100644
--- a/chip/lm4/watchdog.c
+++ b/chip/lm4/watchdog.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+/* Copyright 2012 The Chromium OS Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/