[Pkg-octave-commit] [SCM] octave-symbolic branch, master, updated. a718b53403d9f164f8c2a3df521385a01d28a11b

adb014 adb014 at 416fae20-06d0-4450-9b69-c6c34d4b5f03
Mon Jan 3 03:41:10 UTC 2011


The following commit has been merged in the master branch:
commit 0f16bb296a1589bd4e0b722ba3683a5280e537c6
Author: adb014 <adb014 at 416fae20-06d0-4450-9b69-c6c34d4b5f03>
Date:   Mon Feb 4 13:47:45 2008 +0000

    More copyright updates
    
    git-svn-id: https://octave.svn.sourceforge.net/svnroot/octave/trunk/octave-forge/main/symbolic@4585 416fae20-06d0-4450-9b69-c6c34d4b5f03

diff --git a/COPYING b/COPYING
index cc3bf86..bdb226b 100644
--- a/COPYING
+++ b/COPYING
@@ -1,8 +1,7 @@
                     GNU GENERAL PUBLIC LICENSE
                        Version 2, June 1991
 
- Copyright (C) 1989, 1991 Free Software Foundation, Inc.
-                          675 Mass Ave, Cambridge, MA 02139, USA
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc. <http://fsf.org/>
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
 
@@ -55,7 +54,7 @@ patent must be licensed for everyone's free use or not licensed at all.
 
   The precise terms and conditions for copying, distribution and
 modification follow.
-
+
                     GNU GENERAL PUBLIC LICENSE
    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
 
@@ -110,7 +109,7 @@ above, provided that you also meet all of these conditions:
     License.  (Exception: if the Program itself is interactive but
     does not normally print such an announcement, your work based on
     the Program is not required to print an announcement.)
-
+
 These requirements apply to the modified work as a whole.  If
 identifiable sections of that work are not derived from the Program,
 and can be reasonably considered independent and separate works in
@@ -168,7 +167,7 @@ access to copy from a designated place, then offering equivalent
 access to copy the source code from the same place counts as
 distribution of the source code, even though third parties are not
 compelled to copy the source along with the object code.
-
+
   4. You may not copy, modify, sublicense, or distribute the Program
 except as expressly provided under this License.  Any attempt
 otherwise to copy, modify, sublicense or distribute the Program is
@@ -225,7 +224,7 @@ impose that choice.
 
 This section is intended to make thoroughly clear what is believed to
 be a consequence of the rest of this License.
-
+
   8. If the distribution and/or use of the Program is restricted in
 certain countries either by patents or by copyrighted interfaces, the
 original copyright holder who places the Program under this License
@@ -278,7 +277,7 @@ PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
 POSSIBILITY OF SUCH DAMAGES.
 
                      END OF TERMS AND CONDITIONS
-
+
             How to Apply These Terms to Your New Programs
 
   If you develop a new program, and you want it to be of the greatest
@@ -291,7 +290,7 @@ convey the exclusion of warranty; and each file should have at least
 the "copyright" line and a pointer to where the full notice is found.
 
     <one line to give the program's name and a brief idea of what it does.>
-    Copyright (C) 19yy  <name of author>
+    Copyright (C) <year>  <name of author>
 
     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
@@ -304,15 +303,14 @@ the "copyright" line and a pointer to where the full notice is found.
     GNU General Public License for more details.
 
     You should have received a copy of the GNU General Public License
-    along with this program; if not, write to the Free Software
-    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+    along with this program; if not, see <http://www.gnu.org/licenses/>.
 
 Also add information on how to contact you by electronic and paper mail.
 
 If the program is interactive, make it output a short notice like this
 when it starts in an interactive mode:
 
-    Gnomovision version 69, Copyright (C) 19yy name of author
+    Gnomovision version 69, Copyright (C) year name of author
     Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
     This is free software, and you are welcome to redistribute it
     under certain conditions; type `show c' for details.
diff --git a/inst/findsym.m b/inst/findsym.m
index 75fa868..3c2e361 100644
--- a/inst/findsym.m
+++ b/inst/findsym.m
@@ -13,8 +13,7 @@
 ##
 ## You should have received a copy of the GNU General Public
 ## License along with this software; see the file COPYING.  If not,
-## write to the Free Software Foundation, 51 Franklin Street, 
-## Fifth Floor, Boston, MA  02110-1301  USA
+## see <http://www.gnu.org/licenses/>.
 
 ## -*- texinfo -*-
 ## @deftypefn {Function File} {} @var{vars} = findsym (@var{f}, @var{n})
diff --git a/inst/poly2sym.m b/inst/poly2sym.m
index aec1220..5ed23a3 100644
--- a/inst/poly2sym.m
+++ b/inst/poly2sym.m
@@ -13,8 +13,7 @@
 ##
 ## You should have received a copy of the GNU General Public
 ## License along with this software; see the file COPYING.  If not,
-## write to the Free Software Foundation, 51 Franklin Street, 
-## Fifth Floor, Boston, MA  02110-1301  USA
+## see <http://www.gnu.org/licenses/>.
 
 ## -*- texinfo -*-
 ## @deftypefn {Function File} {} @var{p} = poly2sym (@var{c}, @var{x})
diff --git a/inst/splot.m b/inst/splot.m
index 3f838fd..8c24597 100644
--- a/inst/splot.m
+++ b/inst/splot.m
@@ -11,8 +11,7 @@
 ## GNU General Public License for more details.
 ## 
 ## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+## along with this program; If not, see <http://www.gnu.org/licenses/>.
 
 ## -*- texinfo -*-
 ## @deftypefn {Function File} splot(@var{f}, at var{x}, at var{range})
diff --git a/inst/sym2poly.m b/inst/sym2poly.m
index f845a63..18169fe 100644
--- a/inst/sym2poly.m
+++ b/inst/sym2poly.m
@@ -13,8 +13,7 @@
 ##
 ## You should have received a copy of the GNU General Public
 ## License along with this software; see the file COPYING.  If not,
-## write to the Free Software Foundation, 51 Franklin Street, 
-## Fifth Floor, Boston, MA  02110-1301  USA
+## see <http://www.gnu.org/licenses/>.
 
 ## -*- texinfo -*-
 ## @deftypefn {Function File} {} @var{c} = sym2poly (@var{p}, @var{x})
diff --git a/inst/symfsolve.m b/inst/symfsolve.m
index 1c9082d..0cc8c1f 100644
--- a/inst/symfsolve.m
+++ b/inst/symfsolve.m
@@ -11,8 +11,7 @@
 ## GNU General Public License for more details.
 ## 
 ## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+## along with this program; If not, see <http://www.gnu.org/licenses/>.
 
 ## -*- texinfo -*-
 ## @deftypefn {Function File} {[ @var{x}, at var{inf}, at var{msg} ] =} symfsolve (...)
diff --git a/src/differentiate.cc b/src/differentiate.cc
index cdb4396..cdc9d40 100644
--- a/src/differentiate.cc
+++ b/src/differentiate.cc
@@ -12,8 +12,7 @@ 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
-along with this program; if not, write to the Free Software
-Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+along with this program; If not, see <http://www.gnu.org/licenses/>.
 
 */
 #include <octave/config.h>
diff --git a/src/findsymbols.cc b/src/findsymbols.cc
index cd54190..df53568 100644
--- a/src/findsymbols.cc
+++ b/src/findsymbols.cc
@@ -12,8 +12,7 @@ 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
-along with this program; if not, write to the Free Software
-Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+along with this program; If not, see <http://www.gnu.org/licenses/>.
 
 */
 #include <octave/oct.h>
diff --git a/src/numden.cc b/src/numden.cc
index e336f9c..b82bbf7 100644
--- a/src/numden.cc
+++ b/src/numden.cc
@@ -12,8 +12,7 @@ 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
-along with this program; if not, write to the Free Software
-Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+along with this program; If not, see <http://www.gnu.org/licenses/>.
 
 */
 #include <octave/oct.h>
diff --git a/src/op-ex-mat.cc b/src/op-ex-mat.cc
index 70338eb..543c760 100644
--- a/src/op-ex-mat.cc
+++ b/src/op-ex-mat.cc
@@ -13,8 +13,7 @@ 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
-along with this program; if not, write to the Free Software
-Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+along with this program; If not, see <http://www.gnu.org/licenses/>.
 
 */
 
diff --git a/src/op-ex.cc b/src/op-ex.cc
index 8253065..f9aa2f1 100644
--- a/src/op-ex.cc
+++ b/src/op-ex.cc
@@ -13,8 +13,7 @@ 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
-along with this program; if not, write to the Free Software
-Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+along with this program; If not, see <http://www.gnu.org/licenses/>.
 
 */
 
diff --git a/src/op-vpa.cc b/src/op-vpa.cc
index 550ca45..c1f7b64 100644
--- a/src/op-vpa.cc
+++ b/src/op-vpa.cc
@@ -13,8 +13,7 @@ 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
-along with this program; if not, write to the Free Software
-Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+along with this program; If not, see <http://www.gnu.org/licenses/>.
 
 */
 
diff --git a/src/ov-ex-mat.cc b/src/ov-ex-mat.cc
index 5af9ff4..514c04f 100644
--- a/src/ov-ex-mat.cc
+++ b/src/ov-ex-mat.cc
@@ -13,8 +13,7 @@ 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
-along with this program; if not, write to the Free Software
-Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+along with this program; If not, see <http://www.gnu.org/licenses/>.
 
 */
 
diff --git a/src/ov-ex-mat.h b/src/ov-ex-mat.h
index f528b3c..f457066 100644
--- a/src/ov-ex-mat.h
+++ b/src/ov-ex-mat.h
@@ -13,8 +13,7 @@ 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
-along with this program; if not, write to the Free Software
-Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+along with this program; If not, see <http://www.gnu.org/licenses/>.
 
 */
 
diff --git a/src/ov-ex.cc b/src/ov-ex.cc
index a4b1cf2..232c1cc 100644
--- a/src/ov-ex.cc
+++ b/src/ov-ex.cc
@@ -13,8 +13,7 @@ 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
-along with this program; if not, write to the Free Software
-Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+along with this program; If not, see <http://www.gnu.org/licenses/>.
 
 */
 
diff --git a/src/ov-ex.h b/src/ov-ex.h
index 62d9c2c..cefc608 100644
--- a/src/ov-ex.h
+++ b/src/ov-ex.h
@@ -13,8 +13,7 @@ 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
-along with this program; if not, write to the Free Software
-Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+along with this program; If not, see <http://www.gnu.org/licenses/>.
 
 */
 
diff --git a/src/ov-relational.cc b/src/ov-relational.cc
index bad4b16..0755d28 100644
--- a/src/ov-relational.cc
+++ b/src/ov-relational.cc
@@ -13,8 +13,7 @@ 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
-along with this program; if not, write to the Free Software
-Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+along with this program; If not, see <http://www.gnu.org/licenses/>.
 
 */
 
diff --git a/src/ov-relational.h b/src/ov-relational.h
index e17d743..ec9a7d8 100644
--- a/src/ov-relational.h
+++ b/src/ov-relational.h
@@ -13,8 +13,7 @@ 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
-along with this program; if not, write to the Free Software
-Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+along with this program; If not, see <http://www.gnu.org/licenses/>.
 
 */
 
diff --git a/src/ov-vpa.cc b/src/ov-vpa.cc
index 56798c6..aaf511f 100644
--- a/src/ov-vpa.cc
+++ b/src/ov-vpa.cc
@@ -13,8 +13,7 @@ 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
-along with this program; if not, write to the Free Software
-Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+along with this program; If not, see <http://www.gnu.org/licenses/>.
 
 */
 
diff --git a/src/ov-vpa.h b/src/ov-vpa.h
index 5f35c81..585107a 100644
--- a/src/ov-vpa.h
+++ b/src/ov-vpa.h
@@ -13,8 +13,7 @@ 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
-along with this program; if not, write to the Free Software
-Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+along with this program; If not, see <http://www.gnu.org/licenses/>.
 
 */
 
diff --git a/src/probably_prime.cc b/src/probably_prime.cc
index 9168a9a..6c7cc44 100644
--- a/src/probably_prime.cc
+++ b/src/probably_prime.cc
@@ -11,8 +11,7 @@
 // GNU General Public License for more details.
 //
 // You should have received a copy of the GNU General Public License
-// along with this program; if not, write to the Free Software
-// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+// along with this program; If not, see <http://www.gnu.org/licenses/>.
 
 #include <octave/oct.h>
 #include <ginac/ginac.h>
diff --git a/src/sumterms.cc b/src/sumterms.cc
index 298ce9d..e117696 100644
--- a/src/sumterms.cc
+++ b/src/sumterms.cc
@@ -12,8 +12,7 @@ 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
-along with this program; if not, write to the Free Software
-Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+along with this program; If not, see <http://www.gnu.org/licenses/>.
 
 */
 
diff --git a/src/sym-bool.cc b/src/sym-bool.cc
index 42f8112..0a8a341 100644
--- a/src/sym-bool.cc
+++ b/src/sym-bool.cc
@@ -13,8 +13,7 @@ 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
-along with this program; if not, write to the Free Software
-Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+along with this program; If not, see <http://www.gnu.org/licenses/>.
 
 */
 
diff --git a/src/sym-create.cc b/src/sym-create.cc
index d312a7a..0834b71 100644
--- a/src/sym-create.cc
+++ b/src/sym-create.cc
@@ -13,8 +13,7 @@ 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
-along with this program; if not, write to the Free Software
-Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+along with this program; If not, see <http://www.gnu.org/licenses/>.
 
 */
 
diff --git a/src/sym-ops.h b/src/sym-ops.h
index 45e5917..433b94d 100644
--- a/src/sym-ops.h
+++ b/src/sym-ops.h
@@ -13,8 +13,7 @@ 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
-along with this program; if not, write to the Free Software
-Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+along with this program; If not, see <http://www.gnu.org/licenses/>.
 
 */
 
diff --git a/src/symbols.cc b/src/symbols.cc
index bab7ac2..64eae05 100644
--- a/src/symbols.cc
+++ b/src/symbols.cc
@@ -13,8 +13,7 @@ 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
-along with this program; if not, write to the Free Software
-Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+along with this program; If not, see <http://www.gnu.org/licenses/>.
 
 */
 
diff --git a/src/syminfo.cc b/src/syminfo.cc
index ca72779..d55b58c 100644
--- a/src/syminfo.cc
+++ b/src/syminfo.cc
@@ -12,8 +12,7 @@ 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
-along with this program; if not, write to the Free Software
-Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+along with this program; If not, see <http://www.gnu.org/licenses/>.
 
 */
 
diff --git a/src/symlsolve.cc b/src/symlsolve.cc
index d27b6f6..d993269 100644
--- a/src/symlsolve.cc
+++ b/src/symlsolve.cc
@@ -12,8 +12,7 @@ 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
-along with this program; if not, write to the Free Software
-Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+along with this program; If not, see <http://www.gnu.org/licenses/>.
 
 Based on differentiate.cc by Ben Sapp (2002).
 */

-- 
octave-symbolic



More information about the Pkg-octave-commit mailing list