processone / ejabberd

Robust, Ubiquitous and Massively Scalable Messaging Platform (XMPP, MQTT, SIP Server)
https://www.process-one.net/en/ejabberd/
Other
6.06k stars 1.51k forks source link

Update copyright to 2023 #3967

Closed Neustradamus closed 1 year ago

Neustradamus commented 1 year ago

Dear ProcessOne team, @badlop,

I wish you a Happy New Year!

Like previously, can you update the copyright in ProcessOne projects to 2023?

Thanks in advance.

badlop commented 1 year ago

Command to execute (as seen in https://github.com/processone/ejabberd/issues/2756): find ./* -type f \! -regex ".*git.*" -exec sed -i 's/-202./-2023/g' {} \;

Projects dates are only updated when they will have a new release. If there isn't a release, no need to update.