From 731a99dd37d214b259eb167525263abb46035bc6 Mon Sep 17 00:00:00 2001 From: Loup Vaillant Date: Sun, 12 Mar 2023 21:52:35 +0100 Subject: [PATCH] Update LICENCE.md dates Also take the opportunity to remove the external reference from the tarball. --- LICENCE.md | 4 ++-- dist.sh | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) 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. -- 2.47.3