gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] alph alph/__init__.py alph/util/__init__.py alp...


From: Tuomas J. Lukka
Subject: [Gzz-commits] alph alph/__init__.py alph/util/__init__.py alp...
Date: Wed, 11 Jun 2003 13:54:46 -0400

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

Modified files:
        alph           : __init__.py 
        alph/util      : __init__.py dsc.test dscutil.py 
        org/nongnu/alph/impl: stormalph.test urn5textspan.test 
        org/nongnu/alph/xml: serialization.test 

Log message:
        make copyrighted

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/alph/alph/alph/__init__.py.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/alph/alph/alph/util/__init__.py.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/alph/alph/alph/util/dsc.test.diff?tr1=1.3&tr2=1.4&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/alph/alph/alph/util/dscutil.py.diff?tr1=1.5&tr2=1.6&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/alph/alph/org/nongnu/alph/impl/stormalph.test.diff?tr1=1.14&tr2=1.15&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/alph/alph/org/nongnu/alph/impl/urn5textspan.test.diff?tr1=1.4&tr2=1.5&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/alph/alph/org/nongnu/alph/xml/serialization.test.diff?tr1=1.10&tr2=1.11&r1=text&r2=text

Patches:
Index: alph/alph/__init__.py
diff -u alph/alph/__init__.py:1.2 alph/alph/__init__.py:1.3
--- alph/alph/__init__.py:1.2   Wed Jun 11 13:54:28 2003
+++ alph/alph/__init__.py       Wed Jun 11 13:54:46 2003
@@ -1,4 +1,23 @@
-# (c) Tuomas J. Lukka
+# 
+# Copyright (c) 2003, Tuomas J. Lukka
+# This file is part of Alph.
+# 
+# Alph 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.
+# 
+# Alph 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 Alph; if not, write to the Free
+# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+# MA  02111-1307  USA
+# 
+
 
 import java as _java
 
Index: alph/alph/util/__init__.py
diff -u alph/alph/util/__init__.py:1.2 alph/alph/util/__init__.py:1.3
--- alph/alph/util/__init__.py:1.2      Wed Jun 11 13:54:28 2003
+++ alph/alph/util/__init__.py  Wed Jun 11 13:54:46 2003
@@ -1,4 +1,23 @@
-# (c) Tuomas J. Lukka
+# 
+# Copyright (c) 2003, Tuomas J. Lukka
+# This file is part of Alph.
+# 
+# Alph 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.
+# 
+# Alph 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 Alph; if not, write to the Free
+# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+# MA  02111-1307  USA
+# 
+
 
 import java as _java
 
Index: alph/alph/util/dsc.test
diff -u alph/alph/util/dsc.test:1.3 alph/alph/util/dsc.test:1.4
--- alph/alph/util/dsc.test:1.3 Wed Jun 11 13:54:28 2003
+++ alph/alph/util/dsc.test     Wed Jun 11 13:54:46 2003
@@ -1,4 +1,23 @@
-# (c) Tuomas J. Lukka
+# 
+# Copyright (c) 2003, Tuomas J. Lukka
+# This file is part of Alph.
+# 
+# Alph 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.
+# 
+# Alph 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 Alph; if not, write to the Free
+# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+# MA  02111-1307  USA
+# 
+
 
 import os
 import alph
Index: alph/alph/util/dscutil.py
diff -u alph/alph/util/dscutil.py:1.5 alph/alph/util/dscutil.py:1.6
--- alph/alph/util/dscutil.py:1.5       Wed Jun 11 13:54:28 2003
+++ alph/alph/util/dscutil.py   Wed Jun 11 13:54:46 2003
@@ -1,4 +1,23 @@
-# (c) Tuomas J. Lukka
+# 
+# Copyright (c) 2003, Tuomas J. Lukka
+# This file is part of Alph.
+# 
+# Alph 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.
+# 
+# Alph 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 Alph; if not, write to the Free
+# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+# MA  02111-1307  USA
+# 
+
 
 import os
 import jarray
Index: alph/org/nongnu/alph/impl/stormalph.test
diff -u alph/org/nongnu/alph/impl/stormalph.test:1.14 
alph/org/nongnu/alph/impl/stormalph.test:1.15
--- alph/org/nongnu/alph/impl/stormalph.test:1.14       Wed Jun 11 13:54:28 2003
+++ alph/org/nongnu/alph/impl/stormalph.test    Wed Jun 11 13:54:46 2003
@@ -1,4 +1,23 @@
-# (c) Tuomas J. Lukka, Benja Fallenstein and Matti Katila
+# 
+# Copyright (c) 2003, Tuomas J. Lukka, Benja Fallenstein and Matti Katila
+# This file is part of Alph.
+# 
+# Alph 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.
+# 
+# Alph 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 Alph; if not, write to the Free
+# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+# MA  02111-1307  USA
+# 
+
 
 # -*-python-*-
 import org
Index: alph/org/nongnu/alph/impl/urn5textspan.test
diff -u alph/org/nongnu/alph/impl/urn5textspan.test:1.4 
alph/org/nongnu/alph/impl/urn5textspan.test:1.5
--- alph/org/nongnu/alph/impl/urn5textspan.test:1.4     Wed Jun 11 13:54:28 2003
+++ alph/org/nongnu/alph/impl/urn5textspan.test Wed Jun 11 13:54:46 2003
@@ -1,4 +1,23 @@
-# (c) Tuomas J. Lukka
+# 
+# Copyright (c) 2003, Tuomas J. Lukka
+# This file is part of Alph.
+# 
+# Alph 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.
+# 
+# Alph 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 Alph; if not, write to the Free
+# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+# MA  02111-1307  USA
+# 
+
 
 import alph
 import java
Index: alph/org/nongnu/alph/xml/serialization.test
diff -u alph/org/nongnu/alph/xml/serialization.test:1.10 
alph/org/nongnu/alph/xml/serialization.test:1.11
--- alph/org/nongnu/alph/xml/serialization.test:1.10    Wed Jun 11 13:54:28 2003
+++ alph/org/nongnu/alph/xml/serialization.test Wed Jun 11 13:54:46 2003
@@ -1,4 +1,23 @@
-# (c) Tuomas J. Lukka and Benja Fallenstein
+# 
+# Copyright (c) 2003, Tuomas J. Lukka and Benja Fallenstein
+# This file is part of Alph.
+# 
+# Alph 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.
+# 
+# Alph 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 Alph; if not, write to the Free
+# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+# MA  02111-1307  USA
+# 
+
 
 from org.nongnu import alph, storm
 from org.nongnu.alph.xml import *




reply via email to

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