From 33b09aa9e80a0723f0c1d48f4d8d5d21c5fd5815 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Charybdis=29?= <stephane.adjemian@univ-lemans.fr> Date: Thu, 18 May 2017 18:39:02 +0200 Subject: [PATCH] Updated LAST_UPDATE_COMMIT variable. --- scripts/fix-copyright-years | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/fix-copyright-years b/scripts/fix-copyright-years index 5cbc42dcd..d6f883e27 100755 --- a/scripts/fix-copyright-years +++ b/scripts/fix-copyright-years @@ -14,7 +14,7 @@ # Note that the script does not understand some unusual copyright notices: it # will display a message in that case. -LAST_UPDATE_COMMIT=a53636e24ecbb9d521598a0c76a86a25a11f2a95 +LAST_UPDATE_COMMIT=1bf81c9f5a79757c23356f16fe015ae4f10bebde if [ -z "$1" ]; then echo "Give a filename in argument" -- GitLab