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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)