source: trunk/server/lib/subunit/COPYING@ 830

Last change on this file since 830 was 745, checked in by Silvan Scherrer, 13 years ago

Samba Server: updated trunk to 3.6.0

File size: 1.9 KB
Line 
1Subunit is licensed under two licenses, the Apache License, Version 2.0 or the
23-clause BSD License. You may use this project under either of these licenses
3- choose the one that works best for you.
4
5We require contributions to be licensed under both licenses. The primary
6difference between them is that the Apache license takes care of potential
7issues with Patents and other intellectual property concerns. This is
8important to Subunit as Subunit wants to be license compatible in a very
9broad manner to allow reuse and incorporation into other projects.
10
11Generally every source file in Subunit needs a license grant under both these
12licenses. As the code is shipped as a single unit, a brief form is used:
13----
14Copyright (c) [yyyy][,yyyy]* [name or 'Subunit Contributors']
15
16Licensed under either the Apache License, Version 2.0 or the BSD 3-clause
17license at the users choice. A copy of both licenses are available in the
18project source as Apache-2.0 and BSD. You may not use this file except in
19compliance with one of these two licences.
20
21Unless required by applicable law or agreed to in writing, software
22distributed under these licenses is distributed on an "AS IS" BASIS, WITHOUT
23WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
24license you chose for the specific language governing permissions and
25limitations under that license.
26----
27
28Code that has been incorporated into Subunit from other projects will
29naturally be under its own license, and will retain that license.
30
31A known list of such code is maintained here:
32* The python/iso8601 module by Michael Twomey, distributed under an MIT style
33 licence - see python/iso8601/LICENSE for details.
34* The runtests.py and python/subunit/tests/TestUtil.py module are GPL test
35 support modules. There are not installed by Subunit - they are only ever
36 used on the build machine. Copyright 2004 Canonical Limited.
Note: See TracBrowser for help on using the repository browser.