Richard W.M. Jones
72cfaff5c5
Update copyright dates for 2025
...
Automated using this command:
perl -pi.bak -e 's/(20[012][0-9])-20[12][01234]/$1-2025/g' `git ls-files`
2025-02-16 17:00:46 +00:00
Richard W.M. Jones
e2c7bddf10
Update copyright dates for 2023
...
Run this command across the source:
perl -pi.bak -e 's/(20[012][0-9])-20[12][012]/$1-2023/g' `git ls-files`
and remove changes to po{,-docs}/*.po{,t} (these will be regenerated
later when we run 'make dist').
2023-02-07 10:50:48 +00:00
Richard W.M. Jones
0e17236d7d
Update copyright dates to 2020.
2020-03-06 19:32:32 +00:00
Richard W.M. Jones
05d4fcb64d
Update copyright dates for 2019.
...
This command run over the source:
perl -pi.bak -e 's/(20[01][0-9])-2018/$1-2019/g' `git ls-files`
2019-01-08 11:58:30 +00:00
Richard W.M. Jones
212762c593
Update copyright dates for 2018.
...
Run the following command over the source:
perl -pi.bak -e 's/(20[01][0-9])-2017/$1-2018/g' `git ls-files`
2018-01-04 15:30:10 +00:00
Pino Toscano
55bf7de97c
Update copyright dates for 2017
...
Run the following command over the source:
perl -pi.bak -e 's/(20[01][0-9])-2016/$1-2017/g' `git ls-files`
(Thanks Rich for the perl snippet, as used in past years.)
2017-01-03 16:48:21 +01:00
Richard W.M. Jones
c4b7b5d615
erlang: Split up large Erlang extension into smaller C files.
...
Reduce build times in this directory from about 10s to about 2s.
2016-09-02 23:14:08 +01:00
Richard W.M. Jones
30d2a308c0
generator: Add interfaces to all modules.
...
Be explicit about what is exported from each module in the generator.
2016-02-23 10:40:05 +00:00