Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

re-license default project icon as public domain #61955

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nathanfranke
Copy link
Contributor

If I'm not mistaken, every new Godot project (once distributed) is technically in violation of copyright because it does not attribute the copyright of icon.png.

Of course, we'll need clear permission from the creator to do this change. I am not fully sure who that is, so I assumed it is the same creator who made the other icon variations.

@Calinou Calinou added enhancement cherrypick:3.x Considered for cherry-picking into a future 3.x release cherrypick:3.5 Considered for cherry-picking into a future 3.5.x release labels Jun 12, 2022
@Calinou Calinou added this to the 4.0 milestone Jun 12, 2022
@LinuxUserGD
Copy link
Contributor

Of course, we'll need clear permission from the creator to do this change. I am not fully sure who that is, so I assumed it is the same creator who made the other icon variations.

See https://github.com/godotengine/godot/commits/master/LOGO_LICENSE.md

Verified

This commit was signed with the committer’s verified signature.
@timothyqiu
Copy link
Member

See also #51028 for an alternative approach.

@YuriSizov YuriSizov modified the milestones: 4.0, 4.1, 4.x Feb 10, 2023
@Riteo
Copy link
Contributor

Riteo commented Apr 5, 2023

Yeah #51028 sounds like the proper approach IMO, I have a feeling that making the project icon PD might not be the best idea.

@nathanfranke
Copy link
Contributor Author

I agree. I'm curious to see the best way to handle license compliance on non-command line platforms though.

@Calinou
Copy link
Member

Calinou commented Apr 5, 2023

I agree. I'm curious to see the best way to handle license compliance on non-command line platforms though.

See #51028 (comment).

@akien-mga akien-mga removed the cherrypick:3.5 Considered for cherry-picking into a future 3.5.x release label Aug 18, 2023
@nathanfranke
Copy link
Contributor Author

nathanfranke commented Mar 9, 2024

#51028 definitely solves core problems in this area.

However, I think there is still a general legal concern here IINM:

  • Create new empty Godot Project (With icon.svg)
  • Upload to a public git repository
  • Now icon.svg is being redistributed without attribution

I think adding license information directly to icon.svg is a great solution:

<!-- Godot Engine logo. Copyright 2017, Andrea Calabró. Licensed under CC-BY-4.0. -->
<svg ...>

@Riteo
Copy link
Contributor

Riteo commented Mar 9, 2024

@nathanfranke great idea! Feel free to open a PR for that!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cherrypick:3.x Considered for cherry-picking into a future 3.x release enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants