Skip to content

Commit a42a684

Browse files
author
roman_yakovenko
committed
update copyright
1 parent 4de1f6d commit a42a684

File tree

139 files changed

+142
-141
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

139 files changed

+142
-141
lines changed

README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ In order for this to work you need epydoc (http://epydoc.sourceforge.net).
3333

3434

3535
--------------------------------------------------------------------------
36-
Copyright 2004 Roman Yakovenko.
36+
Copyright 2004-2008 Roman Yakovenko.
3737
Distributed under the Boost Software License, Version 1.0. (See
3838
accompanying file LICENSE_1_0.txt or copy at
3939
http://www.boost.org/LICENSE_1_0.txt)

docs/example/example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2004 Roman Yakovenko.
1+
# Copyright 2004-2008 Roman Yakovenko.
22
# Distributed under the Boost Software License, Version 1.0. (See
33
# accompanying file LICENSE_1_0.txt or copy at
44
# http://www.boost.org/LICENSE_1_0.txt)

docs/users.rest

Lines changed: 1 addition & 1 deletion

pygccxml/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2004 Roman Yakovenko.
1+
# Copyright 2004-2008 Roman Yakovenko.
22
# Distributed under the Boost Software License, Version 1.0. (See
33
# accompanying file LICENSE_1_0.txt or copy at
44
# http://www.boost.org/LICENSE_1_0.txt)
@@ -37,6 +37,6 @@
3737
# 1. Write documentation for filtering functionality.
3838
# 2. Add "explicit" property for constructors
3939

40-
__version__ = '0.9.5'
40+
__version__ = '1.0.0'
4141

4242
__revision__ = 1080

pygccxml/declarations/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2004 Roman Yakovenko.
1+
# Copyright 2004-2008 Roman Yakovenko.
22
# Distributed under the Boost Software License, Version 1.0. (See
33
# accompanying file LICENSE_1_0.txt or copy at
44
# http://www.boost.org/LICENSE_1_0.txt)

pygccxml/declarations/algorithm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2004 Roman Yakovenko.
1+
# Copyright 2004-2008 Roman Yakovenko.
22
# Distributed under the Boost Software License, Version 1.0. (See
33
# accompanying file LICENSE_1_0.txt or copy at
44
# http://www.boost.org/LICENSE_1_0.txt)

pygccxml/declarations/algorithms_cache.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2004 Roman Yakovenko.
1+
# Copyright 2004-2008 Roman Yakovenko.
22
# Distributed under the Boost Software License, Version 1.0. (See
33
# accompanying file LICENSE_1_0.txt or copy at
44
# http://www.boost.org/LICENSE_1_0.txt)

pygccxml/declarations/call_invocation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2004 Roman Yakovenko.
1+
# Copyright 2004-2008 Roman Yakovenko.
22
# Distributed under the Boost Software License, Version 1.0. (See
33
# accompanying file LICENSE_1_0.txt or copy at
44
# http://www.boost.org/LICENSE_1_0.txt)

pygccxml/declarations/calldef.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2004 Roman Yakovenko.
1+
# Copyright 2004-2008 Roman Yakovenko.
22
# Distributed under the Boost Software License, Version 1.0. (See
33
# accompanying file LICENSE_1_0.txt or copy at
44
# http://www.boost.org/LICENSE_1_0.txt)

pygccxml/declarations/class_declaration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2004 Roman Yakovenko.
1+
# Copyright 2004-2008 Roman Yakovenko.
22
# Distributed under the Boost Software License, Version 1.0. (See
33
# accompanying file LICENSE_1_0.txt or copy at
44
# http://www.boost.org/LICENSE_1_0.txt)

pygccxml/declarations/compilers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2004 Roman Yakovenko.
1+
# Copyright 2004-2008 Roman Yakovenko.
22
# Distributed under the Boost Software License, Version 1.0. (See
33
# accompanying file LICENSE_1_0.txt or copy at
44
# http://www.boost.org/LICENSE_1_0.txt)

pygccxml/declarations/container_traits.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2004 Roman Yakovenko.
1+
# Copyright 2004-2008 Roman Yakovenko.
22
# Distributed under the Boost Software License, Version 1.0. (See
33
# accompanying file LICENSE_1_0.txt or copy at
44
# http://www.boost.org/LICENSE_1_0.txt)

pygccxml/declarations/cpptypes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2004 Roman Yakovenko.
1+
# Copyright 2004-2008 Roman Yakovenko.
22
# Distributed under the Boost Software License, Version 1.0. (See
33
# accompanying file LICENSE_1_0.txt or copy at
44
# http://www.boost.org/LICENSE_1_0.txt)

pygccxml/declarations/decl_factory.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2004 Roman Yakovenko.
1+
# Copyright 2004-2008 Roman Yakovenko.
22
# Distributed under the Boost Software License, Version 1.0. (See
33
# accompanying file LICENSE_1_0.txt or copy at
44
# http://www.boost.org/LICENSE_1_0.txt)

pygccxml/declarations/decl_printer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2004 Roman Yakovenko, 2006 Allen Bierbaum, Matthias Baas
1+
# Copyright 2004-2008 Roman Yakovenko, 2006 Allen Bierbaum, Matthias Baas
22
# Distributed under the Boost Software License, Version 1.0. (See
33
# accompanying file LICENSE_1_0.txt or copy at
44
# http://www.boost.org/LICENSE_1_0.txt)

pygccxml/declarations/decl_visitor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2004 Roman Yakovenko.
1+
# Copyright 2004-2008 Roman Yakovenko.
22
# Distributed under the Boost Software License, Version 1.0. (See
33
# accompanying file LICENSE_1_0.txt or copy at
44
# http://www.boost.org/LICENSE_1_0.txt)

pygccxml/declarations/declaration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2004 Roman Yakovenko.
1+
# Copyright 2004-2008 Roman Yakovenko.
22
# Distributed under the Boost Software License, Version 1.0. (See
33
# accompanying file LICENSE_1_0.txt or copy at
44
# http://www.boost.org/LICENSE_1_0.txt)

pygccxml/declarations/dependencies.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2004 Roman Yakovenko.
1+
# Copyright 2004-2008 Roman Yakovenko.
22
# Distributed under the Boost Software License, Version 1.0. (See
33
# accompanying file LICENSE_1_0.txt or copy at
44
# http://www.boost.org/LICENSE_1_0.txt)

pygccxml/declarations/enumeration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2004 Roman Yakovenko.
1+
# Copyright 2004-2008 Roman Yakovenko.
22
# Distributed under the Boost Software License, Version 1.0. (See
33
# accompanying file LICENSE_1_0.txt or copy at
44
# http://www.boost.org/LICENSE_1_0.txt)

pygccxml/declarations/filtering.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2004 Roman Yakovenko.
1+
# Copyright 2004-2008 Roman Yakovenko.
22
# Distributed under the Boost Software License, Version 1.0. (See
33
# accompanying file LICENSE_1_0.txt or copy at
44
# http://www.boost.org/LICENSE_1_0.txt)

pygccxml/declarations/function_traits.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2004 Roman Yakovenko.
1+
# Copyright 2004-2008 Roman Yakovenko.
22
# Distributed under the Boost Software License, Version 1.0. (See
33
# accompanying file LICENSE_1_0.txt or copy at
44
# http://www.boost.org/LICENSE_1_0.txt)

pygccxml/declarations/matcher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2004 Roman Yakovenko.
1+
# Copyright 2004-2008 Roman Yakovenko.
22
# Distributed under the Boost Software License, Version 1.0. (See
33
# accompanying file LICENSE_1_0.txt or copy at
44
# http://www.boost.org/LICENSE_1_0.txt)

pygccxml/declarations/matchers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2004 Roman Yakovenko.
1+
# Copyright 2004-2008 Roman Yakovenko.
22
# Distributed under the Boost Software License, Version 1.0. (See
33
# accompanying file LICENSE_1_0.txt or copy at
44
# http://www.boost.org/LICENSE_1_0.txt)

pygccxml/declarations/mdecl_wrapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2004 Roman Yakovenko.
1+
# Copyright 2004-2008 Roman Yakovenko.
22
# Distributed under the Boost Software License, Version 1.0. (See
33
# accompanying file LICENSE_1_0.txt or copy at
44
# http://www.boost.org/LICENSE_1_0.txt)

pygccxml/declarations/namespace.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2004 Roman Yakovenko.
1+
# Copyright 2004-2008 Roman Yakovenko.
22
# Distributed under the Boost Software License, Version 1.0. (See
33
# accompanying file LICENSE_1_0.txt or copy at
44
# http://www.boost.org/LICENSE_1_0.txt)

pygccxml/declarations/pattern_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2004 Roman Yakovenko.
1+
# Copyright 2004-2008 Roman Yakovenko.
22
# Distributed under the Boost Software License, Version 1.0. (See
33
# accompanying file LICENSE_1_0.txt or copy at
44
# http://www.boost.org/LICENSE_1_0.txt)

pygccxml/declarations/scopedef.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2004 Roman Yakovenko.
1+
# Copyright 2004-2008 Roman Yakovenko.
22
# Distributed under the Boost Software License, Version 1.0. (See
33
# accompanying file LICENSE_1_0.txt or copy at
44
# http://www.boost.org/LICENSE_1_0.txt)

pygccxml/declarations/templates.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2004 Roman Yakovenko.
1+
# Copyright 2004-2008 Roman Yakovenko.
22
# Distributed under the Boost Software License, Version 1.0. (See
33
# accompanying file LICENSE_1_0.txt or copy at
44
# http://www.boost.org/LICENSE_1_0.txt)

pygccxml/declarations/type_traits.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2004 Roman Yakovenko.
1+
# Copyright 2004-2008 Roman Yakovenko.
22
# Distributed under the Boost Software License, Version 1.0. (See
33
# accompanying file LICENSE_1_0.txt or copy at
44
# http://www.boost.org/LICENSE_1_0.txt)

pygccxml/declarations/type_visitor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2004 Roman Yakovenko.
1+
# Copyright 2004-2008 Roman Yakovenko.
22
# Distributed under the Boost Software License, Version 1.0. (See
33
# accompanying file LICENSE_1_0.txt or copy at
44
# http://www.boost.org/LICENSE_1_0.txt)

pygccxml/declarations/typedef.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2004 Roman Yakovenko.
1+
# Copyright 2004-2008 Roman Yakovenko.
22
# Distributed under the Boost Software License, Version 1.0. (See
33
# accompanying file LICENSE_1_0.txt or copy at
44
# http://www.boost.org/LICENSE_1_0.txt)

pygccxml/declarations/variable.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2004 Roman Yakovenko.
1+
# Copyright 2004-2008 Roman Yakovenko.
22
# Distributed under the Boost Software License, Version 1.0. (See
33
# accompanying file LICENSE_1_0.txt or copy at
44
# http://www.boost.org/LICENSE_1_0.txt)

pygccxml/parser/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2004 Roman Yakovenko.
1+
# Copyright 2004-2008 Roman Yakovenko.
22
# Distributed under the Boost Software License, Version 1.0. (See
33
# accompanying file LICENSE_1_0.txt or copy at
44
# http://www.boost.org/LICENSE_1_0.txt)

pygccxml/parser/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2004 Roman Yakovenko.
1+
# Copyright 2004-2008 Roman Yakovenko.
22
# Distributed under the Boost Software License, Version 1.0. (See
33
# accompanying file LICENSE_1_0.txt or copy at
44
# http://www.boost.org/LICENSE_1_0.txt)

pygccxml/parser/declarations_cache.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#! /usr/bin/python
2-
# Copyright 2004 Roman Yakovenko.
2+
# Copyright 2004-2008 Roman Yakovenko.
33
# Distributed under the Boost Software License, Version 1.0. (See
44
# accompanying file LICENSE_1_0.txt or copy at
55
# http://www.boost.org/LICENSE_1_0.txt)

pygccxml/parser/directory_cache.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2004 Roman Yakovenko.
1+
# Copyright 2004-2008 Roman Yakovenko.
22
# Distributed under the Boost Software License, Version 1.0. (See
33
# accompanying file LICENSE_1_0.txt or copy at
44
# http://www.boost.org/LICENSE_1_0.txt)

pygccxml/parser/etree_scanner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2004 Roman Yakovenko.
1+
# Copyright 2004-2008 Roman Yakovenko.
22
# Distributed under the Boost Software License, Version 1.0. (See
33
# accompanying file LICENSE_1_0.txt or copy at
44
# http://www.boost.org/LICENSE_1_0.txt)

pygccxml/parser/linker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2004 Roman Yakovenko.
1+
# Copyright 2004-2008 Roman Yakovenko.
22
# Distributed under the Boost Software License, Version 1.0. (See
33
# accompanying file LICENSE_1_0.txt or copy at
44
# http://www.boost.org/LICENSE_1_0.txt)

pygccxml/parser/patcher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2004 Roman Yakovenko.
1+
# Copyright 2004-2008 Roman Yakovenko.
22
# Distributed under the Boost Software License, Version 1.0. (See
33
# accompanying file LICENSE_1_0.txt or copy at
44
# http://www.boost.org/LICENSE_1_0.txt)

pygccxml/parser/project_reader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2004 Roman Yakovenko.
1+
# Copyright 2004-2008 Roman Yakovenko.
22
# Distributed under the Boost Software License, Version 1.0. (See
33
# accompanying file LICENSE_1_0.txt or copy at
44
# http://www.boost.org/LICENSE_1_0.txt)

pygccxml/parser/scanner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2004 Roman Yakovenko.
1+
# Copyright 2004-2008 Roman Yakovenko.
22
# Distributed under the Boost Software License, Version 1.0. (See
33
# accompanying file LICENSE_1_0.txt or copy at
44
# http://www.boost.org/LICENSE_1_0.txt)

pygccxml/parser/source_reader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2004 Roman Yakovenko.
1+
# Copyright 2004-2008 Roman Yakovenko.
22
# Distributed under the Boost Software License, Version 1.0. (See
33
# accompanying file LICENSE_1_0.txt or copy at
44
# http://www.boost.org/LICENSE_1_0.txt)

pygccxml/utils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2004 Roman Yakovenko.
1+
# Copyright 2004-2008 Roman Yakovenko.
22
# Distributed under the Boost Software License, Version 1.0. (See
33
# accompanying file LICENSE_1_0.txt or copy at
44
# http://www.boost.org/LICENSE_1_0.txt)

pygccxml/utils/fs_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2004 Roman Yakovenko.
1+
# Copyright 2004-2008 Roman Yakovenko.
22
# Distributed under the Boost Software License, Version 1.0. (See
33
# accompanying file LICENSE_1_0.txt or copy at
44
# http://www.boost.org/LICENSE_1_0.txt)

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python
2-
# Copyright 2004 Roman Yakovenko.
2+
# Copyright 2004-2008 Roman Yakovenko.
33
# Distributed under the Boost Software License, Version 1.0. (See
44
# accompanying file LICENSE_1_0.txt or copy at
55
# http://www.boost.org/LICENSE_1_0.txt)
@@ -52,7 +52,7 @@ def run(self):
5252

5353

5454
setup( name = "pygccxml",
55-
version = "0.9.5",
55+
version = "1.0.0",
5656
description = "GCC-XML generated file reader",
5757
author = "Roman Yakovenko",
5858
author_email = "roman.yakovenko@gmail.com",

unittests/algorithms_cache_tester.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2004 Roman Yakovenko.
1+
# Copyright 2004-2008 Roman Yakovenko.
22
# Distributed under the Boost Software License, Version 1.0. (See
33
# accompanying file LICENSE_1_0.txt or copy at
44
# http://www.boost.org/LICENSE_1_0.txt)

unittests/attributes_tester.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2004 Roman Yakovenko.
1+
# Copyright 2004-2008 Roman Yakovenko.
22
# Distributed under the Boost Software License, Version 1.0. (See
33
# accompanying file LICENSE_1_0.txt or copy at
44
# http://www.boost.org/LICENSE_1_0.txt)

unittests/autoconfig.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2004 Roman Yakovenko.
1+
# Copyright 2004-2008 Roman Yakovenko.
22
# Distributed under the Boost Software License, Version 1.0. (See
33
# accompanying file LICENSE_1_0.txt or copy at
44
# http://www.boost.org/LICENSE_1_0.txt)

unittests/better_templates_matcher_tester.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2004 Roman Yakovenko.
1+
# Copyright 2004-2008 Roman Yakovenko.
22
# Distributed under the Boost Software License, Version 1.0. (See
33
# accompanying file LICENSE_1_0.txt or copy at
44
# http://www.boost.org/LICENSE_1_0.txt)

unittests/bit_fields_tester.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2004 Roman Yakovenko.
1+
# Copyright 2004-2008 Roman Yakovenko.
22
# Distributed under the Boost Software License, Version 1.0. (See
33
# accompanying file LICENSE_1_0.txt or copy at
44
# http://www.boost.org/LICENSE_1_0.txt)

unittests/cache_enums_tester.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2004 Roman Yakovenko.
1+
# Copyright 2004-2008 Roman Yakovenko.
22
# Distributed under the Boost Software License, Version 1.0. (See
33
# accompanying file LICENSE_1_0.txt or copy at
44
# http://www.boost.org/LICENSE_1_0.txt)

unittests/cached_source_file_tester.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2004 Roman Yakovenko.
1+
# Copyright 2004-2008 Roman Yakovenko.
22
# Distributed under the Boost Software License, Version 1.0. (See
33
# accompanying file LICENSE_1_0.txt or copy at
44
# http://www.boost.org/LICENSE_1_0.txt)

unittests/call_invocation_tester.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#! /usr/bin/python
2-
# Copyright 2004 Roman Yakovenko.
2+
# Copyright 2004-2008 Roman Yakovenko.
33
# Distributed under the Boost Software License, Version 1.0. (See
44
# accompanying file LICENSE_1_0.txt or copy at
55
# http://www.boost.org/LICENSE_1_0.txt)

unittests/calldef_matcher_tester.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2004 Roman Yakovenko.
1+
# Copyright 2004-2008 Roman Yakovenko.
22
# Distributed under the Boost Software License, Version 1.0. (See
33
# accompanying file LICENSE_1_0.txt or copy at
44
# http://www.boost.org/LICENSE_1_0.txt)

unittests/complex_types_tester.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2004 Roman Yakovenko.
1+
# Copyright 2004-2008 Roman Yakovenko.
22
# Distributed under the Boost Software License, Version 1.0. (See
33
# accompanying file LICENSE_1_0.txt or copy at
44
# http://www.boost.org/LICENSE_1_0.txt)

unittests/copy_constructor_tester.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2004 Roman Yakovenko.
1+
# Copyright 2004-2008 Roman Yakovenko.
22
# Distributed under the Boost Software License, Version 1.0. (See
33
# accompanying file LICENSE_1_0.txt or copy at
44
# http://www.boost.org/LICENSE_1_0.txt)

unittests/core_tester.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2004 Roman Yakovenko.
1+
# Copyright 2004-2008 Roman Yakovenko.
22
# Distributed under the Boost Software License, Version 1.0. (See
33
# accompanying file LICENSE_1_0.txt or copy at
44
# http://www.boost.org/LICENSE_1_0.txt)

unittests/data/abstract_classes.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2004 Roman Yakovenko.
1+
// Copyright 2004-2008 Roman Yakovenko.
22
// Distributed under the Boost Software License, Version 1.0. (See
33
// accompanying file LICENSE_1_0.txt or copy at
44
// http://www.boost.org/LICENSE_1_0.txt)

unittests/data/attributes.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2004 Roman Yakovenko.
1+
// Copyright 2004-2008 Roman Yakovenko.
22
// Distributed under the Boost Software License, Version 1.0. (See
33
// accompanying file LICENSE_1_0.txt or copy at
44
// http://www.boost.org/LICENSE_1_0.txt)

unittests/data/better_templates_matcher_tester.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2004 Roman Yakovenko.
1+
// Copyright 2004-2008 Roman Yakovenko.
22
// Distributed under the Boost Software License, Version 1.0. (See
33
// accompanying file LICENSE_1_0.txt or copy at
44
// http://www.boost.org/LICENSE_1_0.txt)

unittests/data/bit_fields.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2004 Roman Yakovenko.
1+
// Copyright 2004-2008 Roman Yakovenko.
22
// Distributed under the Boost Software License, Version 1.0. (See
33
// accompanying file LICENSE_1_0.txt or copy at
44
// http://www.boost.org/LICENSE_1_0.txt)

unittests/data/complex_types.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2004 Roman Yakovenko.
1+
// Copyright 2004-2008 Roman Yakovenko.
22
// Distributed under the Boost Software License, Version 1.0. (See
33
// accompanying file LICENSE_1_0.txt or copy at
44
// http://www.boost.org/LICENSE_1_0.txt)

0 commit comments

Comments
 (0)