On Thu, Aug 23, 2012 at 08:00:51PM +0200, Paweł Sikora wrote: > On Thursday 23 of August 2012 19:20:00 Kacper Kornet wrote: > > On Thu, Aug 23, 2012 at 07:07:03PM +0200, Paweł Sikora wrote: > > > On Thursday 23 of August 2012 18:07:46 Kacper Kornet wrote: > > > > Jak należy postępować gdy razem ze źródłem programu nie ma żadnego pliku > > > > COPYING, LICENSE itp., natomiast w jednym z plików źródłowych jest > > > > coś takiego: > > > > > > * Audacious playlist format plugin Copyright 2011 John Lindgren > > > > * > > > > * Redistribution and use in source and binary forms, with or without > > > > * modification, are permitted provided that the following conditions are > > > > * met: > > > > * > > > > * 1. Redistributions of source code must retain the above copyright > > > > * notice, this list of conditions, and the following disclaimer. > > > > * > > > > * 2. Redistributions in binary form must reproduce the above copyright > > > > * notice, this list of conditions, and the following disclaimer in the > > > > * documentation provided with the distribution. > > > > * > > > > * This software is provided "as is" and without any warranty, express or > > > > * implied. In no event shall the authors be liable for any damages > > > > * arising from the use of this software. > > > > > > > > > wyglada jak BSD-like, w szczegolnosci: > > > http://en.wikipedia.org/wiki/BSD_licenses#2-clause_license_.28.22Simplified_BSD_License.22_or_.22FreeBSD_License.22.29 > > > > Bardziej mi chodziło jaka jest praktyka spełnienie warunku "must > > reproduce the above copyright notice". Wydzielać ten tekst do osobnego > > pliku COPYING i go pakować, czy jakieś inne podejście. > > oidp, to nie pakujemy plikow ze standardowym tekstem licencji, tylko > wpisujemy odpowiednie > wartosci w .specu w polu license.
W przypadku BSD/MIT treść licencji zawiera informację o właścicielu praw autorskich, często też są drobne różnice w treści - dlatego w tym przypadku te krótkie pliki z treścią dołączamy do pakietów. Jeśli nie ma osobnego pliku, to można zrobić head -n X plik.c > LICENSE i dodać taki plik do %doc. -- Jakub Bogusz http://qboosh.pl/ _______________________________________________ pld-devel-pl mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-devel-pl
