Skip to content

Commit

Permalink
small comment corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
Luiko Czub committed Nov 22, 2012
1 parent 2b1a26c commit 67a7a1b
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ TestLink-API-Python-client developers
* anyone forgotten?



[Apache License 2.0]: http://www.apache.org/licenses/LICENSE-2.0
[JinFeng]: http://www.sqaopen.net/blog/en/?p=63
[TestLink API]: http://www.teamst.org/_tldoc/1.8/phpdoc_api/TestlinkAPI/TestlinkXMLRPCServer.html
[TestLink]: http://www.teamst.org/
Expand Down
2 changes: 1 addition & 1 deletion src/testlink/testlink.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /usr/bin/python
# -*- coding: UTF-8 -*-

# Copyright 2012 pade (Paul Dassier), TestLink-API-Python-client developers
# Copyright 2012 pade (Patrick Dassier), TestLink-API-Python-client developers
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/testlink/testlinkerrors.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /usr/bin/python
# -*- coding: UTF-8 -*-

# Copyright 2012 pade (Paul Dassier), TestLink-API-Python-client developers
# Copyright 2012 Patrick Dassier, Luiko Czub, TestLink-API-Python-client developers
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
17 changes: 17 additions & 0 deletions test/test.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-

# Copyright 2011-2012 pade (Patrick Dassier), TestLink-API-Python-client developers
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# ------------------------------------------------------------------------

'''
Source file
File name: test.py
Expand Down

0 comments on commit 67a7a1b

Please sign in to comment.