]> git.scottworley.com Git - annex-ec/blobdiff - annex-ec-test
Clarify license
[annex-ec] / annex-ec-test
index 013236d50c24f21afa38dfdaa75f757a6f9e167b..20363f816068a930c5aebac9233c7f1a3853b7fb 100755 (executable)
@@ -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; }