Skip to content

Commit 1832bdb

Browse files
committed
Add license
1 parent 432d65e commit 1832bdb

3 files changed

Lines changed: 38 additions & 1 deletion

File tree

LICENSE

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
Business Source License 1.1
2+
3+
Licensor: Marca System AB
4+
Software: SE-Lex 1.0
5+
Change Date: 2029-01-01
6+
Change License: MIT License
7+
8+
Usage Limitation:
9+
This License allows the Licensed Work to be used, copied, modified, and distributed,
10+
provided that the Licensed Work is not used in a way that constitutes a "Production Offering."
11+
12+
Definition of "Production Offering":
13+
A Production Offering is the provision of the Licensed Work (or any derivative work) to third parties
14+
as a hosted or managed service, or as part of a paid product or service, without obtaining a
15+
commercial license from the Licensor.
16+
17+
AI Use Limitation:
18+
Use of the Licensed Work, or substantial portions thereof, as training data for machine learning models,
19+
or as part of retrieval-augmented generation systems, in a Production Offering,
20+
requires a separate commercial license from Marca System AB.
21+
22+
Change Date License:
23+
On the Change Date, the Licensed Work will automatically be distributed under the MIT License.
24+
25+
Additional Terms:
26+
- This license does not grant permission to use the trade names, trademarks, service marks,
27+
or product names of Marca System AB, except as required for describing the origin of the Licensed Work.
28+
- To obtain a commercial license for a Production Offering or for commercial AI use, please contact martin@marca.se.
29+
30+
---
31+
32+
Copyright (c) 2025 Marca System AB
33+
All rights reserved.

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ python sfs_processor.py [--input INPUT] [--output OUTPUT] [--formats FORMATS] [-
156156

157157
- `--input`: Input-katalog med JSON-filer (default: "sfs_json")
158158
- `--output`: Output-katalog för konverterade filer (default: "SFS")
159-
- `--formats`: Utdataformat att generera, kommaseparerat. Stödda: md, md-markers, git, html, htmldiff (default: "md")
159+
- `--formats`: Utdataformat att generera, kommaseparerat. Stödjer: md, md-markers, git, html, htmldiff (default: "md")
160160
- `md`: Generera rena markdown-filer utan section-taggar
161161
- `md-markers`: Generera markdown-filer med section-taggar bevarade
162162
- `git`: Aktivera Git-commits med historiska datum (kräver md)
@@ -166,3 +166,6 @@ python sfs_processor.py [--input INPUT] [--output OUTPUT] [--formats FORMATS] [-
166166
- `--no-year-folder`: Skapa inte årbaserade undermappar för dokument
167167
- `--verbose`: Visa detaljerad information om bearbetningen
168168

169+
## Licens
170+
171+
Detta projekt är licensierat under Business Source License 1.1 (BSL 1.1) - se [LICENSE](LICENSE) filen för detaljer. Efter 3 år övergår licensen för aktuell version automatiskt till MIT.

VERSION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1.0.0

0 commit comments

Comments
 (0)