# HG changeset patch # User John W. Eaton # Date 1354914889 18000 # Node ID da26f72408a7424578d8bd90183ced6f8d74b756 # Parent 19850dfc2f88e3185ea8943d4e0e44fb26df9bd2 update copyright statements in newly added java files diff -r 19850dfc2f88 -r da26f72408a7 libinterp/dldfcn/__java__.cc --- a/libinterp/dldfcn/__java__.cc Fri Dec 07 16:04:58 2012 -0500 +++ b/libinterp/dldfcn/__java__.cc Fri Dec 07 16:14:49 2012 -0500 @@ -1,17 +1,23 @@ -/* Copyright (C) 2007 Michael Goffioul -** -** 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 of the License, 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 -** along with this program; If not, see . +/* + +Copyright (C) 2007 Michael Goffioul + +This file is part of Octave. + +Octave 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 3 of the License, or (at your +option) any later version. + +Octave 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 +along with Octave; see the file COPYING. If not, see +. + */ #ifdef HAVE_CONFIG_H diff -r 19850dfc2f88 -r da26f72408a7 libinterp/dldfcn/__java__.h --- a/libinterp/dldfcn/__java__.h Fri Dec 07 16:04:58 2012 -0500 +++ b/libinterp/dldfcn/__java__.h Fri Dec 07 16:14:49 2012 -0500 @@ -1,17 +1,23 @@ -/* Copyright (C) 2007 Michael Goffioul -** -** 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 of the License, 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 -** along with this program; If not, see . +/* + +Copyright (C) 2007 Michael Goffioul + +This file is part of Octave. + +Octave 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 3 of the License, or (at your +option) any later version. + +Octave 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 +along with Octave; see the file COPYING. If not, see +. + */ #ifndef __JAVA__H__ diff -r 19850dfc2f88 -r da26f72408a7 scripts/java/cell2mlstr.m --- a/scripts/java/cell2mlstr.m Fri Dec 07 16:04:58 2012 -0500 +++ b/scripts/java/cell2mlstr.m Fri Dec 07 16:14:49 2012 -0500 @@ -1,15 +1,17 @@ ## Copyright (C) 2012 Philip Nienhuis ## -## 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 3 of the License, 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. -## +## This file is part of Octave. +## +## Octave 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 3 of the License, or (at +## your option) any later version. +## +## Octave 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 ## along with Octave; see the file COPYING. If not, see ## . diff -r 19850dfc2f88 -r da26f72408a7 scripts/java/errordlg.m --- a/scripts/java/errordlg.m Fri Dec 07 16:04:58 2012 -0500 +++ b/scripts/java/errordlg.m Fri Dec 07 16:14:49 2012 -0500 @@ -1,17 +1,20 @@ ## Copyright (C) 2010 Martin Hepperle ## -## 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 of the License, or -## (at your option) any later version. +## This file is part of Octave. ## -## 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. +## Octave 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 3 of the License, or (at +## your option) any later version. +## +## Octave 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 -## along with this program; If not, see . +## along with Octave; see the file COPYING. If not, see +## . ## -*- texinfo -*- ## @deftypefn {Function file} {@var{P} =} errordlg (@var{MESSAGE} [,@var{TITLE}]) diff -r 19850dfc2f88 -r da26f72408a7 scripts/java/helpdlg.m --- a/scripts/java/helpdlg.m Fri Dec 07 16:04:58 2012 -0500 +++ b/scripts/java/helpdlg.m Fri Dec 07 16:14:49 2012 -0500 @@ -1,17 +1,20 @@ ## Copyright (C) 2010 Martin Hepperle ## -## 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 of the License, or -## (at your option) any later version. +## This file is part of Octave. ## -## 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. +## Octave 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 3 of the License, or (at +## your option) any later version. +## +## Octave 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 -## along with this program; If not, see . +## along with Octave; see the file COPYING. If not, see +## . ## -*- texinfo -*- ## @deftypefn {Function file} {@var{P} =} helpdlg (@var{MESSAGE} [,@var{TITLE}]) diff -r 19850dfc2f88 -r da26f72408a7 scripts/java/inputdlg.m --- a/scripts/java/inputdlg.m Fri Dec 07 16:04:58 2012 -0500 +++ b/scripts/java/inputdlg.m Fri Dec 07 16:14:49 2012 -0500 @@ -1,17 +1,20 @@ ## Copyright (C) 2010 Martin Hepperle ## -## 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 of the License, or -## (at your option) any later version. +## This file is part of Octave. ## -## 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. +## Octave 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 3 of the License, or (at +## your option) any later version. +## +## Octave 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 -## along with this program; If not, see . +## along with Octave; see the file COPYING. If not, see +## . ## -*- texinfo -*- ## @deftypefn {Function file} {@var{P} =} inputdlg (@var{PROMPT} [,@var{TITLE} [,@var{ROWSCOLS}, @var{DEFAULTS}]]) diff -r 19850dfc2f88 -r da26f72408a7 scripts/java/java.m --- a/scripts/java/java.m Fri Dec 07 16:04:58 2012 -0500 +++ b/scripts/java/java.m Fri Dec 07 16:14:49 2012 -0500 @@ -1,17 +1,20 @@ ## Copyright (C) 2010 Martin Hepperle ## -## 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 of the License, or -## (at your option) any later version. +## This file is part of Octave. ## -## 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. +## Octave 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 3 of the License, or (at +## your option) any later version. +## +## Octave 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 -## along with this program; If not, see . +## along with Octave; see the file COPYING. If not, see +## . ## -*- texinfo -*- ## Please enter @code{doc java} to view the documentation for diff -r 19850dfc2f88 -r da26f72408a7 scripts/java/javaArray.m --- a/scripts/java/javaArray.m Fri Dec 07 16:04:58 2012 -0500 +++ b/scripts/java/javaArray.m Fri Dec 07 16:14:49 2012 -0500 @@ -1,17 +1,20 @@ ## Copyright (C) 2007 Michael Goffioul ## -## 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 of the License, or -## (at your option) any later version. +## This file is part of Octave. ## -## 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. +## Octave 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 3 of the License, or (at +## your option) any later version. +## +## Octave 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 -## along with this program; If not, see . +## along with Octave; see the file COPYING. If not, see +## . ## -*- texinfo -*- ## @deftypefn {Function file} {@var{a} =} javaArray (@var{class},@var{[M,N,...]}) diff -r 19850dfc2f88 -r da26f72408a7 scripts/java/javaaddpath.m --- a/scripts/java/javaaddpath.m Fri Dec 07 16:04:58 2012 -0500 +++ b/scripts/java/javaaddpath.m Fri Dec 07 16:14:49 2012 -0500 @@ -1,18 +1,21 @@ ## Copyright (C) 2007 Michael Goffioul ## Copyright (C) 2010 Martin Hepperle ## -## 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 of the License, or -## (at your option) any later version. +## This file is part of Octave. ## -## 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. +## Octave 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 3 of the License, or (at +## your option) any later version. +## +## Octave 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 -## along with this program; If not, see . +## along with Octave; see the file COPYING. If not, see +## . ## -*- texinfo -*- ## @deftypefn {Function file} {} javaaddpath (@var{path}) diff -r 19850dfc2f88 -r da26f72408a7 scripts/java/javaclasspath.m --- a/scripts/java/javaclasspath.m Fri Dec 07 16:04:58 2012 -0500 +++ b/scripts/java/javaclasspath.m Fri Dec 07 16:14:49 2012 -0500 @@ -1,17 +1,21 @@ -## Copyright (C) 2007 Michael Goffioul, 2010 Martin Hepperle +## Copyright (C) 2007 Michael Goffioul +## Copyright (C) 2010 Martin Hepperle +## +## This file is part of Octave. ## -## 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 of the License, or -## (at your option) any later version. +## Octave 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 3 of the License, 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. +## Octave 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 -## along with this program; If not, see . +## along with Octave; see the file COPYING. If not, see +## . ## -*- texinfo -*- ## @deftypefn {Function file} {} javaclasspath diff -r 19850dfc2f88 -r da26f72408a7 scripts/java/javafields.m --- a/scripts/java/javafields.m Fri Dec 07 16:04:58 2012 -0500 +++ b/scripts/java/javafields.m Fri Dec 07 16:14:49 2012 -0500 @@ -1,17 +1,20 @@ ## Copyright (C) 2007 Michael Goffioul ## -## 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 of the License, or -## (at your option) any later version. +## This file is part of Octave. ## -## 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. +## Octave 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 3 of the License, or (at +## your option) any later version. +## +## Octave 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 -## along with this program; If not, see . +## along with Octave; see the file COPYING. If not, see +## . ## -*- texinfo -*- ## @deftypefn {Function file} {@var{P} =} javafields (@var{class}) diff -r 19850dfc2f88 -r da26f72408a7 scripts/java/javamem.m --- a/scripts/java/javamem.m Fri Dec 07 16:04:58 2012 -0500 +++ b/scripts/java/javamem.m Fri Dec 07 16:14:49 2012 -0500 @@ -1,15 +1,17 @@ -## Copyright (C) 2010 Philip Nienhuis, +## Copyright (C) 2010 Philip Nienhuis ## -## 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 of the License, 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. -## +## This file is part of Octave. +## +## Octave 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 3 of the License, or (at +## your option) any later version. +## +## Octave 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 ## along with Octave; see the file COPYING. If not, see ## . diff -r 19850dfc2f88 -r da26f72408a7 scripts/java/javamethods.m --- a/scripts/java/javamethods.m Fri Dec 07 16:04:58 2012 -0500 +++ b/scripts/java/javamethods.m Fri Dec 07 16:14:49 2012 -0500 @@ -1,17 +1,20 @@ ## Copyright (C) 2007 Michael Goffioul ## -## 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 of the License, or -## (at your option) any later version. +## This file is part of Octave. ## -## 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. +## Octave 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 3 of the License, or (at +## your option) any later version. +## +## Octave 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 -## along with this program; If not, see . +## along with Octave; see the file COPYING. If not, see +## . ## -*- texinfo -*- ## @deftypefn {Function file} {@var{P} =} javamethods (@var{class}) diff -r 19850dfc2f88 -r da26f72408a7 scripts/java/javarmpath.m --- a/scripts/java/javarmpath.m Fri Dec 07 16:04:58 2012 -0500 +++ b/scripts/java/javarmpath.m Fri Dec 07 16:14:49 2012 -0500 @@ -1,18 +1,21 @@ ## Copyright (C) 2007 Michael Goffioul ## Copyright (C) 2010 Martin Hepperle ## -## 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 of the License, or -## (at your option) any later version. +## This file is part of Octave. ## -## 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. +## Octave 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 3 of the License, or (at +## your option) any later version. +## +## Octave 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 -## along with this program; If not, see . +## along with Octave; see the file COPYING. If not, see +## . ## -*- texinfo -*- ## @deftypefn {Function file} {} javarmpath (@var{path}) diff -r 19850dfc2f88 -r da26f72408a7 scripts/java/listdlg.m --- a/scripts/java/listdlg.m Fri Dec 07 16:04:58 2012 -0500 +++ b/scripts/java/listdlg.m Fri Dec 07 16:14:49 2012 -0500 @@ -1,17 +1,20 @@ ## Copyright (C) 2010 Martin Hepperle ## -## 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 of the License, or -## (at your option) any later version. +## This file is part of Octave. ## -## 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. +## Octave 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 3 of the License, or (at +## your option) any later version. +## +## Octave 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 -## along with this program; If not, see . +## along with Octave; see the file COPYING. If not, see +## . ## -*- texinfo -*- ## @deftypefn {Function file} {@var{[SEL,OK]} =} listdlg (@var{KEY} ,@var{VALUE} [, @var{KEY} ,@var{VALUE}, ...]]) diff -r 19850dfc2f88 -r da26f72408a7 scripts/java/msgbox.m --- a/scripts/java/msgbox.m Fri Dec 07 16:04:58 2012 -0500 +++ b/scripts/java/msgbox.m Fri Dec 07 16:14:49 2012 -0500 @@ -1,17 +1,20 @@ ## Copyright (C) 2010 Martin Hepperle ## -## 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 of the License, or -## (at your option) any later version. +## This file is part of Octave. ## -## 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. +## Octave 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 3 of the License, or (at +## your option) any later version. +## +## Octave 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 -## along with this program; If not, see . +## along with Octave; see the file COPYING. If not, see +## . ## -*- texinfo -*- ## @deftypefn {Function file} {@var{P} =} msgbox (@var{MESSAGE} [,@var{TITLE} [,@var{ICON}]]) diff -r 19850dfc2f88 -r da26f72408a7 scripts/java/questdlg.m --- a/scripts/java/questdlg.m Fri Dec 07 16:04:58 2012 -0500 +++ b/scripts/java/questdlg.m Fri Dec 07 16:14:49 2012 -0500 @@ -1,17 +1,20 @@ ## Copyright (C) 2010 Martin Hepperle ## -## 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 of the License, or -## (at your option) any later version. +## This file is part of Octave. ## -## 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. +## Octave 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 3 of the License, or (at +## your option) any later version. +## +## Octave 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 -## along with this program; If not, see . +## along with Octave; see the file COPYING. If not, see +## . ## -*- texinfo -*- ## @deftypefn {Function file} {@var{P} =} questdlg (@var{MESSAGE}, @var{TITLE}) diff -r 19850dfc2f88 -r da26f72408a7 scripts/java/warndlg.m --- a/scripts/java/warndlg.m Fri Dec 07 16:04:58 2012 -0500 +++ b/scripts/java/warndlg.m Fri Dec 07 16:14:49 2012 -0500 @@ -1,17 +1,20 @@ ## Copyright (C) 2010 Martin Hepperle ## -## 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 of the License, or -## (at your option) any later version. +## This file is part of Octave. ## -## 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. +## Octave 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 3 of the License, or (at +## your option) any later version. +## +## Octave 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 -## along with this program; If not, see . +## along with Octave; see the file COPYING. If not, see +## . ## -*- texinfo -*- ## @deftypefn {Function file} {@var{P} =} warndlg (@var{MESSAGE} [,@var{TITLE}])