annotate doc/interpreter/preface.txi @ 9245:16f53d29049f

update copyright notices
author John W. Eaton <jwe@octave.org>
date Fri, 22 May 2009 10:46:00 -0400
parents c7d60ac7a3e6
children fd0a3ac60b0e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7018
fd42779a8428 [project @ 2007-10-13 00:52:12 by jwe]
jwe
parents: 6778
diff changeset
1 @c Copyright (C) 1996, 1997, 1999, 2000, 2001, 2002, 2003, 2004,
9245
16f53d29049f update copyright notices
John W. Eaton <jwe@octave.org>
parents: 9033
diff changeset
2 @c 2005, 2006, 2007, 2009 John W. Eaton
7018
fd42779a8428 [project @ 2007-10-13 00:52:12 by jwe]
jwe
parents: 6778
diff changeset
3 @c
fd42779a8428 [project @ 2007-10-13 00:52:12 by jwe]
jwe
parents: 6778
diff changeset
4 @c This file is part of Octave.
fd42779a8428 [project @ 2007-10-13 00:52:12 by jwe]
jwe
parents: 6778
diff changeset
5 @c
fd42779a8428 [project @ 2007-10-13 00:52:12 by jwe]
jwe
parents: 6778
diff changeset
6 @c Octave is free software; you can redistribute it and/or modify it
fd42779a8428 [project @ 2007-10-13 00:52:12 by jwe]
jwe
parents: 6778
diff changeset
7 @c under the terms of the GNU General Public License as published by the
fd42779a8428 [project @ 2007-10-13 00:52:12 by jwe]
jwe
parents: 6778
diff changeset
8 @c Free Software Foundation; either version 3 of the License, or (at
fd42779a8428 [project @ 2007-10-13 00:52:12 by jwe]
jwe
parents: 6778
diff changeset
9 @c your option) any later version.
fd42779a8428 [project @ 2007-10-13 00:52:12 by jwe]
jwe
parents: 6778
diff changeset
10 @c
fd42779a8428 [project @ 2007-10-13 00:52:12 by jwe]
jwe
parents: 6778
diff changeset
11 @c Octave is distributed in the hope that it will be useful, but WITHOUT
fd42779a8428 [project @ 2007-10-13 00:52:12 by jwe]
jwe
parents: 6778
diff changeset
12 @c ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
fd42779a8428 [project @ 2007-10-13 00:52:12 by jwe]
jwe
parents: 6778
diff changeset
13 @c FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
fd42779a8428 [project @ 2007-10-13 00:52:12 by jwe]
jwe
parents: 6778
diff changeset
14 @c for more details.
fd42779a8428 [project @ 2007-10-13 00:52:12 by jwe]
jwe
parents: 6778
diff changeset
15 @c
fd42779a8428 [project @ 2007-10-13 00:52:12 by jwe]
jwe
parents: 6778
diff changeset
16 @c You should have received a copy of the GNU General Public License
fd42779a8428 [project @ 2007-10-13 00:52:12 by jwe]
jwe
parents: 6778
diff changeset
17 @c along with Octave; see the file COPYING. If not, see
fd42779a8428 [project @ 2007-10-13 00:52:12 by jwe]
jwe
parents: 6778
diff changeset
18 @c <http://www.gnu.org/licenses/>.
3294
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
19
4167
aae05d51353c [project @ 2002-11-12 02:52:50 by jwe]
jwe
parents: 3928
diff changeset
20 @node Preface
3294
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
21 @unnumbered Preface
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
22 @cindex contributors
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
23 @cindex history
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
24
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
25 Octave was originally intended to be companion software for an
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
26 undergraduate-level textbook on chemical reactor design being written by
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
27 James B. Rawlings of the University of Wisconsin-Madison and John
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
28 G. Ekerdt of the University of Texas.
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
29
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
30 Clearly, Octave is now much more than just another `courseware' package
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
31 with limited utility beyond the classroom. Although our initial goals
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
32 were somewhat vague, we knew that we wanted to create something that
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
33 would enable students to solve realistic problems, and that they could
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
34 use for many things other than chemical reactor design problems.
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
35
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
36 There are those who would say that we should be teaching the students
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
37 Fortran instead, because that is the computer language of engineering,
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
38 but every time we have tried that, the students have spent far too much
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
39 time trying to figure out why their Fortran code crashes and not enough
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
40 time learning about chemical engineering. With Octave, most students
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
41 pick up the basics quickly, and are using it confidently in just a few
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
42 hours.
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
43
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
44 Although it was originally intended to be used to teach reactor design,
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
45 it has been used in several other undergraduate and graduate
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
46 courses in the Chemical Engineering Department at the University of
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
47 Texas, and the math department at the University of Texas has been using
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
48 it for teaching differential equations and linear algebra as well. If
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
49 you find it useful, please let us know. We are always interested to
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
50 find out how Octave is being used in other places.
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
51
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
52 Virtually everyone thinks that the name Octave has something to do with
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
53 music, but it is actually the name of a former professor of mine who
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
54 wrote a famous textbook on chemical reaction engineering, and who was
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
55 also well known for his ability to do quick `back of the envelope'
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
56 calculations. We hope that this software will make it possible for many
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
57 people to do more ambitious computations just as easily.
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
58
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
59 Everyone is encouraged to share this software with others under the
9033
c7d60ac7a3e6 Documentation cleanup of preface and intro
Rik <rdrider0-list@yahoo.com>
parents: 7090
diff changeset
60 terms of the GNU General Public License (@pxref{Copying}). You are
c7d60ac7a3e6 Documentation cleanup of preface and intro
Rik <rdrider0-list@yahoo.com>
parents: 7090
diff changeset
61 also encouraged to help make Octave more useful by writing and
c7d60ac7a3e6 Documentation cleanup of preface and intro
Rik <rdrider0-list@yahoo.com>
parents: 7090
diff changeset
62 contributing additional functions for it, and by reporting any problems
c7d60ac7a3e6 Documentation cleanup of preface and intro
Rik <rdrider0-list@yahoo.com>
parents: 7090
diff changeset
63 you may have.
3294
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
64
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
65 @menu
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
66 * Acknowledgements::
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
67 * How You Can Contribute to Octave::
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
68 * Distribution::
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
69 @end menu
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
70
4167
aae05d51353c [project @ 2002-11-12 02:52:50 by jwe]
jwe
parents: 3928
diff changeset
71 @node Acknowledgements
3294
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
72 @unnumberedsec Acknowledgements
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
73 @cindex acknowledgements
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
74
6531
c2609d0502bb [project @ 2007-04-17 18:17:40 by jwe]
jwe
parents: 6499
diff changeset
75 Many people have already contributed to Octave's development. The
9033
c7d60ac7a3e6 Documentation cleanup of preface and intro
Rik <rdrider0-list@yahoo.com>
parents: 7090
diff changeset
76 following people have helped code parts of Octave or aided in
6665
cfb849d6f314 [project @ 2007-05-28 05:45:32 by jwe]
jwe
parents: 6620
diff changeset
77 various other ways (listed alphabetically).
3294
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
78
6535
3ef1aa12f04c [project @ 2007-04-18 16:17:25 by jwe]
jwe
parents: 6531
diff changeset
79 @include contributors.texi
3294
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
80
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
81 Special thanks to the following people and organizations for
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
82 supporting the development of Octave:
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
83
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
84 @itemize @bullet
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
85 @item
7090
47c1736d7371 [project @ 2007-10-31 21:03:48 by jwe]
jwe
parents: 7031
diff changeset
86 The United States Department of Energy, through grant number
47c1736d7371 [project @ 2007-10-31 21:03:48 by jwe]
jwe
parents: 7031
diff changeset
87 DE-FG02-04ER25635.
47c1736d7371 [project @ 2007-10-31 21:03:48 by jwe]
jwe
parents: 7031
diff changeset
88
47c1736d7371 [project @ 2007-10-31 21:03:48 by jwe]
jwe
parents: 7031
diff changeset
89 @item
47c1736d7371 [project @ 2007-10-31 21:03:48 by jwe]
jwe
parents: 7031
diff changeset
90 Ashok Krishnamurthy, David Hudak, Juan Carlos Chaves, and Stanley
47c1736d7371 [project @ 2007-10-31 21:03:48 by jwe]
jwe
parents: 7031
diff changeset
91 C. Ahalt of the Ohio Supercomputer Center.
47c1736d7371 [project @ 2007-10-31 21:03:48 by jwe]
jwe
parents: 7031
diff changeset
92
47c1736d7371 [project @ 2007-10-31 21:03:48 by jwe]
jwe
parents: 7031
diff changeset
93 @item
3839
db5b02fc39ea [project @ 2001-06-08 20:00:15 by jwe]
jwe
parents: 3663
diff changeset
94 The National Science Foundation, through grant numbers CTS-0105360,
7090
47c1736d7371 [project @ 2007-10-31 21:03:48 by jwe]
jwe
parents: 7031
diff changeset
95 CTS-9708497, CTS-9311420, CTS-8957123, and CNS-0540147.
3839
db5b02fc39ea [project @ 2001-06-08 20:00:15 by jwe]
jwe
parents: 3663
diff changeset
96
db5b02fc39ea [project @ 2001-06-08 20:00:15 by jwe]
jwe
parents: 3663
diff changeset
97 @item
db5b02fc39ea [project @ 2001-06-08 20:00:15 by jwe]
jwe
parents: 3663
diff changeset
98 The industrial members of the Texas-Wisconsin Modeling and Control
db5b02fc39ea [project @ 2001-06-08 20:00:15 by jwe]
jwe
parents: 3663
diff changeset
99 Consortium (@uref{http://www.che.utexas.edu/twmcc, TWMCC}).
db5b02fc39ea [project @ 2001-06-08 20:00:15 by jwe]
jwe
parents: 3663
diff changeset
100
db5b02fc39ea [project @ 2001-06-08 20:00:15 by jwe]
jwe
parents: 3663
diff changeset
101 @item
db5b02fc39ea [project @ 2001-06-08 20:00:15 by jwe]
jwe
parents: 3663
diff changeset
102 The Paul A. Elfers Endowed Chair in Chemical Engineering at the
db5b02fc39ea [project @ 2001-06-08 20:00:15 by jwe]
jwe
parents: 3663
diff changeset
103 University of Wisconsin-Madison.
db5b02fc39ea [project @ 2001-06-08 20:00:15 by jwe]
jwe
parents: 3663
diff changeset
104
db5b02fc39ea [project @ 2001-06-08 20:00:15 by jwe]
jwe
parents: 3663
diff changeset
105 @item
3294
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
106 Digital Equipment Corporation, for an equipment grant as part of their
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
107 External Research Program.
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
108
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
109 @item
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
110 Sun Microsystems, Inc., for an Academic Equipment grant.
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
111
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
112 @item
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
113 International Business Machines, Inc., for providing equipment as part
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
114 of a grant to the University of Texas College of Engineering.
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
115
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
116 @item
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
117 Texaco Chemical Company, for providing funding to continue the
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
118 development of this software.
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
119
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
120 @item
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
121 The University of Texas College of Engineering, for providing a
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
122 Challenge for Excellence Research Supplement, and for providing an
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
123 Academic Development Funds grant.
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
124
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
125 @item
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
126 The State of Texas, for providing funding through the Texas
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
127 Advanced Technology Program under Grant No. 003658-078.
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
128
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
129 @item
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
130 Noel Bell, Senior Engineer, Texaco Chemical Company, Austin Texas.
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
131
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
132 @item
5753
f243564379e5 [project @ 2006-04-12 17:32:04 by jwe]
jwe
parents: 5428
diff changeset
133 John A. Turner, Group Leader, Continuum Dynamics (CCS-2), Los Alamos
f243564379e5 [project @ 2006-04-12 17:32:04 by jwe]
jwe
parents: 5428
diff changeset
134 National Laboratory, for registering the @url{octave.org} domain name.
f243564379e5 [project @ 2006-04-12 17:32:04 by jwe]
jwe
parents: 5428
diff changeset
135
f243564379e5 [project @ 2006-04-12 17:32:04 by jwe]
jwe
parents: 5428
diff changeset
136 @item
3294
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
137 James B. Rawlings, Professor, University of Wisconsin-Madison,
5753
f243564379e5 [project @ 2006-04-12 17:32:04 by jwe]
jwe
parents: 5428
diff changeset
138 Department of Chemical and Biological Engineering.
3294
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
139
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
140 @item
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
141 Richard Stallman, for writing GNU.
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
142 @end itemize
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
143
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
144 This project would not have been possible without the GNU software used
9033
c7d60ac7a3e6 Documentation cleanup of preface and intro
Rik <rdrider0-list@yahoo.com>
parents: 7090
diff changeset
145 in and to produce Octave.
3294
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
146
4167
aae05d51353c [project @ 2002-11-12 02:52:50 by jwe]
jwe
parents: 3928
diff changeset
147 @node How You Can Contribute to Octave
3294
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
148 @unnumberedsec How You Can Contribute to Octave
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
149 @cindex contributing to Octave
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
150 @cindex funding Octave development
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
151
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
152 There are a number of ways that you can contribute to help make Octave a
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
153 better system. Perhaps the most important way to contribute is to write
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
154 high-quality code for solving new problems, and to make your code freely
9033
c7d60ac7a3e6 Documentation cleanup of preface and intro
Rik <rdrider0-list@yahoo.com>
parents: 7090
diff changeset
155 available for others to use. @xref{Contributing Guidelines}, for detailed
c7d60ac7a3e6 Documentation cleanup of preface and intro
Rik <rdrider0-list@yahoo.com>
parents: 7090
diff changeset
156 information on contributing new code.
3294
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
157
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
158 If you find Octave useful, consider providing additional funding to
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
159 continue its development. Even a modest amount of additional funding
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
160 could make a significant difference in the amount of time that is
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
161 available for development and support.
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
162
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
163 If you cannot provide funding or contribute code, you can still help
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
164 make Octave better and more reliable by reporting any bugs you find and
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
165 by offering suggestions for ways to improve Octave. @xref{Trouble}, for
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
166 tips on how to write useful bug reports.
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
167
4167
aae05d51353c [project @ 2002-11-12 02:52:50 by jwe]
jwe
parents: 3928
diff changeset
168 @node Distribution
3294
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
169 @unnumberedsec Distribution
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
170 @cindex distribution of Octave
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
171
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
172 Octave is @dfn{free} software. This means that everyone is free to
9033
c7d60ac7a3e6 Documentation cleanup of preface and intro
Rik <rdrider0-list@yahoo.com>
parents: 7090
diff changeset
173 use it and free to redistribute it on certain conditions. Octave
c7d60ac7a3e6 Documentation cleanup of preface and intro
Rik <rdrider0-list@yahoo.com>
parents: 7090
diff changeset
174 is not, however, in the public domain. It is copyrighted and there are
c7d60ac7a3e6 Documentation cleanup of preface and intro
Rik <rdrider0-list@yahoo.com>
parents: 7090
diff changeset
175 restrictions on its distribution, but the restrictions are designed to
c7d60ac7a3e6 Documentation cleanup of preface and intro
Rik <rdrider0-list@yahoo.com>
parents: 7090
diff changeset
176 ensure that others will have the same freedom to use and redistribute
c7d60ac7a3e6 Documentation cleanup of preface and intro
Rik <rdrider0-list@yahoo.com>
parents: 7090
diff changeset
177 Octave that you have. The precise conditions can be found in the
c7d60ac7a3e6 Documentation cleanup of preface and intro
Rik <rdrider0-list@yahoo.com>
parents: 7090
diff changeset
178 GNU General Public License that comes with Octave and that also appears
c7d60ac7a3e6 Documentation cleanup of preface and intro
Rik <rdrider0-list@yahoo.com>
parents: 7090
diff changeset
179 in @ref{Copying}.
3294
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
180
9033
c7d60ac7a3e6 Documentation cleanup of preface and intro
Rik <rdrider0-list@yahoo.com>
parents: 7090
diff changeset
181 Octave is available on CD-ROM, with various collections of other free
c7d60ac7a3e6 Documentation cleanup of preface and intro
Rik <rdrider0-list@yahoo.com>
parents: 7090
diff changeset
182 software, from the Free Software Foundation. Ordering a copy of
3294
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
183 Octave from the Free Software Foundation helps to fund the development
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
184 of more free software. For more information, write to
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
185
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
186 @quotation
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
187 Free Software Foundation@*
5307
4c8a2e4e0717 [project @ 2005-04-26 19:24:27 by jwe]
jwe
parents: 5132
diff changeset
188 51 Franklin Street, Fifth Floor@*
4c8a2e4e0717 [project @ 2005-04-26 19:24:27 by jwe]
jwe
parents: 5132
diff changeset
189 Boston, MA 02110-1301--1307@*
3294
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
190 USA
bfe1573bd2ae [project @ 1999-10-19 10:06:07 by jwe]
jwe
parents:
diff changeset
191 @end quotation
7031
120f3135952f [project @ 2007-10-15 15:30:03 by jwe]
jwe
parents: 7018
diff changeset
192
120f3135952f [project @ 2007-10-15 15:30:03 by jwe]
jwe
parents: 7018
diff changeset
193 Octave can also be downloaded from @url{http://www.octave.org}, where
9033
c7d60ac7a3e6 Documentation cleanup of preface and intro
Rik <rdrider0-list@yahoo.com>
parents: 7090
diff changeset
194 additional information is available.