Skip to content

Commit 4e07473

Browse files
authored
Add MIT license file (#31)
* Add LICENSE file Add license file using github template for the referenced license in README * Add link to license file in README * Add license file to be referenced by nuget
1 parent 7ac6ff7 commit 4e07473

File tree

3 files changed

+27
-1
lines changed

3 files changed

+27
-1
lines changed

CsvExport/CsvExport.csproj

+5
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<Authors>Alex from Jitbit</Authors>
88
<Copyright>Copyright Jitbit 2017-2023</Copyright>
99
<PackageProjectUrl>https://github.com/jitbit/CsvExport</PackageProjectUrl>
10+
<PackageLicenseFile>LICENSE</PackageLicenseFile>
1011
<PackageReadmeFile>README.md</PackageReadmeFile>
1112
<RepositoryUrl>https://github.com/jitbit/CsvExport</RepositoryUrl>
1213
<Description>CSV Export component for .NET</Description>
@@ -19,6 +20,10 @@
1920
<Pack>True</Pack>
2021
<PackagePath>\</PackagePath>
2122
</None>
23+
<None Include="..\LICENSE">
24+
<Pack>True</Pack>
25+
<PackagePath></PackagePath>
26+
</None>
2227
</ItemGroup>
2328

2429
</Project>

LICENSE

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2025 Jitbit (the company behind "Jitbit Helpdesk" software)
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,6 @@ Also, methods `ExportToFile` and `ExportAsMemoryStream` and `ExportToBytes` offe
8181

8282
### License
8383

84-
The code is licensed under *MIT License*.
84+
The code is licensed under *[MIT License](/LICENSE)*.
8585

8686
Sucessfully tested for years in production with our [Jitbit Helpdesk Ticketing System](https://www.jitbit.com/helpdesk/)

0 commit comments

Comments
 (0)