From 9aa881be554dc26b5fde36d99d6c474bfeef38a4 Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Wed, 16 Aug 2023 08:25:04 -0500 Subject: [PATCH] README license and attribution information --- .gitignore | 1 + README.md | 29 +++++++++++++++++++++++++++-- 2 files changed, 28 insertions(+), 2 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1ee84da --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.sw* diff --git a/README.md b/README.md index a380808..17973b5 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,28 @@ -# bullet-system-stick +# Bullet System Stick -Files for making an arcade stick. \ No newline at end of file +Files for making an arcade stick. + +These files are suitable for previewing and rendering in OpenSCAD. + +## Attribution + +Inspired by the incredible work of [TheTrain](https://github.com/TheTrainGoes) on the [OpenStickCommunity Fightstick +Case](https://github.com/OpenStickCommunity/Hardware/tree/main/Fightstick%20Case), itself based on the incredible work +by [Dash n'Mash](https://twitter.com/Dash_xx_Mash?s=20). Original work Copyright 2023 TheTrain, [licensed under CC BY +4.0](https://creativecommons.org/licenses/by/4.0/). + +Made possible by the amazing efforts of [slagcoin](https://www.slagcoin.com/). + +## Author and Licensing + +Written by and copyright Brian S. Stephan (). + +This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public +License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later +version. + +This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied +warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. + +You should have received a copy of the GNU General Public License along with this program. If not, see +.