Skip to content

Commit 8c0ffb1

Browse files
committed
Updated copyright
1 parent c19dae6 commit 8c0ffb1

21 files changed

+48
-33
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) 2016, Johan Mabille and Sylvain Corlay #
2+
# Copyright (c) Wolf Vollprecht, 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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
Copyright (c) 2016, Johan Mabille and Sylvain Corlay
1+
Copyright (c) Wolf Vollprecht, Johan Mabille and Sylvain Corlay
2+
Copyright (c) QuantStack
23
All rights reserved.
34

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

include/xtensor-python/pyarray.hpp

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

include/xtensor-python/pycontainer.hpp

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

include/xtensor-python/pystrides_adaptor.hpp

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

include/xtensor-python/pytensor.hpp

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

include/xtensor-python/pyvectorize.hpp

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

include/xtensor-python/xtensor_python_config.hpp

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

include/xtensor-python/xtensor_type_caster_base.hpp

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
1-
/*
2-
xtensor-python/xtensor_type_caster.hpp: Transparent conversion for xtensor and xarray
3-
4-
This code is based on the following code written by Wenzel Jakob
5-
6-
pybind11/eigen.h: Transparent conversion for dense and sparse Eigen matrices
7-
8-
Copyright (c) 2016 Wenzel Jakob <wenzel.jakob@epfl.ch>
9-
10-
All rights reserved. Use of this source code is governed by a
11-
BSD-style license that can be found in the LICENSE file.
12-
*/
13-
1+
/***************************************************************************
2+
* Copyright (c) Wolf Vollprecht, Johan Mabille and Sylvain Corlay *
3+
* Copyright (c) QuantStack *
4+
* *
5+
* Distributed under the terms of the BSD 3-Clause License. *
6+
* *
7+
* The full license is in the file LICENSE, distributed with this software. *
8+
****************************************************************************/
149

1510
#ifndef XTENSOR_TYPE_CASTER_HPP
1611
#define XTENSOR_TYPE_CASTER_HPP

test/CMakeLists.txt

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

test/copyGTest.cmake.in

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

test/downloadGTest.cmake.in

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

test/main.cpp

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

test/test_common.hpp

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

test/test_pyarray.cpp

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

test/test_pytensor.cpp

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

test/test_pyvectorize.cpp

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

test_python/main.cpp

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

test_python/setup.py

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

test_python/test_pyarray.py

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

xtensor-pythonConfig.cmake.in

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

0 commit comments

Comments
 (0)