]> git.codecow.com Git - Monocypher.git/commitdiff
Update LICENCE.md dates
authorLoup Vaillant <loup@loup-vaillant.fr>
Sun, 12 Mar 2023 20:52:35 +0000 (21:52 +0100)
committerLoup Vaillant <loup@loup-vaillant.fr>
Sun, 12 Mar 2023 20:52:35 +0000 (21:52 +0100)
Also take the opportunity to remove the external reference from the tarball.

LICENCE.md
dist.sh

index 01c83913a88b68718e1c1deb52a6418e19cc4f5e..9d69ad72ec113a743264d34dd86a5c04d0c42d35 100644 (file)
@@ -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 d85c07d6eeeebd9eea25058c8e0396a68fb5dc8b..46972d99c060c003878e2116eecfe4cf6f9911a8 100755 (executable)
--- 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.