Skip to content

Commit 74e5e08

Browse files
committed
Update name in CLA and bump project version
1 parent 575507e commit 74e5e08

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CLA_INDIVIDUAL.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
### libsaxbospiral Individual Contributor Assignment Agreement
1+
### libsxbp Individual Contributor Assignment Agreement
22

3-
Thank you for your interest in contributing to libsaxbospiral ("We" or "Us").
3+
Thank you for your interest in contributing to libsxbp ("We" or "Us").
44

5-
This contributor agreement ("Agreement") documents the rights granted by contributors to Us. To make this document effective, please sign it and send it to Us by email, following the instructions at [https://github.com/saxbophone/libsaxbospiral/blob/master/CONTRIBUTING.md](https://github.com/saxbophone/libsaxbospiral/blob/master/CONTRIBUTING.md). This is a legally binding document, so please read it carefully before agreeing to it. The Agreement may cover more than one software project managed by Us.
5+
This contributor agreement ("Agreement") documents the rights granted by contributors to Us. To make this document effective, please sign it and send it to Us by email, following the instructions at [https://github.com/saxbophone/libsxbp/blob/master/CONTRIBUTING.md](https://github.com/saxbophone/libsxbp/blob/master/CONTRIBUTING.md). This is a legally binding document, so please read it carefully before agreeing to it. The Agreement may cover more than one software project managed by Us.
66

77
#### 1. Definitions
88

99
"You" means the individual who Submits a Contribution to Us.
1010

11-
"Contribution" means any work of authorship that is Submitted by You to Us in which You own or assert ownership of the Copyright. If You do not own the Copyright in the entire work of authorship, please follow the instructions in [https://github.com/saxbophone/libsaxbospiral/blob/master/CONTRIBUTING.md](https://github.com/saxbophone/libsaxbospiral/blob/master/CONTRIBUTING.md).
11+
"Contribution" means any work of authorship that is Submitted by You to Us in which You own or assert ownership of the Copyright. If You do not own the Copyright in the entire work of authorship, please follow the instructions in [https://github.com/saxbophone/libsxbp/blob/master/CONTRIBUTING.md](https://github.com/saxbophone/libsxbp/blob/master/CONTRIBUTING.md).
1212

1313
"Copyright" means all rights protecting works of authorship owned or controlled by You, including copyright, moral and neighboring rights, as appropriate, for the full term of their existence including any extensions by You.
1414

@@ -62,7 +62,7 @@ You confirm that:
6262

6363
(c) The grant of rights under Section 2 does not violate any grant of rights which You have made to third parties, including Your employer. If You are an employee, You have had Your employer approve this Agreement or sign the Entity version of this document. If You are less than eighteen years old, please have Your parents or guardian sign the Agreement.
6464

65-
(d) You have followed the instructions in [https://github.com/saxbophone/libsaxbospiral/blob/master/CONTRIBUTING.md](https://github.com/saxbophone/libsaxbospiral/blob/master/CONTRIBUTING.md), if You do not own the Copyright in the entire work of authorship Submitted.
65+
(d) You have followed the instructions in [https://github.com/saxbophone/libsxbp/blob/master/CONTRIBUTING.md](https://github.com/saxbophone/libsxbp/blob/master/CONTRIBUTING.md), if You do not own the Copyright in the entire work of authorship Submitted.
6666

6767
#### 4. Disclaimer
6868

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# begin basic metadata
2424
cmake_minimum_required(VERSION 3.0)
2525

26-
project(sxbp VERSION 0.23.0 LANGUAGES C)
26+
project(sxbp VERSION 0.24.0 LANGUAGES C)
2727

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

0 commit comments

Comments
 (0)