From 733ab61abb6fa8e39bfcf1360f24229a0e96b1e5 Mon Sep 17 00:00:00 2001 From: Maxim Uvarov Date: Wed, 17 Jan 2018 17:30:46 +0300 Subject: update Linaro Copyrights to 2018 year Using simple commands: find . -not -path .git -type f -exec \ sed -i -E 's/ (201[0-9]), Linaro/ \1-2018, Linaro/g' {} + find . -not -path .git -type f -exec \ sed -i -E 's/ (201[0-9])(-201[0-9]), Linaro/ \1-2018, Linaro/g' {} + Signed-off-by: Maxim Uvarov Reviewed-by: Bill Fischofer --- helper/hashtable.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helper/hashtable.c') diff --git a/helper/hashtable.c b/helper/hashtable.c index b124c2d7a..16f6c14cc 100644 --- a/helper/hashtable.c +++ b/helper/hashtable.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2015, Linaro Limited +/* Copyright (c) 2015-2018, Linaro Limited * All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause -- cgit v1.2.3