aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-11-29 15:46:56 -0800
committerRobin H. Johnson <robbat2@gentoo.org>2015-11-29 15:46:56 -0800
commitb507524e34a5308d3a11333e7f04930459b607a9 (patch)
tree39d64f29a3f9e6ac48721c8e63f929baf838a94f /clean-old-deltas.py
parentpy2to3 fixes. (diff)
downloadmastermirror-scripts-b507524e34a5308d3a11333e7f04930459b607a9.tar.gz
mastermirror-scripts-b507524e34a5308d3a11333e7f04930459b607a9.tar.bz2
mastermirror-scripts-b507524e34a5308d3a11333e7f04930459b607a9.zip
Update copyright and docs.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'clean-old-deltas.py')
-rwxr-xr-xclean-old-deltas.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/clean-old-deltas.py b/clean-old-deltas.py
index a415be6..3972eae 100755
--- a/clean-old-deltas.py
+++ b/clean-old-deltas.py
@@ -1,4 +1,5 @@
-#!/usr/bin/python
+#!/usr/bin/env python
+# Copyright 2011-2015 Gentoo Foundation; Distributed under the GPL v2
import os,sys
if len(sys.argv) != 4: