On Thu, 30 Jan 2025 18:44:18 +0300 Alexander Kurakin <kuraga...@mail.ru> wrote:
> > Hi Alexander, > > > > My two cents as a third-party overlay maintainer. > > Hi Bryan, > thanks for the reply! > > > That is what I do. I preserve any existing copyright statement > > when I import an ebuild from elsewhere, and I add a copyright line > > for myself too once I've made significant changes. Those are two > > separate copyright statements, because the years in the Gentoo line > > are almost always not the same as the years I've modified the file. > > And for my own ebuilds I only have a copyright line for myself. > > Understood, thanks! Yes, > > > <copyright> := <statement>[, <statement>, ...] > > <statement> := <date> <author(s)> > > so you/we have one line but two statements in the copyright :) I misspoke a bit with my "because" above, I leave it as two lines for two separate entities; that's what feels most readable to me. For example: # Copyright 1999-2021 Gentoo Authors # Copyright 2023 Bryan Gardiner <b...@khumba.net> # Distributed under the terms of the GNU General Public License v2 > > Also, have you seen GLEP 76, the official Gentoo copyright policy? > > It goes over this topic: > > > > https://www.gentoo.org/glep/glep-0076.html > > Yes, thanks, but > > > This GLEP introduces a copyright and licensing policy for Gentoo > > projects. > > We’re taking about ebuilds outside of the Gentoo projects, aren’t we? Yes that's true, this doesn't apply in our case. Just wanted to provide some more detail about Gentoo's policies. Cheers, Bryan