tlicense headers - amprolla - devuan's apt repo merger HTML git clone git://parazyd.org/amprolla.git DIR Log DIR Files DIR Refs DIR README DIR LICENSE --- DIR commit a95cb9c63b162446283a7b3a98e800a940c28ba4 DIR parent f9d091ad6f95301ec3909b87cf1d60930fea702f HTML Author: parazyd <parazyd@dyne.org> Date: Thu, 1 Jun 2017 01:10:31 +0200 license headers Diffstat: M LICENSE | 3 +++ M amprolla-download | 1 + M amprolla-merge.py | 2 ++ M amprolla_init.py | 2 ++ M orchestrate.py | 1 + 5 files changed, 9 insertions(+), 0 deletions(-) --- DIR diff --git a/LICENSE b/LICENSE t@@ -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 DIR diff --git a/amprolla-download b/amprolla-download t@@ -1,4 +1,5 @@ #!/usr/bin/env python3 +# see LICENSE file for copyright and license details import subprocess from os.path import join DIR diff --git a/amprolla-merge.py b/amprolla-merge.py t@@ -1,4 +1,6 @@ #!/usr/bin/env python3 +# see LICENSE file for copyright and license details + """ Amprolla main module """ DIR diff --git a/amprolla_init.py b/amprolla_init.py t@@ -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 DIR diff --git a/orchestrate.py b/orchestrate.py t@@ -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