gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] libvob ./runbench.py ./rundemo.py include/vob/t...


From: Tuomas J. Lukka
Subject: [Gzz-commits] libvob ./runbench.py ./rundemo.py include/vob/t...
Date: Wed, 11 Jun 2003 13:49:03 -0400

CVSROOT:        /cvsroot/libvob
Module name:    libvob
Branch:         
Changes by:     Tuomas J. Lukka <address@hidden>        03/06/11 13:49:03

Modified files:
        .              : runbench.py rundemo.py 
        include/vob/trans: leaf.hxx 
        lava/blob      : trycfillet.cxx 
        lava/paper     : fpexp.py 
        vob            : __init__.py 
        vob/demo       : fpfil.py fpfont.py vpmultifil.py 
        vob/demo/multifil: long.py multifil.py randgraph.py short.py 
        vob/gl         : __init__.py 
        vob/util       : __init__.py 
        vob/vobs       : __init__.py 

Log message:
        make copyrighted

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/runbench.py.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/rundemo.py.diff?tr1=1.4&tr2=1.5&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/include/vob/trans/leaf.hxx.diff?tr1=1.3&tr2=1.4&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/lava/blob/trycfillet.cxx.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/lava/paper/fpexp.py.diff?tr1=1.3&tr2=1.4&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/vob/__init__.py.diff?tr1=1.9&tr2=1.10&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/vob/demo/fpfil.py.diff?tr1=1.7&tr2=1.8&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/vob/demo/fpfont.py.diff?tr1=1.10&tr2=1.11&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/vob/demo/vpmultifil.py.diff?tr1=1.5&tr2=1.6&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/vob/demo/multifil/long.py.diff?tr1=1.3&tr2=1.4&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/vob/demo/multifil/multifil.py.diff?tr1=1.12&tr2=1.13&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/vob/demo/multifil/randgraph.py.diff?tr1=1.10&tr2=1.11&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/vob/demo/multifil/short.py.diff?tr1=1.3&tr2=1.4&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/vob/gl/__init__.py.diff?tr1=1.4&tr2=1.5&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/vob/util/__init__.py.diff?tr1=1.5&tr2=1.6&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/vob/vobs/__init__.py.diff?tr1=1.2&tr2=1.3&r1=text&r2=text

Patches:
Index: libvob/include/vob/trans/leaf.hxx
diff -u libvob/include/vob/trans/leaf.hxx:1.3 
libvob/include/vob/trans/leaf.hxx:1.4
--- libvob/include/vob/trans/leaf.hxx:1.3       Wed Jun 11 13:48:38 2003
+++ libvob/include/vob/trans/leaf.hxx   Wed Jun 11 13:49:03 2003
@@ -1,4 +1,28 @@
-// (c) Tuomas J. Lukka
+/*
+leaf.hxx
+ *    
+ *    Copyright (c) 2003, Tuomas J. Lukka
+ *    This file is part of Libvob.
+ *    
+ *    Libvob 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.
+ *    
+ *    Libvob 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 Libvob; if not, write to the Free
+ *    Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ *    MA  02111-1307  USA
+ *    
+ */
+/*
+ * Written by Tuomas J. Lukka
+ */
 
 #ifndef VOB_NON_LEAF 
 #define VOB_NON_LEAF 0
Index: libvob/lava/blob/trycfillet.cxx
diff -u libvob/lava/blob/trycfillet.cxx:1.2 libvob/lava/blob/trycfillet.cxx:1.3
--- libvob/lava/blob/trycfillet.cxx:1.2 Wed Jun 11 13:48:38 2003
+++ libvob/lava/blob/trycfillet.cxx     Wed Jun 11 13:49:03 2003
@@ -1,4 +1,28 @@
-// (c) Tuomas J. Lukka
+/*
+trycfillet.cxx
+ *    
+ *    Copyright (c) 2003, Tuomas J. Lukka
+ *    This file is part of Libvob.
+ *    
+ *    Libvob 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.
+ *    
+ *    Libvob 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 Libvob; if not, write to the Free
+ *    Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ *    MA  02111-1307  USA
+ *    
+ */
+/*
+ * Written by Tuomas J. Lukka
+ */
 
 #include <GL/glut.h>
 #include <math.h>
Index: libvob/lava/paper/fpexp.py
diff -u libvob/lava/paper/fpexp.py:1.3 libvob/lava/paper/fpexp.py:1.4
--- libvob/lava/paper/fpexp.py:1.3      Wed Jun 11 13:48:38 2003
+++ libvob/lava/paper/fpexp.py  Wed Jun 11 13:49:03 2003
@@ -1,4 +1,23 @@
-# (c) Tuomas J. Lukka
+# 
+# Copyright (c) 2003, Tuomas J. Lukka
+# This file is part of Libvob.
+# 
+# Libvob 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.
+# 
+# Libvob 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 Libvob; if not, write to the Free
+# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+# MA  02111-1307  USA
+# 
+
 
 import vob
 from org.nongnu.libvob.gl import GL, GLRen
Index: libvob/runbench.py
diff -u libvob/runbench.py:1.2 libvob/runbench.py:1.3
--- libvob/runbench.py:1.2      Wed Jun 11 13:48:38 2003
+++ libvob/runbench.py  Wed Jun 11 13:49:03 2003
@@ -1,4 +1,23 @@
-# (c) Tuomas J. Lukka
+# 
+# Copyright (c) 2003, Tuomas J. Lukka
+# This file is part of Libvob.
+# 
+# Libvob 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.
+# 
+# Libvob 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 Libvob; if not, write to the Free
+# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+# MA  02111-1307  USA
+# 
+
 
 # Script to get the demo module correctly into a module.
 
Index: libvob/rundemo.py
diff -u libvob/rundemo.py:1.4 libvob/rundemo.py:1.5
--- libvob/rundemo.py:1.4       Wed Jun 11 13:48:38 2003
+++ libvob/rundemo.py   Wed Jun 11 13:49:03 2003
@@ -1,4 +1,23 @@
-# (c) Tuomas J. Lukka
+# 
+# Copyright (c) 2003, Tuomas J. Lukka
+# This file is part of Libvob.
+# 
+# Libvob 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.
+# 
+# Libvob 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 Libvob; if not, write to the Free
+# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+# MA  02111-1307  USA
+# 
+
 
 # Script to get the demo module correctly into a module.
 
Index: libvob/vob/__init__.py
diff -u libvob/vob/__init__.py:1.9 libvob/vob/__init__.py:1.10
--- libvob/vob/__init__.py:1.9  Wed Jun 11 13:48:38 2003
+++ libvob/vob/__init__.py      Wed Jun 11 13:49:03 2003
@@ -1,4 +1,23 @@
-# (c) Tuomas J. Lukka
+# 
+# Copyright (c) 2003, Tuomas J. Lukka
+# This file is part of Libvob.
+# 
+# Libvob 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.
+# 
+# Libvob 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 Libvob; if not, write to the Free
+# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+# MA  02111-1307  USA
+# 
+
 
 #foo
 
Index: libvob/vob/demo/fpfil.py
diff -u libvob/vob/demo/fpfil.py:1.7 libvob/vob/demo/fpfil.py:1.8
--- libvob/vob/demo/fpfil.py:1.7        Wed Jun 11 13:48:38 2003
+++ libvob/vob/demo/fpfil.py    Wed Jun 11 13:49:03 2003
@@ -1,4 +1,23 @@
-# (c) Tuomas J. Lukka
+# 
+# Copyright (c) 2003, Tuomas J. Lukka
+# This file is part of Libvob.
+# 
+# Libvob 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.
+# 
+# Libvob 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 Libvob; if not, write to the Free
+# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+# MA  02111-1307  USA
+# 
+
 
 import vob
 from org.nongnu.libvob.gl import GL, GLRen
Index: libvob/vob/demo/fpfont.py
diff -u libvob/vob/demo/fpfont.py:1.10 libvob/vob/demo/fpfont.py:1.11
--- libvob/vob/demo/fpfont.py:1.10      Wed Jun 11 13:48:38 2003
+++ libvob/vob/demo/fpfont.py   Wed Jun 11 13:49:03 2003
@@ -1,4 +1,23 @@
-# (c) Tuomas J. Lukka and Janne Kujala
+# 
+# Copyright (c) 2003, Tuomas J. Lukka and Janne Kujala
+# This file is part of Libvob.
+# 
+# Libvob 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.
+# 
+# Libvob 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 Libvob; if not, write to the Free
+# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+# MA  02111-1307  USA
+# 
+
 
 import vob
 from org.nongnu.libvob.gl import GL
Index: libvob/vob/demo/multifil/long.py
diff -u libvob/vob/demo/multifil/long.py:1.3 
libvob/vob/demo/multifil/long.py:1.4
--- libvob/vob/demo/multifil/long.py:1.3        Wed Jun 11 13:48:38 2003
+++ libvob/vob/demo/multifil/long.py    Wed Jun 11 13:49:03 2003
@@ -1,4 +1,23 @@
-# (c) Tuomas J. Lukka and Janne Kujala
+# 
+# Copyright (c) 2003, Tuomas J. Lukka and Janne Kujala
+# This file is part of Libvob.
+# 
+# Libvob 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.
+# 
+# Libvob 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 Libvob; if not, write to the Free
+# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+# MA  02111-1307  USA
+# 
+
 
 from __future__ import nested_scopes
 import math
Index: libvob/vob/demo/multifil/multifil.py
diff -u libvob/vob/demo/multifil/multifil.py:1.12 
libvob/vob/demo/multifil/multifil.py:1.13
--- libvob/vob/demo/multifil/multifil.py:1.12   Wed Jun 11 13:48:38 2003
+++ libvob/vob/demo/multifil/multifil.py        Wed Jun 11 13:49:03 2003
@@ -1,4 +1,23 @@
-# (c) Tuomas J. Lukka and Janne Kujala
+# 
+# Copyright (c) 2003, Tuomas J. Lukka and Janne Kujala
+# This file is part of Libvob.
+# 
+# Libvob 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.
+# 
+# Libvob 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 Libvob; if not, write to the Free
+# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+# MA  02111-1307  USA
+# 
+
 
 from __future__ import nested_scopes
 import math
Index: libvob/vob/demo/multifil/randgraph.py
diff -u libvob/vob/demo/multifil/randgraph.py:1.10 
libvob/vob/demo/multifil/randgraph.py:1.11
--- libvob/vob/demo/multifil/randgraph.py:1.10  Wed Jun 11 13:48:38 2003
+++ libvob/vob/demo/multifil/randgraph.py       Wed Jun 11 13:49:03 2003
@@ -1,4 +1,23 @@
-# (c) Tuomas J. Lukka and Janne Kujala
+# 
+# Copyright (c) 2003, Tuomas J. Lukka and Janne Kujala
+# This file is part of Libvob.
+# 
+# Libvob 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.
+# 
+# Libvob 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 Libvob; if not, write to the Free
+# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+# MA  02111-1307  USA
+# 
+
 
 from __future__ import nested_scopes
 import math
Index: libvob/vob/demo/multifil/short.py
diff -u libvob/vob/demo/multifil/short.py:1.3 
libvob/vob/demo/multifil/short.py:1.4
--- libvob/vob/demo/multifil/short.py:1.3       Wed Jun 11 13:48:38 2003
+++ libvob/vob/demo/multifil/short.py   Wed Jun 11 13:49:03 2003
@@ -1,4 +1,23 @@
-# (c) Tuomas J. Lukka and Janne Kujala
+# 
+# Copyright (c) 2003, Tuomas J. Lukka and Janne Kujala
+# This file is part of Libvob.
+# 
+# Libvob 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.
+# 
+# Libvob 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 Libvob; if not, write to the Free
+# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+# MA  02111-1307  USA
+# 
+
 
 from __future__ import nested_scopes
 import math
Index: libvob/vob/demo/vpmultifil.py
diff -u libvob/vob/demo/vpmultifil.py:1.5 libvob/vob/demo/vpmultifil.py:1.6
--- libvob/vob/demo/vpmultifil.py:1.5   Wed Jun 11 13:48:38 2003
+++ libvob/vob/demo/vpmultifil.py       Wed Jun 11 13:49:03 2003
@@ -1,4 +1,23 @@
-# (c) Tuomas J. Lukka
+# 
+# Copyright (c) 2003, Tuomas J. Lukka
+# This file is part of Libvob.
+# 
+# Libvob 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.
+# 
+# Libvob 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 Libvob; if not, write to the Free
+# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+# MA  02111-1307  USA
+# 
+
 
 from __future__ import nested_scopes
 import math
Index: libvob/vob/gl/__init__.py
diff -u libvob/vob/gl/__init__.py:1.4 libvob/vob/gl/__init__.py:1.5
--- libvob/vob/gl/__init__.py:1.4       Wed Jun 11 13:48:38 2003
+++ libvob/vob/gl/__init__.py   Wed Jun 11 13:49:03 2003
@@ -1,4 +1,23 @@
-# (c) Tuomas J. Lukka
+# 
+# Copyright (c) 2003, Tuomas J. Lukka
+# This file is part of Libvob.
+# 
+# Libvob 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.
+# 
+# Libvob 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 Libvob; if not, write to the Free
+# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+# MA  02111-1307  USA
+# 
+
 
 #foo
 
Index: libvob/vob/util/__init__.py
diff -u libvob/vob/util/__init__.py:1.5 libvob/vob/util/__init__.py:1.6
--- libvob/vob/util/__init__.py:1.5     Wed Jun 11 13:48:38 2003
+++ libvob/vob/util/__init__.py Wed Jun 11 13:49:03 2003
@@ -1,4 +1,23 @@
-# (c) Tuomas J. Lukka
+# 
+# Copyright (c) 2003, Tuomas J. Lukka
+# This file is part of Libvob.
+# 
+# Libvob 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.
+# 
+# Libvob 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 Libvob; if not, write to the Free
+# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+# MA  02111-1307  USA
+# 
+
 
 import java as _java
 import org.nongnu.libvob.util as _util
Index: libvob/vob/vobs/__init__.py
diff -u libvob/vob/vobs/__init__.py:1.2 libvob/vob/vobs/__init__.py:1.3
--- libvob/vob/vobs/__init__.py:1.2     Wed Jun 11 13:48:38 2003
+++ libvob/vob/vobs/__init__.py Wed Jun 11 13:49:03 2003
@@ -1,4 +1,23 @@
-# (c) Tuomas J. Lukka
+# 
+# Copyright (c) 2003, Tuomas J. Lukka
+# This file is part of Libvob.
+# 
+# Libvob 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.
+# 
+# Libvob 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 Libvob; if not, write to the Free
+# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+# MA  02111-1307  USA
+# 
+
 
 import java as _java
 import org.nongnu.libvob.vobs as _vobs




reply via email to

[Prev in Thread] Current Thread [Next in Thread]