Update of /cvsroot/nice/Nice/stdlib/nice/lang
In directory sc8-pr-cvs1:/tmp/cvs-serv23407/F:/nice/stdlib/nice/lang
Modified Files:
Native.java
Log Message:
Changed the license in Native.java to LGPL.
Index: Native.java
===================================================================
RCS file: /cvsroot/nice/Nice/stdlib/nice/lang/Native.java,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** Native.java 23 Mar 2003 00:05:48 -0000 1.14
--- Native.java 27 Sep 2003 11:51:52 -0000 1.15
***************
*** 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. */
/* */
/**************************************************************************/
|