Skip to content

Commit 771ebf0

Browse files
authored
Change year (#81)
1 parent de72e85 commit 771ebf0

155 files changed

Lines changed: 185 additions & 185 deletions

File tree

Some content is hidden

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

.CI/travis/build_linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# Copyright (c) 2018 Shapelets.io
2+
# Copyright (c) 2019 Shapelets.io
33
#
44
# This Source Code Form is subject to the terms of the Mozilla Public
55
# License, v. 2.0. If a copy of the MPL was not distributed with this

.CI/travis/build_osx.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# Copyright (c) 2018 Shapelets.io
2+
# Copyright (c) 2019 Shapelets.io
33
#
44
# This Source Code Form is subject to the terms of the Mozilla Public
55
# License, v. 2.0. If a copy of the MPL was not distributed with this

.CI/travis/codecov.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# Copyright (c) 2018 Shapelets.io
2+
# Copyright (c) 2019 Shapelets.io
33
#
44
# This Source Code Form is subject to the terms of the Mozilla Public
55
# License, v. 2.0. If a copy of the MPL was not distributed with this

.CI/travis/install-arrayfire_linux.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# Copyright (c) 2018 Shapelets.io
2+
# Copyright (c) 2019 Shapelets.io
33
#
44
# This Source Code Form is subject to the terms of the Mozilla Public
55
# License, v. 2.0. If a copy of the MPL was not distributed with this
@@ -13,4 +13,4 @@ fi
1313

1414
# Installs arrayfire
1515
sudo mkdir -p /opt/arrayfire
16-
sudo bash arrayfire/ArrayFire-v3.6.2_Linux_x86_64.sh --prefix=/opt/arrayfire --skip-license
16+
sudo bash arrayfire/ArrayFire-v3.6.2_Linux_x86_64.sh --prefix=/opt/arrayfire --skip-license

.CI/travis/install-arrayfire_osx.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# Copyright (c) 2018 Shapelets.io
2+
# Copyright (c) 2019 Shapelets.io
33
#
44
# This Source Code Form is subject to the terms of the Mozilla Public
55
# License, v. 2.0. If a copy of the MPL was not distributed with this
@@ -18,4 +18,4 @@ sudo installer -pkg arrayfire/ArrayFire-v3.6.2_OSX_x86_64.pkg -target /
1818
sudo mv /opt/arrayfire/include/* /usr/local/include
1919
sudo mv /opt/arrayfire/lib/* /usr/local/lib
2020
sudo mv /opt/arrayfire/share/* /usr/local/share
21-
sudo rm -rf /opt/arrayfire
21+
sudo rm -rf /opt/arrayfire

.CI/travis/install-cmake_linux.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# Copyright (c) 2018 Shapelets.io
2+
# Copyright (c) 2019 Shapelets.io
33
#
44
# This Source Code Form is subject to the terms of the Mozilla Public
55
# License, v. 2.0. If a copy of the MPL was not distributed with this
@@ -12,4 +12,4 @@ if [ ! -e "${TRAVIS_BUILD_DIR}/cmake/cmake-3.13.2-Linux-x86_64.sh" ]; then
1212
fi
1313

1414
# Install cmake
15-
sudo bash cmakebin/cmake-3.13.2-Linux-x86_64.sh --prefix=./cmakebin/ --skip-license
15+
sudo bash cmakebin/cmake-3.13.2-Linux-x86_64.sh --prefix=./cmakebin/ --skip-license

.CI/travis/install_linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# Copyright (c) 2018 Shapelets.io
2+
# Copyright (c) 2019 Shapelets.io
33
#
44
# This Source Code Form is subject to the terms of the Mozilla Public
55
# License, v. 2.0. If a copy of the MPL was not distributed with this

.CI/travis/install_osx.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# Copyright (c) 2018 Shapelets.io
2+
# Copyright (c) 2019 Shapelets.io
33
#
44
# This Source Code Form is subject to the terms of the Mozilla Public
55
# License, v. 2.0. If a copy of the MPL was not distributed with this

.github/CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion

.vscode/c_cpp_properties.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,4 +129,4 @@
129129
}
130130
],
131131
"version": 4
132-
}
132+
}

0 commit comments

Comments
 (0)