copyright update script
authorErez Zadok <ezk@cs.sunysb.edu>
Sat, 7 May 2022 21:42:28 +0000 (17:42 -0400)
committerErez Zadok <ezk@cs.sunysb.edu>
Sat, 7 May 2022 21:42:28 +0000 (17:42 -0400)
update-copyright.sh

index 86982a454176a283723fbc6401938edebdd8e57d..5ae7e4b072da39d2d821a882232571ea5e01b051 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 fs=wrapfs
-newyear=2020
-oldyear=2019
+newyear=2022
+oldyear=2020
 xsed "s/1998-$oldyear/1998-$newyear/g" fs/$fs/*.[hc]
 xsed "s/2003-$oldyear/2003-$newyear/g" fs/$fs/*.[hc]