Statistics
| Branch: | Tag: | Revision:

root / htools / Ganeti / Constants.hs.in @ cefd4a4a

History | View | Annotate | Download (955 Bytes)

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