Skip to content

Commit efb1d6f

Browse files
MichielOdajanstaelensskylinePedroDebevere
authored
Add license on root level for NuGet solution template (#1)
* Add license on root level for NuGet solution template * Update working/templates/nugetsolution/SolutionName.sln Co-authored-by: Jan Staelens <jan.staelens@skyline.be> * Removed extension from license files * Update working/templates/nugetsolution/SolutionName.sln Co-authored-by: Pedro Debevere <97611683+PedroDebevere@users.noreply.github.com> --------- Co-authored-by: Jan Staelens <jan.staelens@skyline.be> Co-authored-by: Pedro Debevere <97611683+PedroDebevere@users.noreply.github.com>
1 parent b49e156 commit efb1d6f

File tree

3 files changed

+43
-0
lines changed

3 files changed

+43
-0
lines changed

LICENSE.txt LICENSE

File renamed without changes.
+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
//#if (isSkylineLicense)
2+
SKYLINE LIBRARY LICENSE
3+
4+
1. Applicability
5+
The software in this repository (hereafter the “Software”) is owned by Skyline Communications (hereafter “Skyline”). The terms of this license govern your use of the Software. If you do not agree with the terms of this license, you may not use or exploit the Software in any other manner.
6+
2. Grant of rights
7+
You may use the Software for the development, testing and validation of DataMiner packages and components only.
8+
You may not use this Software in any other manner unless you have obtained Skyline’s prior written authorization to do so.
9+
It is forbidden to create derivative works of the Software.
10+
3. Intellectual property
11+
Skyline owns the intellectual property rights vested in the Software. Skyline granting you access to the Software does not entail permission to utilize or otherwise manipulate the Software in contravention to this Library License. Skyline reserves the right to pursue legal action against you in case of breach of its intellectual property rights.
12+
4. No warranty
13+
Skyline provides the Software ‘as is’, without any warranty of any kind.
14+
5. Limitation of liability
15+
Within the maximum possible extent under the applicable laws, Skyline disclaims all liability for the Software.
16+
6. Applicable laws and jurisdiction
17+
This license shall be governed by the laws of Belgium. Any dispute shall be submitted to the exclusive jurisdiction of the competent courts of Gent, division Kortrijk, Belgium
18+
//#endif
19+
//#if (isMitLicense)
20+
MIT License
21+
22+
Copyright (c) $COPYRIGHTYEAR$ Skyline Communications
23+
24+
Permission is hereby granted, free of charge, to any person obtaining a copy
25+
of this software and associated documentation files (the "Software"), to deal
26+
in the Software without restriction, including without limitation the rights
27+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
28+
copies of the Software, and to permit persons to whom the Software is
29+
furnished to do so, subject to the following conditions:
30+
31+
The above copyright notice and this permission notice shall be included in all
32+
copies or substantial portions of the Software.
33+
34+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
35+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
36+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
37+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
38+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
39+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
40+
SOFTWARE.
41+
//#endif
42+

working/templates/nugetsolution/SolutionName.sln

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ EndProject
88
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{35CB26C6-7C74-4B45-80AB-C115A40C7B93}"
99
ProjectSection(SolutionItems) = preProject
1010
README.md = README.md
11+
LICENSE = LICENSE
1112
EndProjectSection
1213
EndProject
1314
Global

0 commit comments

Comments
 (0)