Skip to content

Commit 03d112d

Browse files
Updated license
1 parent 68ba2e4 commit 03d112d

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"python.formatting.provider": "black"
3+
}

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2019-2021 Ulises Jeremias Cornejo Fandos
3+
Copyright (c) 2019-2021 The VSL Team
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

bin/docker

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env sh
22

3-
## Copyright (C) 2019-2021 Ulises Jeremias Cornejo Fandos
3+
## Copyright (C) 2019-2021 The VSL Team
44
## Licensed under MIT
55
##
66
## @script.name [OPTION] ARGUMENTS...
@@ -31,7 +31,7 @@ USER_FLAG="-u $(id -u):$(id -g)"
3131
docker_ini() {
3232
if ! type -p docker > /dev/null; then
3333
log_failed "Docker is not installed in this system" ${log_file}
34-
exit -1
34+
exit 1
3535
fi
3636

3737
if type -p md5 > /dev/null; then

bin/test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
## Copyright (C) 2019-2021 Ulises Jeremias Cornejo Fandos
3+
## Copyright (C) 2019-2021 The VSL Team
44
## Licensed under MIT
55
##
66
## @script.name [OPTION] ARGUMENTS...

0 commit comments

Comments
 (0)