Skip to content

Commit

Permalink
fix licenses and error out in scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
MP91 committed Jan 17, 2024
1 parent 1ff53a3 commit a69799b
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 19 deletions.
1 change: 1 addition & 0 deletions .vscode/scripts/ensure-dapr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
# under the License.
#
# SPDX-License-Identifier: Apache-2.0
set -e

if [ $1 != "DAPR" ]; then
echo "Don't install dapr ..."
Expand Down
1 change: 1 addition & 0 deletions .vscode/scripts/exec-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
# under the License.
#
# SPDX-License-Identifier: Apache-2.0
set -e

if [[ "$#" -eq 1 ]]; then
tput setaf 1; echo "ERROR: To execute script, use VSCODE Tasks: [CTRL+SHIFT+P -> Tasks: Run Tasks -> $1]."
Expand Down
1 change: 1 addition & 0 deletions .vscode/scripts/run-feedercan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
# under the License.
#
# SPDX-License-Identifier: Apache-2.0
set -e

echo "#######################################################"
echo "### Running FeederCan ###"
Expand Down
1 change: 1 addition & 0 deletions .vscode/scripts/run-hvacservice.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
# under the License.
#
# SPDX-License-Identifier: Apache-2.0
set -e

echo "#######################################################"
echo "### Running HVAC Service ###"
Expand Down
1 change: 1 addition & 0 deletions .vscode/scripts/run-mosquitto.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
# under the License.
#
# SPDX-License-Identifier: Apache-2.0
set -e

echo "#######################################################"
echo "### Running MQTT Broker ###"
Expand Down
1 change: 1 addition & 0 deletions .vscode/scripts/run-seatservice.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
# under the License.
#
# SPDX-License-Identifier: Apache-2.0
set -e

echo "#######################################################"
echo "### Running Seat Service ###"
Expand Down
1 change: 1 addition & 0 deletions .vscode/scripts/run-vehicledatabroker-cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
# under the License.
#
# SPDX-License-Identifier: Apache-2.0
set -e

echo "#######################################################"
echo "### Running VehicleDataBroker CLI ###"
Expand Down
1 change: 1 addition & 0 deletions .vscode/scripts/run-vehicledatabroker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
# under the License.
#
# SPDX-License-Identifier: Apache-2.0
set -e

echo "#######################################################"
echo "### Running Databroker ###"
Expand Down
19 changes: 0 additions & 19 deletions NOTICE-3RD-PARTY-CONTENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
|APScheduler|3.10.4|MIT|
|async-timeout|4.0.3|Apache 2.0|
|attrs|23.1.0|MIT|
|bandit|1.7.5|Apache 2.0|
|black|23.9.1|MIT|
|build|1.0.3|MIT|
|cachetools|5.3.1|MIT|
|cfgv|3.4.0|MIT|
Expand All @@ -25,20 +23,13 @@
|distlib|0.3.7|Python Software Foundation License|
|exceptiongroup|1.1.3|MIT|
|filelock|3.12.4|The Unlicense (Unlicense)|
|flake8|6.1.0|MIT|
|flake8-bugbear|23.9.16|MIT|
|frozenlist|1.4.0|Apache 2.0|
|gitdb|4.0.10|BSD|
|GitPython|3.1.37|BSD|
|grpc-stubs|1.53.0.3|MIT|
|grpcio|1.59.0|Apache 2.0|
|grpcio-tools|1.59.0|Apache 2.0|
|identify|2.5.30|MIT|
|idna|3.4|BSD|
|iniconfig|2.0.0|MIT|
|markdown-it-py|3.0.0|MIT|
|mccabe|0.7.0|MIT|
|mdurl|0.1.2|MIT|
|multidict|6.0.4|Apache 2.0|
|mypy|1.6.0|MIT|
|mypy-extensions|1.0.0|MIT|
Expand All @@ -52,18 +43,12 @@
|opentelemetry-semantic-conventions|0.36b0|Apache 2.0|
|packaging|23.1|Apache 2.0<br/>BSD|
|paho-mqtt|1.6.1|OSI Approved|
|pathspec|0.11.2|Mozilla Public License 2.0 (MPL 2.0)|
|pbr|5.11.1|Apache 2.0|
|pip|23.3.2|MIT|
|pip-tools|7.3.0|BSD|
|platformdirs|3.11.0|MIT|
|pluggy|1.3.0|MIT|
|pre-commit|3.4.0|MIT|
|protobuf|4.21.12|Google License|
|pycodestyle|2.11.1|MIT|
|pydocstyle|6.3.0|MIT|
|pyflakes|3.1.0|MIT|
|Pygments|2.16.1|Simplified BSD|
|pyproject-api|1.6.1|MIT|
|pyproject-hooks|1.0.0|MIT|
|pytest|7.4.2|MIT|
Expand All @@ -72,12 +57,8 @@
|python-dateutil|2.8.2|Apache 2.0<br/>BSD|
|pytz|2023.3.post1|MIT|
|PyYAML|6.0.1|MIT|
|rich|13.6.0|MIT|
|setuptools|58.1.0|MIT|
|six|1.16.0|MIT|
|smmap|5.0.1|BSD|
|snowballstemmer|2.2.0|New BSD|
|stevedore|5.1.0|Apache 2.0|
|tomli|2.0.1|MIT|
|tox|4.11.3|MIT|
|types-Deprecated|1.2.9.3|Apache 2.0|
Expand Down

0 comments on commit a69799b

Please sign in to comment.