lleokaganov / esp32s3_usb_microsoft_wheel

Microsoft SideWinder Precision Racing Wheel USB-device with ESP32s3
3 stars 1 forks source link

Add license information #1

Open vazhnov opened 1 year ago

vazhnov commented 1 year ago

Hello!

I found your project from https://lleo.me/dnevnik/2023/10/02

Could you please add information about the license of this repository — is it allowed to copy, change and use the code in any purpose? It would be great to see any popular open source license.

As I see, files show_desc.hpp and usbhhelp.hpp are already under the MIT license. But it is not clear about other files (or the whole repository).

lleokaganov commented 1 year ago

Hello, Alexey!

Sorry, I don't have a fucking clue in license types.

Sure, all my githab.com/lleokaganov you can use absolutely free (opensource & other shit).

I have take this example: https://github.com/touchgadget/esp32-usb-host-demos/tree/main It was marked as MIT. So, my version is MIT too.

On Wed, 04 Oct 2023 14:34:21 -0700 Alexey Vazhnov @.***> wrote:

Hello!

I found your project from https://lleo.me/dnevnik/2023/10/02

Could you please add information about the license of this repository — is it allowed to copy, change and use the code in any purpose? It would be great to see any popular open source license.

As I see, files show_desc.hpp and usbhhelp.hpp are already under the MIT license. But it is not clear about other files (or the whole repository).

-- Reply to this email directly or view it on GitHub: https://github.com/lleokaganov/esp32s3_usb_microsoft_wheel/issues/1 You are receiving this because you are subscribed to this thread.

Message ID: @.***>

-- Leonid Kaganov @.***> http://lleo.me +7-916-6801685

vazhnov commented 1 year ago

Could you please add LICENSE file with the license, so it will be recognizable by Github? Here is a short documentation with examples: https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository

lleokaganov commented 1 year ago

I just have adopt example for my homemade case. This code is only applications to article in my blog. Unfortunately, I have no time to solve any licenses problems. If my code is a problem for GitHub, I am ready to delete it and public on my own site.

5 октября 2023 г. 11:39:44 GMT+03:00, Alexey Vazhnov @.***> пишет:

Could you please add LICENSE file with the license, so it will be recognizable by Github? Here is a short documentation with examples: https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository

-- Reply to this email directly or view it on GitHub: https://github.com/lleokaganov/esp32s3_usb_microsoft_wheel/issues/1#issuecomment-1748386235 You are receiving this because you commented.

Message ID: @.***> -- Sent from my Android device with K-9 Mail. Please excuse my brevity.

vazhnov commented 1 year ago

It is definitely not a problem for Github. I'm not working in Github, I'm just an opensource enthusiast.

lleokaganov commented 1 year ago

Can I give you access so you can help me fix something I don't understand?

On Thu, 05 Oct 2023 05:54:44 -0700 Alexey Vazhnov @.***> wrote:

It is definitely not a problem for Github. I'm not working in Github, I'm just an opensource enthusiast.

-- Reply to this email directly or view it on GitHub: https://github.com/lleokaganov/esp32s3_usb_microsoft_wheel/issues/1#issuecomment-1748842899 You are receiving this because you commented.

Message ID: @.***>

-- Leonid Kaganov @.***> http://lleo.me +7-916-6801685

vazhnov commented 1 year ago

No need in extra access, thank you!

I've just created a merge request: https://github.com/lleokaganov/esp32s3_usb_microsoft_wheel/pull/2 — there should be a button "merge", it will add a file LICENSE with the MIT license text.