]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/geometry/doc/copyright_note_policy.txt
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / geometry / doc / copyright_note_policy.txt
1 ===========================================================================
2 Copyright (c) 2007-2011 Barend Gehrels, Amsterdam, the Netherlands.
3 Copyright (c) 2008-2011 Bruno Lalande, Paris, France.
4 Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
5
6 Use, modification and distribution is subject to the Boost Software License,
7 Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
8 http://www.boost.org/LICENSE_1_0.txt)
9 ============================================================================
10
11 The default copyright note for C++ source files reads:
12
13 // Boost.Geometry (aka GGL, Generic Geometry Library)
14
15 // Copyright (c) 2007-2011 Barend Gehrels, Amsterdam, the Netherlands.
16 // Copyright (c) 2008-2011 Bruno Lalande, Paris, France.
17 // Copyright (c) 2009-2011 Mateusz Loskot, London, UK.
18
19 // Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
20 // (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands.
21
22 // Use, modification and distribution is subject to the Boost Software License,
23 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
24 // http://www.boost.org/LICENSE_1_0.txt)
25
26 Exceptions:
27 1) Major work of any author -> might change order, change date
28 2) Exclusive work of one author including design -> might take sole copyright
29 Examples:
30 - adapted geometry types e.g. array, Boost.Polygon
31 - implemented file-format e.g. WKB
32 - implemented specific strategy or algorithm e.g. intersections
33 3) Examples -> might take sole copyright
34 4) Tests -> might take sole copyright
35 5) Docs -> might take sole copyright
36 6) Utilities e.g. converters -> might take sole copyright
37
38
39
40 The copyright note for other (source) files as .py, Jamfiles, etc is similar
41 and comments are changed accordingly.