X-Git-Url: http://git.scottworley.com/git-cache/blobdiff_plain/bc6c850d26ae2a7813741d80a8b7113aeed81b1d..50685beba299ab4b601b6aabb013bb8398c8bfb0:/git_cache.py?ds=sidebyside diff --git a/git_cache.py b/git_cache.py index c7bcdd2..a34c329 100644 --- a/git_cache.py +++ b/git_cache.py @@ -1,3 +1,10 @@ +# git-cache: Cache git content locally +# +# This program is free software: you can redistribute it and/or modify it +# under the terms of the GNU General Public License as published by the +# Free Software Foundation, version 3. + + # It would be nice if we could share the nix git cache, but as of the # time of writing it is transitioning from gitv2 (deprecated) to gitv3 # (not ready yet), and trying to straddle them both is too far into nix