diff options
author | Mark Rutland <[email protected]> | 2021-06-02 16:13:58 +0100 |
---|---|---|
committer | Will Deacon <[email protected]> | 2021-06-02 17:58:26 +0100 |
commit | 6b8f648959e5036695f056a60e3444f4753f643e (patch) | |
tree | fc211df69d763b35538bc4238fb20726b421cbcd /arch/arm64/lib/strcmp.S | |
parent | 344323e0428b9911406bede6cff23d1482c19eae (diff) |
arm64: update string routine copyrights and URLs
To make future archaeology easier, let's have the string routine comment
blocks encode the specific upstream commit ID they were imported from.
These are the same commit IDs as listed in the commits importing the
code, expanded to 16 characters. Note that the routines have different
commit IDs, each reprsenting the latest upstream commit which changed
the particular routine.
At the same time, let's consistently include 2021 in the copyright
dates.
Signed-off-by: Mark Rutland <[email protected]>
Cc: Catalin Marinas <[email protected]>
Cc: Robin Murphy <[email protected]>
Cc: Will Deacon <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Will Deacon <[email protected]>
Diffstat (limited to 'arch/arm64/lib/strcmp.S')
-rw-r--r-- | arch/arm64/lib/strcmp.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm64/lib/strcmp.S b/arch/arm64/lib/strcmp.S index e82ccb6c2f93..d7bee210a798 100644 --- a/arch/arm64/lib/strcmp.S +++ b/arch/arm64/lib/strcmp.S @@ -1,9 +1,9 @@ /* SPDX-License-Identifier: GPL-2.0-only */ /* - * Copyright (c) 2012-2020, Arm Limited. + * Copyright (c) 2012-2021, Arm Limited. * * Adapted from the original at: - * https://github.com/ARM-software/optimized-routines/blob/master/string/aarch64/strcmp.S + * https://github.com/ARM-software/optimized-routines/blob/afd6244a1f8d9229/string/aarch64/strcmp.S */ #include <linux/linkage.h> |