[Nice-commit] Nice/stdlib/nice/lang threads.nice,1.1,1.2 strings.nice,1.12,1.13 prelude.nice,1.31,1.
Brought to you by:
bonniot
Update of /cvsroot/nice/Nice/stdlib/nice/lang In directory sc8-pr-cvs1:/tmp/cvs-serv25609/stdlib/nice/lang Modified Files: threads.nice strings.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 ForInIters.nice BooleanAlgebra.nice Log Message: Specified that the license for nice.lang is the GNU Lesser GPL, so that Nice programs can have whatever license their authors choose. Index: threads.nice =================================================================== RCS file: /cvsroot/nice/Nice/stdlib/nice/lang/threads.nice,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** threads.nice 29 Oct 2002 10:52:08 -0000 1.1 --- threads.nice 21 Jul 2003 17:24:14 -0000 1.2 *************** *** 1,2 **** --- 1,14 ---- + /**************************************************************************/ + /* 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; Index: strings.nice =================================================================== RCS file: /cvsroot/nice/Nice/stdlib/nice/lang/strings.nice,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** strings.nice 17 Jul 2003 19:13:17 -0000 1.12 --- strings.nice 21 Jul 2003 17:24:14 -0000 1.13 *************** *** 2,11 **** /* N I C E */ /* A high-level object-oriented research language */ ! /* (c) Daniel Bonniot 2001 */ /* */ ! /* 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. */ /* */ /**************************************************************************/ --- 2,11 ---- /* 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. */ /* */ /**************************************************************************/ Index: prelude.nice =================================================================== RCS file: /cvsroot/nice/Nice/stdlib/nice/lang/prelude.nice,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -d -r1.31 -r1.32 *** prelude.nice 11 Jun 2003 12:21:26 -0000 1.31 --- prelude.nice 21 Jul 2003 17:24:14 -0000 1.32 *************** *** 2,16 **** /* N I C E */ /* A high-level object-oriented research language */ ! /* (c) Daniel Bonniot 2001 */ /* */ ! /* 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. */ /* */ /**************************************************************************/ - - // File : prelude.nice - // Created : Thu Dec 02 11:42:48 1999 by bonniot /** --- 2,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. */ /* */ /**************************************************************************/ /** Index: numeric.nice =================================================================== RCS file: /cvsroot/nice/Nice/stdlib/nice/lang/numeric.nice,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** numeric.nice 17 Jun 2003 12:16:17 -0000 1.30 --- numeric.nice 21 Jul 2003 17:24:14 -0000 1.31 *************** *** 2,11 **** /* N I C E */ /* A high-level object-oriented research language */ ! /* (c) Daniel Bonniot 2000 */ /* */ ! /* 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. */ /* */ /**************************************************************************/ --- 2,11 ---- /* 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. */ /* */ /**************************************************************************/ Index: null.nice =================================================================== RCS file: /cvsroot/nice/Nice/stdlib/nice/lang/null.nice,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** null.nice 7 Oct 2002 10:57:33 -0000 1.3 --- null.nice 21 Jul 2003 17:24:14 -0000 1.4 *************** *** 2,11 **** /* 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. */ /* */ /**************************************************************************/ --- 2,11 ---- /* 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. */ /* */ /**************************************************************************/ Index: native.nice =================================================================== RCS file: /cvsroot/nice/Nice/stdlib/nice/lang/native.nice,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** native.nice 6 Jul 2002 10:42:31 -0000 1.4 --- native.nice 21 Jul 2003 17:24:14 -0000 1.5 *************** *** 2,11 **** /* 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. */ /* */ /**************************************************************************/ --- 2,11 ---- /* 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. */ /* */ /**************************************************************************/ Index: java.nice =================================================================== RCS file: /cvsroot/nice/Nice/stdlib/nice/lang/java.nice,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** java.nice 21 Jun 2003 09:05:28 -0000 1.24 --- java.nice 21 Jul 2003 17:24:14 -0000 1.25 *************** *** 2,11 **** /* 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. */ /* */ /**************************************************************************/ --- 2,11 ---- /* 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. */ /* */ /**************************************************************************/ Index: graph.nice =================================================================== RCS file: /cvsroot/nice/Nice/stdlib/nice/lang/graph.nice,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** graph.nice 29 Apr 2003 08:38:08 -0000 1.18 --- graph.nice 21 Jul 2003 17:24:14 -0000 1.19 *************** *** 1,2 **** --- 1,14 ---- + /**************************************************************************/ + /* 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; Index: enum.nice =================================================================== RCS file: /cvsroot/nice/Nice/stdlib/nice/lang/enum.nice,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** enum.nice 6 Jul 2003 23:25:38 -0000 1.1 --- enum.nice 21 Jul 2003 17:24:14 -0000 1.2 *************** *** 4,11 **** /* (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. */ /* */ /**************************************************************************/ --- 4,11 ---- /* (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. */ /* */ /**************************************************************************/ Index: comparable.nice =================================================================== RCS file: /cvsroot/nice/Nice/stdlib/nice/lang/comparable.nice,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** comparable.nice 30 Oct 2001 20:53:48 -0000 1.2 --- comparable.nice 21 Jul 2003 17:24:14 -0000 1.3 *************** *** 2,11 **** /* N I C E */ /* A high-level object-oriented research language */ ! /* (c) Daniel Bonniot 2001 */ /* */ ! /* 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. */ /* */ /**************************************************************************/ --- 2,11 ---- /* 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. */ /* */ /**************************************************************************/ Index: collections.nice =================================================================== RCS file: /cvsroot/nice/Nice/stdlib/nice/lang/collections.nice,v retrieving revision 1.50 retrieving revision 1.51 diff -C2 -d -r1.50 -r1.51 *** collections.nice 17 Jul 2003 19:37:32 -0000 1.50 --- collections.nice 21 Jul 2003 17:24:14 -0000 1.51 *************** *** 1,2 **** --- 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; Index: booleans.nice =================================================================== RCS file: /cvsroot/nice/Nice/stdlib/nice/lang/booleans.nice,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** booleans.nice 17 Jul 2003 23:14:37 -0000 1.13 --- booleans.nice 21 Jul 2003 17:24:14 -0000 1.14 *************** *** 1,2 **** --- 1,14 ---- + /**************************************************************************/ + /* 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; Index: bigint.nice =================================================================== RCS file: /cvsroot/nice/Nice/stdlib/nice/lang/bigint.nice,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** bigint.nice 3 Jun 2003 19:43:57 -0000 1.2 --- bigint.nice 21 Jul 2003 17:24:14 -0000 1.3 *************** *** 1,2 **** --- 1,14 ---- + /**************************************************************************/ + /* 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; Index: assertions.nice =================================================================== RCS file: /cvsroot/nice/Nice/stdlib/nice/lang/assertions.nice,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** assertions.nice 19 Mar 2003 13:48:56 -0000 1.4 --- assertions.nice 21 Jul 2003 17:24:14 -0000 1.5 *************** *** 1,2 **** --- 1,14 ---- + /**************************************************************************/ + /* 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; Index: array.nice =================================================================== RCS file: /cvsroot/nice/Nice/stdlib/nice/lang/array.nice,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** array.nice 18 Jul 2003 21:26:50 -0000 1.24 --- array.nice 21 Jul 2003 17:24:14 -0000 1.25 *************** *** 2,11 **** /* N I C E */ /* A high-level object-oriented research language */ ! /* (c) Daniel Bonniot 2001 */ /* */ ! /* 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. */ /* */ /**************************************************************************/ --- 2,11 ---- /* 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. */ /* */ /**************************************************************************/ Index: ForInIters.nice =================================================================== RCS file: /cvsroot/nice/Nice/stdlib/nice/lang/ForInIters.nice,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** ForInIters.nice 12 Jun 2003 13:17:12 -0000 1.3 --- ForInIters.nice 21 Jul 2003 17:24:14 -0000 1.4 *************** *** 1,2 **** --- 1,14 ---- + /**************************************************************************/ + /* 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; Index: BooleanAlgebra.nice =================================================================== RCS file: /cvsroot/nice/Nice/stdlib/nice/lang/BooleanAlgebra.nice,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** BooleanAlgebra.nice 1 Apr 2003 20:51:40 -0000 1.3 --- BooleanAlgebra.nice 21 Jul 2003 17:24:14 -0000 1.4 *************** *** 1,2 **** --- 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; |