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/Common/TraversalClient.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Core/Common/TraversalClient.cpp') 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" -- cgit v1.2.3