| Rev | Line | |
|---|
| [725] | 1 | '''Invirt - a virtualization management system |
|---|
| 2 | |
|---|
| 3 | Invirt was developed at the Student Information Processing Board of |
|---|
| 4 | the Massachusetts Institute of Technology. See http://xvm.mit.edu/. |
|---|
| 5 | |
|---|
| 6 | Invirt is free software available under the GNU GPL, version 2 or later. |
|---|
| 7 | Consult 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/>. |
|---|
| [726] | 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.