Skip to content

Commit c53a368

Browse files
FinsaasGHbertllll
andauthored
fix: replaced old copyright in scripts with masq copyright (#240)
* fix: replaced sub copyright with masq copyright * fix: updated copyright to single year instead of range --------- Co-authored-by: Bert <[email protected]>
1 parent 7699dc2 commit c53a368

21 files changed

+21
-21
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2017-2019, Substratum LLC (https://substratum.net) and/or its affiliates. All rights reserved.
1+
# Copyright (c) 2019, MASQ (https://masq.ai) and/or its affiliates. All rights reserved.
22
/target/
33
/results/
44
**/*.rs.bk

automap/ci/all.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash -xev
2-
# Copyright (c) 2019-2021, MASQ (https://masq.ai) and/or its affiliates. All rights reserved.
2+
# Copyright (c) 2019, MASQ (https://masq.ai) and/or its affiliates. All rights reserved.
33
CI_DIR="$( cd "$( dirname "$0" )" && pwd )"
44

55
#export RUSTC_WRAPPER="$HOME/.cargo/bin/sccache"

automap/ci/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash -xev
2-
# Copyright (c) 2019-2021, MASQ (https://masq.ai) and/or its affiliates. All rights reserved.
2+
# Copyright (c) 2019, MASQ (https://masq.ai) and/or its affiliates. All rights reserved.
33
CI_DIR="$( cd "$( dirname "$0" )" && pwd )"
44

55
pushd "$CI_DIR/.."

automap/ci/license.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash -e
2-
# Copyright (c) 2019-2021, MASQ (https://masq.ai) and/or its affiliates. All rights reserved.
2+
# Copyright (c) 2019, MASQ (https://masq.ai) and/or its affiliates. All rights reserved.
33
CI_DIR="$( cd "$( dirname "$0" )" && pwd )"
44

55
pushd "$CI_DIR/.."

automap/ci/lint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash -xev
2-
# Copyright (c) 2019-2021, MASQ (https://masq.ai) and/or its affiliates. All rights reserved.
2+
# Copyright (c) 2019, MASQ (https://masq.ai) and/or its affiliates. All rights reserved.
33
CI_DIR="$( cd "$( dirname "$0" )" && pwd )"
44

55
pushd "$CI_DIR/.."

automap/ci/unit_tests.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash -xev
2-
# Copyright (c) 2019-2021, MASQ (https://masq.ai) and/or its affiliates. All rights reserved.
2+
# Copyright (c) 2019, MASQ (https://masq.ai) and/or its affiliates. All rights reserved.
33
CI_DIR="$( cd "$( dirname "$0" )" && pwd )"
44

55
export RUST_BACKTRACE=full

ci/all.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash -xev
2-
# Copyright (c) 2017-2019, Substratum LLC (https://substratum.net) and/or its affiliates. All rights reserved.
2+
# Copyright (c) 2019, MASQ (https://masq.ai) and/or its affiliates. All rights reserved.
33
CI_DIR="$( cd "$( dirname "$0" )" && pwd )"
44
PARENT_DIR="$1"
55

ci/bashify_workspace.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash -xev
2-
# Copyright (c) 2017-2019, Substratum LLC (https://substratum.net) and/or its affiliates. All rights reserved.
2+
# Copyright (c) 2019, MASQ (https://masq.ai) and/or its affiliates. All rights reserved.
33

44
if [[ "$1" == "" ]]; then
55
WORKSPACE="$HOME"

ci/collect_results.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash -xev
2-
# Copyright (c) 2017-2019, Substratum LLC (https://substratum.net) and/or its affiliates. All rights reserved.
2+
# Copyright (c) 2019, MASQ (https://masq.ai) and/or its affiliates. All rights reserved.
33
CI_DIR="$( cd "$( dirname "$0" )" && pwd )"
44
function sudo_ask() {
55
case "$OSTYPE" in

ci/format.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash -xv
2-
# Copyright (c) 2017-2019, Substratum LLC (https://substratum.net) and/or its affiliates. All rights reserved.
2+
# Copyright (c) 2019, MASQ (https://masq.ai) and/or its affiliates. All rights reserved.
33
CI_DIR="$( cd "$( dirname "$0" )" && pwd )"
44

55
final_exit_code=0

ci/install_node_toolchain.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash -xev
2-
# Copyright (c) 2017-2019, Substratum LLC (https://substratum.net) and/or its affiliates. All rights reserved.
2+
# Copyright (c) 2019, MASQ (https://masq.ai) and/or its affiliates. All rights reserved.
33
CI_DIR="$( cd "$( dirname "$0" )" && pwd )"
44

55
function init_for_linux() {

ci/install_release_toolchain.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash -xev
2-
# Copyright (c) 2017-2019, Substratum LLC (https://substratum.net) and/or its affiliates. All rights reserved.
2+
# Copyright (c) 2019, MASQ (https://masq.ai) and/or its affiliates. All rights reserved.
33
CI_DIR="$( cd "$( dirname "$0" )" && pwd )"
44

55
if [[ "$1" == "" ]]; then

ci/install_ui_test_toolchain.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash -xev
2-
# Copyright (c) 2017-2019, Substratum LLC (https://substratum.net) and/or its affiliates. All rights reserved.
2+
# Copyright (c) 2019, MASQ (https://masq.ai) and/or its affiliates. All rights reserved.
33

44
function install_linux() {
55
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -

ci/multinode_integration_test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash -xev
2-
# Copyright (c) 2017-2019, Substratum LLC (https://substratum.net) and/or its affiliates. All rights reserved.
2+
# Copyright (c) 2019, MASQ (https://masq.ai) and/or its affiliates. All rights reserved.
33
CI_DIR="$( cd "$( dirname "$0" )" && pwd )"
44

55
if [[ "$JENKINS_VERSION" != "" ]]; then

ci/prepare_node_build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash -xev
2-
# Copyright (c) 2017-2019, Substratum LLC (https://substratum.net) and/or its affiliates. All rights reserved.
2+
# Copyright (c) 2019, MASQ (https://masq.ai) and/or its affiliates. All rights reserved.
33
CI_DIR="$( cd "$( dirname "$0" )" && pwd )"
44

55
"$CI_DIR/format.sh"

ci/prepare_node_ui_build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash -xev
2-
# Copyright (c) 2017-2019, Substratum LLC (https://substratum.net) and/or its affiliates. All rights reserved.
2+
# Copyright (c) 2019, MASQ (https://masq.ai) and/or its affiliates. All rights reserved.
33
CI_DIR="$( cd "$( dirname "$0" )" && pwd )"
44
#PARENT_DIR="$1"
55

ci/prepare_release.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash -ev
2-
# Copyright (c) 2017-2019, Substratum LLC (https://substratum.net) and/or its affiliates. All rights reserved.
2+
# Copyright (c) 2019, MASQ (https://masq.ai) and/or its affiliates. All rights reserved.
33

44
function check_variable() {
55
if [[ "$1" == "" ]]; then

ci/publish_results.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash -xev
2-
# Copyright (c) 2017-2019, Substratum LLC (https://substratum.net) and/or its affiliates. All rights reserved.
2+
# Copyright (c) 2019, MASQ (https://masq.ai) and/or its affiliates. All rights reserved.
33
CI_DIR="$( cd "$( dirname "$0" )" && pwd )"
44
STATUS=$1
55

ci/release.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash -xev
2-
# Copyright (c) 2017-2019, Substratum LLC (https://substratum.net) and/or its affiliates. All rights reserved.
2+
# Copyright (c) 2019, MASQ (https://masq.ai) and/or its affiliates. All rights reserved.
33
CI_DIR="$( cd "$( dirname "$0" )" && pwd )"
44
TOOLCHAIN_HOME="$1"
55
NODE_EXECUTABLE="SubstratumNode"

ci/sccache.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash -xev
2-
# Copyright (c) 2017-2019, Substratum LLC (https://substratum.net) and/or its affiliates. All rights reserved.
2+
# Copyright (c) 2019, MASQ (https://masq.ai) and/or its affiliates. All rights reserved.
33
CI_DIR="$( cd "$( dirname "$0" )" && pwd )"
44

55
#cargo install sccache || echo "sccache already installed"

multinode_integration_tests/ci/lint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash -xev
2-
# Copyright (c) 2017-2019, Substratum LLC (https://substratum.net) and/or its affiliates. All rights reserved.
2+
# Copyright (c) 2019, MASQ (https://masq.ai) and/or its affiliates. All rights reserved.
33
CI_DIR="$( cd "$( dirname "$0" )" && pwd )"
44

55
pushd "$CI_DIR/.."

0 commit comments

Comments
 (0)