Skip to content

Commit 6cb594f

Browse files
committed
Update Licence headers for 2014
Add NOTICE file
1 parent 5cde68a commit 6cb594f

File tree

159 files changed

+695
-682
lines changed

Some content is hidden

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

159 files changed

+695
-682
lines changed

NOTICE

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
pygccxml
2+
Copyright Insight Software Consortium
3+
4+
This software is distributed under the Boost Software License - Version 1.0.
5+
6+
See LICENSE file for details.
7+
8+
-----------------------------------------------------------------------
9+
10+
Historical Note:
11+
12+
pygccxml was initially developed by Roman Yakovenko.
13+
It is maintained by the Insight Software Consortium since 2014.

docs/example/example.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1+
// Copyright 2014 Insight Software Consortium.
12
// Copyright 2004-2009 Roman Yakovenko.
2-
// Distributed under the Boost Software License, Version 1.0. (See
3-
// accompanying file LICENSE_1_0.txt or copy at
4-
// http://www.boost.org/LICENSE_1_0.txt)
3+
// Distributed under the Boost Software License, Version 1.0.
4+
// See http://www.boost.org/LICENSE_1_0.txt
55

66
#ifndef example_hpp_12_10_2006
77
#define example_hpp_12_10_2006

docs/example/example.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1+
# Copyright 2014 Insight Software Consortium.
12
# Copyright 2004-2008 Roman Yakovenko.
2-
# Distributed under the Boost Software License, Version 1.0. (See
3-
# accompanying file LICENSE_1_0.txt or copy at
4-
# http://www.boost.org/LICENSE_1_0.txt)
3+
# Distributed under the Boost Software License, Version 1.0.
4+
# See http://www.boost.org/LICENSE_1_0.txt
55

66
import os
77
import sys

gccxml-0.9-upgrade/const_variables.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1+
// Copyright 2014 Insight Software Consortium.
12
// Copyright 2004-2007 Roman Yakovenko.
2-
// Distributed under the Boost Software License, Version 1.0. (See
3-
// accompanying file LICENSE_1_0.txt or copy at
4-
// http://www.boost.org/LICENSE_1_0.txt)
3+
// Distributed under the Boost Software License, Version 1.0.
4+
// See http://www.boost.org/LICENSE_1_0.txt
55

6-
const long unsigned int initialized = 10122004;
6+
const long unsigned int initialized = 10122004;

gccxml-0.9-upgrade/default_args.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1+
// Copyright 2014 Insight Software Consortium.
12
// Copyright 2004-2007 Roman Yakovenko.
2-
// Distributed under the Boost Software License, Version 1.0. (See
3-
// accompanying file LICENSE_1_0.txt or copy at
4-
// http://www.boost.org/LICENSE_1_0.txt)
3+
// Distributed under the Boost Software License, Version 1.0.
4+
// See http://www.boost.org/LICENSE_1_0.txt
55

66
#include <string>
77
#include <vector>
@@ -23,7 +23,7 @@ struct original_name{
2323
typedef original_name alias;
2424

2525
}
26-
26+
2727
void typedef__func( const typedef_::alias& position = typedef_::alias() );
2828

2929
using namespace typedef_;
@@ -32,7 +32,7 @@ void typedef__func2( const typedef_::alias& position = alias() );
3232
namespace osg{
3333
struct node{};
3434
node* clone_tree( const std::vector<std::string> &types=std::vector<std::string>() );
35-
35+
3636
}
3737

3838
/*struct default_arg_t{};*/

gccxml-0.9-upgrade/demangled.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1+
// Copyright 2014 Insight Software Consortium.
12
// Copyright 2004-2007 Roman Yakovenko.
2-
// Distributed under the Boost Software License, Version 1.0. (See
3-
// accompanying file LICENSE_1_0.txt or copy at
4-
// http://www.boost.org/LICENSE_1_0.txt)
3+
// Distributed under the Boost Software License, Version 1.0.
4+
// See http://www.boost.org/LICENSE_1_0.txt
55

66
template< unsigned long i1>
77
struct item_t{

gccxml-0.9-upgrade/offset.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1+
// Copyright 2014 Insight Software Consortium.
12
// Copyright 2004-2007 Roman Yakovenko.
2-
// Distributed under the Boost Software License, Version 1.0. (See
3-
// accompanying file LICENSE_1_0.txt or copy at
4-
// http://www.boost.org/LICENSE_1_0.txt)
3+
// Distributed under the Boost Software License, Version 1.0.
4+
// See http://www.boost.org/LICENSE_1_0.txt
55

66
struct xyz_t{
77
int do_smth( double );

gccxml-0.9-upgrade/union_and_struct.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1+
// Copyright 2014 Insight Software Consortium.
12
// Copyright 2004-2007 Roman Yakovenko.
2-
// Distributed under the Boost Software License, Version 1.0. (See
3-
// accompanying file LICENSE_1_0.txt or copy at
4-
// http://www.boost.org/LICENSE_1_0.txt)
3+
// Distributed under the Boost Software License, Version 1.0.
4+
// See http://www.boost.org/LICENSE_1_0.txt
55

66
struct position{
77
union {

pygccxml/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1+
# Copyright 2014 Insight Software Consortium.
12
# Copyright 2004-2008 Roman Yakovenko.
2-
# Distributed under the Boost Software License, Version 1.0. (See
3-
# accompanying file LICENSE_1_0.txt or copy at
4-
# http://www.boost.org/LICENSE_1_0.txt)
3+
# Distributed under the Boost Software License, Version 1.0.
4+
# See http://www.boost.org/LICENSE_1_0.txt
55

66
"""Python GCC-XML front end.
77

pygccxml/binary_parsers/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1+
# Copyright 2014 Insight Software Consortium.
12
# Copyright 2004-2008 Roman Yakovenko.
2-
# Distributed under the Boost Software License, Version 1.0. (See
3-
# accompanying file LICENSE_1_0.txt or copy at
4-
# http://www.boost.org/LICENSE_1_0.txt)
3+
# Distributed under the Boost Software License, Version 1.0.
4+
# See http://www.boost.org/LICENSE_1_0.txt
55

66
"""
77
contains classes that allows to extract different information from binary files

0 commit comments

Comments
 (0)