diff options
author | Pjotr Prins | 2020-05-28 08:45:22 -0500 |
---|---|---|
committer | Pjotr Prins | 2020-05-28 08:45:22 -0500 |
commit | 426d826ed3c3f77c1ee7af53c7b41dc3c1979485 (patch) | |
tree | f07836d4890eec0c04987161bb8b0479626a28a7 /bh20simplewebuploader/templates | |
parent | d12a580db8146f8ebc511119698e63e3a5de0147 (diff) | |
download | bh20-seq-resource-426d826ed3c3f77c1ee7af53c7b41dc3c1979485.tar.gz bh20-seq-resource-426d826ed3c3f77c1ee7af53c7b41dc3c1979485.tar.lz bh20-seq-resource-426d826ed3c3f77c1ee7af53c7b41dc3c1979485.zip |
CC0 license mention
Diffstat (limited to 'bh20simplewebuploader/templates')
-rw-r--r-- | bh20simplewebuploader/templates/form.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bh20simplewebuploader/templates/form.html b/bh20simplewebuploader/templates/form.html index 909c393..f36177e 100644 --- a/bh20simplewebuploader/templates/form.html +++ b/bh20simplewebuploader/templates/form.html @@ -56,7 +56,7 @@ <input type="file" id="fasta" name="fasta" accept=".fa,.fasta,.fna,.fq" required> <br> <small> - Note that by uploading your data you automatically agree to a <a href="https://creativecommons.org/licenses/by/4.0/">CC-BY-4.0 license</a>. </small> + When uploading your data you need to agree to a <a href="https://creativecommons.org/licenses/by/4.0/">CC-BY-4.0</a> or <a href="https://creativecommons.org/share-your-work/public-domain/cc0/">CC0 license</a>. </small> </div> <div class="metadata"> |