commit d9e801f03154aec7e10bfa5af11e45e003749687 Author: kiprox Date: Sun Oct 25 17:13:26 2020 +0100 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b4fb6b4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +# ---> VisualStudioCode +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +*.code-workspace + diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..0e623ec --- /dev/null +++ b/LICENSE @@ -0,0 +1,24 @@ +Allegro 4 (the giftware license) + +Allegro is gift-ware. It was created by a number of people working in cooperation, +and is given to you freely as a gift. You may use, modify, redistribute, and +generally hack it about in any way you like, and you do not have to give us +anything in return. + +However, if you like this product you are encouraged to thank us by making +a return gift to the Allegro community. This could be by writing an add-on +package, providing a useful bug report, making an improvement to the library, +or perhaps just releasing the sources of your program so that other people +can learn from them. If you redistribute parts of this code or make a game +using it, it would be nice if you mentioned Allegro somewhere in the credits, +but you are not required to do this. We trust you not to abuse our generosity. + +By Shawn Hargreaves, 18 October 1998. + +DISCLAIMER: THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT +SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE +FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, +ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +DEALINGS IN THE SOFTWARE. diff --git a/README.md b/README.md new file mode 100644 index 0000000..423a10a --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# tanet +