diff options
author | Philip Hands <phil@hands.com> | 2015-06-03 22:47:39 +0100 |
---|---|---|
committer | Philip Hands <phil@hands.com> | 2015-06-04 10:30:24 +0100 |
commit | 878a9e12073eb04530ea175ec89ece4045949515 (patch) | |
tree | 9bca1d4d1ef50d3598f0e332426634e3c10247df | |
parent | bcba6e61cda6094a1228fe1bd9b942cfc2036d81 (diff) | |
download | jenkins.debian.net-878a9e12073eb04530ea175ec89ece4045949515.tar.xz |
drop copyright symbol to avoid charset upset
-rwxr-xr-x | job-cfg/d-i.yaml.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/job-cfg/d-i.yaml.py b/job-cfg/d-i.yaml.py index e833892c..3322df41 100755 --- a/job-cfg/d-i.yaml.py +++ b/job-cfg/d-i.yaml.py @@ -1,6 +1,6 @@ #!/usr/bin/python3 # -# Copyright © 2015 Philip Hands <phil@hands.com> +# Copyright 2015 Philip Hands <phil@hands.com> # written to generate something very similar to d-i.yaml so much of the # quoted text is Copyright Holger Levsen <holger@layer-acht.org> # Licensed under GPL-2 |