1 file changed, 18 insertions(+) viff/sfdl/__init__.py | 18 ++++++++++++++++++
# HG changeset patch # User Martin Geisler <[EMAIL PROTECTED]> # Date 1227518456 -3600 # Node ID acb9d741bb061ff7efb13601fed4a7f573e77be1 # Parent ee2eb3441cd9fc2c17ff1afb6a0a6591350cbec0 New viff.sfdl package for SFDL related code. diff --git a/viff/sfdl/__init__.py b/viff/sfdl/__init__.py new file mode 100644 --- /dev/null +++ b/viff/sfdl/__init__.py @@ -0,0 +1,18 @@ +# Copyright 2008 VIFF Development Team. +# +# This file is part of VIFF, the Virtual Ideal Functionality Framework. +# +# VIFF is free software: you can redistribute it and/or modify it +# under the terms of the GNU Lesser General Public License (LGPL) as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# VIFF 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 VIFF. If not, see <http://www.gnu.org/licenses/>. + +"""Support for parsing SFDL programs.""" _______________________________________________ viff-patches mailing list [email protected] http://lists.viff.dk/listinfo.cgi/viff-patches-viff.dk
