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
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/
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments