Skip to content

Commit f5848e1

Browse files
authored
Merge pull request #452 from joto/gh-pages
Add Boost Software License 1.0.
2 parents ac276cf + 8de49ac commit f5848e1

1 file changed

Lines changed: 48 additions & 0 deletions

File tree

_licenses/bsl-1.0.txt

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
title: Boost Software License 1.0
3+
spdx-id: BSL-1.0
4+
source: https://opensource.org/licenses/BSL-1.0
5+
6+
description: A simple permissive license only requiring preservation of copyright and license notices for source (and not binary) distribution. Licensed works, modifications, and larger works may be distributed under different terms and without source code.
7+
8+
how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file.
9+
10+
note: Boost recommends taking the additional step of adding a boilerplate notice to the top of each file. The boilerplate can be found at the [Boost Software License FAQ](http://www.boost.org/users/license.html#FAQ).
11+
12+
permissions:
13+
- commercial-use
14+
- modifications
15+
- distribution
16+
- private-use
17+
18+
conditions:
19+
- include-copyright
20+
21+
limitations:
22+
- no-liability
23+
24+
---
25+
26+
Boost Software License - Version 1.0 - August 17th, 2003
27+
28+
Permission is hereby granted, free of charge, to any person or organization
29+
obtaining a copy of the software and accompanying documentation covered by
30+
this license (the "Software") to use, reproduce, display, distribute,
31+
execute, and transmit the Software, and to prepare derivative works of the
32+
Software, and to permit third-parties to whom the Software is furnished to
33+
do so, all subject to the following:
34+
35+
The copyright notices in the Software and this entire statement, including
36+
the above license grant, this restriction and the following disclaimer,
37+
must be included in all copies of the Software, in whole or in part, and
38+
all derivative works of the Software, unless such copies or derivative
39+
works are solely in the form of machine-executable object code generated by
40+
a source language processor.
41+
42+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
43+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
44+
FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
45+
SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
46+
FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
47+
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
48+
DEALINGS IN THE SOFTWARE.

0 commit comments

Comments
 (0)