comparison scripts/java/javaclasspath.m @ 15746:da26f72408a7

update copyright statements in newly added java files
author John W. Eaton <jwe@octave.org>
date Fri, 07 Dec 2012 16:14:49 -0500
parents acf0addfc610
children 54e8c2527a9e
comparison
equal deleted inserted replaced
15745:19850dfc2f88 15746:da26f72408a7
1 ## Copyright (C) 2007 Michael Goffioul, 2010 Martin Hepperle 1 ## Copyright (C) 2007 Michael Goffioul
2 ## Copyright (C) 2010 Martin Hepperle
2 ## 3 ##
3 ## This program is free software; you can redistribute it and/or modify 4 ## This file is part of Octave.
4 ## it under the terms of the GNU General Public License as published by
5 ## the Free Software Foundation; either version 2 of the License, or
6 ## (at your option) any later version.
7 ## 5 ##
8 ## This program is distributed in the hope that it will be useful, 6 ## Octave is free software; you can redistribute it and/or modify it
9 ## but WITHOUT ANY WARRANTY; without even the implied warranty of 7 ## under the terms of the GNU General Public License as published by
10 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 8 ## the Free Software Foundation; either version 3 of the License, or (at
11 ## GNU General Public License for more details. 9 ## your option) any later version.
10 ##
11 ## Octave is distributed in the hope that it will be useful, but
12 ## WITHOUT ANY WARRANTY; without even the implied warranty of
13 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 ## General Public License for more details.
12 ## 15 ##
13 ## You should have received a copy of the GNU General Public License 16 ## You should have received a copy of the GNU General Public License
14 ## along with this program; If not, see <http://www.gnu.org/licenses/>. 17 ## along with Octave; see the file COPYING. If not, see
18 ## <http://www.gnu.org/licenses/>.
15 19
16 ## -*- texinfo -*- 20 ## -*- texinfo -*-
17 ## @deftypefn {Function file} {} javaclasspath 21 ## @deftypefn {Function file} {} javaclasspath
18 ## @deftypefnx {Function file} {@var{STATIC} =} javaclasspath 22 ## @deftypefnx {Function file} {@var{STATIC} =} javaclasspath
19 ## @deftypefnx {Function file} {[@var{STATIC}, @var{DYNAMIC}] =} javaclasspath 23 ## @deftypefnx {Function file} {[@var{STATIC}, @var{DYNAMIC}] =} javaclasspath