From: Loup Vaillant Date: Sun, 12 Mar 2023 20:52:35 +0000 (+0100) Subject: Update LICENCE.md dates X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=731a99dd37d214b259eb167525263abb46035bc6;p=Monocypher.git Update LICENCE.md dates Also take the opportunity to remove the external reference from the tarball. --- diff --git a/LICENCE.md b/LICENCE.md index 01c8391..9d69ad7 100644 --- a/LICENCE.md +++ b/LICENCE.md @@ -11,9 +11,9 @@ to what file during which years. See below for special notes. Licence 1 (2-clause BSD) ------------------------ -Copyright (c) 2017-2020, Loup Vaillant +Copyright (c) 2017-2023, Loup Vaillant Copyright (c) 2017-2019, Michael Savage -Copyright (c) 2017-2020, Fabio Scotoni +Copyright (c) 2017-2023, Fabio Scotoni All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/dist.sh b/dist.sh index d85c07d..46972d9 100755 --- a/dist.sh +++ b/dist.sh @@ -88,6 +88,10 @@ Monocypher\ ----------' \ -i $FOLDER/README.md +# Remove special notes from the LICENCE +sed -e '/Special notes/,$d' -i $FOLDER/LICENCE.md +sed -e '$d' -i $FOLDER/LICENCE.md + # Make the actual tarball. The options here were taken from: # https://reproducible-builds.org/docs/archives/#full-example # This requires GNU tar.