summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/flufigut.py (renamed from src/flufig.py)19
1 files changed, 10 insertions, 9 deletions
diff --git a/src/flufig.py b/src/flufigut.py
index a765bc3..c55b0ff 100755
--- a/src/flufig.py
+++ b/src/flufigut.py
@@ -1,30 +1,31 @@
#!/usr/bin/python
#
-# flufig
+# flufigut
#
-# flufig is a simple flumotion configuration generator using
-# pyhton jinja2 template engine and simplejson. flufig generates
-# planet.xml and worker.xml files from configuration templates and
-# an easy representation of the flow structure written in json.
+# flufigut, the flumotion configuration utility, is a simple tool
+# that generates flumotion configuration files using pyhton jinja2
+# template engine and simplejson. flufigut generates planet.xml
+# and worker.xml files from configuration templates and an easy to
+# understand representation of the flow structure written in json.
#
#
# Copyright (C) 2012 Christian Pointner <equinox@spreadspace.org>
# Michael Gebetsroither <michael@mgeb.org>
#
-# This file is part of flufig.
+# This file is part of flufigut.
#
-# flufig is free software: you can redistribute it and/or modify
+# flufigut is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 2 of the License, or
# any later version.
#
-# flufig is distributed in the hope that it will be useful,
+# flufigut is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with flufig. If not, see <http://www.gnu.org/licenses/>.
+# along with flufigut. If not, see <http://www.gnu.org/licenses/>.
#
import string