Skip to content

Commit 38fcf5b

Browse files
committed
Added a LICENSE file
1 parent 613abfd commit 38fcf5b

File tree

4 files changed

+11
-0
lines changed

4 files changed

+11
-0
lines changed

LICENSE.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Copyright (c) 2017-2018 Kevin L. Esteb
2+
3+
4+
This is free software; you can redistribute it and/or modify it under
5+
the terms of the Artistic License 2.0. For details, see the full text
6+
of the license at http://www.perlfoundation.org/artistic_license_2_0.

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ a FTP client and a DNS client.
3737

3838
Client and server classes for building and interacting with REST based services.
3939

40+
## Demos
41+
42+
There are various demo projects that will hopefully show you how to use this code.
43+
4044
## Open Source
4145

4246
This code is not stand alone. It make use of other Open Source projects. A grateful thanks to those authors for providing their modules

TextFile1.txt

Whitespace-only changes.

XAS.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DemoMicroServiceServer", "D
5959
EndProject
6060
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{24D2D919-E0DB-4756-8623-1942A42309EB}"
6161
ProjectSection(SolutionItems) = preProject
62+
LICENSE.md = LICENSE.md
6263
README.md = README.md
6364
EndProjectSection
6465
EndProject

0 commit comments

Comments
 (0)