~vanvugt/ubuntu/oneiric/mediatomb/fix-770964-784431

« back to all changes in this revision

Viewing changes to tombupnp/README_LICENSE

  • Committer: Bazaar Package Importer
  • Author(s): Andres Mejia
  • Date: 2009-04-22 21:39:19 UTC
  • mto: (4.2.1 sid)
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: james.westby@ubuntu.com-20090422213919-52m015y6gcpv1m1g
Tags: upstream-0.12.0~svn2018
ImportĀ upstreamĀ versionĀ 0.12.0~svn2018

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
TombUPnP ist licensed under the GNU Lesser General Public License version 2.1 
 
2
as published by the Free Software Foundation. See COPYING for the whole license
 
3
text.
 
4
 
 
5
TombUPnP is based on pupnp (http://pupnp.sf.net) and libupnp 
 
6
(http://upnp.sf.net), both are under the BSD license. 
 
7
That means that portions of TombUPnP code are under the following license:
 
8
///////////////////////////////////////////////////////////////////////////
 
9
//
 
10
// Copyright (c) 2000-2003 Intel Corporation 
 
11
// All rights reserved. 
 
12
//
 
13
// Redistribution and use in source and binary forms, with or without 
 
14
// modification, are permitted provided that the following conditions are met: 
 
15
//
 
16
// * Redistributions of source code must retain the above copyright notice, 
 
17
// this list of conditions and the following disclaimer. 
 
18
// * Redistributions in binary form must reproduce the above copyright notice, 
 
19
// this list of conditions and the following disclaimer in the documentation 
 
20
// and/or other materials provided with the distribution. 
 
21
// * Neither name of Intel Corporation nor the names of its contributors 
 
22
// may be used to endorse or promote products derived from this software 
 
23
// without specific prior written permission.
 
24
// 
 
25
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 
 
26
// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 
 
27
// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 
 
28
// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL INTEL OR 
 
29
// CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 
 
30
// EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 
 
31
// PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 
 
32
// PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY 
 
33
// OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
 
34
// NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 
 
35
// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
36
//
 
37
///////////////////////////////////////////////////////////////////////////
 
38
 
 
39
To clarify once again: all changes that were made by us to the original 
 
40
libraries are under LGPL, that means that you are bound by the LGPL if you
 
41
want to use/distribute TombUPnP as a whole. 
 
42
 
 
43