source: git/ppcc/LICENSE @ 886fb4

spielwiese
Last change on this file since 886fb4 was aa4d31, checked in by Reimer Behrends <behrends@…>, 5 years ago
parallel preprocessor-related fixes.
  • Property mode set to 100644
File size: 2.0 KB
Line 
1The AdLib system is distributed under the terms of the Boost Software
2License 1.0 (see below). This license applies to all files in this directory
3or any of its subdirectories that are not third-party libraries. The
4following parts are third-party libraries:
5
6* The Tiny GC garbage collector and Doug Lea's malloc() implementation
7  (comprising the files in the gclib directory).
8* The autosetup code (comprising the files in the autosetup directory).
9
10These third-party libraries have their own licenses whose terms differ from
11those of the Boost Software License.
12
13---------------------------------------------------------------------------
14Boost Software License - Version 1.0 - August 17th, 2003
15
16Permission is hereby granted, free of charge, to any person or organization
17obtaining a copy of the software and accompanying documentation covered by
18this license (the "Software") to use, reproduce, display, distribute,
19execute, and transmit the Software, and to prepare derivative works of the
20Software, and to permit third-parties to whom the Software is furnished to
21do so, all subject to the following:
22
23The copyright notices in the Software and this entire statement, including
24the above license grant, this restriction and the following disclaimer,
25must be included in all copies of the Software, in whole or in part, and
26all derivative works of the Software, unless such copies or derivative
27works are solely in the form of machine-executable object code generated by
28a source language processor.
29
30THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
31IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
32FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
33SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
34FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
35ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
36DEALINGS IN THE SOFTWARE.
37---------------------------------------------------------------------------
38
Note: See TracBrowser for help on using the repository browser.