From 3d8d85cd825db68beaa3c51714a5dd3b3a944a5f Mon Sep 17 00:00:00 2001 From: Jett Rink Date: Wed, 16 Jan 2019 11:44:47 -0700 Subject: ish: update copyright header to match style Without this fix presubmit checks complain when touching files BRANCH=none BUG=none TEST=no presumbit complains Change-Id: I2c30865d2782642d4030bc3d922ff92212ff97e8 Signed-off-by: Jett Rink Reviewed-on: https://chromium-review.googlesource.com/1415830 Commit-Ready: ChromeOS CL Exonerator Bot --- core/minute-ia/atomic.h | 2 +- core/minute-ia/config_core.h | 2 +- core/minute-ia/cpu.c | 2 +- core/minute-ia/cpu.h | 2 +- core/minute-ia/include/math.h | 2 +- core/minute-ia/init.S | 2 +- core/minute-ia/interrupts.c | 2 +- core/minute-ia/interrupts.h | 2 +- core/minute-ia/irq_handler.h | 2 +- core/minute-ia/mpu.c | 2 +- core/minute-ia/panic.c | 2 +- core/minute-ia/switch.S | 2 +- core/minute-ia/task_defs.h | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/core/minute-ia/atomic.h b/core/minute-ia/atomic.h index 00dce90607..a944127fa1 100644 --- a/core/minute-ia/atomic.h +++ b/core/minute-ia/atomic.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2016 The Chromium OS Authors. All rights reserved. +/* Copyright 2016 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/core/minute-ia/config_core.h b/core/minute-ia/config_core.h index 426e215eae..20f4404d38 100644 --- a/core/minute-ia/config_core.h +++ b/core/minute-ia/config_core.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2016 The Chromium OS Authors. All rights reserved. +/* Copyright 2016 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/core/minute-ia/cpu.c b/core/minute-ia/cpu.c index 7a7238b926..cef39fe1ce 100644 --- a/core/minute-ia/cpu.c +++ b/core/minute-ia/cpu.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2016 The Chromium OS Authors. All rights reserved. +/* Copyright 2016 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/core/minute-ia/cpu.h b/core/minute-ia/cpu.h index 859a192dcf..09eb50e4ca 100644 --- a/core/minute-ia/cpu.h +++ b/core/minute-ia/cpu.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2016 The Chromium OS Authors. All rights reserved. +/* Copyright 2016 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/core/minute-ia/include/math.h b/core/minute-ia/include/math.h index 3bd778a05a..5686480ffc 100644 --- a/core/minute-ia/include/math.h +++ b/core/minute-ia/include/math.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2016 The Chromium OS Authors. All rights reserved. +/* Copyright 2016 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/core/minute-ia/init.S b/core/minute-ia/init.S index 7639b31e2b..907efe6913 100644 --- a/core/minute-ia/init.S +++ b/core/minute-ia/init.S @@ -1,4 +1,4 @@ -/* Copyright (c) 2016 The Chromium OS Authors. All rights reserved. +/* Copyright 2016 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/core/minute-ia/interrupts.c b/core/minute-ia/interrupts.c index dbd03dd140..85f0f21c4d 100644 --- a/core/minute-ia/interrupts.c +++ b/core/minute-ia/interrupts.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2016 The Chromium OS Authors. All rights reserved. +/* Copyright 2016 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/core/minute-ia/interrupts.h b/core/minute-ia/interrupts.h index 1685fdc51a..ae3903b6fc 100644 --- a/core/minute-ia/interrupts.h +++ b/core/minute-ia/interrupts.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2016 The Chromium OS Authors. All rights reserved. +/* Copyright 2016 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/core/minute-ia/irq_handler.h b/core/minute-ia/irq_handler.h index a7893a2963..843f9f5b10 100644 --- a/core/minute-ia/irq_handler.h +++ b/core/minute-ia/irq_handler.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2016 The Chromium OS Authors. All rights reserved. +/* Copyright 2016 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/core/minute-ia/mpu.c b/core/minute-ia/mpu.c index 4aa8ac0b14..389668ea6f 100644 --- a/core/minute-ia/mpu.c +++ b/core/minute-ia/mpu.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/core/minute-ia/panic.c b/core/minute-ia/panic.c index c8cbe9d14c..38c9852cca 100644 --- a/core/minute-ia/panic.c +++ b/core/minute-ia/panic.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2016 The Chromium OS Authors. All rights reserved. +/* Copyright 2016 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/core/minute-ia/switch.S b/core/minute-ia/switch.S index 94650a880e..117b21b176 100644 --- a/core/minute-ia/switch.S +++ b/core/minute-ia/switch.S @@ -1,4 +1,4 @@ -/* Copyright (c) 2016 The Chromium OS Authors. All rights reserved. +/* Copyright 2016 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/core/minute-ia/task_defs.h b/core/minute-ia/task_defs.h index 5dd44b0a66..6237f8aabd 100644 --- a/core/minute-ia/task_defs.h +++ b/core/minute-ia/task_defs.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2016 The Chromium OS Authors. All rights reserved. +/* Copyright 2016 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. */ -- cgit v1.2.1