~ubuntu-branches/ubuntu/intrepid/cycle/intrepid

« back to all changes in this revision

Viewing changes to debian/copyright

  • Committer: Bazaar Package Importer
  • Author(s): Ana Beatriz Guerrero Lopez
  • Date: 2005-10-28 12:05:59 UTC
  • Revision ID: james.westby@ubuntu.com-20051028120559-mulrslk8a1faqm48
Tags: 0.3.1-2
Fix python syntax error that prevents starting. (Closes: #336117) 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
This package was debianized by Miriam Ruiz <little_miry@yahoo.es> on
 
2
Mon,  4 Apr 2005 20:19:46 +0000.
 
3
 
 
4
It was downloaded from http://cycle.sourceforge.net/
 
5
 
 
6
Copyright:
 
7
 
 
8
        Copyright (C) 2002  Oleg S. Gints
 
9
        Copyright (C) 2002 "CONERO lab", http://conero.lrn.ru
 
10
 
 
11
Upstream Author: Oleg S. Gints <go@altlinux.ru> <altgo@users.sourceforge.net>
 
12
 
 
13
License:
 
14
   This package includes a replacement of the rotor module, because 
 
15
   this module has been removed from the Python 2.4 distribution 
 
16
   due to the rotor module uses an insecure algorithm and is deprecated.
 
17
   So add this module is necessary to use cycle with Python 2.4.
 
18
 
 
19
   The rotor module provided in the file p_rotor.py  is derived from
 
20
   Modules/rotormodule.c and translated into Python by Gerd Woetzel.
 
21
 
 
22
   Modules/rotormodule.c license:
 
23
   
 
24
   #####################################################################
 
25
   Copyright 1994 by Lance Ellinghouse,
 
26
   Cathedral City, California Republic, United States of America.
 
27
 
 
28
                        All Rights Reserved
 
29
 
 
30
   Permission to use, copy, modify, and distribute this software and its
 
31
   documentation for any purpose and without fee is hereby granted,
 
32
   provided that the above copyright notice appear in all copies and that
 
33
   both that copyright notice and this permission notice appear in
 
34
   supporting documentation, and that the name of Lance Ellinghouse
 
35
   not be used in advertising or publicity pertaining to distribution
 
36
   of the software without specific, written prior permission.
 
37
 
 
38
   LANCE ELLINGHOUSE DISCLAIMS ALL WARRANTIES WITH REGARD TO
 
39
   THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
 
40
   FITNESS, IN NO EVENT SHALL LANCE ELLINGHOUSE BE LIABLE FOR ANY SPECIAL,
 
41
   INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING
 
42
   FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
 
43
   NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
 
44
   WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 
45
   #####################################################################
 
46
 
 
47
   p_rotor is under the same license.
 
48
 
 
49
 
 
50
   -------------------------------------------------------------------
 
51
   Program "Cycle" is distributed under GNU General Public License,
 
52
   in the hope that it will be useful, but WITHOUT ANY WARRANTY.
 
53
 
 
54
   This program is free software; you can redistribute it and/or
 
55
   modify it under the terms of the GNU General Public License as
 
56
   published by the Free Software Foundation; version 2 dated June,
 
57
   1991, or any later version.
 
58
 
 
59
   This program is distributed in the hope that it will be useful,
 
60
   but WITHOUT ANY WARRANTY; without even the implied warranty of
 
61
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
62
   GNU General Public License for more details.
 
63
 
 
64
   You should have received a copy of the GNU General Public License
 
65
   along with this program;  if not, write to the Free Software
 
66
   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 
 
67
   02110-1301, USA.
 
68
 
 
69
On Debian GNU/Linux systems, the complete text of the GNU General
 
70
Public License can be found in `/usr/share/common-licenses/GPL'.