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)

0 commit comments

Comments
 (0)