File tree Expand file tree Collapse file tree 4 files changed +20
-3
lines changed Expand file tree Collapse file tree 4 files changed +20
-3
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ TestLink-API-Python-client developers
81
81
* anyone forgotten?
82
82
83
83
84
-
84
+ [ Apache License 2.0 ] : http://www.apache.org/licenses/LICENSE-2.0
85
85
[ JinFeng ] : http://www.sqaopen.net/blog/en/?p=63
86
86
[ TestLink API ] : http://www.teamst.org/_tldoc/1.8/phpdoc_api/TestlinkAPI/TestlinkXMLRPCServer.html
87
87
[ TestLink ] : http://www.teamst.org/
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/python
2
2
# -*- coding: UTF-8 -*-
3
3
4
- # Copyright 2012 pade (Paul Dassier), TestLink-API-Python-client developers
4
+ # Copyright 2012 pade (Patrick Dassier), TestLink-API-Python-client developers
5
5
#
6
6
# Licensed under the Apache License, Version 2.0 (the "License");
7
7
# you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/python
2
2
# -*- coding: UTF-8 -*-
3
3
4
- # Copyright 2012 pade (Paul Dassier) , TestLink-API-Python-client developers
4
+ # Copyright 2012 Patrick Dassier, Luiko Czub , TestLink-API-Python-client developers
5
5
#
6
6
# Licensed under the Apache License, Version 2.0 (the "License");
7
7
# you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/python
2
2
# -*- 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
+
3
20
'''
4
21
Source file
5
22
File name: test.py
You can’t perform that action at this time.
0 commit comments