From 5f87b05d2532417670dbe2f6e203ce79d214edd0 Mon Sep 17 00:00:00 2001 From: Moul <moul@moul.re> Date: Sun, 23 May 2021 15:11:09 +0200 Subject: [PATCH] [mod] #134: Get rid of update_copyright_year.sh which becomes useless --- update_copyright_year.sh | 8 -------- 1 file changed, 8 deletions(-) delete mode 100755 update_copyright_year.sh diff --git a/update_copyright_year.sh b/update_copyright_year.sh deleted file mode 100755 index 2e65b9f5..00000000 --- a/update_copyright_year.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/bash - -# Script to update the copyright year in header files - -NEW_YEAR=`date +"%Y"` -OLD_YEAR=`expr $NEW_YEAR - 1` -find duniterpy tests examples -type f -name "*.py" | \ -xargs sed -i "s/Copyright 2014-$OLD_YEAR V/Copyright 2014-$NEW_YEAR V/g" -- GitLab