X-Git-Url: http://git.scottworley.com/annex-ec/blobdiff_plain/2b22dfad8f09a236e4c8f7983b491b31b06b4c25..10cf2a1e0480ffc7f70bfe8eb1f427b9f98efccf:/annex-ec-test diff --git a/annex-ec-test b/annex-ec-test index 013236d..20363f8 100755 --- a/annex-ec-test +++ b/annex-ec-test @@ -1,5 +1,13 @@ #!/usr/bin/env bash +# annex-ec: Use erasure codes for more efficient storage use in git-annex +# Copyright (C) 2026 Scott Worley + +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. + set -euo pipefail die() { echo "$*" >&2; exit 1; }