source: debian/copyright @ 43ff04b

debian
Last change on this file since 43ff04b was 84d7a52, checked in by Sam Hartman <hartmans@mit.edu>, 16 years ago
Note copyright for extra perl modules
  • Property mode set to 100644
File size: 2.7 KB
Line 
1This package was debianized by Gregory Nathan Price <price@mit.edu> on
22008-04-06.
3
4It was downloaded by svn from file:///afs/sipb.mit.edu/project/barnowl/src/svn
5
6Upstream Authors: barnowl-dev@mit.edu
7
8Barnowl was written primarily by Nelson Elhage and Alejandro Sedeno,
9of the Student Information Processing Board of the Massachusetts
10Institute of Technology.
11
12The original owl was primarily written by James Kretchmar at the
13Massachusetts Institute of Technology, with substantial contributions
14and improvements from Erik Nygren.
15
16Copyright:
17
18from owl.c:
19
20/*  Copyright (c) 2004 James Kretchmar. All rights reserved.
21 *
22 *  Redistribution and use in source and binary forms, with or without
23 *  modification, are permitted provided that the following conditions are
24 *  met:
25 * 
26 *    * Redistributions of source code must retain the above copyright
27 *      notice, this list of conditions and the following disclaimer.
28 * 
29 *    * Redistributions in binary form must reproduce the above copyright
30 *      notice, this list of conditions and the following disclaimer in
31 *      the documentation and/or other materials provided with the
32 *      distribution.
33 * 
34 *    * Redistributions in any form must be accompanied by information on
35 *      how to obtain complete source code for the Owl software and any
36 *      accompanying software that uses the Owl software. The source code
37 *      must either be included in the distribution or be available for no
38 *      more than the cost of distribution plus a nominal fee, and must be
39 *      freely redistributable under reasonable conditions. For an
40 *      executable file, complete source code means the source code for
41 *      all modules it contains. It does not include source code for
42 *      modules or files that typically accompany the major components of
43 *      the operating system on which the executable file runs.
44 * 
45 *
46 *  THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
47 *  IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
48 *  WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR
49 *  NON-INFRINGEMENT, ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE
50 *  LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
51 *  CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
52 *  SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
53 *  BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
54 *  WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
55 *  OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
56 *  IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
57 */
58
59In addition, barnowl includes a modified copy of XML::Stream ,
60Net::Jabber and Net::XMPP.  They are distributed under the LGPL.
61
Note: See TracBrowser for help on using the repository browser.