
Sorry for the loud subject line, but there are still a shockingly large number of *source files* with no copyright/licence information in current cvs. Please take a chance to scan through the file list below and add your moniker to any that belong to you - no-one can do this for you, if one of these files is your work, it's up to you to own up to it, no else can assign the copyright on your behalf. John. HEADERS: ~~~~~~~~ boost/format/detail/unset_macros.hpp boost/iterator/detail/categories.hpp boost/iterator/new_iterator_tests.hpp boost/pending/container_traits.hpp boost/pending/cstddef.hpp boost/pending/detail/disjoint_sets.hpp boost/pending/detail/property.hpp boost/pending/fenced_priority_queue.hpp boost/pending/fibonacci_heap.hpp boost/pending/property.hpp boost/pending/queue.hpp boost/pending/stringtok.hpp boost/utility/detail/result_of_iterate.hpp TEST FILES: ~~~~~~~~~ libs/any/any_test.cpp libs/format/example/sample_userType.cpp libs/graph/example/adjacency_list_io.cpp libs/graph/example/graph_property.cpp libs/graph/example/iohb.c libs/graph/example/iohb.h libs/graph/example/subgraph_properties.cpp libs/graph/src/graphviz_digraph_parser.hpp libs/graph/src/graphviz_graph_parser.hpp libs/graph/src/yystype.h libs/graph/test/bellman-test.cpp libs/graph/test/bidir_remove_edge.cpp libs/graph/test/subgraph.cpp libs/graph/test/transitive_closure_test2.cpp libs/iterator/example/permutation_iterator_example.cpp libs/iterator/example/reverse_iterator.cpp libs/iterator/test/is_convertible_fail.cpp libs/iterator/test/iterator_adaptor_cc.cpp libs/iterator/test/lvalue_concept_fail_expected.cpp libs/multi_array/test/generative_tests.hpp libs/property_map/example3.cpp libs/python/example/getting_started1.cpp libs/python/example/getting_started2.cpp libs/python/pyste/tests/abstract_test.h libs/python/pyste/tests/add_test.h libs/python/pyste/tests/basic.cpp libs/python/pyste/tests/basic.h libs/python/pyste/tests/code_test.h libs/python/pyste/tests/enums.h libs/python/pyste/tests/header_test.h libs/python/pyste/tests/inherit.cpp libs/python/pyste/tests/inherit.h libs/python/pyste/tests/inherit2.h libs/python/pyste/tests/inherit3.h libs/python/pyste/tests/inherit4.h libs/python/pyste/tests/nested.cpp libs/python/pyste/tests/nested.h libs/python/pyste/tests/opaque.h libs/python/pyste/tests/operators.cpp libs/python/pyste/tests/operators.h libs/python/pyste/tests/smart_ptr.h libs/python/pyste/tests/templates.h libs/python/pyste/tests/vars.cpp libs/python/pyste/tests/vars.h libs/python/pyste/tests/virtual.cpp libs/python/pyste/tests/virtual.h libs/python/pyste/tests/virtual2.h libs/python/pyste/tests/wrappertest.h libs/python/pyste/tests/wrappertest_wrappers.h libs/python/src/dict.cpp libs/python/src/str.cpp libs/python/test/ben_scott1.cpp libs/python/test/bienstman1.cpp libs/python/test/bienstman2.cpp libs/python/test/bienstman3.cpp libs/python/test/destroy_test.cpp libs/python/test/dict.cpp libs/python/test/exception_translator.cpp libs/python/test/indirect_traits_test.cpp libs/python/test/map_indexing_suite.cpp libs/python/test/multi_arg_constructor.cpp libs/python/test/pickle2.cpp libs/python/test/pickle3.cpp libs/python/test/pickle4.cpp libs/python/test/pointer_type_id_test.cpp libs/python/test/properties.cpp libs/python/test/register_ptr.cpp libs/python/test/select_arg_to_python_test.cpp libs/python/test/select_from_python_test.cpp libs/python/test/slice.cpp libs/python/test/str.cpp libs/python/test/string_literal.cpp libs/python/test/submod_subclass_api.cpp libs/python/test/vector_indexing_suite.cpp libs/utility/ref_ct_test.cpp libs/utility/ref_test.cpp

I'm snipping all entries but those I know something about. If you're on the Cc: list, you have some files in here. "John Maddock" <john@johnmaddock.co.uk> writes:
boost/iterator/detail/categories.hpp
This one is obsolete; I'll remove it.
boost/iterator/new_iterator_tests.hpp
This one is basically Jeremy's, but he's in more/blanket-permission.txt. Thomas Witt made some contributions and is not in more/blanket-permission.txt. Thomas, would you care to add yourself to that file and fix the copyright/license in new_iterator_tests.hpp?
boost/utility/detail/result_of_iterate.hpp
I believe this one is Doug Gregor's.
libs/iterator/example/permutation_iterator_example.cpp
Jeremy's
libs/iterator/example/reverse_iterator.cpp
This is a duplicate of libs/utility/reverse_iterator_example.cpp, one of Jeremy's. I notice that only the example files in libs/utility/ are getting tested, and the contents of libs/iterator/example are languishing. Jeremy, would you like to resolve these issues?
libs/iterator/test/is_convertible_fail.cpp
Thomas'
libs/iterator/test/iterator_adaptor_cc.cpp
Jeremy's
libs/iterator/test/lvalue_concept_fail_expected.cpp
Jeremy's
libs/python/example/getting_started1.cpp libs/python/example/getting_started2.cpp
These two are Ralf's. Ralf you're not in more/blanket-permissions.txt. Would you care to fix up the copyright/license and add yourself to that file?
libs/python/pyste/tests/abstract_test.h libs/python/pyste/tests/add_test.h libs/python/pyste/tests/basic.cpp libs/python/pyste/tests/basic.h libs/python/pyste/tests/code_test.h libs/python/pyste/tests/enums.h libs/python/pyste/tests/header_test.h libs/python/pyste/tests/inherit.cpp libs/python/pyste/tests/inherit.h libs/python/pyste/tests/inherit2.h libs/python/pyste/tests/inherit3.h libs/python/pyste/tests/inherit4.h libs/python/pyste/tests/nested.cpp libs/python/pyste/tests/nested.h libs/python/pyste/tests/opaque.h libs/python/pyste/tests/operators.cpp libs/python/pyste/tests/operators.h libs/python/pyste/tests/smart_ptr.h libs/python/pyste/tests/templates.h libs/python/pyste/tests/vars.cpp libs/python/pyste/tests/vars.h libs/python/pyste/tests/virtual.cpp libs/python/pyste/tests/virtual.h libs/python/pyste/tests/virtual2.h libs/python/pyste/tests/wrappertest.h libs/python/pyste/tests/wrappertest_wrappers.h
These are all Bruno's. Bruno, please copyright/license these. Would you care to add yourself to more/blanket-permissions.txt?
libs/python/src/dict.cpp libs/python/src/str.cpp libs/python/test/ben_scott1.cpp libs/python/test/bienstman1.cpp libs/python/test/bienstman2.cpp libs/python/test/bienstman3.cpp libs/python/test/destroy_test.cpp libs/python/test/dict.cpp libs/python/test/exception_translator.cpp libs/python/test/indirect_traits_test.cpp
My fault; I've got 'em.
libs/python/test/map_indexing_suite.cpp
Joel?
libs/python/test/multi_arg_constructor.cpp
mine.
libs/python/test/pickle2.cpp libs/python/test/pickle3.cpp libs/python/test/pickle4.cpp
Ralf's.
libs/python/test/pointer_type_id_test.cpp libs/python/test/properties.cpp libs/python/test/register_ptr.cpp libs/python/test/select_arg_to_python_test.cpp libs/python/test/select_from_python_test.cpp
Mine
libs/python/test/slice.cpp
Jonathan?
libs/python/test/str.cpp libs/python/test/string_literal.cpp
Mine again.
libs/python/test/submod_subclass_api.cpp
This certainly has a license/copyright. But it's obsolete, so I'll nuke it.
libs/python/test/vector_indexing_suite.cpp
Joel? -- Dave Abrahams Boost Consulting http://www.boost-consulting.com

David Abrahams wrote:
This one is basically Jeremy's, but he's in more/blanket-permission.txt.
Thomas Witt made some contributions and is not in more/blanket-permission.txt. Thomas, would you care to add yourself to that file and fix the copyright/license in new_iterator_tests.hpp?
Done. Dave, Jeremy would you please add your Copyright as well.
libs/iterator/test/is_convertible_fail.cpp
Thomas'
Done. Thomas -- Thomas Witt witt@acm.org

Thomas Witt <witt@acm.org> writes:
David Abrahams wrote:
This one is basically Jeremy's, but he's in more/blanket-permission.txt. Thomas Witt made some contributions and is not in more/blanket-permission.txt. Thomas, would you care to add yourself to that file and fix the copyright/license in new_iterator_tests.hpp?
Done. Dave, Jeremy would you please add your Copyright as well.
You're allowed to assign copyright to us; why don't you go ahead, just to keep concerns separate? -- Dave Abrahams Boost Consulting http://www.boost-consulting.com

There are still a lot of these files that haven't been fixed yet: Headers; boost/format/detail/unset_macros.hpp boost/iterator/detail/categories.hpp boost/lambda/detail/member_ptr.hpp boost/pending/container_traits.hpp boost/pending/cstddef.hpp boost/pending/detail/disjoint_sets.hpp boost/pending/detail/property.hpp boost/pending/fenced_priority_queue.hpp boost/pending/property.hpp boost/pending/queue.hpp boost/pending/stringtok.hpp Tests: libs/any/any_test.cpp libs/format/example/sample_userType.cpp libs/graph/example/adjacency_list_io.cpp libs/graph/example/graph_property.cpp libs/graph/example/iohb.c libs/graph/example/iohb.h libs/graph/example/subgraph_properties.cpp libs/graph/src/graphviz_digraph_parser.hpp libs/graph/src/graphviz_graph_parser.hpp libs/graph/src/yystype.h libs/graph/test/bellman-test.cpp libs/graph/test/bidir_remove_edge.cpp libs/graph/test/brandes_betweenness_centrality_test.cpp libs/graph/test/subgraph.cpp libs/graph/test/transitive_closure_test2.cpp libs/iterator/example/permutation_iterator_example.cpp libs/iterator/example/reverse_iterator.cpp libs/iterator/test/iterator_adaptor_cc.cpp libs/iterator/test/lvalue_concept_fail_expected.cpp libs/property_map/example3.cpp libs/python/pyste/tests/abstract_test.h libs/python/pyste/tests/add_test.h libs/python/pyste/tests/basic.cpp libs/python/pyste/tests/basic.h libs/python/pyste/tests/code_test.h libs/python/pyste/tests/enums.h libs/python/pyste/tests/header_test.h libs/python/pyste/tests/inherit.cpp libs/python/pyste/tests/inherit.h libs/python/pyste/tests/inherit2.h libs/python/pyste/tests/inherit3.h libs/python/pyste/tests/inherit4.h libs/python/pyste/tests/nested.cpp libs/python/pyste/tests/nested.h libs/python/pyste/tests/opaque.h libs/python/pyste/tests/operators.cpp libs/python/pyste/tests/operators.h libs/python/pyste/tests/smart_ptr.h libs/python/pyste/tests/templates.h libs/python/pyste/tests/vars.cpp libs/python/pyste/tests/vars.h libs/python/pyste/tests/virtual.cpp libs/python/pyste/tests/virtual.h libs/python/pyste/tests/virtual2.h libs/python/pyste/tests/wrappertest.h libs/python/pyste/tests/wrappertest_wrappers.h libs/utility/ref_ct_test.cpp libs/utility/ref_test.cpp Still naggingly yours! John.

Jeremy, Thomas, and Bruno: Your assistance with copyrights/licenses is needed in just a few Boost files; could you please handle them? Thanks --- "John Maddock" <john@johnmaddock.co.uk> writes:
libs/iterator/example/permutation_iterator_example.cpp
Jeremy's
libs/iterator/example/reverse_iterator.cpp
This is a duplicate of libs/utility/reverse_iterator_example.cpp, one of Jeremy's. I notice that only the example files in libs/utility/ are getting tested, and the contents of libs/iterator/example are languishing. Jeremy, would you like to resolve these issues?
libs/iterator/test/is_convertible_fail.cpp
Thomas'
libs/iterator/test/iterator_adaptor_cc.cpp
Jeremy's
libs/iterator/test/lvalue_concept_fail_expected.cpp
Jeremy's
libs/python/pyste/tests/abstract_test.h libs/python/pyste/tests/add_test.h libs/python/pyste/tests/basic.cpp libs/python/pyste/tests/basic.h libs/python/pyste/tests/code_test.h libs/python/pyste/tests/enums.h libs/python/pyste/tests/header_test.h libs/python/pyste/tests/inherit.cpp libs/python/pyste/tests/inherit.h libs/python/pyste/tests/inherit2.h libs/python/pyste/tests/inherit3.h libs/python/pyste/tests/inherit4.h libs/python/pyste/tests/nested.cpp libs/python/pyste/tests/nested.h libs/python/pyste/tests/opaque.h libs/python/pyste/tests/operators.cpp libs/python/pyste/tests/operators.h libs/python/pyste/tests/smart_ptr.h libs/python/pyste/tests/templates.h libs/python/pyste/tests/vars.cpp libs/python/pyste/tests/vars.h libs/python/pyste/tests/virtual.cpp libs/python/pyste/tests/virtual.h libs/python/pyste/tests/virtual2.h libs/python/pyste/tests/wrappertest.h libs/python/pyste/tests/wrappertest_wrappers.h
These are all Bruno's. Bruno, please copyright/license these. Would you care to add yourself to more/blanket-permissions.txt? -- Dave Abrahams Boost Consulting http://www.boost-consulting.com
participants (4)
-
David Abrahams
-
Douglas Gregor
-
John Maddock
-
Thomas Witt