Skip to content

Commit adc8d1c

Browse files
committed
Add explicit License file
1 parent 57968cb commit adc8d1c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

LICENSE.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[![CC-0 Public Domain](https://licensebuttons.net/p/zero/1.0/88x31.png)](http://creativecommons.org/publicdomain/zero/1.0/)
2+
3+
*To the extent possible under law, Roger Pincombe and all other contributors have waived all copyright and related or neighboring rights to OpenAI-API-dotnet. This work is published from: United States.*
4+
5+
This library is licensed CC-0, in the public domain. You can use it for whatever you want, publicly or privately, without worrying about permission or licensing or whatever. It's just a wrapper around the OpenAI API, so you still need to get access to OpenAI from them directly. I am not affiliated with OpenAI and this library is not endorsed by them, I just have beta access and wanted to make a C# library to access it more easily. Hopefully others find this useful as well. Feel free to open a PR if there's anything you want to contribute.

OpenAI_API.sln

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OpenAI_Tests", "OpenAI_Test
99
EndProject
1010
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1B37C1A8-1122-49FD-A3C1-C8F697714C1B}"
1111
ProjectSection(SolutionItems) = preProject
12+
LICENSE.md = LICENSE.md
1213
README.md = README.md
1314
EndProjectSection
1415
EndProject

0 commit comments

Comments
 (0)