Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5c8d850c authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Herbert Xu
Browse files

crypto: s5p-sss - Add SPDX license identifier



Replace GPL license statement with SPDX GPL-2.0 license identifier.

Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 9f9cf046
Loading
Loading
Loading
Loading
+10 −14
Original line number Diff line number Diff line
/*
 * Cryptographic API.
 *
 * Support for Samsung S5PV210 and Exynos HW acceleration.
 *
 * Copyright (C) 2011 NetUP Inc. All rights reserved.
 * Copyright (c) 2017 Samsung Electronics Co., Ltd. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 as published
 * by the Free Software Foundation.
 *
 * Hash part based on omap-sham.c driver.
 */
// SPDX-License-Identifier: GPL-2.0
//
// Cryptographic API.
//
// Support for Samsung S5PV210 and Exynos HW acceleration.
//
// Copyright (C) 2011 NetUP Inc. All rights reserved.
// Copyright (c) 2017 Samsung Electronics Co., Ltd. All rights reserved.
//
// Hash part based on omap-sham.c driver.

#include <linux/clk.h>
#include <linux/crypto.h>