From 530ffd0b7d3c39757b20f00716e486b5caf89aff Mon Sep 17 00:00:00 2001 From: sanine Date: Wed, 12 Oct 2022 12:03:23 -0500 Subject: add cairo --- libs/cairo-1.16.0/util/cairo-script/COPYING | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 libs/cairo-1.16.0/util/cairo-script/COPYING (limited to 'libs/cairo-1.16.0/util/cairo-script/COPYING') diff --git a/libs/cairo-1.16.0/util/cairo-script/COPYING b/libs/cairo-1.16.0/util/cairo-script/COPYING new file mode 100644 index 0000000..66ad784 --- /dev/null +++ b/libs/cairo-1.16.0/util/cairo-script/COPYING @@ -0,0 +1,17 @@ +Cairo is free software. + +Every source file in the implementation of cairo is available to be +redistributed and/or modified under the terms of either the GNU Lesser +General Public License (LGPL) version 2.1 or the Mozilla Public +License (MPL) version 1.1. Some files are available under more +liberal terms, but we believe that in all cases, each file may be used +under either the LGPL or the MPL. + +See the following files in this directory for the precise terms and +conditions of either license: + + COPYING-LGPL-2.1 + COPYING-MPL-1.1 + +Please see each file in the implementation for copyright and licensing +information, (in the opening comment of each file). -- cgit v1.2.1