Piwigo / Piwigo-Android

Piwigo Native Android App
GNU General Public License v3.0
140 stars 43 forks source link

Remove years from source code headers #140

Open Valou447 opened 5 years ago

Valou447 commented 5 years ago

As it has been done on the Piwigo-Core repo, we should remove the years in the header to avoid needing to update it every new year..

Please see https://github.com/Piwigo/Piwigo/issues/830 and https://github.com/Piwigo/Piwigo/commit/fc193f7474afe133a7692b479d8c6ce6717930c1

ramack commented 5 years ago

For sure that would be simpler. I just did it like that because.it seems.commonly be done. In US law system I think to have read that even the shortcut startyear-endyear is not sufficient. But anyhow I believe we are based in Europe without US copyright law, so maybe the US ***** is not of too big relevance.

IANAL so finally I cannot really judge it, but maybe we could move all that stuff to the Readme only and for the copyright attribution (and the year) to people formally refer to git metadata and by this completely get rid.of he header comment at all?

@plegall did (edit: typo) you have advice from a lawyer with this regard?

ramack commented 5 years ago

I found an interesting text about all that: https://softwarefreedom.org/resources/2012/ManagingCopyrightInformation.html

From that I would conclude, that it is a good idea to move to a centralized approach and

What do you think?