yeah I did use chatgpt and it kinda said it should be fine
ok so I am trying to go step by step and I cant figure out how do I mount the cords to the back cause I was planing on having a raspberry pi 5 and a USB a - a plug in to it and mount the a female end so we can plug in the controllers how do I mount that
ok so thatâs good but what do I do about extensions like ones I used a lot for the games for this console are https://github.com/klausw3/pxt-sound-effectsv and https://github.com/livcheerful/arcade-soundtrack and some of the default ones and my own but what about the license for these the sound effects has a license but the sound track does not have that file what does that mean also here are the three ones I saw through everything this one being most default ones MIT License
Copyright (c) Microsoft Corporation.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the âSoftwareâ), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
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 AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE
and this one
MIT License
Copyright (c) 2020 Klaus Weidner
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the âSoftwareâ), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
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 AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
technically the same thing but just there with out a name that says Microsoft
and in one extension that I donât use just want to be sure is
Proprietary License
Copyright (c) 2026 MMM-tek
ALL RIGHTS RESERVED.
This software and its associated documentation files are the exclusive property of MMM-tek.
-
RESTRICTIONS:
Permission is NOT granted to any person obtaining a copy of this software to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software. -
PROHIBITIONS:
- You may not copy, modify, or create derivative works of this software.
- You may not redistribute or sell this software in any form.
- You may not decompile, reverse engineer, or attempt to extract the source code.
- NO WARRANTY:
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 AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Any unauthorized use of this software will be considered an infringement of intellectual property rights and may result in legal action.
so can I still sell my games do every thing I said I wanted to do if the extension has the 1st or 2nd one or no license file?
so I have ran into a problem how do I get my games on a file type so they can run on a raspberry pi 5 perfeibly with just like a mygame.run
@richard is this fine?
iâm a software dev, not a lawyer. so i donât really know!
this is not legal advice, just my own opinion, but what i do know is that the MIT license is one of the most permissive and doesnât have any restrictions on commercial use. no idea on that other one, which seems extremely restrictive.
i will say that in general if code is marked with a license that i donât recognize, i never look at or use it because doing so could open me or my employer to legal issues. which is why iâve never looked at the code for @MMM-tekâs extension and will never use it.
personally, i always mark my open source code as MIT licensed because i want people to be able to use it. again, this isnât legal advice, just my own two cents on the issue.
so MIT license is fine? also do you know how I can get the game to run on a rasbperry pi 5 because Iâve gotten it to display on my tv using the help of Gemini but using a USB keyboard I can move the guy
https://arcade.makecode.com/S86054-26885-01958-76304 Iâm using this as a test
And with no licence, I have been uptaded the project and now donât have licence @richard.
MIT licence is fine?? ![]()
scrap that I have got it to work I can move and its on the tv on a rasbperry pi 5!