Skip to content

Commit

Permalink
QSP-1149 Licenses MIT (#453)
Browse files Browse the repository at this point in the history
* Updated licenses
  • Loading branch information
mderka authored May 13, 2019
1 parent 2c8b9c6 commit d70402f
Show file tree
Hide file tree
Showing 172 changed files with 501 additions and 741 deletions.
2 changes: 1 addition & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ deployment/aws-elasticbeanstalk
keystore/
app.tar
*.zip
*/*/tmp/
*/*/tmp/
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@
- [ ] I have updated the documentation accordingly.
- [ ] I have read the **CONTRIBUTING** document.
- [ ] I have added tests to cover my changes.
- [ ] All new and existing tests passed.
- [ ] All new and existing tests passed.
2 changes: 1 addition & 1 deletion .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ template: |
## Contributors
We appreciate all of our contributors that have made this release possible, thank you!
$CONTRIBUTORS
$CONTRIBUTORS
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ after_script:
- coveralls
branches:
only:
- develop
- develop
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
####################################################################################################
# #
# (c) 2018 Quantstamp, Inc. All rights reserved. This content shall not be used, copied, #
# modified, redistributed, or otherwise disseminated except to the extent expressly authorized by #
# Quantstamp for credentialed users. This content and its use are governed by the Quantstamp #
# Demonstration License Terms at <https://s3.amazonaws.com/qsp-protocol-license/LICENSE.txt>. #
# (c) 2018, 2019 Quantstamp, Inc. This content and its use are governed by the license terms at #
# <https://s3.amazonaws.com/qsp-protocol-license/V2_LICENSE.txt> #
# #
####################################################################################################

Expand Down
56 changes: 17 additions & 39 deletions LICENSE

Large diffs are not rendered by default.

6 changes: 2 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
####################################################################################################
# #
# (c) 2018 Quantstamp, Inc. All rights reserved. This content shall not be used, copied, #
# modified, redistributed, or otherwise disseminated except to the extent expressly authorized by #
# Quantstamp for credentialed users. This content and its use are governed by the Quantstamp #
# Demonstration License Terms at <https://s3.amazonaws.com/qsp-protocol-license/LICENSE.txt>. #
# (c) 2018, 2019 Quantstamp, Inc. This content and its use are governed by the license terms at #
# <https://s3.amazonaws.com/qsp-protocol-license/V2_LICENSE.txt> #
# #
####################################################################################################

Expand Down
10 changes: 9 additions & 1 deletion bin/check-contract-versions
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
#!/bin/bash

####################################################################################################
# #
# (c) 2019 Quantstamp, Inc. This content and its use are governed by the license terms at #
# <https://s3.amazonaws.com/qsp-protocol-license/V2_LICENSE.txt> #
# #
####################################################################################################


set -e

function get_contract() {
Expand Down Expand Up @@ -34,4 +42,4 @@ done

if ! $valid; then
exit 1
fi
fi
7 changes: 7 additions & 0 deletions bin/codec
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
#!/bin/bash

####################################################################################################
# #
# (c) 2019 Quantstamp, Inc. This content and its use are governed by the license terms at #
# <https://s3.amazonaws.com/qsp-protocol-license/V2_LICENSE.txt> #
# #
####################################################################################################

SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"

if [ $# -ne 2 ] || [[ "$1" != "-d" && "$1" != "-e" ]]; then
Expand Down
7 changes: 7 additions & 0 deletions bin/common
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
####################################################################################################
# #
# (c) 2019 Quantstamp, Inc. This content and its use are governed by the license terms at #
# <https://s3.amazonaws.com/qsp-protocol-license/V2_LICENSE.txt> #
# #
####################################################################################################

LOG_FILENAME="qsp-protocol.log"
LOG_DIR="${HOME}/.qsp-protocol"

Expand Down
7 changes: 7 additions & 0 deletions bin/create-bundle
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
#!/bin/bash

####################################################################################################
# #
# (c) 2019 Quantstamp, Inc. This content and its use are governed by the license terms at #
# <https://s3.amazonaws.com/qsp-protocol-license/V2_LICENSE.txt> #
# #
####################################################################################################

set -e
VERSION=`PYTHONPATH=:./src/qsp_protocol_node python -c "from config import Config; c = Config(); print(c.node_version)"`

Expand Down
7 changes: 7 additions & 0 deletions bin/create-report
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
#!/bin/bash

####################################################################################################
# #
# (c) 2019 Quantstamp, Inc. This content and its use are governed by the license terms at #
# <https://s3.amazonaws.com/qsp-protocol-license/V2_LICENSE.txt> #
# #
####################################################################################################

# Set the solidity file to "" by default
export SOL_FILE=""

Expand Down
7 changes: 7 additions & 0 deletions bin/qsp-protocol-node
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
#!/bin/bash

####################################################################################################
# #
# (c) 2019 Quantstamp, Inc. This content and its use are governed by the license terms at #
# <https://s3.amazonaws.com/qsp-protocol-license/V2_LICENSE.txt> #
# #
####################################################################################################

################################################
# Helper functions
################################################
Expand Down
6 changes: 2 additions & 4 deletions bin/start-node
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@

####################################################################################################
# #
# (c) 2018 Quantstamp, Inc. All rights reserved. This content shall not be used, copied, #
# modified, redistributed, or otherwise disseminated except to the extent expressly authorized by #
# Quantstamp for credentialed users. This content and its use are governed by the Quantstamp #
# Demonstration License Terms at <https://s3.amazonaws.com/qsp-protocol-license/LICENSE.txt>. #
# (c) 2018, 2019 Quantstamp, Inc. This content and its use are governed by the license terms at #
# <https://s3.amazonaws.com/qsp-protocol-license/V2_LICENSE.txt> #
# #
####################################################################################################

Expand Down
6 changes: 2 additions & 4 deletions bin/stop-node
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@

####################################################################################################
# #
# (c) 2018 Quantstamp, Inc. All rights reserved. This content shall not be used, copied, #
# modified, redistributed, or otherwise disseminated except to the extent expressly authorized by #
# Quantstamp for credentialed users. This content and its use are governed by the Quantstamp #
# Demonstration License Terms at <https://s3.amazonaws.com/qsp-protocol-license/LICENSE.txt>. #
# (c) 2018, 2019 Quantstamp, Inc. This content and its use are governed by the license terms at #
# <https://s3.amazonaws.com/qsp-protocol-license/V2_LICENSE.txt> #
# #
####################################################################################################

Expand Down
7 changes: 3 additions & 4 deletions bin/usolc
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
#!/bin/bash

####################################################################################################
# #
# (c) 2019 Quantstamp, Inc. All rights reserved. This content shall not be used, copied, #
# modified, redistributed, or otherwise disseminated except to the extent expressly authorized by #
# Quantstamp for credentialed users. This content and its use are governed by the Quantstamp #
# Demonstration License Terms at <https://s3.amazonaws.com/qsp-protocol-license/LICENSE.txt>. #
# (c) 2019 Quantstamp, Inc. This content and its use are governed by the license terms at #
# <https://s3.amazonaws.com/qsp-protocol-license/V2_LICENSE.txt> #
# #
####################################################################################################

Expand Down
8 changes: 3 additions & 5 deletions buildspec.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
####################################################################################################
# #
# (c) 2018 Quantstamp, Inc. All rights reserved. This content shall not be used, copied, #
# modified, redistributed, or otherwise disseminated except to the extent expressly authorized by #
# Quantstamp for credentialed users. This content and its use are governed by the Quantstamp #
# Demonstration License Terms at <https://s3.amazonaws.com/qsp-protocol-license/LICENSE.txt>. #
# (c) 2018, 2019 Quantstamp, Inc. This content and its use are governed by the license terms at #
# <https://s3.amazonaws.com/qsp-protocol-license/V2_LICENSE.txt> #
# #
####################################################################################################

Expand Down Expand Up @@ -35,4 +33,4 @@ phases:
artifacts:
files:
- '**/*'
base-directory: $CODEBUILD_SRC_DIR/deployment/aws-elasticbeanstalk/app
base-directory: $CODEBUILD_SRC_DIR/deployment/aws-elasticbeanstalk/app
2 changes: 1 addition & 1 deletion deployment/local/elk/.env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
QSP_ELK_VERSION=6.4.2
QSP_ELK_VERSION=6.4.2
2 changes: 1 addition & 1 deletion deployment/local/elk/filebeat/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ARG ELK_VERSION

FROM docker.elastic.co/beats/filebeat-oss:${ELK_VERSION}
FROM docker.elastic.co/beats/filebeat-oss:${ELK_VERSION}
6 changes: 2 additions & 4 deletions plugins/analyzers/wrappers/common/metadata
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@

####################################################################################################
# #
# (c) 2018 Quantstamp, Inc. All rights reserved. This content shall not be used, copied, #
# modified, redistributed, or otherwise disseminated except to the extent expressly authorized by #
# Quantstamp for credentialed users. This content and its use are governed by the Quantstamp #
# Demonstration License Terms at <https://s3.amazonaws.com/qsp-protocol-license/LICENSE.txt>. #
# (c) 2018, 2019 Quantstamp, Inc. This content and its use are governed by the license terms at #
# <https://s3.amazonaws.com/qsp-protocol-license/V2_LICENSE.txt> #
# #
####################################################################################################

Expand Down
6 changes: 2 additions & 4 deletions plugins/analyzers/wrappers/common/once
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@

####################################################################################################
# #
# (c) 2018 Quantstamp, Inc. All rights reserved. This content shall not be used, copied, #
# modified, redistributed, or otherwise disseminated except to the extent expressly authorized by #
# Quantstamp for credentialed users. This content and its use are governed by the Quantstamp #
# Demonstration License Terms at <https://s3.amazonaws.com/qsp-protocol-license/LICENSE.txt>. #
# (c) 2018, 2019 Quantstamp, Inc. This content and its use are governed by the license terms at #
# <https://s3.amazonaws.com/qsp-protocol-license/V2_LICENSE.txt> #
# #
####################################################################################################

Expand Down
6 changes: 2 additions & 4 deletions plugins/analyzers/wrappers/common/post_run
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@

####################################################################################################
# #
# (c) 2018 Quantstamp, Inc. All rights reserved. This content shall not be used, copied, #
# modified, redistributed, or otherwise disseminated except to the extent expressly authorized by #
# Quantstamp for credentialed users. This content and its use are governed by the Quantstamp #
# Demonstration License Terms at <https://s3.amazonaws.com/qsp-protocol-license/LICENSE.txt>. #
# (c) 2018, 2019 Quantstamp, Inc. This content and its use are governed by the license terms at #
# <https://s3.amazonaws.com/qsp-protocol-license/V2_LICENSE.txt> #
# #
####################################################################################################

Expand Down
6 changes: 2 additions & 4 deletions plugins/analyzers/wrappers/common/pre_run
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@

####################################################################################################
# #
# (c) 2018 Quantstamp, Inc. All rights reserved. This content shall not be used, copied, #
# modified, redistributed, or otherwise disseminated except to the extent expressly authorized by #
# Quantstamp for credentialed users. This content and its use are governed by the Quantstamp #
# Demonstration License Terms at <https://s3.amazonaws.com/qsp-protocol-license/LICENSE.txt>. #
# (c) 2018, 2019 Quantstamp, Inc. This content and its use are governed by the license terms at #
# <https://s3.amazonaws.com/qsp-protocol-license/V2_LICENSE.txt> #
# #
####################################################################################################

Expand Down
6 changes: 2 additions & 4 deletions plugins/analyzers/wrappers/common/pull_analyzer
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@

####################################################################################################
# #
# (c) 2018 Quantstamp, Inc. All rights reserved. This content shall not be used, copied, #
# modified, redistributed, or otherwise disseminated except to the extent expressly authorized by #
# Quantstamp for credentialed users. This content and its use are governed by the Quantstamp #
# Demonstration License Terms at <https://s3.amazonaws.com/qsp-protocol-license/LICENSE.txt>. #
# (c) 2018, 2019 Quantstamp, Inc. This content and its use are governed by the license terms at #
# <https://s3.amazonaws.com/qsp-protocol-license/V2_LICENSE.txt> #
# #
####################################################################################################

Expand Down
6 changes: 2 additions & 4 deletions plugins/analyzers/wrappers/common/settings
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@

####################################################################################################
# #
# (c) 2018 Quantstamp, Inc. All rights reserved. This content shall not be used, copied, #
# modified, redistributed, or otherwise disseminated except to the extent expressly authorized by #
# Quantstamp for credentialed users. This content and its use are governed by the Quantstamp #
# Demonstration License Terms at <https://s3.amazonaws.com/qsp-protocol-license/LICENSE.txt>. #
# (c) 2018, 2019 Quantstamp, Inc. This content and its use are governed by the license terms at #
# <https://s3.amazonaws.com/qsp-protocol-license/V2_LICENSE.txt> #
# #
####################################################################################################

Expand Down
6 changes: 2 additions & 4 deletions plugins/analyzers/wrappers/mythril/metadata
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@

####################################################################################################
# #
# (c) 2018 Quantstamp, Inc. All rights reserved. This content shall not be used, copied, #
# modified, redistributed, or otherwise disseminated except to the extent expressly authorized by #
# Quantstamp for credentialed users. This content and its use are governed by the Quantstamp #
# Demonstration License Terms at <https://s3.amazonaws.com/qsp-protocol-license/LICENSE.txt>. #
# (c) 2018, 2019 Quantstamp, Inc. This content and its use are governed by the license terms at #
# <https://s3.amazonaws.com/qsp-protocol-license/V2_LICENSE.txt> #
# #
####################################################################################################

Expand Down
Loading

0 comments on commit d70402f

Please sign in to comment.