Nagy rajongói vagyunk az MIT licencnek, különösen annak egyszerűségének köszönhetően, ami tökéletes választássá teszi a kis szoftverprojektek számára.
Azonban a PSONO növekedésével elérkezettnek láttuk az időt, hogy utánanézzünk más nyílt forráskódú licenceknek, amelyek kompatibilisek az MIT-tel, de jobban védik a hozzájárulókat. Ezért a következő kiadással áttérünk az Apache-ra.
A hivatalos dokumentáció már tükrözi ezt a változást. Minden Psono-hoz való hozzájárulás az alábbi licenc alatt fog történni:
Copyright 2017 Sascha Pfeiffer
Licensed under the Apache License, Version 2.0 (a továbbiakban: “License”); ezt a fájlt kizárólag a Licenc előírásainak megfelelően használhatja. A Licenc egy példányát beszerezheti a következő címen:
http://www.apache.org/licenses/LICENSE-2.0
Hacsak ezt törvény nem írja elő vagy külön írásban nem állapodtak meg róla, a Licenc alapján terjesztett szoftver „AHOGY VAN” került kiadásra, mindenféle kifejezett vagy hallgatólagos garancia nélkül. A licencben találja a felhasználási engedélyekre és korlátozásokra vonatkozó pontos szabályokat.
Továbbá bevezettük a „Developer Certificate of Origin”-t (Fejlesztői Eredetiségigazolást), amely sokak számára ismerős lehet a Linux Kernel közösségéből, mint kötelező hozzájárulási feltételt.
Developer Certificate of Origin Version 1.1
Copyright (C) 2004, 2006 The Linux Foundation and its contributors. 1 Letterman Drive Suite D4700 San Francisco, CA, 94129
Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.
Developer’s Certificate of Origin 1.1
By making a contribution to this project, I certify that:
(a) The contribution was created in whole or in part by me and I have the right to submit it under the open source license indicated in the file; or
(b) The contribution is based upon previous work that, to the best of my knowledge, is covered under an appropriate open source license and I have the right under that license to submit that work with modifications, whether created in whole or in part by me, under the same open source license (unless I am permitted to submit under a different license), as indicated in the file; or
(c) The contribution was provided directly to me by some other person who certified (a), (b) or (c) and I have not modified it.
(d) I understand and agree that this project and the contribution are public and that a record of the contribution (including all personal information I submit with it, including my sign-off) is maintained indefinitely and may be redistributed consistent with this project or the open source license(s) involved.
Minden commitnak tartalmaznia kell egy DCO sort, amely így néz ki:
Signed-off-by: Joe Smith
A projekt megköveteli, hogy valódi nevedet használd. Sem névtelen, sem álnéven beküldött hozzájárulásokat nem fogadunk el.
Állítsd be a user.name és user.email értékeket a git konfigurációdban, majd minden esetben használd a -s vagy ––signoff kapcsolót, hogy a „Signed-off-by” sort a commit üzenet végéhez illeszd.