On Tue, Aug 24, 2021 at 02:14:46PM +0200, Št?pán N?mec wrote: > Hello, > > what is the license of NetBSD manual pages?
It differs. Each "native" man page comes with a license header in the mandoc source. Usuallay some variant of the BSD license. But man pages that belong to external sources like src/external/gpl3/gcc/dist/gcc/doc/gcc.1 which obviously comes from gcc and according to the directory name is gpl3 licenced. Martin