source: trunk/packages/invirt-base/python/invirt/__init__.py @ 1330

Last change on this file since 1330 was 1330, checked in by price, 15 years ago

sipb-xen-base -> invirt-base

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