← index #79Issue #658
Off-topic · high · value 0.694
QUERY · ISSUE

logo licenses

openby redteam316opened 2014-01-05updated 2024-08-28

The MicroPython logos in the master branch currently have no license affiliated with them beyond the SIL license that was used for the text. The MIT license would apply to the source code/project as a whole but when used as standalone images (for blogs, websites, etc...) this isn't clear as the MIT license was meant for software, not art.

Considering this, if the logos are to be dual licensed, I propose for the logos to be used under the MIT license or optionally as CC-BY (which is the closest CC license to MIT license AFAIK).
http://creativecommons.org/licenses/by/4.0/
http://creativecommons.org/licenses/by/4.0/legalcode

The Debian project does this, which makes it absolutely clear what the terms for logo use are(but you will notice they use a more restrictive CC license that matches their code license):
http://www.debian.org/logos/

Here are other notable examples of how other projects handle this, some being unclear on licensing of the logos, yet provide guidelines or attempt to explain proper usage or what you cannot do with them:
http://qt.digia.com/About-us/Logos-for-Download/
http://www.kickstarter.com/help/style_guide
http://oshwlogo.com/
http://arduino.cc/en/Trademark/CommunityLogo
http://copyheart.org/
http://design.ubuntu.com/brand/ubuntu-logo
http://beagleboard.org/media
http://developer.android.com/distribute/googleplay/promote/brand.html
http://makezine.com/press-center/logos-banners/

I think having such a page on the wiki(or better yet, the micropython.org site) that provides this similar information would be good.

CANDIDATE · ISSUE

https://micropython.org/pi/v2/index.json has version in license field

closedby aivarannamaaopened 2023-05-11updated 2023-05-29

e.g.:

    {
      "license": "1.0.0",
      "author": "",
      "version": "1.0.0",
      "versions": {
        "py": [
          "1.0.0"
        ],
        "6": [
          "1.0.0"
        ]
      },
      "description": "Renesas HS3003 Humidity and Temperature sensor driver.",
      "name": "hs3003"
    },
3 comments
jimmo · 2023-05-16

Thanks, see https://github.com/micropython/micropython/pull/11514

aivarannamaa · 2023-05-25

Thanks for the fix, but it looks like the index still has version in license field: https://micropython.org/pi/v2/index.json

dpgeorge · 2023-05-29

This should now be fixed in the index itself, all licenses are now the string "MIT".

Keyboard

j / / n
next pair
k / / p
previous pair
1 / / h
show query pane
2 / / l
show candidate pane
c
copy suggested comment
r
toggle reasoning
g i
go to index
?
show this help
esc
close overlays

press ? or esc to close

copied