From f36a4e530c40284228b6954564cd3836b4588401 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 18 Jun 2019 11:41:01 -0700 Subject: LICENSE: remove unnecessary (c) after Copyright Ran the following command: git grep -l 'Copyright (c)' | \ xargs sed -i 's/Copyright (c)/Copyright/g' BRANCH=none BUG=none TEST=make buildall -j Change-Id: I6cc4a0f7e8b30d5b5f97d53c031c299f3e164ca7 Signed-off-by: Tom Hughes Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1663262 Reviewed-by: Daisuke Nojiri Reviewed-by: Aseda Aboagye --- util/lbcc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/lbcc.c') diff --git a/util/lbcc.c b/util/lbcc.c index 3199733952..a803f257fa 100644 --- a/util/lbcc.c +++ b/util/lbcc.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014 The Chromium OS Authors. All rights reserved. + * Copyright 2014 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