[gui4gl-commits] [CVS utils4gl] All code is now subject to the Lesser GPL.

  • From: cvsd@xxxxxxxxx
  • To: gui4gl-commits@xxxxxxxxxxxxx
  • Date: Mon, 1 Dec 2003 23:34:59 +0100 (CET)

Commit in utils4gl/src/org/codejive/utils4gl on MAIN
FrameRateCounter.java+211.4 -> 1.5
GLColor.java+211.4 -> 1.5
ConditionalIterator.java+211.3 -> 1.4
Colors.java+211.3 -> 1.4
+84
4 modified files
All code is now subject to the Lesser GPL.

utils4gl/src/org/codejive/utils4gl
FrameRateCounter.java 1.4 -> 1.5
diff -u -r1.4 -r1.5
--- FrameRateCounter.java	20 Nov 2003 16:23:27 -0000	1.4
+++ FrameRateCounter.java	1 Dec 2003 22:35:03 -0000	1.5
@@ -1,4 +1,22 @@
 /*
+ * [utils4gl] OpenGL utilities library
+ * 
+ * Copyright (C) 2003 Tako Schotanus
+ * 
+ * This library 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.1 of the License, or (at your
+ * option) any later version.
+ * 
+ * This library is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
+ * for more details.
+ * 
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this library; if not, write to the Free Software Foundation,
+ * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * 
  * Created on Aug 31, 2003
  */
 package org.codejive.utils4gl;
@@ -27,6 +45,9 @@
 
 /*
  * $Log$
+ * Revision 1.5  2003/12/01 22:35:03  tako
+ * All code is now subject to the Lesser GPL.
+ *
  * Revision 1.4  2003/11/20 16:23:27  tako
  * Updated Java docs.
  *

utils4gl/src/org/codejive/utils4gl
GLColor.java 1.4 -> 1.5
diff -u -r1.4 -r1.5
--- GLColor.java	20 Nov 2003 16:23:27 -0000	1.4
+++ GLColor.java	1 Dec 2003 22:35:03 -0000	1.5
@@ -1,4 +1,22 @@
 /*
+ * [utils4gl] OpenGL utilities library
+ * 
+ * Copyright (C) 2003 Tako Schotanus
+ * 
+ * This library 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.1 of the License, or (at your
+ * option) any later version.
+ * 
+ * This library is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
+ * for more details.
+ * 
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this library; if not, write to the Free Software Foundation,
+ * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * 
  * Created on Sep 11, 2003
  */
 package org.codejive.utils4gl;
@@ -219,6 +237,9 @@
 
 /*
  * $Log$
+ * Revision 1.5  2003/12/01 22:35:03  tako
+ * All code is now subject to the Lesser GPL.
+ *
  * Revision 1.4  2003/11/20 16:23:27  tako
  * Updated Java docs.
  *

utils4gl/src/org/codejive/utils4gl
ConditionalIterator.java 1.3 -> 1.4
diff -u -r1.3 -r1.4
--- ConditionalIterator.java	20 Nov 2003 16:23:27 -0000	1.3
+++ ConditionalIterator.java	1 Dec 2003 22:35:03 -0000	1.4
@@ -1,4 +1,22 @@
 /*
+ * [utils4gl] OpenGL utilities library
+ * 
+ * Copyright (C) 2003 Tako Schotanus
+ * 
+ * This library 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.1 of the License, or (at your
+ * option) any later version.
+ * 
+ * This library is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
+ * for more details.
+ * 
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this library; if not, write to the Free Software Foundation,
+ * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * 
  * Created on Nov 10, 2003
  */
 package org.codejive.utils4gl;
@@ -71,6 +89,9 @@
 
 /*
  * $Log$
+ * Revision 1.4  2003/12/01 22:35:03  tako
+ * All code is now subject to the Lesser GPL.
+ *
  * Revision 1.3  2003/11/20 16:23:27  tako
  * Updated Java docs.
  *

utils4gl/src/org/codejive/utils4gl
Colors.java 1.3 -> 1.4
diff -u -r1.3 -r1.4
--- Colors.java	20 Nov 2003 16:23:27 -0000	1.3
+++ Colors.java	1 Dec 2003 22:35:03 -0000	1.4
@@ -1,4 +1,22 @@
 /*
+ * [utils4gl] OpenGL utilities library
+ * 
+ * Copyright (C) 2003 Tako Schotanus
+ * 
+ * This library 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.1 of the License, or (at your
+ * option) any later version.
+ * 
+ * This library is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
+ * for more details.
+ * 
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this library; if not, write to the Free Software Foundation,
+ * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * 
  * Created on 4-apr-2003
  */
 package org.codejive.utils4gl;
@@ -28,6 +46,9 @@
 
 /*
  * $Log$
+ * Revision 1.4  2003/12/01 22:35:03  tako
+ * All code is now subject to the Lesser GPL.
+ *
  * Revision 1.3  2003/11/20 16:23:27  tako
  * Updated Java docs.
  *
CVSspam 0.2.8

Other related posts: