Skip to content

Commit 67a7a1b

Browse files
author
Luiko Czub
committed
small comment corrections
1 parent 2b1a26c commit 67a7a1b

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ TestLink-API-Python-client developers
8181
* anyone forgotten?
8282

8383

84-
84+
[Apache License 2.0]: http://www.apache.org/licenses/LICENSE-2.0
8585
[JinFeng]: http://www.sqaopen.net/blog/en/?p=63
8686
[TestLink API]: http://www.teamst.org/_tldoc/1.8/phpdoc_api/TestlinkAPI/TestlinkXMLRPCServer.html
8787
[TestLink]: http://www.teamst.org/

src/testlink/testlink.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 pade (Paul Dassier), TestLink-API-Python-client developers
4+
# Copyright 2012 pade (Patrick Dassier), 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/testlinkerrors.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 pade (Paul Dassier), TestLink-API-Python-client developers
4+
# Copyright 2012 Patrick Dassier, 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.

test/test.py

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
#!/usr/bin/python
22
# -*- coding: utf-8 -*-
3+
4+
# Copyright 2011-2012 pade (Patrick Dassier), TestLink-API-Python-client developers
5+
#
6+
# Licensed under the Apache License, Version 2.0 (the "License");
7+
# you may not use this file except in compliance with the License.
8+
# You may obtain a copy of the License at
9+
#
10+
# http://www.apache.org/licenses/LICENSE-2.0
11+
#
12+
# Unless required by applicable law or agreed to in writing, software
13+
# distributed under the License is distributed on an "AS IS" BASIS,
14+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15+
# See the License for the specific language governing permissions and
16+
# limitations under the License.
17+
#
18+
# ------------------------------------------------------------------------
19+
320
'''
421
Source file
522
File name: test.py

0 commit comments

Comments
 (0)