diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-11-29 15:46:56 -0800 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-11-29 15:46:56 -0800 |
commit | b507524e34a5308d3a11333e7f04930459b607a9 (patch) | |
tree | 39d64f29a3f9e6ac48721c8e63f929baf838a94f /rsync-gen.vars | |
parent | py2to3 fixes. (diff) | |
download | mastermirror-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 'rsync-gen.vars')
-rw-r--r-- | rsync-gen.vars | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rsync-gen.vars b/rsync-gen.vars index 1c343e0..a420471 100644 --- a/rsync-gen.vars +++ b/rsync-gen.vars @@ -1,4 +1,6 @@ #!/bin/bash +# Copyright 2005-2015 Gentoo Foundation; Distributed under the GPL v2 +# might be earlier copyright, no history available BASE="/var/tmp/gmirror-rsync" [[ $HOSTNAME == kookaburra ]] && BASE="/var/tmp/gmirror" |