Skip to content

Commit 63a7a52

Browse files
committed
Update copyright information in code files
1 parent 6062a45 commit 63a7a52

17 files changed

+20
-63
lines changed

cdlclient/__init__.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
# -*- coding: utf-8 -*-
2-
#
3-
# Licensed under the terms of the BSD 3-Clause
4-
# (see cdlclient/LICENSE for details)
1+
# Copyright (c) DataLab Platform Developers, BSD 3-Clause license, see LICENSE file.
52

63
"""
74
DataLab Simple Client

cdlclient/baseproxy.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
# -*- coding: utf-8 -*-
2-
#
3-
# Licensed under the terms of the BSD 3-Clause
4-
# (see cdlclient/LICENSE for details)
1+
# Copyright (c) DataLab Platform Developers, BSD 3-Clause license, see LICENSE file.
52

63
"""
74
DataLab base proxy module

cdlclient/config.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
# -*- coding: utf-8 -*-
2-
#
3-
# Licensed under the terms of the BSD 3-Clause
4-
# (see cdlclient/LICENSE for details)
1+
# Copyright (c) DataLab Platform Developers, BSD 3-Clause license, see LICENSE file.
52

63
"""
74
DataLab Simple Client configuration module

cdlclient/qthelpers.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
# -*- coding: utf-8 -*-
2-
#
3-
# Licensed under the terms of the BSD 3-Clause
4-
# (see cdlclient/LICENSE for details)
1+
# Copyright (c) DataLab Platform Developers, BSD 3-Clause license, see LICENSE file.
52

63
"""Qt helpers"""
74

cdlclient/remote.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
# -*- coding: utf-8 -*-
2-
#
3-
# Licensed under the terms of the BSD 3-Clause
4-
# (see cdlclient/LICENSE for details)
1+
# Copyright (c) DataLab Platform Developers, BSD 3-Clause license, see LICENSE file.
52

63
"""
74
DataLab remote control

cdlclient/simplemodel.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
# -*- coding: utf-8 -*-
2-
#
3-
# Licensed under the terms of the BSD 3-Clause
4-
# (see cdlclient/LICENSE for details)
1+
# Copyright (c) DataLab Platform Developers, BSD 3-Clause license, see LICENSE file.
52

63
"""
74
DataLab Simple Model

cdlclient/tests/__init__.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
# -*- coding: utf-8 -*-
2-
#
3-
# Licensed under the terms of the BSD 3-Clause
4-
# (see cdlclient/LICENSE for details)
1+
# Copyright (c) DataLab Platform Developers, BSD 3-Clause license, see LICENSE file.
52

63
"""
74
DataLab Simple Client unit tests

cdlclient/tests/connect_dialog.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
# -*- coding: utf-8 -*-
2-
#
3-
# Licensed under the terms of the BSD 3-Clause
4-
# (see cdlclient/LICENSE for details)
1+
# Copyright (c) DataLab Platform Developers, BSD 3-Clause license, see LICENSE file.
52

63
"""
74
DataLab Remote client connection dialog example

cdlclient/tests/get_object_dialog.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
# -*- coding: utf-8 -*-
2-
#
3-
# Licensed under the terms of the BSD 3-Clause
4-
# (see cdlclient/LICENSE for details)
1+
# Copyright (c) DataLab Platform Developers, BSD 3-Clause license, see LICENSE file.
52

63
"""
74
DataLab Remote client get object dialog example

cdlclient/tests/imagefile_to_code.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# -*- coding: utf-8 -*-
1+
# Copyright (c) DataLab Platform Developers, BSD 3-Clause license, see LICENSE file.
2+
23
"""Convert PNG image to Python code"""
34

45
# guitest: skip

0 commit comments

Comments
 (0)