X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-base.git/blobdiff_plain/cb5ceb33ff4e87e35e30cffb07c2dec47fa5937e..f2acfa0565a11ed251ad390461a5c428640681c2:/files/usr/share/python-support/sipb-xen-base/invirt/__init__.py diff --git a/files/usr/share/python-support/sipb-xen-base/invirt/__init__.py b/files/usr/share/python-support/sipb-xen-base/invirt/__init__.py deleted file mode 100644 index d880252..0000000 --- a/files/usr/share/python-support/sipb-xen-base/invirt/__init__.py +++ /dev/null @@ -1,27 +0,0 @@ -'''Invirt - a virtualization management system - -Invirt was developed at the Student Information Processing Board of -the Massachusetts Institute of Technology. See http://xvm.mit.edu/. - -Invirt is free software available under the GNU GPL, version 2 or later. -Consult the source files for details. -''' - -# Invirt is free software: you can redistribute it and/or modify it -# under the terms of the GNU General Public License as published by the -# Free Software Foundation, either version 2 of the License, or (at your -# option) any later version. - -# Invirt 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 General Public License -# for more details. - -# You should have received a copy of the GNU General Public License -# along with Invirt. If not, see . - -__author__ = 'MIT SIPB' -__version__ = '0.1' -__copyright__ = 'Copyright (c) 2008 MIT SIPB' - -# vim:et:sw=4:ts=4