Skip to content

Commit

Permalink
Licence update
Browse files Browse the repository at this point in the history
  • Loading branch information
tomekmalek committed Sep 14, 2021
1 parent 302a54d commit 6f79f71
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 0 deletions.
6 changes: 6 additions & 0 deletions 1_send_data.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
#
# Copyright (C) Orange
#
# This software is distributed under the terms and conditions of the 'MIT'
# license which can be found in the file 'LICENSE.md' in this package distribution

import os
import sys
import time
Expand Down
6 changes: 6 additions & 0 deletions 2_simple_parameters.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
#
# Copyright (C) Orange
#
# This software is distributed under the terms and conditions of the 'MIT'
# license which can be found in the file 'LICENSE.md' in this package distribution

import os
import sys
import time
Expand Down
6 changes: 6 additions & 0 deletions 3_parameter_with_callback.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
#
# Copyright (C) Orange
#
# This software is distributed under the terms and conditions of the 'MIT'
# license which can be found in the file 'LICENSE.md' in this package distribution

import os
import sys
import time
Expand Down
6 changes: 6 additions & 0 deletions 4_simple_command.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
#
# Copyright (C) Orange
#
# This software is distributed under the terms and conditions of the 'MIT'
# license which can be found in the file 'LICENSE.md' in this package distribution

import os
import sys
import time
Expand Down
6 changes: 6 additions & 0 deletions 5_command_with_arguments.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
#
# Copyright (C) Orange
#
# This software is distributed under the terms and conditions of the 'MIT'
# license which can be found in the file 'LICENSE.md' in this package distribution

import os
import sys
import time
Expand Down
6 changes: 6 additions & 0 deletions LiveObjects/Connection.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
#
# Copyright (C) Orange
#
# This software is distributed under the terms and conditions of the 'MIT'
# license which can be found in the file 'LICENSE.md' in this package distribution

import sys
import json
import time
Expand Down

0 comments on commit 6f79f71

Please sign in to comment.