Skip to content

Commit 231540e

Browse files
authored
Merge pull request #234 from JohanMabille/copyright
Updated copyright
2 parents b674963 + f72f2cd commit 231540e

File tree

78 files changed

+212
-78
lines changed

Some content is hidden

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

78 files changed

+212
-78
lines changed

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
############################################################################
2-
# Copyright (c) 2017, Johan Mabille and Sylvain Corlay #
2+
# Copyright (c) Johan Mabille and Sylvain Corlay #
3+
# Copyright (c) QuantStack #
34
# #
45
# Distributed under the terms of the BSD 3-Clause License. #
56
# #

LICENSE

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
BSD 3-Clause License
22

3-
Copyright (c) 2017,
3+
Copyright (c) 2017, Johan Mabille, Sylvain Corlay, Wolf Vollprecht and
4+
Martin Renou
5+
Copyright (c) 2017, QuantStack
46
All rights reserved.
57

68
Redistribution and use in source and binary forms, with or without

include/xframe/xaxis.hpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
/***************************************************************************
2-
* Copyright (c) 2017, Johan Mabille, Sylvain Corlay and Wolf Vollprecht *
2+
* Copyright (c) Johan Mabille, Sylvain Corlay, Wolf Vollprecht and *
3+
* Martin Renou *
4+
* Copyright (c) QuantStack *
35
* *
46
* Distributed under the terms of the BSD 3-Clause License. *
57
* *

include/xframe/xaxis_base.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/***************************************************************************
2-
* Copyright (c) 2017, Johan Mabille, Sylvain Corlay, Wolf Vollprecht and *
2+
* Copyright (c) Johan Mabille, Sylvain Corlay, Wolf Vollprecht and *
33
* Martin Renou *
4+
* Copyright (c) QuantStack *
45
* *
56
* Distributed under the terms of the BSD 3-Clause License. *
67
* *

include/xframe/xaxis_default.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/***************************************************************************
2-
* Copyright (c) 2017, Johan Mabille, Sylvain Corlay, Wolf Vollprecht and *
2+
* Copyright (c) Johan Mabille, Sylvain Corlay, Wolf Vollprecht and *
33
* Martin Renou *
4+
* Copyright (c) QuantStack *
45
* *
56
* Distributed under the terms of the BSD 3-Clause License. *
67
* *

include/xframe/xaxis_expression_leaf.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/***************************************************************************
2-
* Copyright (c) 2017, Johan Mabille, Sylvain Corlay, Wolf Vollprecht and *
2+
* Copyright (c) Johan Mabille, Sylvain Corlay, Wolf Vollprecht and *
33
* Martin Renou *
4+
* Copyright (c) QuantStack *
45
* *
56
* Distributed under the terms of the BSD 3-Clause License. *
67
* *

include/xframe/xaxis_function.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/***************************************************************************
2-
* Copyright (c) 2017, Johan Mabille, Sylvain Corlay, Wolf Vollprecht and *
2+
* Copyright (c) Johan Mabille, Sylvain Corlay, Wolf Vollprecht and *
33
* Martin Renou *
4+
* Copyright (c) QuantStack *
45
* *
56
* Distributed under the terms of the BSD 3-Clause License. *
67
* *

include/xframe/xaxis_index_slice.hpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
/***************************************************************************
2-
* Copyright (c) 2017, Johan Mabille, Sylvain Corlay and Wolf Vollprecht *
2+
* Copyright (c) Johan Mabille, Sylvain Corlay, Wolf Vollprecht and *
3+
* Martin Renou *
4+
* Copyright (c) QuantStack *
35
* *
46
* Distributed under the terms of the BSD 3-Clause License. *
57
* *

include/xframe/xaxis_label_slice.hpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
/***************************************************************************
2-
* Copyright (c) 2017, Johan Mabille, Sylvain Corlay and Wolf Vollprecht *
2+
* Copyright (c) Johan Mabille, Sylvain Corlay, Wolf Vollprecht and *
3+
* Martin Renou *
4+
* Copyright (c) QuantStack *
35
* *
46
* Distributed under the terms of the BSD 3-Clause License. *
57
* *

include/xframe/xaxis_math.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/***************************************************************************
2-
* Copyright (c) 2017, Johan Mabille, Sylvain Corlay, Wolf Vollprecht and *
2+
* Copyright (c) Johan Mabille, Sylvain Corlay, Wolf Vollprecht and *
33
* Martin Renou *
4+
* Copyright (c) QuantStack *
45
* *
56
* Distributed under the terms of the BSD 3-Clause License. *
67
* *

0 commit comments

Comments
 (0)