]> git.proxmox.com Git - ceph.git/blame - 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
CommitLineData
7c673cae
FG
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
11The 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
26Exceptions:
271) Major work of any author -> might change order, change date
282) 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
333) Examples -> might take sole copyright
344) Tests -> might take sole copyright
355) Docs -> might take sole copyright
366) Utilities e.g. converters -> might take sole copyright
37
38
39
40The copyright note for other (source) files as .py, Jamfiles, etc is similar
41and comments are changed accordingly.