1 $NetBSD: README,v 1.3 2012/01/28 01:30:42 christos Exp $
3 Organization of Sources:
5 This directory hierarchy is using an organization that separates
6 crypto source for programs that we have obtained from external third
7 parties (where NetBSD is not the primary maintainer) from the system
10 This README file is derived from the README file in src/external.
12 The hierarchy is grouped by license, and then package per license,
13 and is organized as follows:
18 Descend into the license sub-directories.
21 Per-license sub-directories.
24 Descend into the package sub-directories.
27 Per-package sub-directories.
33 The third-party source for a given package.
38 BSD makefiles "reach over" from these into
41 This arrangement allows for packages to be easily disabled or
42 excised as necessary, either on a per-license or per-package basis.
44 The licenses currently used are:
46 bsd BSD (or equivalent) licensed software, possibly with
47 the "advertising clause".
48 cpl Common Public License
49 http://www.opensource.org/licenses/cpl1.0
51 If a package has components covered by different licenses
52 (for example, GPL2 and the LGPL), use the <license> subdirectory
53 for the more restrictive license.
55 If a package allows the choice of a license to use, we'll
56 generally use the less restrictive license.
58 If in doubt about where a package should be located, please
59 contact <core@NetBSD.org> for advice.
65 Eventually src/dist (and associated framework in other base source
66 directories) and src/gnu will be migrated to this hierarchy.
71 The sources under src/crypto/external/<license>/<package>/dist/ are
72 generally a combination of a published distribution plus changes
73 that we submit to the maintainers and that are not yet published
76 Make sure all changes made to the external sources are submitted
77 to the appropriate maintainer, but only after coordinating with
78 the NetBSD maintainers.