Skip to content

Commit 4d6449b

Browse files
committed
First commit
0 parents  commit 4d6449b

File tree

409 files changed

+46740
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

409 files changed

+46740
-0
lines changed

.gitignore

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Build and Release Folders
2+
bin/
3+
bin-debug/
4+
bin-debug-temp/
5+
bin-release/
6+
bin-release-temp/
7+
workerswfs/
8+
9+
# Other files and folders
10+
*.swf
11+
.settings/
12+
.vscode/
13+
14+
*.p12
15+
16+
# Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
17+
# should NOT be excluded as they contain compiler settings and other important
18+
# information for Eclipse / Flash Builder.
19+
19.9 MB
Binary file not shown.
92.5 KB
Binary file not shown.
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
Cairo is free software.
2+
3+
Every source file in the implementation[*] of cairo is available to be
4+
redistributed and/or modified under the terms of either the GNU Lesser
5+
General Public License (LGPL) version 2.1 or the Mozilla Public
6+
License (MPL) version 1.1. Some files are available under more
7+
liberal terms, but we believe that in all cases, each file may be used
8+
under either the LGPL or the MPL.
9+
10+
See the following files in this directory for the precise terms and
11+
conditions of either license:
12+
13+
COPYING-LGPL-2.1
14+
COPYING-MPL-1.1
15+
16+
Please see each file in the implementation for copyright and licensing
17+
information, (in the opening comment of each file).
18+
19+
[*] The implementation of cairo is contained entirely within the "src"
20+
directory of the cairo source distribution. There are other components
21+
of the cairo source distribution (such as the "test", "util", and "perf")
22+
that are auxiliary to the library itself. None of the source code in these
23+
directories contributes to a build of the cairo library itself, (libcairo.so
24+
or cairo.dll or similar).
25+
26+
These auxiliary components are also free software, but may be under
27+
different license terms than cairo itself. For example, most of the
28+
test cases in the perf and test directories are made available under
29+
an MIT license to simplify any use of this code for reference purposes
30+
in using cairo itself. Other files might be available under the GNU
31+
General Public License (GPL), for example. Again, please see the COPYING
32+
file under each directory and the opening comment of each file for copyright
33+
and licensing information.

Adobe AIR/Versions/1.0/Resources/Licenses/cairo/COPYING-LGPL-2.1

Lines changed: 510 additions & 0 deletions
Large diffs are not rendered by default.

Adobe AIR/Versions/1.0/Resources/Licenses/cairo/COPYING-MPL-1.1

Lines changed: 470 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
PCRE2 LICENCE
2+
3+
Please see the file LICENCE in the PCRE2 distribution for licensing details.
4+
5+
End
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
The following is the MIT license, agreed upon by most contributors.
2+
Copyright holders of new code should use this license statement where
3+
possible. They may also add themselves to the list below.
4+
5+
/*
6+
* Copyright 1987, 1988, 1989, 1998 The Open Group
7+
* Copyright 1987, 1988, 1989 Digital Equipment Corporation
8+
* Copyright 1999, 2004, 2008 Keith Packard
9+
* Copyright 2000 SuSE, Inc.
10+
* Copyright 2000 Keith Packard, member of The XFree86 Project, Inc.
11+
* Copyright 2004, 2005, 2007, 2008, 2009, 2010 Red Hat, Inc.
12+
* Copyright 2004 Nicholas Miell
13+
* Copyright 2005 Lars Knoll & Zack Rusin, Trolltech
14+
* Copyright 2005 Trolltech AS
15+
* Copyright 2007 Luca Barbato
16+
* Copyright 2008 Aaron Plattner, NVIDIA Corporation
17+
* Copyright 2008 Rodrigo Kumpera
18+
* Copyright 2008 André Tupinambá
19+
* Copyright 2008 Mozilla Corporation
20+
* Copyright 2008 Frederic Plourde
21+
* Copyright 2009, Oracle and/or its affiliates. All rights reserved.
22+
* Copyright 2009, 2010 Nokia Corporation
23+
*
24+
* Permission is hereby granted, free of charge, to any person obtaining a
25+
* copy of this software and associated documentation files (the "Software"),
26+
* to deal in the Software without restriction, including without limitation
27+
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
28+
* and/or sell copies of the Software, and to permit persons to whom the
29+
* Software is furnished to do so, subject to the following conditions:
30+
*
31+
* The above copyright notice and this permission notice (including the next
32+
* paragraph) shall be included in all copies or substantial portions of the
33+
* Software.
34+
*
35+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
36+
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
37+
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
38+
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
39+
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
40+
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
41+
* DEALINGS IN THE SOFTWARE.
42+
*/
45 KB
Binary file not shown.
46 KB
Binary file not shown.

0 commit comments

Comments
 (0)