From f4e34703c0da37666af88892468eaf3ca07f8a4e Mon Sep 17 00:00:00 2001 From: Pierre Bourdon Date: Mon, 5 Jul 2021 04:31:23 +0200 Subject: licensing: convert "public domain" to CC0 1.0 Public domain does not have an internationally agreed upon definition, As such it's generally preferred to use an extremely liberal license, which can explicitly list the rights granted by the copyright holder. The CC0 license is the usual choice here. This "relicensing" is done without hunting down copyright holders, since it is presumed that their release of this work into the public domain authorizes us to redistribute this code under any other license of our choosing. --- Source/Core/DiscIO/LaggedFibonacciGenerator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Core/DiscIO/LaggedFibonacciGenerator.cpp') diff --git a/Source/Core/DiscIO/LaggedFibonacciGenerator.cpp b/Source/Core/DiscIO/LaggedFibonacciGenerator.cpp index e5539b334d..f8f496a8a3 100644 --- a/Source/Core/DiscIO/LaggedFibonacciGenerator.cpp +++ b/Source/Core/DiscIO/LaggedFibonacciGenerator.cpp @@ -1,4 +1,4 @@ -// This file is under the public domain. +// SPDX-License-Identifier: CC0-1.0 #include "DiscIO/LaggedFibonacciGenerator.h" -- cgit v1.2.3