aboutsummaryrefslogtreecommitdiff
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
parenta624a9522a62fb3baf5b96acb21ab18eaf06a058 (diff)
Added license header.
-rw-r--r--scripts/mirror-repos13
-rwxr-xr-xscripts/rhodecode-setup15
-rw-r--r--scripts/update-repos13
-rw-r--r--scripts/update-server-info14
4 files changed, 54 insertions, 1 deletions
diff --git a/scripts/mirror-repos b/scripts/mirror-repos
index f9d7929..31c6a4e 100644
--- a/scripts/mirror-repos
+++ b/scripts/mirror-repos
@@ -1,5 +1,18 @@
#!/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 logging
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
diff --git a/scripts/update-repos b/scripts/update-repos
index a72ce36..2c4af80 100644
--- a/scripts/update-repos
+++ b/scripts/update-repos
@@ -1,5 +1,18 @@
#!/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 logging
diff --git a/scripts/update-server-info b/scripts/update-server-info
index d028dc6..7ae5951 100644
--- a/scripts/update-server-info
+++ b/scripts/update-server-info
@@ -1,5 +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 os