fc55bd8da0a0a97d9631758e9e88c251f83737a6
[invirt/packages/invirt-base.git] / python / invirt / __init__.py
1 """
2 Invirt - a virtualization management system
3
4 Invirt was developed at the Student Information Processing Board of
5 the Massachusetts Institute of Technology.  See http://xvm.mit.edu/.
6
7 Invirt is free software available under the GNU GPL, version 2 or later.
8 Consult the source files for details.
9 """
10
11 # Invirt is free software: you can redistribute it and/or modify it
12 # under the terms of the GNU General Public License as published by the
13 # Free Software Foundation, either version 2 of the License, or (at your
14 # option) any later version.
15
16 # Invirt is distributed in the hope that it will be useful, but WITHOUT
17 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
18 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
19 # for more details.
20
21 # You should have received a copy of the GNU General Public License
22 # along with Invirt.  If not, see <http://www.gnu.org/licenses/>.
23
24 __author__    = 'MIT SIPB'
25 __version__   = '0.1'
26 __copyright__ = 'Copyright (c) 2008 MIT SIPB'