From 2bcd17e1af4761bc3771884a70ee93dd84e378d7 Mon Sep 17 00:00:00 2001 From: Huaqi Fang Date: Wed, 17 May 2017 21:55:13 -0400 Subject: [PATCH] arc: Fix copyright year mistake in soc.h of arc em7d, em9d, em11d Change 2016 to 2016-2017. I need to provide the starting date in copyright header. Signed-off-by: Huaqi Fang --- arch/arc/soc/em11d/soc.h | 2 +- arch/arc/soc/em7d/soc.h | 2 +- arch/arc/soc/em9d/soc.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arc/soc/em11d/soc.h b/arch/arc/soc/em11d/soc.h index be885059f11..691eced5109 100644 --- a/arch/arc/soc/em11d/soc.h +++ b/arch/arc/soc/em11d/soc.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Synopsys, Inc. All rights reserved. + * Copyright (c) 2016-2017 Synopsys, Inc. All rights reserved. * * SPDX-License-Identifier: Apache-2.0 */ diff --git a/arch/arc/soc/em7d/soc.h b/arch/arc/soc/em7d/soc.h index 91f60ab731b..0c16a688e96 100644 --- a/arch/arc/soc/em7d/soc.h +++ b/arch/arc/soc/em7d/soc.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Synopsys, Inc. All rights reserved. + * Copyright (c) 2016-2017 Synopsys, Inc. All rights reserved. * * SPDX-License-Identifier: Apache-2.0 */ diff --git a/arch/arc/soc/em9d/soc.h b/arch/arc/soc/em9d/soc.h index be885059f11..691eced5109 100644 --- a/arch/arc/soc/em9d/soc.h +++ b/arch/arc/soc/em9d/soc.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Synopsys, Inc. All rights reserved. + * Copyright (c) 2016-2017 Synopsys, Inc. All rights reserved. * * SPDX-License-Identifier: Apache-2.0 */