diff options
author | Philip Hands <phil@hands.com> | 2015-06-03 15:03:27 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-06-03 23:44:40 +0200 |
commit | 401d612b9058fa3d09641b4b81b33e4f38db64a3 (patch) | |
tree | 4f983a7fedc122c09b30d6a81dd848942bd992fa | |
parent | 66e256f714498d8f335994aecb38ac9101f4e997 (diff) | |
download | jenkins.debian.net-401d612b9058fa3d09641b4b81b33e4f38db64a3.tar.xz |
+copyright
-rwxr-xr-x | job-cfg/d-i.yaml.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/job-cfg/d-i.yaml.py b/job-cfg/d-i.yaml.py index c1819fdb..86b5fdc3 100755 --- a/job-cfg/d-i.yaml.py +++ b/job-cfg/d-i.yaml.py @@ -1,5 +1,8 @@ #!/usr/bin/python +# Copyright 2015 Philip Hands <phil@hands.com> +# and released under the GPL v2+ + import sys import os from yaml import load, dump |