Skip to content

Latest commit

 

History

History
52 lines (42 loc) · 2.5 KB

LICENSE.md

File metadata and controls

52 lines (42 loc) · 2.5 KB

Licenses

There are several distinct and unique projects in this repository, each with its own licensing terms and conditions. If you wish to use one of these libraries, you must comply with its licensing terms. The maintainer of this repository makes no claims to authorship or ownership of any files in the directories /cairo, /pixman, except as may be documented in the appropriate location(s) within those directories. Mention of a directory shall be deemed to include all subdirectories and their subdirectories, etc., within the mentioned directory. Mention of files in a directory shall be deemed to include all files located in that directory and in its subdirectories and their subdirectories, etc.

cairo

The contents of the /cairo directory are subject to the licensing terms described in the /cairo/COPYING file. For more information about the cairo graphics library, please see cairographics.org.

pixman

The contents of the /pixman directory are subject to the licensing terms described in the /pixman/COPYING file. For more information about the pixman library, please see pixman.org or cgit.freedesktop.org/pixman/.

The MIT License (MIT)

Copyright (c) 2014 Michael B. McLaughlin

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.`

The files in `/N3888_RefImpl/src/win32/include` are header files used to interface
with the cairo graphics library. Their license is described above under the **cairo**
section.