Gitea: Copyright in footer is misleading

Created on 28 Oct 2019  路  17Comments  路  Source: go-gitea/gitea

I think the "漏 Gitea" in templates/base/footer_content.tmpl#L4 is misleading.
While the page is rendered by Gitea, the actual content is not copyrighted by the Gitea project.

Other code-hosting sites like GitHub or GitLab do not show such a copyright.
Sites like nytimes.com or washingtonpost.com do, because the content displayed is actually theirs.

I therefore propose the wording to be changed to something clearer, like "Powered by Gitea", or "Generated by Gitea".

kinproposal

Most helpful comment

@alexanderadam maybe you are right. Since gitea is a non-registered organization, but we have organization join conditions and owners elections.

@ gitea will almost mean 漏 The Gitea Authors. It's different from what you can see from other sites. The maintainers represents the gitea authors to do some community things.

@fireglow And the instances users could add theirs' term services to say what like github did since gitea support custom pages.

All 17 comments

I can make PR if you decide which one sentence to use :)

do we need "漏 Gitea" for leagal therms in fooder?

-> Licence MIT

do we need "漏 Gitea" for leagal therms in fooder?

I strongly doubt it because Gitea is not a legal entity (like a company for example) so it probably can't hold any rights anyway.
AFAIK the particular _authors_ own the rights of what they did. Which is true even if you don't write it on every code line you wrote because it's clarified in the the given license.


Kind of related but offtopic anyway. Click to show.
So IMHO the license must be distributed as well and I'm not sure why the JS libraries are accessible as a link in the footer but the Gitea library itself is not.

But again, this would be another issue anyway and of course I'm not a lawyer. So nothing that I write might have any legal value.
Also the license situation of Gitea should be clarified anyway because it seems that it currently uses non-free dependencies.

In fact, that copyright is not related your codes on gitea instance. For example, you can see below in github. But github will not own the repositories' copyright on github. @fireglow I think you are wrong. Go to this page's bottom you will find it.

image

Even if we are not a company, but we have an organization. A person could hold copyright, a company could also, why not an organization?

Even if we are not a company, but we have an organization. A person could hold copyright, a company could also, why not an organization?

A legal organization can of course. I'm not sure whether this is a proper wording then.
Or can you just describe who _is_ the organization? And is this organization represented on the Github organization?
Because if so this would mean only those 24 people who are part of the organization own the rights on Gitea.
Which is obviously not true because _all_ of the authors of have some rights on it as the license says.

So to conclude: I would still say that 漏 Gitea is absolutely _not_ clear here because it's not clear who or what Gitea is from a legal perspective.
Even 漏 The Gitea Authors would be clearer.

Otherwise I might have missed what the Gitea organization is and what it's statutes are.

Let's not get off track here, the issue is the "漏", not the enitity name.
The "漏" suggests that Gitea holds the copyright to the content of the page.

@lunny you are right, GitHub does that. One of my addons hides that.
GitHubs reasoning for that is outlined here: https://help.github.com/en/github/site-policy/github-terms-of-service#d-user-generated-content
That does not apply to self-hosted gitea instances.
Therefore I think the "notfix" label is premature.

@MayMeow I think "Powered by Gitea" would be fine, since it does more than merely generate code listings, like for example cgit (which uses "generated by").

Powered by should be ok imho

@alexanderadam maybe you are right. Since gitea is a non-registered organization, but we have organization join conditions and owners elections.

@ gitea will almost mean 漏 The Gitea Authors. It's different from what you can see from other sites. The maintainers represents the gitea authors to do some community things.

@fireglow And the instances users could add theirs' term services to say what like github did since gitea support custom pages.

I fixed it, and this is what it looks now
image

I do not know how to use i18n though. Is it simply be a case of replacing the text with {{.i18n.Tr "powered-by"}} and adding a corresponding string to the default language file?

Also, I wonder if Gitea in that text should be a link to gitea.io:
image

Further, should there be a separator between Powered by Gitea and Version?

It should probably be something like this:

Powered by Gitea version 1.11...

where Gitea is link to https://gitea.io/ and two translatable strings Powered by and version

I do not know how to use i18n though. Is it simply be a case of replacing the text with {{.i18n.Tr "powered-by"}} and adding a corresponding string to the default language file?

Yes, only in en-US locale

It should probably be something like this:

Powered by Gitea version 1.11...

where Gitea is link to https://gitea.io/ and two translatable strings Powered by and version

That sounds good

Yes, only in en-US locale

Good

Looking at the template, it seems that Version is already a translatable string

Since version is a translatable string, but it is capitalised (and likely used in other places as-is), should a new one be created?

EDIT: might as-well add that making Powered by translatable worked first try 馃憤

@alexanderadam I just realised that you had already made a PR. My version of the fix is already an i18n string, and has Gitea be a link to gitea.io.

Do you want to continue with your PR or shall I take over?

Was this page helpful?
0 / 5 - 0 ratings