File: copyright

package info (click to toggle)
bc 1.06-15
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,576 kB
  • ctags: 812
  • sloc: ansic: 8,585; yacc: 970; sh: 633; lex: 378; makefile: 141
file content (59 lines) | stat: -rw-r--r-- 2,773 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
This is Debian GNU/Linux's prepackaged version of the FSF's GNU bc and dc
utilities. GNU bc is an interactive algebraic language with arbitrary
precision. GNU dc is a reverse-polish desk calculator which supports
unlimited precision arithmetic. bc was written by Phil Nelson, Ken Pizzini
wrote dc.

bc was previously maintained by Bill Mitchell, Austin Donnelly and James
Troup. The current package was put together Dirk Eddelbuettel
<edd@debian.org> from the GNU sources from 
	ftp://src.doc.ic.ac.uk:/pub/gnu/bc-1.05a.tar.gz.  
Changes are documented in the changelog.Debian file, and below. 

James Troup, the previous maintainer made the following changes :- 

o adding support for the Debian package maintenance scheme, by adding
  various debian/* files.  
o bc/scan.l (rc_len): define as int not char, to allow input > 128
  characters in length without crashing.
o configure.in: changed test for readline to use READLINELIB and not
  LIBS so we can link just bc with readline (as dc doesn't use it).
o bc/Makefile.am (LDADD): add @READLINELIB@


Program Copyright (C) 1991, 1992, 1993, 1994, 1997 Free Software
Foundation, Inc.  
Modifications for Debian Copyright (C) 1997, 1998, 1999 James Troup.
Further modifications for Debian Copyright (C) 1999 Dirk Eddelbuettel.

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2, or (at your option)
any later version.

This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
General Public License for more details.

You should have received a copy of the GNU General Public License with your
Debian GNU/Linux system, in /usr/share/common-licenses/GPL, or with the
Debian GNU/Linux bc source package as the file COPYING.  If not, write to the
Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307, USA.

Manual (dc.info) Copyright (C) 1984 Free Software Foundation, Inc.

Permission is granted to make and distribute verbatim copies of this
manual provided the copyright notice and this permission notice are
preserved on all copies.

Permission is granted to copy and distribute modified versions of this
manual under the conditions for verbatim copying, provided that the
entire resulting derived work is distributed under the terms of a
permission notice identical to this one.

Permission is granted to copy and distribute translations of this
manual into another language, under the above conditions for modified
versions, except that this permission notice may be stated in a
translation approved by the Foundation.