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/Common | |
| 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/Common')
| -rw-r--r-- | Source/Core/Common/Align.h | 2 | ||||
| -rw-r--r-- | Source/Core/Common/BitSet.h | 2 | ||||
| -rw-r--r-- | Source/Core/Common/TraversalClient.cpp | 2 | ||||
| -rw-r--r-- | Source/Core/Common/TraversalClient.h | 2 | ||||
| -rw-r--r-- | Source/Core/Common/TraversalProto.h | 2 | ||||
| -rw-r--r-- | Source/Core/Common/TraversalServer.cpp | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/Source/Core/Common/Align.h b/Source/Core/Common/Align.h index 40c45766d3..8e51b8aacc 100644 --- a/Source/Core/Common/Align.h +++ b/Source/Core/Common/Align.h @@ -1,4 +1,4 @@ -// This file is under the public domain. +// SPDX-License-Identifier: CC0-1.0 #pragma once diff --git a/Source/Core/Common/BitSet.h b/Source/Core/Common/BitSet.h index 5154735f86..854e9a2de5 100644 --- a/Source/Core/Common/BitSet.h +++ b/Source/Core/Common/BitSet.h @@ -1,4 +1,4 @@ -// This file is under the public domain. +// SPDX-License-Identifier: CC0-1.0 #pragma once diff --git a/Source/Core/Common/TraversalClient.cpp b/Source/Core/Common/TraversalClient.cpp index e34d2cbf2f..bd75486e42 100644 --- a/Source/Core/Common/TraversalClient.cpp +++ b/Source/Core/Common/TraversalClient.cpp @@ -1,4 +1,4 @@ -// This file is public domain, in case it's useful to anyone. -comex +// SPDX-License-Identifier: CC0-1.0 #include "Common/TraversalClient.h" diff --git a/Source/Core/Common/TraversalClient.h b/Source/Core/Common/TraversalClient.h index e621a8169a..7b0bbfa3f9 100644 --- a/Source/Core/Common/TraversalClient.h +++ b/Source/Core/Common/TraversalClient.h @@ -1,4 +1,4 @@ -// This file is public domain, in case it's useful to anyone. -comex +// SPDX-License-Identifier: CC0-1.0 #pragma once diff --git a/Source/Core/Common/TraversalProto.h b/Source/Core/Common/TraversalProto.h index 3d8e34de73..c739e599a3 100644 --- a/Source/Core/Common/TraversalProto.h +++ b/Source/Core/Common/TraversalProto.h @@ -1,4 +1,4 @@ -// This file is public domain, in case it's useful to anyone. -comex +// SPDX-License-Identifier: CC0-1.0 #pragma once diff --git a/Source/Core/Common/TraversalServer.cpp b/Source/Core/Common/TraversalServer.cpp index 655e591916..e23c7676bd 100644 --- a/Source/Core/Common/TraversalServer.cpp +++ b/Source/Core/Common/TraversalServer.cpp @@ -1,4 +1,4 @@ -// This file is public domain, in case it's useful to anyone. -comex +// SPDX-License-Identifier: CC0-1.0 // The central server implementation. #include <arpa/inet.h> |
