Skip to content

Commit 8a07de6

Browse files
authored
Merge pull request #2 from tomekmalek/License_update
Licence update
2 parents 302a54d + 6f79f71 commit 8a07de6

File tree

6 files changed

+36
-0
lines changed

6 files changed

+36
-0
lines changed

1_send_data.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
#
2+
# Copyright (C) Orange
3+
#
4+
# This software is distributed under the terms and conditions of the 'MIT'
5+
# license which can be found in the file 'LICENSE.md' in this package distribution
6+
17
import os
28
import sys
39
import time

2_simple_parameters.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
#
2+
# Copyright (C) Orange
3+
#
4+
# This software is distributed under the terms and conditions of the 'MIT'
5+
# license which can be found in the file 'LICENSE.md' in this package distribution
6+
17
import os
28
import sys
39
import time

3_parameter_with_callback.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
#
2+
# Copyright (C) Orange
3+
#
4+
# This software is distributed under the terms and conditions of the 'MIT'
5+
# license which can be found in the file 'LICENSE.md' in this package distribution
6+
17
import os
28
import sys
39
import time

4_simple_command.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
#
2+
# Copyright (C) Orange
3+
#
4+
# This software is distributed under the terms and conditions of the 'MIT'
5+
# license which can be found in the file 'LICENSE.md' in this package distribution
6+
17
import os
28
import sys
39
import time

5_command_with_arguments.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
#
2+
# Copyright (C) Orange
3+
#
4+
# This software is distributed under the terms and conditions of the 'MIT'
5+
# license which can be found in the file 'LICENSE.md' in this package distribution
6+
17
import os
28
import sys
39
import time

LiveObjects/Connection.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
#
2+
# Copyright (C) Orange
3+
#
4+
# This software is distributed under the terms and conditions of the 'MIT'
5+
# license which can be found in the file 'LICENSE.md' in this package distribution
6+
17
import sys
28
import json
39
import time

0 commit comments

Comments
 (0)