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.
This commit is contained in:
Pierre Bourdon
2021-07-05 04:31:23 +02:00
parent fd821770e3
commit f4e34703c0
9 changed files with 129 additions and 8 deletions

View File

@ -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