Statistics
| Branch: | Tag: | Revision:

root / htools / Ganeti / Constants.hs.in @ 56c094b4

History | View | Annotate | Download (835 Bytes)

1 d99d1e36 Iustin Pop
{-| Ganeti constants.
2 d99d1e36 Iustin Pop
3 d99d1e36 Iustin Pop
These are duplicated from the Python code.
4 d99d1e36 Iustin Pop
5 d99d1e36 Iustin Pop
-}
6 d99d1e36 Iustin Pop
7 d99d1e36 Iustin Pop
{-
8 d99d1e36 Iustin Pop
9 d99d1e36 Iustin Pop
Copyright (C) 2009, 2010, 2011 Google Inc.
10 d99d1e36 Iustin Pop
11 d99d1e36 Iustin Pop
This program is free software; you can redistribute it and/or modify
12 d99d1e36 Iustin Pop
it under the terms of the GNU General Public License as published by
13 d99d1e36 Iustin Pop
the Free Software Foundation; either version 2 of the License, or
14 d99d1e36 Iustin Pop
(at your option) any later version.
15 d99d1e36 Iustin Pop
16 d99d1e36 Iustin Pop
This program is distributed in the hope that it will be useful, but
17 d99d1e36 Iustin Pop
WITHOUT ANY WARRANTY; without even the implied warranty of
18 d99d1e36 Iustin Pop
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
19 d99d1e36 Iustin Pop
General Public License for more details.
20 d99d1e36 Iustin Pop
21 d99d1e36 Iustin Pop
You should have received a copy of the GNU General Public License
22 d99d1e36 Iustin Pop
along with this program; if not, write to the Free Software
23 d99d1e36 Iustin Pop
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
24 d99d1e36 Iustin Pop
02110-1301, USA.
25 d99d1e36 Iustin Pop
26 d99d1e36 Iustin Pop
-}
27 d99d1e36 Iustin Pop
28 d99d1e36 Iustin Pop
module Ganeti.Constants where