home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / doc / libslv2-9 / copyright next >
Encoding:
Text File  |  2010-06-24  |  5.5 KB  |  155 lines

  1. This package was debianized by:
  2.  
  3.     Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org> on Tue, 31 Mar 2009 16:59:45 +0200.
  4.  
  5. It was downloaded from:
  6.  
  7.     http://drobilla.net/software/slv2
  8.  
  9. Upstream Author: 
  10.  
  11.     Dave Robillard <dave@drobilla.net>
  12.  
  13. Copyright: 
  14.  
  15.     Copyright (C) 2007, 2008, 2009 Dave Robillard
  16.  
  17.  
  18.  
  19. Copyright exceptions:
  20.  
  21. The ladspa.h file is copyrighted by:
  22.  
  23.     Copyright (C) 2000-2002 Richard W.E. Furse, Paul Barton-Davis, Stefan Westerfeld.
  24.  
  25. The slv2_test.c file is copyrighted by:
  26.  
  27.     Copyright (C) 2008 Dave Robillard <dave@drobilla.net>
  28.     Copyright (C) 2008 Krzysztof Foltman
  29.  
  30. The lv2_ui.h file is copyrighted by:
  31.  
  32.     Copyright (C) 2006-2008 Lars Luthman <lars.luthman@gmail.com>
  33.  
  34. The jack_compat.h file is copyrighted by:
  35.  
  36.     Copyright (C) 2007 Nedko Arnaudov <nedko@arnaudov.name>    
  37.  
  38. The lv2_event.h file is copyrighted by:
  39.  
  40.     Copyright (C) 2006-2007 Lars Luthman <lars.luthman@gmail.com>
  41.     Copyright (C) 2008 Dave Robillard <dave@drobilla.net>
  42.  
  43. The autowaf.py file is copyrighted by:
  44.  
  45.     Copyright (C) 2008 Dave Robillard <dave@drobilla.net>
  46.     Copyright (C) 2008 Nedko Arnaudov <nedko@arnaudov.name>
  47.  
  48. License:
  49.  
  50.     This program is free software: you can redistribute it and/or modify
  51.     it under the terms of the GNU General Public License as published by
  52.     the Free Software Foundation, either version 2 of the License, or
  53.     (at your option) any later version.
  54.  
  55.     This package is distributed in the hope that it will be useful,
  56.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  57.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  58.     GNU General Public License for more details.
  59.  
  60.     You should have received a copy of the GNU General Public License
  61.     along with this program.  If not, see <http://www.gnu.org/licenses/>.
  62.  
  63. On Debian systems, the complete text of the GNU General
  64. Public License version 2 can be found in `/usr/share/common-licenses/GPL-2'.
  65.  
  66.  
  67. License exceptions:
  68.  
  69. The files hosts/lv2_event.h
  70.           hosts/lv2_event_helpers.h
  71.           hosts/lv2_uri_map.h    
  72.  
  73. are licensed under the GNU LGPL v2 or later.
  74.  
  75.     This program is free software; you can redistribute it and/or modify
  76.     it under the terms of the GNU Lesser General Public License as published by
  77.     the Free Software Foundation; either version 2 of the License, or
  78.     (at your option) any later version.
  79.     
  80.     This program is distributed in the hope that it will be useful,
  81.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  82.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  83.     GNU Lesser General Public License for more details.
  84.     
  85.     You should have received a copy of the GNU Lesser General Public License
  86.     along with this program; if not, write to the Free Software
  87.     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 01222-1307  USA
  88.  
  89. On Debian systems, the complete text of the GNU Lesser General
  90. Public License can be found in `/usr/share/common-licenses/LGPL-2'.
  91.  
  92. The files slv2/lv2_ui.h
  93.           utils/ladspa.h
  94.  
  95. are licensed under the GNU LGPL v2.1 or later.
  96.  
  97.     This program is free software; you can redistribute it and/or modify
  98.     it under the terms of the GNU Lesser General Public License as published by
  99.     the Free Software Foundation; either version 2.1 of the License, or
  100.     (at your option) any later version.
  101.     
  102.     This program is distributed in the hope that it will be useful,
  103.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  104.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  105.     GNU Lesser General Public License for more details.
  106.   
  107.     You should have received a copy of the GNU Lesser General Public
  108.     License along with this library; if not, write to the Free Software
  109.     Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301  USA
  110.  
  111. On Debian systems, the complete text of the GNU Lesser General
  112. Public License can be found in `/usr/share/common-licenses/LGPL-2.1'.
  113.  
  114. The waf file is copyrighted by:
  115.  
  116.     Copyright (C) Thomas Nagy, 2005-2008
  117.  
  118. The waf file is released under the terms of the BSD license:
  119.  
  120.     """
  121.     # Redistribution and use in source and binary forms, with or without
  122.     # modification, are permitted provided that the following conditions
  123.     # are met:
  124.     #
  125.     # 1. Redistributions of source code must retain the above copyright
  126.     #    notice, this list of conditions and the following disclaimer.
  127.     #
  128.     # 2. Redistributions in binary form must reproduce the above copyright
  129.     #    notice, this list of conditions and the following disclaimer in the
  130.     #    documentation and/or other materials provided with the distribution.
  131.     #
  132.     # 3. The name of the author may not be used to endorse or promote products
  133.     #    derived from this software without specific prior written permission.
  134.     #
  135.     # THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR
  136.     # IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  137.     # WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  138.     # DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
  139.     # INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  140.     # (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
  141.     # SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  142.     # HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  143.     # STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
  144.     # IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  145.     # POSSIBILITY OF SUCH DAMAGE.
  146.     """
  147.  
  148.  
  149.  
  150. The Debian packaging is:
  151.  
  152.     Copyright (C) 2009, Jarom├¡r Mike┼í <mira.mikes@seznam.cz>
  153.  
  154. and is licensed under the GPL version 2, see above.
  155.