From f6a6e5909553a96c78d254938a3cc1a2fd007bc8 Mon Sep 17 00:00:00 2001
From: Moul <moul@moul.re>
Date: Sat, 22 May 2021 17:24:19 +0200
Subject: [PATCH] [mod] #364: Get rid of update_copyright_year.sh which becomes
 useless

---
 update_copyright_year.sh | 7 -------
 1 file changed, 7 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 d1c1b864..00000000
--- a/update_copyright_year.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/fish
-
-# Script to update the copyright year in header files
-
-set NEW_YEAR (date +"%Y")
-set OLD_YEAR (math $NEW_YEAR - 1)
-sed -i "s/Copyright  2016-$OLD_YEAR M/Copyright  2016-$NEW_YEAR M/g" silkaj/*.py tests/*.py
-- 
GitLab