Skip to content

Commit c971e53

Browse files
committed
Updated copyright
1 parent 344f36b commit c971e53

22 files changed

+53
-24
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ install:
112112
- conda config --set always_yes yes --set changeps1 no
113113
- conda update -q conda
114114
# Host dependencies
115-
- conda install r r-rcpp xtensor==0.20.8 -c conda-forge
115+
- conda install r-base r-rcpp xtensor==0.20.8 -c conda-forge
116116
# Build dependencies
117117
- conda install cmake -c conda-forge
118118
# Test dependencies
@@ -125,7 +125,7 @@ install:
125125
- cmake --build . --target install
126126
# Install R package
127127
- export TAR="/bin/tar"
128-
- R -e "library(devtools); install_github('QuantStack/Xtensor.R', configure.args = '--novendor')"
128+
- R -e "library(devtools); install_github('xtensor-stack/Xtensor.R', configure.args = '--novendor')"
129129

130130
script:
131131
# Run C++ tests

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

45
Redistribution and use in source and binary forms, with or without
@@ -24,4 +25,4 @@ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
2425
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
2526
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
2627
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
27-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

include/xtensor-r/rarray.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/***************************************************************************
2-
* Copyright (c) 2017, Wolf Vollprecht, 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-r/rcontainer.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/***************************************************************************
2-
* Copyright (c) 2016, Wolf Vollprecht, 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-r/rcpp_extensions.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/***************************************************************************
2-
* Copyright (c) 2017, Wolf Vollprecht, 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-r/roptional.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/***************************************************************************
2-
* Copyright (c) 2016, Wolf Vollprecht, 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-r/rtensor.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/***************************************************************************
2-
* Copyright (c) 2017, Wolf Vollprecht, 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-r/rvectorize.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/***************************************************************************
2-
* Copyright (c) 2016, Wolf Vollprecht, 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-r/xtensor_r_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, Wolf Vollprecht, 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/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, Wolf Vollprecht, 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/rcpp_tests.cpp

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
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+
****************************************************************************/
9+
110
// [[Rcpp::plugins(cpp14)]]
211
// [[Rcpp::depends(xtensor)]]
312

@@ -66,4 +75,4 @@ xt::rarray<double> reduce_1d()
6675
{
6776
xt::rarray<double> a = {1, 2, 3, 4};
6877
return xt::sum(a, 0);
69-
}
78+
}

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 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_rarray.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_roptional.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_rreducer.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_rtensor.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_rvectorize.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
* *

xtensor-rConfig.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, Wolf Vollprecht, 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)