aboutsummaryrefslogtreecommitdiff
path: root/scripts/rhodecode-setup
diff options
context:
space:
mode:
authorMilo Casagrande <milo@ubuntu.com>2013-02-07 13:55:36 +0100
committerMilo Casagrande <milo@ubuntu.com>2013-02-07 13:55:36 +0100
commit78d38046657c539fe8a9cceb0f28cfb30b1a3762 (patch)
tree16a93a39f876e959d02d57d1225ad5454b3c9cf0 /scripts/rhodecode-setup
parenta624a9522a62fb3baf5b96acb21ab18eaf06a058 (diff)
Added license header.
Diffstat (limited to 'scripts/rhodecode-setup')
-rwxr-xr-xscripts/rhodecode-setup15
1 files changed, 14 insertions, 1 deletions
diff --git a/scripts/rhodecode-setup b/scripts/rhodecode-setup
index 8cd7cd7..2a7014c 100755
--- a/scripts/rhodecode-setup
+++ b/scripts/rhodecode-setup
@@ -1,6 +1,19 @@
#!/usr/bin/env python
-
# Copyright (C) 2013 Linaro Ltd.
+#
+# 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 3 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, see <http://www.gnu.org/licenses/>
+
import argparse
import datetime