Skip to content

Commit 951d51c

Browse files
author
Luiko Czub
committed
deprecated files removed and copyright statements updated
- copyright statements updated to 2015 - deprecrated module src/testlink/teslink.py removed - deprecrated test test/test.py removed
1 parent a75f81f commit 951d51c

24 files changed

+22
-286
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
TestLink API Python Client
22
==========================
33

4-
Copyright 2011-2014
4+
Copyright 2011-2015
55
James Stock, Olivier Renault, Luiko Czub, TestLink-API-Python-client developers
66

77
License `Apache License 2.0`_

example/TestLinkExample.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /usr/bin/python
22
# -*- coding: UTF-8 -*-
33

4-
# Copyright 2011-2014 Olivier Renault, Luiko Czub, TestLink-API-Python-client developers
4+
# Copyright 2011-2015 Olivier Renault, Luiko Czub, TestLink-API-Python-client developers
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

example/TestLinkExampleGenericApi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /usr/bin/python
22
# -*- coding: UTF-8 -*-
33

4-
# Copyright 2013-2014 Luiko Czub, TestLink-API-Python-client developers
4+
# Copyright 2013-2015 Luiko Czub, TestLink-API-Python-client developers
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

example/TestLinkExample_CF_KW.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /usr/bin/python
22
# -*- coding: UTF-8 -*-
33

4-
# Copyright 2013-2014 Luiko Czub, TestLink-API-Python-client developers
4+
# Copyright 2013-2015 Luiko Czub, TestLink-API-Python-client developers
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /usr/bin/python
22
# -*- coding: UTF-8 -*-
33

4-
# Copyright 2012-2014 Luiko Czub, TestLink-API-Python-client developers
4+
# Copyright 2012-2015 Luiko Czub, TestLink-API-Python-client developers
55
#
66
# Licensed under Apache 2.0
77
#

src/testlink/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /usr/bin/python
22
# -*- coding: UTF-8 -*-
33

4-
# Copyright 2012-2014 TestLink-API-Python-client developers
4+
# Copyright 2012-2015 TestLink-API-Python-client developers
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.
@@ -21,5 +21,4 @@
2121
from .testlinkerrors import TestLinkError
2222
from .testlinkapigeneric import TestlinkAPIGeneric
2323
from .testlinkapi import TestlinkAPIClient
24-
#from .testlink import TestLink
2524
from .testlinkhelper import TestLinkHelper

src/testlink/proxiedtransport.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /usr/bin/python
22
# -*- coding: UTF-8 -*-
33

4-
# Copyright 2014 Mario Benito, TestLink-API-Python-client developers
4+
# Copyright 2014-2015 Mario Benito, TestLink-API-Python-client developers
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

src/testlink/testlink.py

Lines changed: 0 additions & 178 deletions
This file was deleted.

src/testlink/testlinkapi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /usr/bin/python
22
# -*- coding: UTF-8 -*-
33

4-
# Copyright 2011-2014 Luiko Czub, Olivier Renault, James Stock, TestLink-API-Python-client developers
4+
# Copyright 2011-2015 Luiko Czub, Olivier Renault, James Stock, TestLink-API-Python-client developers
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

src/testlink/testlinkapigeneric.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /usr/bin/python
22
# -*- coding: UTF-8 -*-
33

4-
# Copyright 2013-2014 Luiko Czub, TestLink-API-Python-client developers
4+
# Copyright 2013-2015 Luiko Czub, TestLink-API-Python-client developers
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)