Skip to content

Commit 842ec8d

Browse files
[Add] NOTICE file and include in nuget
1 parent 9f49f3b commit 842ec8d

7 files changed

Lines changed: 32 additions & 0 deletions

File tree

ECoreNetto.Extensions/ECoreNetto.Extensions.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@
4646
<ItemGroup>
4747
<None Include="..\ecorenetto-Icon.png" Pack="true" PackagePath="" />
4848
<None Include="..\README.md" Pack="true" PackagePath="\" />
49+
<None Include="..\LICENSE" Pack="true" PackagePath="\" />
50+
<None Include="..\NOTICE" Pack="true" PackagePath="\" />
4951
</ItemGroup>
5052

5153
<ItemGroup>

ECoreNetto.HandleBars/ECoreNetto.HandleBars.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@
4646
<ItemGroup>
4747
<None Include="..\ecorenetto-Icon.png" Pack="true" PackagePath="" />
4848
<None Include="..\README.md" Pack="true" PackagePath="\" />
49+
<None Include="..\LICENSE" Pack="true" PackagePath="\" />
50+
<None Include="..\NOTICE" Pack="true" PackagePath="\" />
4951
</ItemGroup>
5052

5153
<ItemGroup>

ECoreNetto.Reporting/ECoreNetto.Reporting.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@
6565
<ItemGroup>
6666
<None Include="..\ecorenetto-Icon.png" Pack="true" PackagePath="" />
6767
<None Include="..\README.md" Pack="true" PackagePath="\" />
68+
<None Include="..\LICENSE" Pack="true" PackagePath="\" />
69+
<None Include="..\NOTICE" Pack="true" PackagePath="\" />
6870
</ItemGroup>
6971

7072
<ItemGroup>

ECoreNetto.Tools/ECoreNetto.Tools.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@
6666
<ItemGroup>
6767
<None Include="..\ecorenetto-Icon.png" Pack="true" PackagePath="" />
6868
<None Include="..\README.md" Pack="true" PackagePath="\" />
69+
<None Include="..\LICENSE" Pack="true" PackagePath="\" />
70+
<None Include="..\NOTICE" Pack="true" PackagePath="\" />
6971
<Content Include="icon.ico" />
7072
</ItemGroup>
7173

ECoreNetto/ECoreNetto.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@
3939
<ItemGroup>
4040
<None Include="..\ecorenetto-Icon.png" Pack="true" PackagePath="" />
4141
<None Include="..\README.md" Pack="true" PackagePath="\" />
42+
<None Include="..\LICENSE" Pack="true" PackagePath="\" />
43+
<None Include="..\NOTICE" Pack="true" PackagePath="\" />
4244
</ItemGroup>
4345

4446
<ItemGroup>

EcoreNetto.sln

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1515
.github\CONTRIBUTING.md = .github\CONTRIBUTING.md
1616
.github\ISSUE_TEMPLATE.md = .github\ISSUE_TEMPLATE.md
1717
LICENSE = LICENSE
18+
NOTICE = NOTICE
1819
Nuget.Config = Nuget.Config
1920
.github\PULL_REQUEST_TEMPLATE.md = .github\PULL_REQUEST_TEMPLATE.md
2021
README.md = README.md
@@ -24,6 +25,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{
2425
ProjectSection(SolutionItems) = preProject
2526
.github\workflows\codeql-analysis.yml = .github\workflows\codeql-analysis.yml
2627
.github\workflows\CodeQuality.yml = .github\workflows\CodeQuality.yml
28+
.github\workflows\nuget-reference-check.yml = .github\workflows\nuget-reference-check.yml
29+
.github\workflows\release.yml = .github\workflows\release.yml
2730
EndProjectSection
2831
EndProject
2932
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ECoreNetto.Extensions", "ECoreNetto.Extensions\ECoreNetto.Extensions.csproj", "{8B87991E-3EA1-4C46-A83C-46FF3D3405BF}"

NOTICE

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
ECoreNetto
2+
Copyright 2017-2025 Starion Group S.A.
3+
https://github.com/STARIONGROUP/EcoreNetto
4+
5+
This product includes software developed by Starion Group S.A.
6+
and contributors (https://github.com/STARIONGROUP/EcoreNetto/graphs/contributors).
7+
8+
Licensed under the Apache License, Version 2.0 (the "License");
9+
you may not use this file except in compliance with the License.
10+
You may obtain a copy of the License at
11+
12+
http://www.apache.org/licenses/LICENSE-2.0
13+
14+
Unless required by applicable law or agreed to in writing, software
15+
distributed under the License is distributed on an "AS IS" BASIS,
16+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17+
18+
This NOTICE file is part of the distribution of ECoreNetto and must
19+
be included in all copies or substantial portions of the Software.

0 commit comments

Comments
 (0)