Skip to content

Commit 18089ba

Browse files
authored
Update README.md
Added license info for third-party libraries
1 parent cee95f1 commit 18089ba

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,20 +30,23 @@ _Note: If you want to execute any of the stored procedures, you must add a file
3030

3131
One file is created per database, including the master database.
3232

33-
## Licence
34-
35-
This project uses the MIT licence.
36-
3733
## Dependencies
3834

3935
- JSON.NET (for parsing config files and SQL Server results)
4036
- ClosedXML (for generating the Excel output)
4137
- Costura.Fody (for generating a single assembly file)
4238

39+
## Licence
40+
41+
- This project uses the MIT licence.
42+
- Newtonsoft.Json is copyright (c) 2007 James Newton-King
43+
- ClosedXML is copyright (c) 2016 ClosedXML
44+
- Fody.Costura is copyright (c) 2012 Simon Cropp and contributors
45+
4346
## Future plans
4447

4548
- Cross-platform (Windows, macOS, Linux)
4649
- JSON export
4750
- SQL Server Management Studio plugin
4851

49-
_THIS IS BETA SOFTWARE AND SHOULD NOT BE RUN ON A PRODUCTION ENVIRONMENT WITHOUT EXTENSIVE TESTING._
52+
_THIS IS BETA SOFTWARE AND SHOULD NOT BE RUN ON A PRODUCTION ENVIRONMENT WITHOUT EXTENSIVE TESTING._

0 commit comments

Comments
 (0)