Update of /cvsroot/nice/Nice/stdlib/nice/lang
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4893/stdlib/nice/lang
Modified Files:
using.nice
Log Message:
Fixed license headers.
Index: using.nice
===================================================================
RCS file: /cvsroot/nice/Nice/stdlib/nice/lang/using.nice,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** using.nice 26 Jan 2004 22:12:40 -0000 1.1
--- using.nice 27 Jan 2004 17:37:21 -0000 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. */
! /* */
! /**************************************************************************/
/**
--- 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. *
! ****************************************************************************/
/**
|