Skip to content

Commit b0df2de

Browse files
authored
Merge pull request #157 from saxbophone/josh/mpl-2.0
Change software license of the project to MPL-2.0
2 parents 0613dbf + 9345194 commit b0df2de

24 files changed

+484
-897
lines changed

CLA_ENTITY.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -86,19 +86,16 @@ Agreement</h1>
8686
<p>6.5 If any provision of this Agreement is found void and unenforceable, such provision will be replaced to the extent possible with a provision that comes closest to the meaning of the original provision and which is enforceable. The terms and conditions set forth in this Agreement shall apply notwithstanding any failure of essential purpose of this Agreement or any limited remedy to the maximum extent possible under law.</p>
8787

8888
<p>You<br />
89-
________________________<br />
90-
Name: __________________<br />
91-
Title: ___________________<br />
92-
Address: ________________<br />
93-
________________________<br />
89+
Name: ________________________________________<br />
90+
Title: ________________________________________<br />
91+
Email: ________________________________________<br />
9492
</p>
9593

9694
<p>Us<br />
97-
________________________<br />
98-
Name: __________________<br />
99-
Title: ___________________<br />
100-
Address: ________________<br />
101-
________________________<br />
95+
Name: Joshua Saxby____________________________<br />
96+
Title: Project Maintainer______________________<br />
97+
Email: [email protected]________________<br />
10298
</p>
10399

100+
104101
<p align=right>Harmony (HA-CLA-E-OSI) Version 1.0</p>

CLA_INDIVIDUAL.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -85,18 +85,14 @@ Agreement</h1>
8585
<p>6.5 If any provision of this Agreement is found void and unenforceable, such provision will be replaced to the extent possible with a provision that comes closest to the meaning of the original provision and which is enforceable. The terms and conditions set forth in this Agreement shall apply notwithstanding any failure of essential purpose of this Agreement or any limited remedy to the maximum extent possible under law.</p>
8686

8787
<p>You<br />
88-
________________________<br />
89-
Name: __________________<br />
90-
Address: ________________<br />
91-
________________________<br />
88+
Name: ________________________________________<br />
89+
Email: ________________________________________<br />
9290
</p>
9391

9492
<p>Us<br />
95-
________________________<br />
96-
Name: __________________<br />
97-
Title: ___________________<br />
98-
Address: ________________<br />
99-
________________________<br />
93+
Name: Joshua Saxby____________________________<br />
94+
Title: Project Maintainer______________________<br />
95+
Email: [email protected]________________<br />
10096
</p>
10197

10298
<p align=right>Harmony (HA-CLA-I-OSI) Version 1.0</p>

CMakeLists.txt

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,14 @@
88
#
99
# Copyright (C) 2016, Joshua Saxby [email protected]
1010
#
11-
# This program is free software: you can redistribute it and/or modify
12-
# it under the terms of the GNU Affero General Public License (version 3),
13-
# as published by the Free Software Foundation.
14-
#
15-
# This program is distributed in the hope that it will be useful,
16-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
17-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18-
# GNU Affero General Public License for more details.
19-
#
20-
# You should have received a copy of the GNU Affero General Public License
21-
# along with this program. If not, see <http://www.gnu.org/licenses/>.
11+
# This Source Code Form is subject to the terms of the Mozilla Public
12+
# License, v. 2.0. If a copy of the MPL was not distributed with this
13+
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
2214

2315
# begin basic metadata
2416
cmake_minimum_required(VERSION 3.0)
2517

26-
project(sxbp VERSION 0.24.2 LANGUAGES C)
18+
project(sxbp VERSION 0.25.0 LANGUAGES C)
2719

2820
# set default C standard to use (C99) if not already set
2921
if(NOT DEFINED LIBSXBP_C_STANDARD)

CONTRIBUTING.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,16 @@
22

33
Thanks for considering contributing to libsxbp!
44

5-
To get started, [sign the Contributor License Agreement](https://www.clahub.com/agreements/saxbophone/libsxbp).
5+
First of all, please read and make sure that you agree to this project's **Contributor License Agreement**:
66

7-
> [A copy of the CLA](CLA_INDIVIDUAL.md) is also available in this repository.
7+
- If you are contributing as an individual, please read and sign [this document](CLA_INDIVIDUAL.md).
8+
- If you are contributing as an entity (e.g. a company or organisation), please read and sign [this document](CLA_ENTITY.md).
9+
10+
Signed copies of the above agreements should be emailed to me (@saxbophone / Joshua Saxby) at &lt;[email protected]&gt;.
11+
12+
I will then add your details (full name and email address) to the [CONTRIBUTORS.md](CONTRIBUTORS.md) file in this repository.
13+
14+
**If you do not want me to put your email address in this file, then tell me so and I will use another public handle of yours (most likely your Github username).**
815

916
Here are some tips and general info about contributing to this project. Following these tips will increase the likelihood of getting a speedy PR :smile:
1017

CONTRIBUTORS.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Contributors to libsxbp
2+
3+
All of these people have my eternal gratitude
4+
5+
## Individuals
6+
7+
...
8+
9+
## Entities
10+
11+
...

0 commit comments

Comments
 (0)