Boost C++ Libraries: Ticket #11382: Files with missing or questionable licenses https://svn.boost.org/trac10/ticket/11382 <p> Initial report: <a class="ext-link" href="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=788126"><span class="icon">​</span>https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=788126</a> </p> <p> Several files do not seem to be covered by any license described in the copyright file. Most serious: interprocess/sync/xsi/advanced_xsi_semaphore.hpp : No license mentioned at all python/detail/python22_fixed.h : Explicitly "All rights reserved" </p> <p> Probably fine but questionable and IMHO should be documented at least as they will fail in automated checks: algorithm/cxx14/mismatch.hpp : Refers to non-existing LICENSE10.txt, probably typo And some non-standard license headers in: rational.hpp math/common_factor_rt.hpp test/utils/runtime/cla/detail/argument_value_usage.hpp shared_container_iterator.hpp program_options/detail/utf8_codecvt_facet.hpp </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/11382 Trac 1.4.3 viboes Sun, 05 Jul 2015 22:47:29 GMT component changed; owner set https://svn.boost.org/trac10/ticket/11382#comment:1 https://svn.boost.org/trac10/ticket/11382#comment:1 <ul> <li><strong>owner</strong> set to <span class="trac-author">Ion Gaztañaga</span> </li> <li><strong>component</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">interprocess</span> </li> </ul> Ticket Ion Gaztañaga Mon, 06 Jul 2015 08:42:26 GMT owner, component changed https://svn.boost.org/trac10/ticket/11382#comment:2 https://svn.boost.org/trac10/ticket/11382#comment:2 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Ion Gaztañaga</span> to <span class="trac-author">Ralf W. Grosse-Kunstleve</span> </li> <li><strong>component</strong> <span class="trac-field-old">interprocess</span> → <span class="trac-field-new">Python</span> </li> </ul> <p> advanced_xsi_semaphore.hpp was recently deleted as it was dead code not use by any other file. Ressigning to Python maintainer in order to start fixing the rest. </p> Ticket