commit a95cb9c63b162446283a7b3a98e800a940c28ba4
parent f9d091ad6f95301ec3909b87cf1d60930fea702f
Author: parazyd <parazyd@dyne.org>
Date:   Thu,  1 Jun 2017 01:10:31 +0200
license headers
Diffstat:
5 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/LICENSE b/LICENSE
@@ -1,3 +1,6 @@
+Copyright (c) 2017 - Merlijn Wajer <merlijn@wizzup.org>
+                     Ivan J. <parazyd@dyne.org>
+
                     GNU AFFERO GENERAL PUBLIC LICENSE
                        Version 3, 19 November 2007
 
diff --git a/amprolla-download b/amprolla-download
@@ -1,4 +1,5 @@
 #!/usr/bin/env python3
+# see LICENSE file for copyright and license details
 
 import subprocess
 from os.path import join
diff --git a/amprolla-merge.py b/amprolla-merge.py
@@ -1,4 +1,6 @@
 #!/usr/bin/env python3
+# see LICENSE file for copyright and license details
+
 """
 Amprolla main module
 """
diff --git a/amprolla_init.py b/amprolla_init.py
@@ -1,4 +1,6 @@
 #!/usr/bin/env python3
+# see LICENSE file for copyright and license details
+
 """
 This module will download the initial Release files used to populate
 the spooldir, along with all the files hashed inside the Release files
diff --git a/orchestrate.py b/orchestrate.py
@@ -1,4 +1,5 @@
 #!/usr/bin/env python3
+# see LICENSE file for copyright and license details
 
 from os.path import join
 from lib.config import arches, categories