Skip to content

Commit dcdb1b6

Browse files
author
Zvonimir Sabljic
committed
Added IP assignment files
1 parent 5e87a47 commit dcdb1b6

File tree

3 files changed

+137
-0
lines changed

3 files changed

+137
-0
lines changed

.github/CODEOWNERS

+133
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,133 @@
1+
# File: CODEOWNERS
2+
* @Pythagora-io/maintainers
3+
4+
# File: .github/ip_assignment.yml
5+
assign_to_owner: true
6+
license: FSL-1.1-MIT
7+
8+
# File: .github/copyright_template.txt
9+
Copyright (c) 2024 Pythagora Technologies Inc. All rights reserved.
10+
This project is licensed under the terms of the FSL-1.1-MIT license.
11+
12+
# File: LICENSE
13+
FSL-1.1-MIT License
14+
15+
Copyright (c) 2024 Pythagora Technologies Inc.
16+
17+
Permission is hereby granted, free of charge, to any person obtaining a copy
18+
of this software and associated documentation files (the "Software"), to deal
19+
in the Software without restriction, including without limitation the rights
20+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
21+
copies of the Software, and to permit persons to whom the Software is
22+
furnished to do so, subject to the following conditions:
23+
24+
# Functional Source License, Version 1.1, MIT Future License
25+
26+
## Abbreviation
27+
28+
FSL-1.1-MIT
29+
30+
## Notice
31+
32+
Copyright 2024 Pythagora Technologies, Inc.
33+
34+
## Terms and Conditions
35+
36+
### Licensor ("We")
37+
38+
The party offering the Software under these Terms and Conditions.
39+
40+
### The Software
41+
42+
The "Software" is each version of the software that we make available under
43+
these Terms and Conditions, as indicated by our inclusion of these Terms and
44+
Conditions with the Software.
45+
46+
### License Grant
47+
48+
Subject to your compliance with this License Grant and the Patents,
49+
Redistribution and Trademark clauses below, we hereby grant you the right to
50+
use, copy, modify, create derivative works, publicly perform, publicly display
51+
and redistribute the Software for any Permitted Purpose identified below.
52+
53+
### Permitted Purpose
54+
55+
A Permitted Purpose is any purpose other than a Competing Use. A Competing Use
56+
means making the Software available to others in a commercial product or
57+
service that:
58+
59+
1. substitutes for the Software;
60+
61+
2. substitutes for any other product or service we offer using the Software
62+
that exists as of the date we make the Software available; or
63+
64+
3. offers the same or substantially similar functionality as the Software.
65+
66+
Permitted Purposes specifically include using the Software:
67+
68+
1. for your internal use and access;
69+
70+
2. for non-commercial education;
71+
72+
3. for non-commercial research; and
73+
74+
4. in connection with professional services that you provide to a licensee
75+
using the Software in accordance with these Terms and Conditions.
76+
77+
### Patents
78+
79+
To the extent your use for a Permitted Purpose would necessarily infringe our
80+
patents, the license grant above includes a license under our patents. If you
81+
make a claim against any party that the Software infringes or contributes to
82+
the infringement of any patent, then your patent license to the Software ends
83+
immediately.
84+
85+
### Redistribution
86+
87+
The Terms and Conditions apply to all copies, modifications and derivatives of
88+
the Software.
89+
90+
If you redistribute any copies, modifications or derivatives of the Software,
91+
you must include a copy of or a link to these Terms and Conditions and not
92+
remove any copyright notices provided in or with the Software.
93+
94+
### Disclaimer
95+
96+
THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTIES OF ANY KIND, EXPRESS OR
97+
IMPLIED, INCLUDING WITHOUT LIMITATION WARRANTIES OF FITNESS FOR A PARTICULAR
98+
PURPOSE, MERCHANTABILITY, TITLE OR NON-INFRINGEMENT.
99+
100+
IN NO EVENT WILL WE HAVE ANY LIABILITY TO YOU ARISING OUT OF OR RELATED TO THE
101+
SOFTWARE, INCLUDING INDIRECT, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES,
102+
EVEN IF WE HAVE BEEN INFORMED OF THEIR POSSIBILITY IN ADVANCE.
103+
104+
### Trademarks
105+
106+
Except for displaying the License Details and identifying us as the origin of
107+
the Software, you have no right under these Terms and Conditions to use our
108+
trademarks, trade names, service marks or product names.
109+
110+
## Grant of Future License
111+
112+
We hereby irrevocably grant you an additional license to use the Software under
113+
the MIT license that is effective on the second anniversary of the date we make
114+
the Software available. On or after that date, you may use the Software under
115+
the MIT license, in which case the following will apply:
116+
117+
Permission is hereby granted, free of charge, to any person obtaining a copy of
118+
this software and associated documentation files (the "Software"), to deal in
119+
the Software without restriction, including without limitation the rights to
120+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
121+
of the Software, and to permit persons to whom the Software is furnished to do
122+
so, subject to the following conditions:
123+
124+
The above copyright notice and this permission notice shall be included in all
125+
copies or substantial portions of the Software.
126+
127+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
128+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
129+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
130+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
131+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
132+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
133+
SOFTWARE.

.github/copyright_template.txt

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Copyright (c) 2024 Pythagora Technologies Inc. All rights reserved.
2+
This project is licensed under the terms of the FSL-1.1-MIT license.

.github/ip_assignment.yml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
assign_to_owner: true
2+
license: FSL-1.1-MIT

0 commit comments

Comments
 (0)