summaryrefslogtreecommitdiff
path: root/Source/Core/Common/Crypto/ec.cpp
diff options
context:
space:
mode:
authorPierre Bourdon <delroth@gmail.com>2021-07-05 03:54:29 +0200
committerPierre Bourdon <delroth@gmail.com>2021-07-05 04:35:56 +0200
commit51cdc5542c2f7ecaa34f1d4f42da17ce28c58656 (patch)
treec7d5bfa5e00a7a21fd09d13e52bb2904f5569d92 /Source/Core/Common/Crypto/ec.cpp
parente149ad4f0a9874f354221a7fc76d8f1841e47808 (diff)
licensing: fix license info for Crypto/{bn,ec}
This code was part of Dolphin's relicensing from v2 to v2+ a while back, we just never updated these copyright headers. I double-checked that segher gave us permission to relicense this code to v2+ on 2015-05-16.
Diffstat (limited to 'Source/Core/Common/Crypto/ec.cpp')
-rw-r--r--Source/Core/Common/Crypto/ec.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/Source/Core/Common/Crypto/ec.cpp b/Source/Core/Common/Crypto/ec.cpp
index 5d6099ae79..08a2aa00ea 100644
--- a/Source/Core/Common/Crypto/ec.cpp
+++ b/Source/Core/Common/Crypto/ec.cpp
@@ -1,9 +1,6 @@
// Copyright 2010 Dolphin Emulator Project
-// SPDX-License-Identifier: GPL-2.0-or-later
-
// Copyright 2007,2008 Segher Boessenkool <segher@kernel.crashing.org>
-// Licensed under the terms of the GNU GPL, version 2
-// http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
+// SPDX-License-Identifier: GPL-2.0-or-later
#include <algorithm>
#include <cstring>