Boost logo

Boost-Build :

Subject: [Boost-build] [Boost-bcp] Unrecognized licenses in Boost 1.53
From: Kevin Moody (kevine.moody_at_[hidden])
Date: 2013-08-07 18:27:36


Hi,

I found that the following 7 files had unrecognizable licenses, when
running the --report option on the Boost 1.53 source tree, on a linux
32-bit machine:

boost/test/impl/logged_expectations.ipp
boost/test/included/unit_test_framework.hpp
boost/thread/detail/is_convertible.hpp
boost/thread/detail/memory.hpp
libs/container/test/scoped_allocator_usage_test.cpp
libs/filesystem/test/design_use_cases.cpp
libs/move/test/copy_move_optimization.cpp

We manually verified that the first 4 do use the BSL. However, the
last 3 test files did not have any license.

Here is the bcp command:

> ./dist/bin/bcp --report smart_ptr filesystem array.hpp container move ptr_container algorithm/string.hpp tokenizer.hpp thread chrono atomic foreach.hpp uuid integer ./boost_report.html

Output:

INFO: tracking source dependencies of library system due to presence
of " BOOST_SYSTEM_DECL const error_category & system_category();"
in file "boost/system/error_code.hpp"
INFO: tracking source dependencies of library date_time due to
presence of " //! Wrapper class to represent months in gregorian
based calendar
  class BOOST_DATE_TIME_DECL greg_month : public greg_month_rep {" in
file "boost/date_time/gregorian/greg_month.hpp"
CAUTION: Boost.Preprocessor iterated file
boost/type_traits/detail/is_function_ref_tester.hpp does not exist.
INFO: tracking source dependencies of library thread due to presence
of " struct BOOST_THREAD_DECL thread_data_base
        {" in file "boost/thread/win32/thread_data.hpp"
INFO: tracking source dependencies of library exception due to
presence of " int clone_current_exception_non_intrusive(
clone_base const * & cloned );" in file
"boost/exception/detail/clone_current_exception.hpp"
CAUTION: dependent file libs/filesystem/v2 does not exist.
   Found while scanning file boost/filesystem.hpp
CAUTION: dependent file libs/filesystem/v3 does not exist.
   Found while scanning file boost/filesystem.hpp
CAUTION: dependent file libs/filesystem/doc/src/../../../boost.png
does not exist.
   Found while scanning file libs/filesystem/doc/src/boost_snippets.html
INFO: tracking source dependencies of library serialization due to
presence of "class BOOST_SERIALIZATION_DECL(BOOST_PP_EMPTY())
extended_type_info :
    private boost::noncopyable
{" in file "boost/serialization/extended_type_info.hpp"
INFO: tracking source dependencies of library atomic due to presence
of "class lockpool
{" in file "boost/atomic/detail/lockpool.hpp"
INFO: tracking source dependencies of library random due to presence
of "class random_device : private noncopyable
{" in file "boost/random/random_device.hpp"
no errors detected

Just thought that I would let you know. Let me know what else I can do to help.

Regards,
Kevin


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk