[Python-modules-commits] r2212 - in /packages/zsi/trunk/debian:
copyright rules wsdl2dispatch.1 wsdl2py.1
mithrandi-guest at users.alioth.debian.org
mithrandi-guest at users.alioth.debian.org
Tue May 1 20:21:37 UTC 2007
Author: mithrandi-guest
Date: Tue May 1 20:21:36 2007
New Revision: 2212
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2212
Log:
Add debian package / man page licensing information.
Modified:
packages/zsi/trunk/debian/copyright
packages/zsi/trunk/debian/rules
packages/zsi/trunk/debian/wsdl2dispatch.1
packages/zsi/trunk/debian/wsdl2py.1
Modified: packages/zsi/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/python-modules/packages/zsi/trunk/debian/copyright?rev=2212&op=diff
==============================================================================
--- packages/zsi/trunk/debian/copyright (original)
+++ packages/zsi/trunk/debian/copyright Tue May 1 20:21:36 2007
@@ -1,7 +1,31 @@
This package was originally made by Wichert Akkerman.
-Changes from version 1.7-1 onwards are by Tristan Seligmann.
+It was downloaded from http://pywebsvcs.sourceforge.net/
-It was downloaded from http://pywebsvcs.sourceforge.net/
+Packaging from version 1.7-1 onwards by Tristan Seligmann.
+
+Debian packaging and manpages are:
+
+Copyright © Tristan Seligmann <mithrandi at mithrandi.za.net>
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and associated documentation files (the "Software"),
+to deal in the Software without restriction, including without limitation
+the rights to use, copy, modify, merge, publish, distribute, and/or
+sell copies of the Software, and to permit persons to whom the Software
+is furnished to do so, provided that the above copyright notice(s) and
+this permission notice appear in all copies of the Software and that
+both the above copyright notice(s) and this permission notice appear in
+supporting documentation.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
+OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS
+INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT
+OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
+OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
+OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE
+OR PERFORMANCE OF THIS SOFTWARE.
Upstream Author: Rich Salz <rsalz at zolera.com>
Modified: packages/zsi/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/zsi/trunk/debian/rules?rev=2212&op=diff
==============================================================================
--- packages/zsi/trunk/debian/rules (original)
+++ packages/zsi/trunk/debian/rules Tue May 1 20:21:36 2007
@@ -1,6 +1,7 @@
#!/usr/bin/make -f
# -*- mode: makefile; coding: utf-8 -*-
# Copyright © Tristan Seligmann <mithrandi at mithrandi.za.net>
+# See debian/copyright for details.
DEB_PYTHON_SYSTEM = pycentral
Modified: packages/zsi/trunk/debian/wsdl2dispatch.1
URL: http://svn.debian.org/wsvn/python-modules/packages/zsi/trunk/debian/wsdl2dispatch.1?rev=2212&op=diff
==============================================================================
--- packages/zsi/trunk/debian/wsdl2dispatch.1 (original)
+++ packages/zsi/trunk/debian/wsdl2dispatch.1 Tue May 1 20:21:36 2007
@@ -1,3 +1,24 @@
+.\" Copyright © Tristan Seligmann <mithrandi at mithrandi.za.net>
+.\"
+.\" Permission is hereby granted, free of charge, to any person obtaining
+.\" a copy of this software and associated documentation files (the
+.\" "Software"), to deal in the Software without restriction, including
+.\" without limitation the rights to use, copy, modify, merge, publish,
+.\" distribute, sublicense, and/or sell copies of the Software, and to
+.\" permit persons to whom the Software is furnished to do so, subject to
+.\" the following conditions:
+.\"
+.\" The above copyright notice and this permission notice shall be
+.\" included in all copies or substantial portions of the Software.
+.\"
+.\" THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+.\" EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+.\" MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+.\" NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+.\" LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+.\" OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+.\" WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
.TH WSDL2DISPATCH 1
.SH NAME
wsdl2dispatch \- generate code skeleton for SOAP server from WSDL
Modified: packages/zsi/trunk/debian/wsdl2py.1
URL: http://svn.debian.org/wsvn/python-modules/packages/zsi/trunk/debian/wsdl2py.1?rev=2212&op=diff
==============================================================================
--- packages/zsi/trunk/debian/wsdl2py.1 (original)
+++ packages/zsi/trunk/debian/wsdl2py.1 Tue May 1 20:21:36 2007
@@ -1,3 +1,24 @@
+.\" Copyright © Tristan Seligmann <mithrandi at mithrandi.za.net>
+.\"
+.\" Permission is hereby granted, free of charge, to any person obtaining
+.\" a copy of this software and associated documentation files (the
+.\" "Software"), to deal in the Software without restriction, including
+.\" without limitation the rights to use, copy, modify, merge, publish,
+.\" distribute, sublicense, and/or sell copies of the Software, and to
+.\" permit persons to whom the Software is furnished to do so, subject to
+.\" the following conditions:
+.\"
+.\" The above copyright notice and this permission notice shall be
+.\" included in all copies or substantial portions of the Software.
+.\"
+.\" THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+.\" EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+.\" MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+.\" NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+.\" LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+.\" OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+.\" WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
.TH WSDL2PY 1
.SH NAME
wsdl2py \- generate client interface code from WSDL
More information about the Python-modules-commits
mailing list