diff options
| author | Pierre Bourdon <delroth@gmail.com> | 2021-07-05 04:31:23 +0200 |
|---|---|---|
| committer | Pierre Bourdon <delroth@gmail.com> | 2021-07-05 04:43:55 +0200 |
| commit | f4e34703c0da37666af88892468eaf3ca07f8a4e (patch) | |
| tree | 4c58e0cf0252303b137871521efb2cb67faeea0f /Source/Core/DiscIO | |
| parent | fd821770e3e015ab6a45e814e5a36bc9fb53ed91 (diff) | |
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.
Diffstat (limited to 'Source/Core/DiscIO')
| -rw-r--r-- | Source/Core/DiscIO/LaggedFibonacciGenerator.cpp | 2 | ||||
| -rw-r--r-- | Source/Core/DiscIO/LaggedFibonacciGenerator.h | 2 |
2 files changed, 2 insertions, 2 deletions
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" diff --git a/Source/Core/DiscIO/LaggedFibonacciGenerator.h b/Source/Core/DiscIO/LaggedFibonacciGenerator.h index 9520700d05..d4b3a51cc4 100644 --- a/Source/Core/DiscIO/LaggedFibonacciGenerator.h +++ b/Source/Core/DiscIO/LaggedFibonacciGenerator.h @@ -1,4 +1,4 @@ -// This file is under the public domain. +// SPDX-License-Identifier: CC0-1.0 #pragma once |
