aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp/scripts/__init__.py
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2013-08-22 10:22:37 +0200
committerGuido Günther <agx@sigxcpu.org>2013-08-22 10:22:37 +0200
commitd0fb6d86201d04fb9194119239ccc212302a1b6f (patch)
treecadda961bb160b42eed437396b2911620445b0a9 /gbp/scripts/__init__.py
parent938e4cd25d47a0b9230a14e55724a5c3912e2359 (diff)
Minor docstring updates
Diffstat (limited to 'gbp/scripts/__init__.py')
-rw-r--r--gbp/scripts/__init__.py17
1 files changed, 17 insertions, 0 deletions
diff --git a/gbp/scripts/__init__.py b/gbp/scripts/__init__.py
index e69de29b..fde82674 100644
--- a/gbp/scripts/__init__.py
+++ b/gbp/scripts/__init__.py
@@ -0,0 +1,17 @@
+# vim: set fileencoding=utf-8 :
+#
+# (C) 2013 Guido Günther <agx@sigxcpu.org>
+# This program 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
+# (at your option) any later version.
+#
+# This program 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 this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+"""The gbp commands"""