copyright_note_policy.txt 1.7 KB

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