Skip to content

Commit 1ede801

Browse files
authored
Added copyright (#594)
1 parent 60efbfc commit 1ede801

File tree

102 files changed

+653
-24
lines changed

Some content is hidden

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

102 files changed

+653
-24
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# Copyright (c) Johan Mabille, Sylvain Corlay, Wolf Vollprecht and #
33
# Martin Renou #
44
# Copyright (c) QuantStack #
5+
# Copyright (c) Serge Guelton #
56
# #
67
# Distributed under the terms of the BSD 3-Clause License. #
78
# #

benchmark/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# Copyright (c) Johan Mabille, Sylvain Corlay, Wolf Vollprecht and #
33
# Martin Renou #
44
# Copyright (c) QuantStack #
5+
# Copyright (c) Serge Guelton #
56
# #
67
# Distributed under the terms of the BSD 3-Clause License. #
78
# #

benchmark/main.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
* Copyright (c) Johan Mabille, Sylvain Corlay, Wolf Vollprecht and *
33
* Martin Renou *
44
* Copyright (c) QuantStack *
5+
* Copyright (c) Serge Guelton *
56
* *
67
* Distributed under the terms of the BSD 3-Clause License. *
78
* *

benchmark/xsimd_benchmark.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
* Copyright (c) Johan Mabille, Sylvain Corlay, Wolf Vollprecht and *
33
* Martin Renou *
44
* Copyright (c) QuantStack *
5+
* Copyright (c) Serge Guelton *
56
* *
67
* Distributed under the terms of the BSD 3-Clause License. *
78
* *

examples/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# Copyright (c) Johan Mabille, Sylvain Corlay, Wolf Vollprecht and #
33
# Martin Renou #
44
# Copyright (c) QuantStack #
5+
# Copyright (c) Serge Guelton #
56
# #
67
# Distributed under the terms of the BSD 3-Clause License. #
78
# #

examples/mandelbrot.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
* Copyright (c) Johan Mabille, Sylvain Corlay, Wolf Vollprecht and *
33
* Martin Renou *
44
* Copyright (c) QuantStack *
5+
* Copyright (c) Serge Guelton *
56
* *
67
* Distributed under the terms of the BSD 3-Clause License. *
78
* *

examples/pico_bench.hpp

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
/****************************************************************************
2-
* Copyright (c) Johan Mabille, Sylvain Corlay, Wolf Vollprecht and *
3-
* Martin Renou *
4-
* Copyright (c) QuantStack *
5-
* *
6-
* Distributed under the terms of the BSD 3-Clause License. *
7-
* *
8-
* The full license is in the file LICENSE, distributed with this software. *
9-
****************************************************************************/
1+
/***************************************************************************
2+
* Copyright (c) Johan Mabille, Sylvain Corlay, Wolf Vollprecht and *
3+
* Martin Renou *
4+
* Copyright (c) QuantStack *
5+
* Copyright (c) Serge Guelton *
6+
* *
7+
* Distributed under the terms of the BSD 3-Clause License. *
8+
* *
9+
* The full license is in the file LICENSE, distributed with this software. *
10+
****************************************************************************/
1011

1112
// This file is derived from tsimd (MIT License)
1213
// https://github.com/ospray/tsimd/blob/master/benchmarks/pico_bench.h

include/xsimd/arch/generic/xsimd_generic_arithmetic.hpp

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
/***************************************************************************
2+
* Copyright (c) Johan Mabille, Sylvain Corlay, Wolf Vollprecht and *
3+
* Martin Renou *
4+
* Copyright (c) QuantStack *
5+
* Copyright (c) Serge Guelton *
6+
* *
7+
* Distributed under the terms of the BSD 3-Clause License. *
8+
* *
9+
* The full license is in the file LICENSE, distributed with this software. *
10+
****************************************************************************/
11+
112
#ifndef XSIMD_GENERIC_ARITHMETIC_HPP
213
#define XSIMD_GENERIC_ARITHMETIC_HPP
314

include/xsimd/arch/generic/xsimd_generic_complex.hpp

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
/***************************************************************************
2+
* Copyright (c) Johan Mabille, Sylvain Corlay, Wolf Vollprecht and *
3+
* Martin Renou *
4+
* Copyright (c) QuantStack *
5+
* Copyright (c) Serge Guelton *
6+
* *
7+
* Distributed under the terms of the BSD 3-Clause License. *
8+
* *
9+
* The full license is in the file LICENSE, distributed with this software. *
10+
****************************************************************************/
11+
112
#ifndef XSIMD_GENERIC_COMPLEX_HPP
213
#define XSIMD_GENERIC_COMPLEX_HPP
314

include/xsimd/arch/generic/xsimd_generic_details.hpp

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
/***************************************************************************
2+
* Copyright (c) Johan Mabille, Sylvain Corlay, Wolf Vollprecht and *
3+
* Martin Renou *
4+
* Copyright (c) QuantStack *
5+
* Copyright (c) Serge Guelton *
6+
* *
7+
* Distributed under the terms of the BSD 3-Clause License. *
8+
* *
9+
* The full license is in the file LICENSE, distributed with this software. *
10+
****************************************************************************/
11+
112
#ifndef XSIMD_GENERIC_DETAILS_HPP
213
#define XSIMD_GENERIC_DETAILS_HPP
314

0 commit comments

Comments
 (0)