Hi, Denis 'GNUtoo' Carikli: > --- /dev/null > +++ b/guix.scm > @@ -0,0 +1,194 @@ > +;;; Copyright © 2020 Denis Carikli <[email protected]> > +;;; > +;;; This file is not part of GNU Guix (yet). > +;;; > +;;; Part of this file might be moved to Guix when a new release of > +;;; libsamsung-ipc is made. This will probably not happen before > +;;; the API and ABI changes are complete, ie when the ipc_client > +;;; has been passed to all the exported functions when that makes > +;;; sense.
It would be better to move these code comments only after the copyright and license info instead of putting in between. > +;;; > +;;; This file is free software; you can redistribute it and/or modify it > +;;; under the terms of the GNU General Public License as published by > +;;; the Free Software Foundation; either version 3 of the License, or (at > +;;; your option) any later version. > +;;; > +;;; This file is distributed in the hope that it will be useful, but > +;;; WITHOUT ANY WARRANTY; without even the implied warranty of > +;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the > +;;; GNU General Public License for more details. > +;;; > +;;; You should have received a copy of the GNU General Public License > +;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. along with GNU Guix -> should be libsamsung-ipc and also most of the libsamsung-ipc programs are gplv2+ not gplv3+. The only odd file with GPLv3 directly related to libsamsung-ipc that was so far gplv3+ is Android.mk file that came from commit "Android.mk cleanup" (977dcdef11) probably by accident? Please see also commit ed87346. Joonas _______________________________________________ Replicant mailing list [email protected] https://lists.osuosl.org/mailman/listinfo/replicant
