c2lang / c2compiler

the c2 programming language
c2lang.org
Apache License 2.0
703 stars 49 forks source link

Updated Copyright To 2022 #120

Closed ghost closed 2 years ago

ghost commented 2 years ago

I updated all the copyright notices to current year.

ghost commented 2 years ago

grep -RiIl 'Copyright 2013-20XX Bas van den Berg' | xargs sed -i 's/Copyright 2013-20XX Bas van den Berg/Copyright 2013-20YY Bas van den Berg/g'

That should be enough to automate this, I can write an automation script if requested.

bvdberg commented 2 years ago

Thx!