Thread: [Nice-commit] Nice/stdlib/nice/lang threads.nice,1.2,1.3 strings.nice,1.13,1.14 rawArray.java,1.10,1
Brought to you by:
bonniot
Update of /cvsroot/nice/Nice/stdlib/nice/lang In directory sc8-pr-cvs1:/tmp/cvs-serv26313/stdlib/nice/lang Modified Files: threads.nice strings.nice rawArray.java range.nice prelude.nice numeric.nice null.nice native.nice java.nice graph.nice enum.nice comparable.nice collections.nice booleans.nice bigint.nice assertions.nice array.nice Native.java ForInIters.nice BooleanAlgebra.nice Log Message: Changed the license to GPL + linking exception, so that there is no restriction on licensing for user programs in any case. In particular, it is possible to natively compile a program to a self-contained static binary. Index: threads.nice =================================================================== RCS file: /cvsroot/nice/Nice/stdlib/nice/lang/threads.nice,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** threads.nice 21 Jul 2003 17:24:14 -0000 1.2 --- threads.nice 19 Nov 2003 16:04:45 -0000 1.3 *************** *** 1,13 **** ! /**************************************************************************/ ! /* N I C E */ ! /* A high-level object-oriented research language */ ! /* (c) Daniel Bonniot 2003 */ ! /* */ ! /* This package is free software; you can redistribute it and/or modify */ ! /* it under the terms of the GNU Lesser General Public License as */ ! /* published by the Free Software Foundation; either version 2 of the */ ! /* License, or (at your option) any later version. */ ! /* */ ! /**************************************************************************/ package nice.lang; --- 1,18 ---- ! /**************************************************************************** ! * N I C E * ! * A high-level object-oriented research language * ! * (c) Daniel Bonniot 2003 * ! * * ! * This package is free software; you can redistribute it and/or modify * ! * it under the terms of the GNU General Public License as published by * ! * Free Software Foundation; either version 2 of the License, or (at your * ! * option) any later version. * ! * * ! * As a special exception, the copyright holders of this library give you * ! * permission to link this library with independent modules to produce an * ! * executable, regardless of the license terms of these independent * ! * modules, and to copy and distribute the resulting executable under * ! * terms of your choice. * ! ****************************************************************************/ package nice.lang; Index: strings.nice =================================================================== RCS file: /cvsroot/nice/Nice/stdlib/nice/lang/strings.nice,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** strings.nice 21 Jul 2003 17:24:14 -0000 1.13 --- strings.nice 19 Nov 2003 16:04:45 -0000 1.14 *************** *** 1,13 **** ! /**************************************************************************/ ! /* N I C E */ ! /* A high-level object-oriented research language */ ! /* (c) Daniel Bonniot 2003 */ ! /* */ ! /* This package is free software; you can redistribute it and/or modify */ ! /* it under the terms of the GNU Lesser General Public License as */ ! /* published by the Free Software Foundation; either version 2 of the */ ! /* License, or (at your option) any later version. */ ! /* */ ! /**************************************************************************/ /** --- 1,18 ---- ! /**************************************************************************** ! * N I C E * ! * A high-level object-oriented research language * ! * (c) Daniel Bonniot 2003 * ! * * ! * This package is free software; you can redistribute it and/or modify * ! * it under the terms of the GNU General Public License as published by * ! * Free Software Foundation; either version 2 of the License, or (at your * ! * option) any later version. * ! * * ! * As a special exception, the copyright holders of this library give you * ! * permission to link this library with independent modules to produce an * ! * executable, regardless of the license terms of these independent * ! * modules, and to copy and distribute the resulting executable under * ! * terms of your choice. * ! ****************************************************************************/ /** Index: rawArray.java =================================================================== RCS file: /cvsroot/nice/Nice/stdlib/nice/lang/rawArray.java,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** rawArray.java 11 Jun 2003 12:21:26 -0000 1.10 --- rawArray.java 19 Nov 2003 16:04:45 -0000 1.11 *************** *** 1,13 **** ! /**************************************************************************/ ! /* N I C E */ ! /* A high-level object-oriented research language */ ! /* (c) Daniel Bonniot 2002 */ ! /* */ ! /* 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. */ ! /* */ ! /**************************************************************************/ package nice.lang; --- 1,18 ---- ! /**************************************************************************** ! * N I C E * ! * A high-level object-oriented research language * ! * (c) Daniel Bonniot 2003 * ! * * ! * This package is free software; you can redistribute it and/or modify * ! * it under the terms of the GNU General Public License as published by * ! * Free Software Foundation; either version 2 of the License, or (at your * ! * option) any later version. * ! * * ! * As a special exception, the copyright holders of this library give you * ! * permission to link this library with independent modules to produce an * ! * executable, regardless of the license terms of these independent * ! * modules, and to copy and distribute the resulting executable under * ! * terms of your choice. * ! ****************************************************************************/ package nice.lang; Index: range.nice =================================================================== RCS file: /cvsroot/nice/Nice/stdlib/nice/lang/range.nice,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** range.nice 28 Aug 2003 17:46:15 -0000 1.1 --- range.nice 19 Nov 2003 16:04:45 -0000 1.2 *************** *** 1,13 **** ! /**************************************************************************/ ! /* N I C E */ ! /* A high-level object-oriented research language */ ! /* (c) Daniel Bonniot 2003 */ ! /* */ ! /* 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. */ ! /* */ ! /**************************************************************************/ package nice.lang; --- 1,18 ---- ! /**************************************************************************** ! * N I C E * ! * A high-level object-oriented research language * ! * (c) Daniel Bonniot 2003 * ! * * ! * This package is free software; you can redistribute it and/or modify * ! * it under the terms of the GNU General Public License as published by * ! * Free Software Foundation; either version 2 of the License, or (at your * ! * option) any later version. * ! * * ! * As a special exception, the copyright holders of this library give you * ! * permission to link this library with independent modules to produce an * ! * executable, regardless of the license terms of these independent * ! * modules, and to copy and distribute the resulting executable under * ! * terms of your choice. * ! ****************************************************************************/ package nice.lang; Index: prelude.nice =================================================================== RCS file: /cvsroot/nice/Nice/stdlib/nice/lang/prelude.nice,v retrieving revision 1.34 retrieving revision 1.35 diff -C2 -d -r1.34 -r1.35 *** prelude.nice 16 Sep 2003 18:38:11 -0000 1.34 --- prelude.nice 19 Nov 2003 16:04:45 -0000 1.35 *************** *** 1,13 **** ! /**************************************************************************/ ! /* N I C E */ ! /* A high-level object-oriented research language */ ! /* (c) Daniel Bonniot 2003 */ ! /* */ ! /* This package is free software; you can redistribute it and/or modify */ ! /* it under the terms of the GNU Lesser General Public License as */ ! /* published by the Free Software Foundation; either version 2 of the */ ! /* License, or (at your option) any later version. */ ! /* */ ! /**************************************************************************/ /** --- 1,18 ---- ! /**************************************************************************** ! * N I C E * ! * A high-level object-oriented research language * ! * (c) Daniel Bonniot 2003 * ! * * ! * This package is free software; you can redistribute it and/or modify * ! * it under the terms of the GNU General Public License as published by * ! * Free Software Foundation; either version 2 of the License, or (at your * ! * option) any later version. * ! * * ! * As a special exception, the copyright holders of this library give you * ! * permission to link this library with independent modules to produce an * ! * executable, regardless of the license terms of these independent * ! * modules, and to copy and distribute the resulting executable under * ! * terms of your choice. * ! ****************************************************************************/ /** Index: numeric.nice =================================================================== RCS file: /cvsroot/nice/Nice/stdlib/nice/lang/numeric.nice,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** numeric.nice 29 Aug 2003 15:38:21 -0000 1.32 --- numeric.nice 19 Nov 2003 16:04:45 -0000 1.33 *************** *** 1,13 **** ! /**************************************************************************/ ! /* N I C E */ ! /* A high-level object-oriented research language */ ! /* (c) Daniel Bonniot 2003 */ ! /* */ ! /* This package is free software; you can redistribute it and/or modify */ ! /* it under the terms of the GNU Lesser General Public License as */ ! /* published by the Free Software Foundation; either version 2 of the */ ! /* License, or (at your option) any later version. */ ! /* */ ! /**************************************************************************/ /** --- 1,18 ---- ! /**************************************************************************** ! * N I C E * ! * A high-level object-oriented research language * ! * (c) Daniel Bonniot 2003 * ! * * ! * This package is free software; you can redistribute it and/or modify * ! * it under the terms of the GNU General Public License as published by * ! * Free Software Foundation; either version 2 of the License, or (at your * ! * option) any later version. * ! * * ! * As a special exception, the copyright holders of this library give you * ! * permission to link this library with independent modules to produce an * ! * executable, regardless of the license terms of these independent * ! * modules, and to copy and distribute the resulting executable under * ! * terms of your choice. * ! ****************************************************************************/ /** Index: null.nice =================================================================== RCS file: /cvsroot/nice/Nice/stdlib/nice/lang/null.nice,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** null.nice 21 Jul 2003 17:24:14 -0000 1.4 --- null.nice 19 Nov 2003 16:04:45 -0000 1.5 *************** *** 1,13 **** ! /**************************************************************************/ ! /* N I C E */ ! /* A high-level object-oriented research language */ ! /* (c) Daniel Bonniot 2003 */ ! /* */ ! /* This package is free software; you can redistribute it and/or modify */ ! /* it under the terms of the GNU Lesser General Public License as */ ! /* published by the Free Software Foundation; either version 2 of the */ ! /* License, or (at your option) any later version. */ ! /* */ ! /**************************************************************************/ package nice.lang; --- 1,18 ---- ! /**************************************************************************** ! * N I C E * ! * A high-level object-oriented research language * ! * (c) Daniel Bonniot 2003 * ! * * ! * This package is free software; you can redistribute it and/or modify * ! * it under the terms of the GNU General Public License as published by * ! * Free Software Foundation; either version 2 of the License, or (at your * ! * option) any later version. * ! * * ! * As a special exception, the copyright holders of this library give you * ! * permission to link this library with independent modules to produce an * ! * executable, regardless of the license terms of these independent * ! * modules, and to copy and distribute the resulting executable under * ! * terms of your choice. * ! ****************************************************************************/ package nice.lang; Index: native.nice =================================================================== RCS file: /cvsroot/nice/Nice/stdlib/nice/lang/native.nice,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** native.nice 21 Jul 2003 17:24:14 -0000 1.5 --- native.nice 19 Nov 2003 16:04:45 -0000 1.6 *************** *** 1,13 **** ! /**************************************************************************/ ! /* N I C E */ ! /* A high-level object-oriented research language */ ! /* (c) Daniel Bonniot 2003 */ ! /* */ ! /* This package is free software; you can redistribute it and/or modify */ ! /* it under the terms of the GNU Lesser General Public License as */ ! /* published by the Free Software Foundation; either version 2 of the */ ! /* License, or (at your option) any later version. */ ! /* */ ! /**************************************************************************/ package nice.lang; --- 1,18 ---- ! /**************************************************************************** ! * N I C E * ! * A high-level object-oriented research language * ! * (c) Daniel Bonniot 2003 * ! * * ! * This package is free software; you can redistribute it and/or modify * ! * it under the terms of the GNU General Public License as published by * ! * Free Software Foundation; either version 2 of the License, or (at your * ! * option) any later version. * ! * * ! * As a special exception, the copyright holders of this library give you * ! * permission to link this library with independent modules to produce an * ! * executable, regardless of the license terms of these independent * ! * modules, and to copy and distribute the resulting executable under * ! * terms of your choice. * ! ****************************************************************************/ package nice.lang; Index: java.nice =================================================================== RCS file: /cvsroot/nice/Nice/stdlib/nice/lang/java.nice,v retrieving revision 1.43 retrieving revision 1.44 diff -C2 -d -r1.43 -r1.44 *** java.nice 19 Nov 2003 15:39:04 -0000 1.43 --- java.nice 19 Nov 2003 16:04:45 -0000 1.44 *************** *** 1,13 **** ! /**************************************************************************/ ! /* N I C E */ ! /* A high-level object-oriented research language */ ! /* (c) Daniel Bonniot 2003 */ ! /* */ ! /* This package is free software; you can redistribute it and/or modify */ ! /* it under the terms of the GNU Lesser General Public License as */ ! /* published by the Free Software Foundation; either version 2 of the */ ! /* License, or (at your option) any later version. */ ! /* */ ! /**************************************************************************/ /** --- 1,18 ---- ! /**************************************************************************** ! * N I C E * ! * A high-level object-oriented research language * ! * (c) Daniel Bonniot 2003 * ! * * ! * This package is free software; you can redistribute it and/or modify * ! * it under the terms of the GNU General Public License as published by * ! * Free Software Foundation; either version 2 of the License, or (at your * ! * option) any later version. * ! * * ! * As a special exception, the copyright holders of this library give you * ! * permission to link this library with independent modules to produce an * ! * executable, regardless of the license terms of these independent * ! * modules, and to copy and distribute the resulting executable under * ! * terms of your choice. * ! ****************************************************************************/ /** Index: graph.nice =================================================================== RCS file: /cvsroot/nice/Nice/stdlib/nice/lang/graph.nice,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** graph.nice 21 Jul 2003 17:24:14 -0000 1.19 --- graph.nice 19 Nov 2003 16:04:45 -0000 1.20 *************** *** 1,13 **** ! /**************************************************************************/ ! /* N I C E */ ! /* A high-level object-oriented research language */ ! /* (c) Daniel Bonniot 2003 */ ! /* */ ! /* This package is free software; you can redistribute it and/or modify */ ! /* it under the terms of the GNU Lesser General Public License as */ ! /* published by the Free Software Foundation; either version 2 of the */ ! /* License, or (at your option) any later version. */ ! /* */ ! /**************************************************************************/ package nice.lang; --- 1,18 ---- ! /**************************************************************************** ! * N I C E * ! * A high-level object-oriented research language * ! * (c) Daniel Bonniot 2003 * ! * * ! * This package is free software; you can redistribute it and/or modify * ! * it under the terms of the GNU General Public License as published by * ! * Free Software Foundation; either version 2 of the License, or (at your * ! * option) any later version. * ! * * ! * As a special exception, the copyright holders of this library give you * ! * permission to link this library with independent modules to produce an * ! * executable, regardless of the license terms of these independent * ! * modules, and to copy and distribute the resulting executable under * ! * terms of your choice. * ! ****************************************************************************/ package nice.lang; Index: enum.nice =================================================================== RCS file: /cvsroot/nice/Nice/stdlib/nice/lang/enum.nice,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** enum.nice 26 Jul 2003 16:18:07 -0000 1.3 --- enum.nice 19 Nov 2003 16:04:45 -0000 1.4 *************** *** 1,13 **** ! /**************************************************************************/ ! /* N I C E */ ! /* A high-level object-oriented research language */ ! /* (c) Daniel Bonniot 2003 */ ! /* */ ! /* This package is free software; you can redistribute it and/or modify */ ! /* it under the terms of the GNU Lesser General Public License as */ ! /* published by the Free Software Foundation; either version 2 of the */ ! /* License, or (at your option) any later version. */ ! /* */ ! /**************************************************************************/ package nice.lang; --- 1,18 ---- ! /**************************************************************************** ! * N I C E * ! * A high-level object-oriented research language * ! * (c) Daniel Bonniot 2003 * ! * * ! * This package is free software; you can redistribute it and/or modify * ! * it under the terms of the GNU General Public License as published by * ! * Free Software Foundation; either version 2 of the License, or (at your * ! * option) any later version. * ! * * ! * As a special exception, the copyright holders of this library give you * ! * permission to link this library with independent modules to produce an * ! * executable, regardless of the license terms of these independent * ! * modules, and to copy and distribute the resulting executable under * ! * terms of your choice. * ! ****************************************************************************/ package nice.lang; Index: comparable.nice =================================================================== RCS file: /cvsroot/nice/Nice/stdlib/nice/lang/comparable.nice,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** comparable.nice 21 Jul 2003 17:24:14 -0000 1.3 --- comparable.nice 19 Nov 2003 16:04:46 -0000 1.4 *************** *** 1,13 **** ! /**************************************************************************/ ! /* N I C E */ ! /* A high-level object-oriented research language */ ! /* (c) Daniel Bonniot 2003 */ ! /* */ ! /* This package is free software; you can redistribute it and/or modify */ ! /* it under the terms of the GNU Lesser General Public License as */ ! /* published by the Free Software Foundation; either version 2 of the */ ! /* License, or (at your option) any later version. */ ! /* */ ! /**************************************************************************/ /**************************************************************** --- 1,18 ---- ! /**************************************************************************** ! * N I C E * ! * A high-level object-oriented research language * ! * (c) Daniel Bonniot 2003 * ! * * ! * This package is free software; you can redistribute it and/or modify * ! * it under the terms of the GNU General Public License as published by * ! * Free Software Foundation; either version 2 of the License, or (at your * ! * option) any later version. * ! * * ! * As a special exception, the copyright holders of this library give you * ! * permission to link this library with independent modules to produce an * ! * executable, regardless of the license terms of these independent * ! * modules, and to copy and distribute the resulting executable under * ! * terms of your choice. * ! ****************************************************************************/ /**************************************************************** Index: collections.nice =================================================================== RCS file: /cvsroot/nice/Nice/stdlib/nice/lang/collections.nice,v retrieving revision 1.56 retrieving revision 1.57 diff -C2 -d -r1.56 -r1.57 *** collections.nice 11 Sep 2003 17:10:08 -0000 1.56 --- collections.nice 19 Nov 2003 16:04:46 -0000 1.57 *************** *** 1,13 **** ! /**************************************************************************/ ! /* N I C E */ ! /* A high-level object-oriented research language */ ! /* (c) Daniel Bonniot 2003 */ ! /* */ ! /* This package is free software; you can redistribute it and/or modify */ ! /* it under the terms of the GNU Lesser General Public License as */ ! /* published by the Free Software Foundation; either version 2 of the */ ! /* License, or (at your option) any later version. */ ! /* */ ! /**************************************************************************/ package nice.lang; --- 1,18 ---- ! /**************************************************************************** ! * N I C E * ! * A high-level object-oriented research language * ! * (c) Daniel Bonniot 2003 * ! * * ! * This package is free software; you can redistribute it and/or modify * ! * it under the terms of the GNU General Public License as published by * ! * Free Software Foundation; either version 2 of the License, or (at your * ! * option) any later version. * ! * * ! * As a special exception, the copyright holders of this library give you * ! * permission to link this library with independent modules to produce an * ! * executable, regardless of the license terms of these independent * ! * modules, and to copy and distribute the resulting executable under * ! * terms of your choice. * ! ****************************************************************************/ package nice.lang; Index: booleans.nice =================================================================== RCS file: /cvsroot/nice/Nice/stdlib/nice/lang/booleans.nice,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** booleans.nice 21 Jul 2003 17:24:14 -0000 1.14 --- booleans.nice 19 Nov 2003 16:04:46 -0000 1.15 *************** *** 1,13 **** ! /**************************************************************************/ ! /* N I C E */ ! /* A high-level object-oriented research language */ ! /* (c) Daniel Bonniot 2003 */ ! /* */ ! /* This package is free software; you can redistribute it and/or modify */ ! /* it under the terms of the GNU Lesser General Public License as */ ! /* published by the Free Software Foundation; either version 2 of the */ ! /* License, or (at your option) any later version. */ ! /* */ ! /**************************************************************************/ package nice.lang; --- 1,18 ---- ! /**************************************************************************** ! * N I C E * ! * A high-level object-oriented research language * ! * (c) Daniel Bonniot 2003 * ! * * ! * This package is free software; you can redistribute it and/or modify * ! * it under the terms of the GNU General Public License as published by * ! * Free Software Foundation; either version 2 of the License, or (at your * ! * option) any later version. * ! * * ! * As a special exception, the copyright holders of this library give you * ! * permission to link this library with independent modules to produce an * ! * executable, regardless of the license terms of these independent * ! * modules, and to copy and distribute the resulting executable under * ! * terms of your choice. * ! ****************************************************************************/ package nice.lang; Index: bigint.nice =================================================================== RCS file: /cvsroot/nice/Nice/stdlib/nice/lang/bigint.nice,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** bigint.nice 21 Jul 2003 17:24:14 -0000 1.3 --- bigint.nice 19 Nov 2003 16:04:46 -0000 1.4 *************** *** 1,13 **** ! /**************************************************************************/ ! /* N I C E */ ! /* A high-level object-oriented research language */ ! /* (c) Daniel Bonniot 2003 */ ! /* */ ! /* This package is free software; you can redistribute it and/or modify */ ! /* it under the terms of the GNU Lesser General Public License as */ ! /* published by the Free Software Foundation; either version 2 of the */ ! /* License, or (at your option) any later version. */ ! /* */ ! /**************************************************************************/ package nice.lang; --- 1,18 ---- ! /**************************************************************************** ! * N I C E * ! * A high-level object-oriented research language * ! * (c) Daniel Bonniot 2003 * ! * * ! * This package is free software; you can redistribute it and/or modify * ! * it under the terms of the GNU General Public License as published by * ! * Free Software Foundation; either version 2 of the License, or (at your * ! * option) any later version. * ! * * ! * As a special exception, the copyright holders of this library give you * ! * permission to link this library with independent modules to produce an * ! * executable, regardless of the license terms of these independent * ! * modules, and to copy and distribute the resulting executable under * ! * terms of your choice. * ! ****************************************************************************/ package nice.lang; Index: assertions.nice =================================================================== RCS file: /cvsroot/nice/Nice/stdlib/nice/lang/assertions.nice,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** assertions.nice 21 Jul 2003 17:24:14 -0000 1.5 --- assertions.nice 19 Nov 2003 16:04:46 -0000 1.6 *************** *** 1,13 **** ! /**************************************************************************/ ! /* N I C E */ ! /* A high-level object-oriented research language */ ! /* (c) Daniel Bonniot 2003 */ ! /* */ ! /* This package is free software; you can redistribute it and/or modify */ ! /* it under the terms of the GNU Lesser General Public License as */ ! /* published by the Free Software Foundation; either version 2 of the */ ! /* License, or (at your option) any later version. */ ! /* */ ! /**************************************************************************/ package nice.lang; --- 1,18 ---- ! /**************************************************************************** ! * N I C E * ! * A high-level object-oriented research language * ! * (c) Daniel Bonniot 2003 * ! * * ! * This package is free software; you can redistribute it and/or modify * ! * it under the terms of the GNU General Public License as published by * ! * Free Software Foundation; either version 2 of the License, or (at your * ! * option) any later version. * ! * * ! * As a special exception, the copyright holders of this library give you * ! * permission to link this library with independent modules to produce an * ! * executable, regardless of the license terms of these independent * ! * modules, and to copy and distribute the resulting executable under * ! * terms of your choice. * ! ****************************************************************************/ package nice.lang; Index: array.nice =================================================================== RCS file: /cvsroot/nice/Nice/stdlib/nice/lang/array.nice,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** array.nice 8 Oct 2003 16:19:04 -0000 1.30 --- array.nice 19 Nov 2003 16:04:46 -0000 1.31 *************** *** 1,13 **** ! /**************************************************************************/ ! /* N I C E */ ! /* A high-level object-oriented research language */ ! /* (c) Daniel Bonniot 2003 */ ! /* */ ! /* This package is free software; you can redistribute it and/or modify */ ! /* it under the terms of the GNU Lesser General Public License as */ ! /* published by the Free Software Foundation; either version 2 of the */ ! /* License, or (at your option) any later version. */ ! /* */ ! /**************************************************************************/ package nice.lang; --- 1,18 ---- ! /**************************************************************************** ! * N I C E * ! * A high-level object-oriented research language * ! * (c) Daniel Bonniot 2003 * ! * * ! * This package is free software; you can redistribute it and/or modify * ! * it under the terms of the GNU General Public License as published by * ! * Free Software Foundation; either version 2 of the License, or (at your * ! * option) any later version. * ! * * ! * As a special exception, the copyright holders of this library give you * ! * permission to link this library with independent modules to produce an * ! * executable, regardless of the license terms of these independent * ! * modules, and to copy and distribute the resulting executable under * ! * terms of your choice. * ! ****************************************************************************/ package nice.lang; Index: Native.java =================================================================== RCS file: /cvsroot/nice/Nice/stdlib/nice/lang/Native.java,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** Native.java 27 Sep 2003 11:51:52 -0000 1.15 --- Native.java 19 Nov 2003 16:04:46 -0000 1.16 *************** *** 1,13 **** ! /**************************************************************************/ ! /* N I C E */ ! /* A high-level object-oriented research language */ ! /* (c) Daniel Bonniot 2003 */ ! /* */ ! /* This package is free software; you can redistribute it and/or modify */ ! /* it under the terms of the GNU Lesser General Public License as */ ! /* published by the Free Software Foundation; either version 2 of the */ ! /* License, or (at your option) any later version. */ ! /* */ ! /**************************************************************************/ package nice.lang; --- 1,18 ---- ! /**************************************************************************** ! * N I C E * ! * A high-level object-oriented research language * ! * (c) Daniel Bonniot 2003 * ! * * ! * This package is free software; you can redistribute it and/or modify * ! * it under the terms of the GNU General Public License as published by * ! * Free Software Foundation; either version 2 of the License, or (at your * ! * option) any later version. * ! * * ! * As a special exception, the copyright holders of this library give you * ! * permission to link this library with independent modules to produce an * ! * executable, regardless of the license terms of these independent * ! * modules, and to copy and distribute the resulting executable under * ! * terms of your choice. * ! ****************************************************************************/ package nice.lang; Index: ForInIters.nice =================================================================== RCS file: /cvsroot/nice/Nice/stdlib/nice/lang/ForInIters.nice,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** ForInIters.nice 28 Aug 2003 17:46:15 -0000 1.5 --- ForInIters.nice 19 Nov 2003 16:04:46 -0000 1.6 *************** *** 1,13 **** ! /**************************************************************************/ ! /* N I C E */ ! /* A high-level object-oriented research language */ ! /* (c) Daniel Bonniot 2003 */ ! /* */ ! /* This package is free software; you can redistribute it and/or modify */ ! /* it under the terms of the GNU Lesser General Public License as */ ! /* published by the Free Software Foundation; either version 2 of the */ ! /* License, or (at your option) any later version. */ ! /* */ ! /**************************************************************************/ package nice.lang; --- 1,18 ---- ! /**************************************************************************** ! * N I C E * ! * A high-level object-oriented research language * ! * (c) Daniel Bonniot 2003 * ! * * ! * This package is free software; you can redistribute it and/or modify * ! * it under the terms of the GNU General Public License as published by * ! * Free Software Foundation; either version 2 of the License, or (at your * ! * option) any later version. * ! * * ! * As a special exception, the copyright holders of this library give you * ! * permission to link this library with independent modules to produce an * ! * executable, regardless of the license terms of these independent * ! * modules, and to copy and distribute the resulting executable under * ! * terms of your choice. * ! ****************************************************************************/ package nice.lang; Index: BooleanAlgebra.nice =================================================================== RCS file: /cvsroot/nice/Nice/stdlib/nice/lang/BooleanAlgebra.nice,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** BooleanAlgebra.nice 21 Jul 2003 17:24:14 -0000 1.4 --- BooleanAlgebra.nice 19 Nov 2003 16:04:46 -0000 1.5 *************** *** 1,13 **** ! /**************************************************************************/ ! /* N I C E */ ! /* A high-level object-oriented research language */ ! /* (c) Daniel Bonniot 2003 */ ! /* */ ! /* This package is free software; you can redistribute it and/or modify */ ! /* it under the terms of the GNU Lesser General Public License as */ ! /* published by the Free Software Foundation; either version 2 of the */ ! /* License, or (at your option) any later version. */ ! /* */ ! /**************************************************************************/ package nice.lang; --- 1,18 ---- ! /**************************************************************************** ! * N I C E * ! * A high-level object-oriented research language * ! * (c) Daniel Bonniot 2003 * ! * * ! * This package is free software; you can redistribute it and/or modify * ! * it under the terms of the GNU General Public License as published by * ! * Free Software Foundation; either version 2 of the License, or (at your * ! * option) any later version. * ! * * ! * As a special exception, the copyright holders of this library give you * ! * permission to link this library with independent modules to produce an * ! * executable, regardless of the license terms of these independent * ! * modules, and to copy and distribute the resulting executable under * ! * terms of your choice. * ! ****************************************************************************/ package nice.lang; |