aboutsummaryrefslogtreecommitdiff
path: root/networking
diff options
context:
space:
mode:
authorSzabolcs Nagy <szabolcs.nagy@arm.com>2020-11-04 17:32:39 +0000
committerSzabolcs Nagy <szabolcs.nagy@arm.com>2020-11-05 16:07:17 +0000
commitfc3fcc91ba7d79b30876d8e7ee68b8442a50da5c (patch)
treed436de2ea5407dd9c1514113fe9c266e2ef8c0ac /networking
parent935f9a4a3554c47dc022c2c8214abab349b38db6 (diff)
downloadarm-optimized-routines-fc3fcc91ba7d79b30876d8e7ee68b8442a50da5c.tar.gz
networking: Fix the copyright notice in chksum.c
Make the formatting consistent with other copyright notices. (This helps me doing automatic license header checks.)
Diffstat (limited to 'networking')
-rw-r--r--networking/test/chksum.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/test/chksum.c b/networking/test/chksum.c
index 50722a4..41b9812 100644
--- a/networking/test/chksum.c
+++ b/networking/test/chksum.c
@@ -1,7 +1,7 @@
/*
* Ones' complement checksum test & benchmark
*
- * Copyright 2016-2020 ARM Limited
+ * Copyright (c) 2016-2020, Arm Limited.
* SPDX-License-Identifier: MIT
*/