From b85165ae1a3e8adb01afa5bb71e0cf60631791d2 Mon Sep 17 00:00:00 2001
From: Pierre Nicolas <pierre.nicolas@savoirfairelinux.com>
Date: Tue, 7 Jan 2025 16:39:02 -0500
Subject: [PATCH] copyright: happy new year!

Change-Id: I2753c58c12d167ee5f7454e5a2ed893991c90e24
---
 COPYING                                         |  2 +-
 README.md                                       |  4 ++--
 bin/dbus/dbuscallmanager.hpp                    |  2 +-
 bin/dbus/dbusconfigurationmanager.hpp           |  2 +-
 bin/dbus/dbusinstance.hpp                       |  2 +-
 bin/dbus/dbuspluginmanagerinterface.hpp         |  2 +-
 bin/dbus/dbuspresencemanager.hpp                |  2 +-
 bin/dbus/dbusvideomanager.hpp                   |  2 +-
 bin/dbus/main.cpp                               |  4 ++--
 bin/jni/JavaJNI2CJNI_Load.py                    | 11 +++++------
 bin/jni/callmanager.i                           |  2 +-
 bin/jni/configurationmanager.i                  |  2 +-
 bin/jni/conversation.i                          |  2 +-
 bin/jni/datatransfer.i                          |  2 +-
 bin/jni/jamiservice.c.template                  |  2 +-
 bin/jni/jni_interface.i                         |  2 +-
 bin/jni/make-swig.sh                            |  8 ++++----
 bin/jni/managerimpl.i                           |  2 +-
 bin/jni/plugin_manager_interface.i              |  2 +-
 bin/jni/presencemanager.i                       |  2 +-
 bin/jni/videomanager.i                          |  2 +-
 bin/nodejs/callmanager.i                        |  2 +-
 bin/nodejs/configurationmanager.i               |  2 +-
 bin/nodejs/conversation.i                       |  2 +-
 bin/nodejs/index.js                             |  2 +-
 bin/nodejs/managerimpl.i                        |  2 +-
 bin/nodejs/nodejs_interface.i                   |  2 +-
 bin/nodejs/presencemanager.i                    |  2 +-
 bin/nodejs/videomanager.i                       |  2 +-
 bin/osxmain.cpp                                 |  4 ++--
 bin/winmain.cpp                                 |  4 ++--
 compat/msvc/unistd.h                            |  2 +-
 contrib/src/asio/rules.mak                      | 11 +++++------
 contrib/src/cyclonedx.sh                        |  2 +-
 contrib/src/libressl/rules.mak                  | 11 +++++------
 contrib/src/llhttp/rules.mak                    | 11 +++++------
 extras/scripts/winmake.py                       |  2 +-
 net.jami.daemon.metainfo.xml.in                 |  2 +-
 src/account.cpp                                 |  2 +-
 src/account.h                                   |  2 +-
 src/account_config.cpp                          |  2 +-
 src/account_config.h                            |  2 +-
 src/account_factory.cpp                         |  2 +-
 src/account_factory.h                           |  2 +-
 src/account_schema.h                            |  2 +-
 src/archiver.cpp                                |  2 +-
 src/archiver.h                                  |  2 +-
 src/base64.cpp                                  |  2 +-
 src/base64.h                                    |  2 +-
 src/buildinfo.cpp                               |  2 +-
 src/call.cpp                                    |  2 +-
 src/call.h                                      |  2 +-
 src/call_factory.cpp                            |  2 +-
 src/call_factory.h                              |  2 +-
 src/call_set.h                                  |  2 +-
 src/client/callmanager.cpp                      |  2 +-
 src/client/configurationmanager.cpp             |  2 +-
 src/client/conversation_interface.cpp           |  2 +-
 src/client/datatransfer.cpp                     |  2 +-
 src/client/plugin_manager_interface.cpp         |  2 +-
 src/client/presencemanager.cpp                  |  2 +-
 src/client/ring_signal.cpp                      |  2 +-
 src/client/ring_signal.h                        |  2 +-
 src/client/videomanager.cpp                     |  2 +-
 src/client/videomanager.h                       |  2 +-
 src/compiler_intrinsics.h                       |  2 +-
 src/conference.cpp                              |  2 +-
 src/conference.h                                |  2 +-
 src/conference_protocol.cpp                     |  2 +-
 src/conference_protocol.h                       |  2 +-
 src/config/account_config_utils.h               |  2 +-
 src/config/serializable.h                       |  2 +-
 src/config/yamlparser.cpp                       |  2 +-
 src/config/yamlparser.h                         |  2 +-
 src/connectivity/ip_utils.cpp                   |  2 +-
 src/connectivity/ip_utils.h                     |  2 +-
 src/connectivity/security/memory.cpp            |  2 +-
 src/connectivity/security/memory.h              |  2 +-
 src/connectivity/security/tlsvalidator.cpp      |  2 +-
 src/connectivity/security/tlsvalidator.h        |  2 +-
 src/connectivity/sip_utils.cpp                  |  2 +-
 src/connectivity/sip_utils.h                    |  2 +-
 src/connectivity/utf8_utils.cpp                 |  2 +-
 src/connectivity/utf8_utils.h                   |  2 +-
 src/data_transfer.cpp                           |  2 +-
 src/data_transfer.h                             |  2 +-
 src/debug_utils.h                               |  2 +-
 src/enumclass_utils.h                           |  2 +-
 src/fileutils.cpp                               |  2 +-
 src/fileutils.h                                 |  2 +-
 src/gittransport.cpp                            |  2 +-
 src/gittransport.h                              |  2 +-
 src/im/instant_messaging.cpp                    |  2 +-
 src/im/instant_messaging.h                      |  2 +-
 src/im/message_engine.cpp                       |  2 +-
 src/im/message_engine.h                         |  2 +-
 src/jami/account_const.h                        |  2 +-
 src/jami/call_const.h                           |  2 +-
 src/jami/callmanager_interface.h                |  2 +-
 src/jami/configurationmanager_interface.h       |  2 +-
 src/jami/conversation_interface.h               |  2 +-
 src/jami/datatransfer_interface.h               |  2 +-
 src/jami/def.h                                  |  2 +-
 src/jami/jami.h                                 |  2 +-
 src/jami/media_const.h                          |  2 +-
 src/jami/plugin_manager_interface.h             |  2 +-
 src/jami/presence_const.h                       |  2 +-
 src/jami/presencemanager_interface.h            |  2 +-
 src/jami/security_const.h                       |  2 +-
 src/jami/trace-tools.h                          |  2 +-
 src/jami/tracepoint.h                           |  2 +-
 src/jami/videomanager_interface.h               |  2 +-
 src/jamidht/abstract_sip_transport.h            |  2 +-
 src/jamidht/account_manager.cpp                 |  2 +-
 src/jamidht/account_manager.h                   |  2 +-
 src/jamidht/accountarchive.cpp                  |  2 +-
 src/jamidht/accountarchive.h                    |  2 +-
 src/jamidht/archive_account_manager.cpp         |  2 +-
 src/jamidht/archive_account_manager.h           |  2 +-
 src/jamidht/channel_handler.h                   |  2 +-
 src/jamidht/channeled_transport.cpp             |  2 +-
 src/jamidht/channeled_transport.h               |  2 +-
 src/jamidht/configkeys.h                        |  2 +-
 src/jamidht/contact_list.cpp                    |  2 +-
 src/jamidht/contact_list.h                      |  2 +-
 src/jamidht/conversation.cpp                    |  2 +-
 src/jamidht/conversation.h                      |  2 +-
 src/jamidht/conversation_channel_handler.cpp    |  2 +-
 src/jamidht/conversation_channel_handler.h      |  2 +-
 src/jamidht/conversation_module.cpp             |  2 +-
 src/jamidht/conversation_module.h               |  2 +-
 src/jamidht/conversationrepository.cpp          |  2 +-
 src/jamidht/conversationrepository.h            |  2 +-
 src/jamidht/gitserver.cpp                       |  2 +-
 src/jamidht/gitserver.h                         |  2 +-
 src/jamidht/jami_contact.h                      |  2 +-
 src/jamidht/jamiaccount.cpp                     |  2 +-
 src/jamidht/jamiaccount.h                       |  2 +-
 src/jamidht/jamiaccount_config.cpp              |  2 +-
 src/jamidht/jamiaccount_config.h                |  2 +-
 src/jamidht/message_channel_handler.cpp         |  2 +-
 src/jamidht/message_channel_handler.h           |  2 +-
 src/jamidht/namedirectory.cpp                   |  2 +-
 src/jamidht/namedirectory.h                     |  2 +-
 src/jamidht/server_account_manager.cpp          |  2 +-
 src/jamidht/server_account_manager.h            |  2 +-
 src/jamidht/swarm/routing_table.cpp             |  2 +-
 src/jamidht/swarm/routing_table.h               |  2 +-
 src/jamidht/swarm/swarm_channel_handler.cpp     |  2 +-
 src/jamidht/swarm/swarm_channel_handler.h       |  2 +-
 src/jamidht/swarm/swarm_manager.cpp             |  2 +-
 src/jamidht/swarm/swarm_manager.h               |  2 +-
 src/jamidht/swarm/swarm_protocol.cpp            |  2 +-
 src/jamidht/swarm/swarm_protocol.h              |  2 +-
 src/jamidht/sync_channel_handler.cpp            |  2 +-
 src/jamidht/sync_channel_handler.h              |  2 +-
 src/jamidht/sync_module.cpp                     |  2 +-
 src/jamidht/sync_module.h                       |  2 +-
 src/jamidht/transfer_channel_handler.cpp        |  2 +-
 src/jamidht/transfer_channel_handler.h          |  2 +-
 src/jamidht/typers.cpp                          |  2 +-
 src/jamidht/typers.h                            |  2 +-
 src/logger.cpp                                  |  2 +-
 src/logger.h                                    |  2 +-
 src/manager.cpp                                 |  2 +-
 src/manager.h                                   |  2 +-
 src/map_utils.h                                 |  2 +-
 src/media/audio/alsa/alsalayer.cpp              |  2 +-
 src/media/audio/alsa/alsalayer.h                |  2 +-
 .../audio/audio-processing/audio_processor.h    |  2 +-
 .../audio-processing/null_audio_processor.cpp   |  2 +-
 .../audio-processing/null_audio_processor.h     |  2 +-
 src/media/audio/audio-processing/speex.cpp      |  2 +-
 src/media/audio/audio-processing/speex.h        |  2 +-
 src/media/audio/audio-processing/webrtc.cpp     |  2 +-
 src/media/audio/audio-processing/webrtc.h       |  2 +-
 src/media/audio/audio_format.h                  |  2 +-
 src/media/audio/audio_frame_resizer.cpp         |  2 +-
 src/media/audio/audio_frame_resizer.h           |  2 +-
 src/media/audio/audio_input.cpp                 |  2 +-
 src/media/audio/audio_input.h                   |  2 +-
 src/media/audio/audio_receive_thread.cpp        |  2 +-
 src/media/audio/audio_receive_thread.h          |  2 +-
 src/media/audio/audio_rtp_session.cpp           |  2 +-
 src/media/audio/audio_rtp_session.h             |  2 +-
 src/media/audio/audio_sender.cpp                |  2 +-
 src/media/audio/audio_sender.h                  |  2 +-
 src/media/audio/audiolayer.cpp                  |  2 +-
 src/media/audio/audiolayer.h                    |  2 +-
 src/media/audio/audioloop.cpp                   |  2 +-
 src/media/audio/audioloop.h                     |  2 +-
 src/media/audio/coreaudio/ios/corelayer.h       |  2 +-
 src/media/audio/coreaudio/ios/corelayer.mm      |  2 +-
 src/media/audio/coreaudio/osx/audiodevice.cpp   |  2 +-
 src/media/audio/coreaudio/osx/audiodevice.h     |  2 +-
 src/media/audio/coreaudio/osx/corelayer.h       |  2 +-
 src/media/audio/coreaudio/osx/corelayer.mm      |  2 +-
 src/media/audio/jack/jacklayer.cpp              |  2 +-
 src/media/audio/jack/jacklayer.h                |  2 +-
 src/media/audio/opensl/audio_common.h           |  2 +-
 src/media/audio/opensl/audio_player.cpp         |  2 +-
 src/media/audio/opensl/audio_player.h           |  2 +-
 src/media/audio/opensl/audio_recorder.cpp       |  2 +-
 src/media/audio/opensl/audio_recorder.h         |  2 +-
 src/media/audio/opensl/buf_manager.h            |  2 +-
 src/media/audio/opensl/opensllayer.cpp          |  2 +-
 src/media/audio/opensl/opensllayer.h            |  2 +-
 src/media/audio/portaudio/portaudiolayer.cpp    |  2 +-
 src/media/audio/portaudio/portaudiolayer.h      |  2 +-
 src/media/audio/pulseaudio/audiostream.cpp      |  2 +-
 src/media/audio/pulseaudio/audiostream.h        |  2 +-
 src/media/audio/pulseaudio/pulselayer.cpp       |  2 +-
 src/media/audio/pulseaudio/pulselayer.h         |  2 +-
 src/media/audio/resampler.cpp                   |  2 +-
 src/media/audio/resampler.h                     |  2 +-
 src/media/audio/ringbuffer.cpp                  |  2 +-
 src/media/audio/ringbuffer.h                    |  2 +-
 src/media/audio/ringbufferpool.cpp              |  2 +-
 src/media/audio/ringbufferpool.h                |  2 +-
 src/media/audio/sound/audiofile.cpp             |  2 +-
 src/media/audio/sound/audiofile.h               |  2 +-
 src/media/audio/sound/dtmf.cpp                  |  2 +-
 src/media/audio/sound/dtmf.h                    |  2 +-
 src/media/audio/sound/dtmfgenerator.cpp         |  2 +-
 src/media/audio/sound/dtmfgenerator.h           |  2 +-
 src/media/audio/sound/tone.cpp                  |  2 +-
 src/media/audio/sound/tone.h                    |  2 +-
 src/media/audio/sound/tonelist.cpp              |  2 +-
 src/media/audio/sound/tonelist.h                |  2 +-
 src/media/audio/tonecontrol.cpp                 |  2 +-
 src/media/audio/tonecontrol.h                   |  2 +-
 src/media/congestion_control.cpp                |  2 +-
 src/media/congestion_control.h                  |  2 +-
 src/media/decoder_finder.h                      |  2 +-
 src/media/libav_deps.h                          |  2 +-
 src/media/libav_utils.cpp                       |  2 +-
 src/media/libav_utils.h                         |  2 +-
 src/media/localrecorder.cpp                     |  2 +-
 src/media/localrecorder.h                       |  2 +-
 src/media/localrecordermanager.cpp              |  2 +-
 src/media/localrecordermanager.h                |  2 +-
 src/media/media_attribute.cpp                   |  2 +-
 src/media/media_attribute.h                     |  2 +-
 src/media/media_buffer.cpp                      |  2 +-
 src/media/media_buffer.h                        |  2 +-
 src/media/media_codec.cpp                       |  2 +-
 src/media/media_codec.h                         |  2 +-
 src/media/media_decoder.cpp                     |  2 +-
 src/media/media_decoder.h                       |  2 +-
 src/media/media_device.h                        |  2 +-
 src/media/media_encoder.cpp                     |  2 +-
 src/media/media_encoder.h                       |  2 +-
 src/media/media_filter.cpp                      |  2 +-
 src/media/media_filter.h                        |  2 +-
 src/media/media_io_handle.cpp                   |  2 +-
 src/media/media_io_handle.h                     |  2 +-
 src/media/media_player.cpp                      |  2 +-
 src/media/media_player.h                        |  2 +-
 src/media/media_recorder.cpp                    |  2 +-
 src/media/media_recorder.h                      |  2 +-
 src/media/media_stream.h                        |  2 +-
 src/media/peerrecorder.h                        |  2 +-
 src/media/recordable.cpp                        |  2 +-
 src/media/recordable.h                          |  2 +-
 src/media/rtp_session.h                         |  2 +-
 src/media/socket_pair.cpp                       |  2 +-
 src/media/socket_pair.h                         |  2 +-
 src/media/system_codec_container.cpp            |  2 +-
 src/media/system_codec_container.h              |  2 +-
 src/media/video/accel.cpp                       |  2 +-
 src/media/video/accel.h                         |  2 +-
 .../video/androidvideo/video_device_impl.cpp    |  2 +-
 .../androidvideo/video_device_monitor_impl.cpp  |  2 +-
 src/media/video/filter_transpose.cpp            |  2 +-
 src/media/video/filter_transpose.h              |  2 +-
 src/media/video/iosvideo/video_device_impl.cpp  |  2 +-
 .../iosvideo/video_device_monitor_impl.cpp      |  2 +-
 src/media/video/osxvideo/video_device_impl.mm   |  2 +-
 .../video/osxvideo/video_device_monitor_impl.mm |  2 +-
 src/media/video/shm_header.h                    |  2 +-
 src/media/video/sinkclient.cpp                  |  2 +-
 src/media/video/sinkclient.h                    |  2 +-
 src/media/video/v4l2/video_device_impl.cpp      |  2 +-
 .../video/v4l2/video_device_monitor_impl.cpp    |  2 +-
 src/media/video/video_base.cpp                  |  2 +-
 src/media/video/video_base.h                    |  2 +-
 src/media/video/video_device.h                  |  2 +-
 src/media/video/video_device_monitor.cpp        |  2 +-
 src/media/video/video_device_monitor.h          |  2 +-
 src/media/video/video_input.cpp                 |  2 +-
 src/media/video/video_input.h                   |  2 +-
 src/media/video/video_mixer.cpp                 |  2 +-
 src/media/video/video_mixer.h                   |  2 +-
 src/media/video/video_receive_thread.cpp        |  2 +-
 src/media/video/video_receive_thread.h          |  2 +-
 src/media/video/video_rtp_session.cpp           |  2 +-
 src/media/video/video_rtp_session.h             |  2 +-
 src/media/video/video_scaler.cpp                |  2 +-
 src/media/video/video_scaler.h                  |  2 +-
 src/media/video/video_sender.cpp                |  2 +-
 src/media/video/video_sender.h                  |  2 +-
 .../video/winvideo/capture_graph_interfaces.h   |  2 +-
 src/media/video/winvideo/video_device_impl.cpp  |  2 +-
 .../winvideo/video_device_monitor_impl.cpp      |  2 +-
 src/noncopyable.h                               |  2 +-
 src/observer.h                                  |  2 +-
 src/plugin/callservicesmanager.cpp              |  2 +-
 src/plugin/callservicesmanager.h                |  2 +-
 src/plugin/chathandler.h                        |  2 +-
 src/plugin/chatservicesmanager.cpp              |  2 +-
 src/plugin/chatservicesmanager.h                |  2 +-
 src/plugin/jamiplugin.h                         |  2 +-
 src/plugin/jamipluginmanager.cpp                |  2 +-
 src/plugin/jamipluginmanager.h                  |  2 +-
 src/plugin/mediahandler.h                       |  2 +-
 src/plugin/pluginloader.cpp                     |  2 +-
 src/plugin/pluginloader.h                       |  2 +-
 src/plugin/pluginmanager.cpp                    |  2 +-
 src/plugin/pluginmanager.h                      |  2 +-
 src/plugin/pluginpreferencesutils.cpp           |  2 +-
 src/plugin/pluginpreferencesutils.h             |  2 +-
 src/plugin/pluginsutils.cpp                     |  2 +-
 src/plugin/pluginsutils.h                       |  2 +-
 src/plugin/preferencehandler.h                  |  2 +-
 src/plugin/preferenceservicesmanager.cpp        |  2 +-
 src/plugin/preferenceservicesmanager.h          |  2 +-
 src/plugin/streamdata.h                         |  2 +-
 src/plugin/webviewhandler.h                     |  2 +-
 src/plugin/webviewmessage.h                     |  2 +-
 src/plugin/webviewservicesmanager.cpp           |  2 +-
 src/plugin/webviewservicesmanager.h             |  2 +-
 src/preferences.cpp                             |  2 +-
 src/preferences.h                               |  2 +-
 src/rational.h                                  |  2 +-
 src/registration_states.h                       |  2 +-
 src/ring_api.cpp                                |  2 +-
 src/ring_types.h                                |  2 +-
 src/scheduled_executor.cpp                      |  2 +-
 src/scheduled_executor.h                        |  2 +-
 src/sip/pres_sub_server.cpp                     |  2 +-
 src/sip/pres_sub_server.h                       |  2 +-
 src/sip/sdes_negotiator.cpp                     |  2 +-
 src/sip/sdes_negotiator.h                       |  2 +-
 src/sip/sdp.cpp                                 |  2 +-
 src/sip/sdp.h                                   |  2 +-
 src/sip/sipaccount.cpp                          |  2 +-
 src/sip/sipaccount.h                            |  2 +-
 src/sip/sipaccount_config.cpp                   |  2 +-
 src/sip/sipaccount_config.h                     |  2 +-
 src/sip/sipaccountbase.cpp                      |  2 +-
 src/sip/sipaccountbase.h                        |  2 +-
 src/sip/sipaccountbase_config.cpp               |  2 +-
 src/sip/sipaccountbase_config.h                 |  2 +-
 src/sip/sipcall.cpp                             |  2 +-
 src/sip/sipcall.h                               |  2 +-
 src/sip/sippresence.cpp                         |  2 +-
 src/sip/sippresence.h                           |  2 +-
 src/sip/siptransport.cpp                        |  2 +-
 src/sip/siptransport.h                          |  2 +-
 src/sip/sipvoiplink.cpp                         |  2 +-
 src/sip/sipvoiplink.h                           |  2 +-
 src/string_utils.cpp                            |  2 +-
 src/string_utils.h                              |  2 +-
 src/threadloop.cpp                              |  2 +-
 src/threadloop.h                                |  2 +-
 src/uri.cpp                                     |  2 +-
 src/uri.h                                       |  2 +-
 src/vcard.cpp                                   |  2 +-
 src/vcard.h                                     |  2 +-
 test/agent/agent.scm                            | 11 +++++------
 test/agent/src/bindings/account.h               |  2 +-
 test/agent/src/bindings/bindings.cpp            |  2 +-
 test/agent/src/bindings/bindings.h              |  2 +-
 test/agent/src/bindings/call.h                  |  2 +-
 test/agent/src/bindings/conversation.h          |  2 +-
 test/agent/src/bindings/jami.h                  |  2 +-
 test/agent/src/bindings/logger.h                |  2 +-
 test/agent/src/bindings/signal.cpp              |  2 +-
 test/agent/src/bindings/signal.h                |  2 +-
 test/agent/src/main.cpp                         |  2 +-
 test/agent/src/utils.h                          |  2 +-
 test/fuzzing/examples/fuzz-channel-request.cpp  |  2 +-
 test/fuzzing/examples/fuzz-channel.cpp          |  2 +-
 test/fuzzing/examples/fuzz-echo.cpp             |  2 +-
 test/fuzzing/examples/fuzz-jami-version.cpp     |  2 +-
 test/fuzzing/examples/fuzz-libfuzz.cpp          |  2 +-
 test/fuzzing/examples/fuzz-msgpack.cpp          |  2 +-
 test/fuzzing/examples/fuzz-random-over-tls.cpp  |  2 +-
 test/fuzzing/examples/fuzz-sdp-bad-body.cpp     |  2 +-
 test/fuzzing/examples/fuzz-sdp-huge-body.cpp    |  2 +-
 test/fuzzing/examples/fuzz-sip-html.cpp         |  2 +-
 test/fuzzing/examples/fuzz-sip-huge-message.cpp |  2 +-
 test/fuzzing/examples/fuzz-sip-version.cpp      |  2 +-
 test/fuzzing/fuzz-msgpack.cpp                   |  2 +-
 test/fuzzing/fuzz-spam-channel-creation.cpp     |  2 +-
 test/fuzzing/lib/dht.cpp                        |  2 +-
 test/fuzzing/lib/gnutls.cpp                     |  2 +-
 test/fuzzing/lib/gnutls.h                       |  2 +-
 test/fuzzing/lib/rand.cpp                       |  2 +-
 test/fuzzing/lib/sip-fmt.cpp                    |  2 +-
 test/fuzzing/lib/sip-fmt.h                      |  2 +-
 test/fuzzing/lib/sip-parser.ll                  |  2 +-
 test/fuzzing/lib/supervisor.cpp                 |  2 +-
 test/fuzzing/lib/supervisor.h                   |  2 +-
 test/fuzzing/lib/syslog.cpp                     |  2 +-
 test/fuzzing/lib/syslog.h                       |  2 +-
 test/fuzzing/lib/utils.cpp                      |  2 +-
 test/fuzzing/lib/utils.h                        |  2 +-
 test/fuzzing/scenarios/classic-alice-and-bob.h  |  2 +-
 test/sip/sip.cpp                                |  2 +-
 test/sip/test_SIP.cpp                           |  2 +-
 test/sip/test_SIP.h                             |  2 +-
 .../account_archive/account_archive.cpp         |  2 +-
 test/unitTest/account_archive/migration.cpp     |  2 +-
 .../account_factory/testAccount_factory.cpp     |  2 +-
 test/unitTest/base64/base64.cpp                 |  2 +-
 test/unitTest/call/call.cpp                     |  2 +-
 test/unitTest/call/conference.cpp               |  2 +-
 test/unitTest/call/recorder.cpp                 |  2 +-
 test/unitTest/call/sipcall.cpp                  |  2 +-
 test/unitTest/common.cpp                        |  2 +-
 test/unitTest/common.h                          |  2 +-
 test/unitTest/conversation/call.cpp             |  2 +-
 test/unitTest/conversation/conversation.cpp     |  2 +-
 .../conversation/conversationFetchSent.cpp      |  2 +-
 .../conversation/conversationMembersEvent.cpp   |  2 +-
 .../conversation/conversationRequest.cpp        |  2 +-
 .../conversation/conversationcommon.cpp         |  2 +-
 test/unitTest/conversation/conversationcommon.h |  2 +-
 test/unitTest/conversation/typers.cpp           |  2 +-
 .../conversationRepository.cpp                  |  2 +-
 test/unitTest/fileTransfer/fileTransfer.cpp     |  2 +-
 test/unitTest/fileutils/testFileutils.cpp       |  2 +-
 test/unitTest/ice/ice_sdp_parser.cpp            |  2 +-
 test/unitTest/map_utils/testMap_utils.cpp       |  2 +-
 .../media/audio/test_audio_frame_resizer.cpp    |  2 +-
 test/unitTest/media/audio/test_resampler.cpp    |  2 +-
 test/unitTest/media/test_media_decoder.cpp      |  2 +-
 test/unitTest/media/test_media_encoder.cpp      |  2 +-
 test/unitTest/media/test_media_filter.cpp       |  2 +-
 test/unitTest/media/test_media_frame.cpp        |  2 +-
 test/unitTest/media/test_media_player.cpp       |  2 +-
 test/unitTest/media/video/testVideo_input.cpp   |  2 +-
 test/unitTest/media/video/test_video_scaler.cpp |  2 +-
 test/unitTest/media_negotiation/auto_answer.cpp |  2 +-
 test/unitTest/media_negotiation/hold_resume.cpp |  2 +-
 .../media_negotiation/media_negotiation.cpp     |  2 +-
 test/unitTest/namedirectory/namedirectory.cpp   |  2 +-
 test/unitTest/plugins/README                    |  4 ++--
 test/unitTest/plugins/plugins.cpp               |  2 +-
 test/unitTest/presence/presence.cpp             |  2 +-
 test/unitTest/revoke/revoke.cpp                 |  2 +-
 test/unitTest/scheduler.cpp                     |  2 +-
 test/unitTest/sip_account/sip_basic_calls.cpp   |  2 +-
 test/unitTest/sip_account/sip_srtp.cpp          |  2 +-
 test/unitTest/string_utils/testString_utils.cpp |  2 +-
 test/unitTest/swarm/bootstrap.cpp               |  2 +-
 test/unitTest/swarm/routing_table.cpp           |  2 +-
 test/unitTest/swarm/swarm_conversation.cpp      |  2 +-
 test/unitTest/swarm/swarm_spread.cpp            |  2 +-
 test/unitTest/syncHistory/syncHistory.cpp       |  2 +-
 test/unitTest/utf8_utils/testUtf8_utils.cpp     |  2 +-
 tools/jamictrl/__init__.py                      | 11 +++++------
 tools/jamictrl/controller.py                    | 11 +++++------
 tools/jamictrl/errorsDring.py                   | 11 +++++------
 tools/jamictrl/jami_test.py                     | 11 +++++------
 tools/jamictrl/jamictrl.py                      | 11 +++++------
 tools/jamictrl/sendfile.py                      | 11 +++++------
 tools/jamictrl/sippwrap.py                      | 17 +++++++----------
 tools/jamictrl/swarm.py                         | 11 +++++------
 tools/jamictrl/test_config.ini                  | 11 +++++------
 tools/jamictrl/test_jami_dbus_interface.py      | 17 +++++++----------
 tools/jamictrl/tester.py                        | 11 +++++------
 tools/jamictrl/toggle_video_preview.py          | 11 +++++------
 tools/update-copyright                          | 11 +++++------
 475 files changed, 559 insertions(+), 581 deletions(-)

diff --git a/COPYING b/COPYING
index 32d670017b..97321f8b76 100644
--- a/COPYING
+++ b/COPYING
@@ -641,7 +641,7 @@ license from a particular copyright holder is reinstated (a)
 
   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
-  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
   GNU General Public License for more details.
 
   You should have received a copy of the GNU General Public License
diff --git a/README.md b/README.md
index 8e10f0418b..d809b1523b 100644
--- a/README.md
+++ b/README.md
@@ -248,7 +248,7 @@ https://lists.gnu.org/mailman/listinfo/jami
 COPYRIGHT NOTICE
 ----
 
-Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+Copyright (C) 2004-2025 Savoir-faire Linux Inc.
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
@@ -257,7 +257,7 @@ the Free Software Foundation, either version 3 of the License, or
 
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
diff --git a/bin/dbus/dbuscallmanager.hpp b/bin/dbus/dbuscallmanager.hpp
index 35ae4cbba5..b79e0cd6f1 100644
--- a/bin/dbus/dbuscallmanager.hpp
+++ b/bin/dbus/dbuscallmanager.hpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/bin/dbus/dbusconfigurationmanager.hpp b/bin/dbus/dbusconfigurationmanager.hpp
index b418c7b9a7..7ac2597033 100644
--- a/bin/dbus/dbusconfigurationmanager.hpp
+++ b/bin/dbus/dbusconfigurationmanager.hpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/bin/dbus/dbusinstance.hpp b/bin/dbus/dbusinstance.hpp
index d939693e66..d45c033e17 100644
--- a/bin/dbus/dbusinstance.hpp
+++ b/bin/dbus/dbusinstance.hpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/bin/dbus/dbuspluginmanagerinterface.hpp b/bin/dbus/dbuspluginmanagerinterface.hpp
index b9bcf08e33..c063a9903b 100644
--- a/bin/dbus/dbuspluginmanagerinterface.hpp
+++ b/bin/dbus/dbuspluginmanagerinterface.hpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/bin/dbus/dbuspresencemanager.hpp b/bin/dbus/dbuspresencemanager.hpp
index dd346b5c17..ca8ba7f2a2 100644
--- a/bin/dbus/dbuspresencemanager.hpp
+++ b/bin/dbus/dbuspresencemanager.hpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/bin/dbus/dbusvideomanager.hpp b/bin/dbus/dbusvideomanager.hpp
index c5a0073981..7fbca2492f 100644
--- a/bin/dbus/dbusvideomanager.hpp
+++ b/bin/dbus/dbusvideomanager.hpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/bin/dbus/main.cpp b/bin/dbus/main.cpp
index 5c5d1efd80..ee8a349ccb 100644
--- a/bin/dbus/main.cpp
+++ b/bin/dbus/main.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
@@ -48,7 +48,7 @@ print_title()
 {
     std::cout
         << "Jami Core " << libjami::version()
-        << ", by Savoir-faire Linux Inc. Copyright (C) 2004-2024" << std::endl
+        << ", by Savoir-faire Linux Inc. Copyright (C) 2004-2025" << std::endl
         << "https://jami.net/" << std::endl
 #ifdef ENABLE_VIDEO
         << "[Video support enabled]" << std::endl
diff --git a/bin/jni/JavaJNI2CJNI_Load.py b/bin/jni/JavaJNI2CJNI_Load.py
index 28ea924da7..495678ef6c 100755
--- a/bin/jni/JavaJNI2CJNI_Load.py
+++ b/bin/jni/JavaJNI2CJNI_Load.py
@@ -1,25 +1,24 @@
 #!/usr/bin/python
 # -*- coding: latin-1 -*-
 #
-#  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+#  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
 #
 #  Author: Emeric Vigier <emeric.vigier@savoirfairelinux.com>
 #          Alexandre Lision <alexandre.lision@savoirfairelinux.com>
 #          Adrien Béraud <adrien.beraud@savoirfairelinux.com>
 #
-#  This program is free software; you can redistribute it and/or modify
+#  This program is free software: you can redistribute it and/or modify
 #  it under the terms of the GNU General Public License as published by
-#  the Free Software Foundation; either version 3 of the License, or
+#  the Free Software Foundation, either version 3 of the License, or
 #  (at your option) any later version.
 #
 #  This program is distributed in the hope that it will be useful,
 #  but WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 #  GNU General Public License for more details.
 #
 #  You should have received a copy of the GNU General Public License
-#  along with this program; if not, write to the Free Software
-#  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+#  along with this program. If not, see <https://www.gnu.org/licenses/>.
 
 import getopt, sys
 import re
diff --git a/bin/jni/callmanager.i b/bin/jni/callmanager.i
index 851106dfa8..86b490a70d 100644
--- a/bin/jni/callmanager.i
+++ b/bin/jni/callmanager.i
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/bin/jni/configurationmanager.i b/bin/jni/configurationmanager.i
index 2fca6883aa..87f0c21ad8 100644
--- a/bin/jni/configurationmanager.i
+++ b/bin/jni/configurationmanager.i
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/bin/jni/conversation.i b/bin/jni/conversation.i
index 2afe5c15d1..bf4a85b854 100644
--- a/bin/jni/conversation.i
+++ b/bin/jni/conversation.i
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/bin/jni/datatransfer.i b/bin/jni/datatransfer.i
index 9ad92b1a2d..68183a9762 100644
--- a/bin/jni/datatransfer.i
+++ b/bin/jni/datatransfer.i
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/bin/jni/jamiservice.c.template b/bin/jni/jamiservice.c.template
index 762c59355b..bc0a72df67 100644
--- a/bin/jni/jamiservice.c.template
+++ b/bin/jni/jamiservice.c.template
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/bin/jni/jni_interface.i b/bin/jni/jni_interface.i
index 9b86a19ac8..4a0df09dc6 100644
--- a/bin/jni/jni_interface.i
+++ b/bin/jni/jni_interface.i
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/bin/jni/make-swig.sh b/bin/jni/make-swig.sh
index 934dcbb015..69d35bbd61 100755
--- a/bin/jni/make-swig.sh
+++ b/bin/jni/make-swig.sh
@@ -1,18 +1,18 @@
 #!/usr/bin/env bash
 #
-#  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+#  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
 #
 #  Author: Emeric Vigier <emeric.vigier@savoirfairelinux.com>
 #          Alexandre Lision <alexandre.lision@savoirfairelinux.com>
 #
-#  This program is free software; you can redistribute it and/or modify
+#  This program is free software: you can redistribute it and/or modify
 #  it under the terms of the GNU General Public License as published by
-#  the Free Software Foundation; either version 3 of the License, or
+#  the Free Software Foundation, either version 3 of the License, or
 #  (at your option) any later version.
 #
 #  This program is distributed in the hope that it will be useful,
 #  but WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 #  GNU General Public License for more details.
 #
 #  You should have received a copy of the GNU General Public License
diff --git a/bin/jni/managerimpl.i b/bin/jni/managerimpl.i
index bb81007de4..b9d7a9c4cf 100644
--- a/bin/jni/managerimpl.i
+++ b/bin/jni/managerimpl.i
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/bin/jni/plugin_manager_interface.i b/bin/jni/plugin_manager_interface.i
index c92370754c..6e52c4b76a 100644
--- a/bin/jni/plugin_manager_interface.i
+++ b/bin/jni/plugin_manager_interface.i
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/bin/jni/presencemanager.i b/bin/jni/presencemanager.i
index f697ceccd8..74c158bc96 100644
--- a/bin/jni/presencemanager.i
+++ b/bin/jni/presencemanager.i
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/bin/jni/videomanager.i b/bin/jni/videomanager.i
index f9c0b676bc..9600a21c53 100644
--- a/bin/jni/videomanager.i
+++ b/bin/jni/videomanager.i
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/bin/nodejs/callmanager.i b/bin/nodejs/callmanager.i
index 851106dfa8..86b490a70d 100644
--- a/bin/nodejs/callmanager.i
+++ b/bin/nodejs/callmanager.i
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/bin/nodejs/configurationmanager.i b/bin/nodejs/configurationmanager.i
index 1b09d14eaf..a1d034f071 100644
--- a/bin/nodejs/configurationmanager.i
+++ b/bin/nodejs/configurationmanager.i
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/bin/nodejs/conversation.i b/bin/nodejs/conversation.i
index 1f3e27164b..ce8570d0d1 100644
--- a/bin/nodejs/conversation.i
+++ b/bin/nodejs/conversation.i
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/bin/nodejs/index.js b/bin/nodejs/index.js
index 7485ab090f..2400d19394 100755
--- a/bin/nodejs/index.js
+++ b/bin/nodejs/index.js
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/bin/nodejs/managerimpl.i b/bin/nodejs/managerimpl.i
index 92808c2c41..88778b7fc4 100644
--- a/bin/nodejs/managerimpl.i
+++ b/bin/nodejs/managerimpl.i
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/bin/nodejs/nodejs_interface.i b/bin/nodejs/nodejs_interface.i
index 866bfdb551..d1517c4d16 100644
--- a/bin/nodejs/nodejs_interface.i
+++ b/bin/nodejs/nodejs_interface.i
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/bin/nodejs/presencemanager.i b/bin/nodejs/presencemanager.i
index f697ceccd8..74c158bc96 100644
--- a/bin/nodejs/presencemanager.i
+++ b/bin/nodejs/presencemanager.i
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/bin/nodejs/videomanager.i b/bin/nodejs/videomanager.i
index cdee1c5dfa..1924348d4c 100644
--- a/bin/nodejs/videomanager.i
+++ b/bin/nodejs/videomanager.i
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/bin/osxmain.cpp b/bin/osxmain.cpp
index 8945b1c4f8..a14552f76d 100644
--- a/bin/osxmain.cpp
+++ b/bin/osxmain.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
@@ -39,7 +39,7 @@ print_title()
 {
     std::cout
         << "Jami Core " << libjami::version()
-        << ", by Savoir-faire Linux Inc. Copyright (C) 2004-2024" << std::endl
+        << ", by Savoir-faire Linux Inc. Copyright (C) 2004-2025" << std::endl
         << "https://jami.net/" << std::endl
 #ifdef ENABLE_VIDEO
         << "[Video support enabled]" << std::endl
diff --git a/bin/winmain.cpp b/bin/winmain.cpp
index 6c761cb621..525651eaae 100644
--- a/bin/winmain.cpp
+++ b/bin/winmain.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
@@ -44,7 +44,7 @@ print_title()
 {
     std::cout
         << "Jami Core " << libjami::version()
-        << ", by Savoir-faire Linux Inc. Copyright (C) 2004-2024" << std::endl
+        << ", by Savoir-faire Linux Inc. Copyright (C) 2004-2025" << std::endl
         << "https://jami.net/" << std::endl
 #ifdef ENABLE_VIDEO
         << "[Video support enabled]" << std::endl
diff --git a/compat/msvc/unistd.h b/compat/msvc/unistd.h
index 6c338f56e3..37b84b1938 100644
--- a/compat/msvc/unistd.h
+++ b/compat/msvc/unistd.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/contrib/src/asio/rules.mak b/contrib/src/asio/rules.mak
index 08e19a2b2f..4a88e6ccd1 100644
--- a/contrib/src/asio/rules.mak
+++ b/contrib/src/asio/rules.mak
@@ -1,21 +1,20 @@
 #
-#  Copyright (C) 2016-2024 Savoir-faire Linux Inc.
+#  Copyright (C) 2016-2025 Savoir-faire Linux Inc.
 #
 #  Author: Adrien Béraud <adrien.beraud@savoirfairelinux.com>
 #
-#  This program is free software; you can redistribute it and/or modify
+#  This program is free software: you can redistribute it and/or modify
 #  it under the terms of the GNU General Public License as published by
-#  the Free Software Foundation; either version 3 of the License, or
+#  the Free Software Foundation, either version 3 of the License, or
 #  (at your option) any later version.
 #
 #  This program is distributed in the hope that it will be useful,
 #  but WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 #  GNU General Public License for more details.
 #
 #  You should have received a copy of the GNU General Public License
-#  along with this program; if not, write to the Free Software
-#  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA.
+#  along with this program. If not, see <https://www.gnu.org/licenses/>.
 #
 
 ASIO_VERSION := asio-1-28-1
diff --git a/contrib/src/cyclonedx.sh b/contrib/src/cyclonedx.sh
index cfa6a447e7..d1b9784e00 100755
--- a/contrib/src/cyclonedx.sh
+++ b/contrib/src/cyclonedx.sh
@@ -2,7 +2,7 @@
 #
 # Take as input a list of CPE id (string), parse them and output a minimal CycloneDX SBOM file in JSON format
 #
-# Copyright (C) 2024 Savoir-faire Linux, Inc.
+# Copyright (C) 2004-2025 Savoir-faire Linux, Inc.
 
 set -euo pipefail # Enable error checking
 
diff --git a/contrib/src/libressl/rules.mak b/contrib/src/libressl/rules.mak
index dc268f9dd9..9c01b1a76d 100644
--- a/contrib/src/libressl/rules.mak
+++ b/contrib/src/libressl/rules.mak
@@ -1,22 +1,21 @@
 # -*- mode: makefile; -*-
 #
-#  Copyright (C) 2018-2024 Savoir-faire Linux Inc.
+#  Copyright (C) 2018-2025 Savoir-faire Linux Inc.
 #
 #  Author: Sebastien Blin <sebastien.blin@savoirfairelinux.com>
 #
-#  This program is free software; you can redistribute it and/or modify
+#  This program is free software: you can redistribute it and/or modify
 #  it under the terms of the GNU General Public License as published by
-#  the Free Software Foundation; either version 3 of the License, or
+#  the Free Software Foundation, either version 3 of the License, or
 #  (at your option) any later version.
 #
 #  This program is distributed in the hope that it will be useful,
 #  but WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 #  GNU General Public License for more details.
 #
 #  You should have received a copy of the GNU General Public License
-#  along with this program; if not, write to the Free Software
-#  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA.
+#  along with this program. If not, see <https://www.gnu.org/licenses/>.
 #
 SSL_VERSION := 3.9.2
 PKG_CPE += cpe:2.3:a:openbsd:libressl:$(SSL_VERSION):*:*:*:*:*:*:*
diff --git a/contrib/src/llhttp/rules.mak b/contrib/src/llhttp/rules.mak
index 4fdc532766..39a8703acf 100644
--- a/contrib/src/llhttp/rules.mak
+++ b/contrib/src/llhttp/rules.mak
@@ -1,20 +1,19 @@
 # -*- mode: makefile; -*-
 #
-#  Copyright (C) 2018-2024 Savoir-faire Linux Inc.
+#  Copyright (C) 2018-2025 Savoir-faire Linux Inc.
 #
-#  This program is free software; you can redistribute it and/or modify
+#  This program is free software: you can redistribute it and/or modify
 #  it under the terms of the GNU General Public License as published by
-#  the Free Software Foundation; either version 3 of the License, or
+#  the Free Software Foundation, either version 3 of the License, or
 #  (at your option) any later version.
 #
 #  This program is distributed in the hope that it will be useful,
 #  but WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 #  GNU General Public License for more details.
 #
 #  You should have received a copy of the GNU General Public License
-#  along with this program; if not, write to the Free Software
-#  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA.
+#  along with this program. If not, see <https://www.gnu.org/licenses/>.
 #
 LLHTTP_VERSION := 9.2.0
 PKG_CPE += cpe:2.3:a:llhttp:llhttp:$(LLHTTP_VERSION):*:*:*:*:*:*:*
diff --git a/extras/scripts/winmake.py b/extras/scripts/winmake.py
index 93346333a3..c76bc0a2b9 100644
--- a/extras/scripts/winmake.py
+++ b/extras/scripts/winmake.py
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 """
 SPDX-License-Identifier: GPL-3.0-or-later
-Copyright (c) 2024 Savoir-faire Linux
+Copyright (C) 2004-2025 Savoir-faire Linux Inc.
 
 Uses pywinmake to build the daemon and its dependencies.
 """
diff --git a/net.jami.daemon.metainfo.xml.in b/net.jami.daemon.metainfo.xml.in
index e58d4dcdd6..99c7841b36 100644
--- a/net.jami.daemon.metainfo.xml.in
+++ b/net.jami.daemon.metainfo.xml.in
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- Copyright (C) 2004-2024 Savoir-faire Linux Inc. -->
+<!-- Copyright (C) 2004-2025 Savoir-faire Linux Inc. -->
 <component>
  <id>net.jami.daemon</id>
  <metadata_license>CC-BY-SA-3.0</metadata_license>
diff --git a/src/account.cpp b/src/account.cpp
index 2082bc319b..9ed43ee9ad 100644
--- a/src/account.cpp
+++ b/src/account.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/account.h b/src/account.h
index 1d6fccae3b..a2887f6423 100644
--- a/src/account.h
+++ b/src/account.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/account_config.cpp b/src/account_config.cpp
index 19f9950da6..669bedd287 100644
--- a/src/account_config.cpp
+++ b/src/account_config.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/account_config.h b/src/account_config.h
index de6a90f5dc..553b7de6cd 100644
--- a/src/account_config.h
+++ b/src/account_config.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/account_factory.cpp b/src/account_factory.cpp
index 219c425770..33ef86d67d 100644
--- a/src/account_factory.cpp
+++ b/src/account_factory.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/account_factory.h b/src/account_factory.h
index d223989e0c..6413bf23cb 100644
--- a/src/account_factory.h
+++ b/src/account_factory.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/account_schema.h b/src/account_schema.h
index 76b6f3193d..70609b0744 100644
--- a/src/account_schema.h
+++ b/src/account_schema.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/archiver.cpp b/src/archiver.cpp
index c112fecb0f..79157912b9 100644
--- a/src/archiver.cpp
+++ b/src/archiver.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/archiver.h b/src/archiver.h
index 416ef137e4..5487bae3c3 100644
--- a/src/archiver.h
+++ b/src/archiver.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/base64.cpp b/src/base64.cpp
index f0a2648088..7b86ccac62 100644
--- a/src/base64.cpp
+++ b/src/base64.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/base64.h b/src/base64.h
index ac2ce68e04..c313421e55 100644
--- a/src/base64.h
+++ b/src/base64.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/buildinfo.cpp b/src/buildinfo.cpp
index bfd65546d1..a64181b0fd 100644
--- a/src/buildinfo.cpp
+++ b/src/buildinfo.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/call.cpp b/src/call.cpp
index 41e3ba9008..710e7e2682 100644
--- a/src/call.cpp
+++ b/src/call.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/call.h b/src/call.h
index dc7142fdb6..d001d5c162 100644
--- a/src/call.h
+++ b/src/call.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/call_factory.cpp b/src/call_factory.cpp
index 83389d878e..2c8c8c467b 100644
--- a/src/call_factory.cpp
+++ b/src/call_factory.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/call_factory.h b/src/call_factory.h
index 194b514daf..2fef41a504 100644
--- a/src/call_factory.h
+++ b/src/call_factory.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/call_set.h b/src/call_set.h
index 3b7dc8e7dc..62b3a82f74 100644
--- a/src/call_set.h
+++ b/src/call_set.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/client/callmanager.cpp b/src/client/callmanager.cpp
index 4d79566918..b9be3514ba 100644
--- a/src/client/callmanager.cpp
+++ b/src/client/callmanager.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/client/configurationmanager.cpp b/src/client/configurationmanager.cpp
index a48a689f55..245faab6fc 100644
--- a/src/client/configurationmanager.cpp
+++ b/src/client/configurationmanager.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/client/conversation_interface.cpp b/src/client/conversation_interface.cpp
index 91441b3894..05b7f99bfc 100644
--- a/src/client/conversation_interface.cpp
+++ b/src/client/conversation_interface.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/client/datatransfer.cpp b/src/client/datatransfer.cpp
index 2626312b43..0c910d5b61 100644
--- a/src/client/datatransfer.cpp
+++ b/src/client/datatransfer.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/client/plugin_manager_interface.cpp b/src/client/plugin_manager_interface.cpp
index 72c2c51244..c2987f0537 100644
--- a/src/client/plugin_manager_interface.cpp
+++ b/src/client/plugin_manager_interface.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/client/presencemanager.cpp b/src/client/presencemanager.cpp
index 805bdcb30e..d4b75731a0 100644
--- a/src/client/presencemanager.cpp
+++ b/src/client/presencemanager.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/client/ring_signal.cpp b/src/client/ring_signal.cpp
index c6382e52ad..f7ca8cc6b3 100644
--- a/src/client/ring_signal.cpp
+++ b/src/client/ring_signal.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/client/ring_signal.h b/src/client/ring_signal.h
index 773d5d40c4..a2f425e648 100644
--- a/src/client/ring_signal.h
+++ b/src/client/ring_signal.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/client/videomanager.cpp b/src/client/videomanager.cpp
index bd30df2022..24c594ce19 100644
--- a/src/client/videomanager.cpp
+++ b/src/client/videomanager.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/client/videomanager.h b/src/client/videomanager.h
index b308384158..8eaaf6dec8 100644
--- a/src/client/videomanager.h
+++ b/src/client/videomanager.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/compiler_intrinsics.h b/src/compiler_intrinsics.h
index e0f57d519e..874d9e82dc 100644
--- a/src/compiler_intrinsics.h
+++ b/src/compiler_intrinsics.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/conference.cpp b/src/conference.cpp
index 56acd18a13..e1671da22d 100644
--- a/src/conference.cpp
+++ b/src/conference.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/conference.h b/src/conference.h
index 944cf8ff89..6a7d0c0a9a 100644
--- a/src/conference.h
+++ b/src/conference.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/conference_protocol.cpp b/src/conference_protocol.cpp
index 0494df44fb..3d01340b3d 100644
--- a/src/conference_protocol.cpp
+++ b/src/conference_protocol.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/conference_protocol.h b/src/conference_protocol.h
index b4beb7944a..48d149dde4 100644
--- a/src/conference_protocol.h
+++ b/src/conference_protocol.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/config/account_config_utils.h b/src/config/account_config_utils.h
index 0ffbd5eb1c..b049b6c351 100644
--- a/src/config/account_config_utils.h
+++ b/src/config/account_config_utils.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/config/serializable.h b/src/config/serializable.h
index e514ee71f8..d46944f683 100644
--- a/src/config/serializable.h
+++ b/src/config/serializable.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/config/yamlparser.cpp b/src/config/yamlparser.cpp
index 98f629ee09..e90081316f 100644
--- a/src/config/yamlparser.cpp
+++ b/src/config/yamlparser.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/config/yamlparser.h b/src/config/yamlparser.h
index dac44ca9b0..fa3500adf6 100644
--- a/src/config/yamlparser.h
+++ b/src/config/yamlparser.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/connectivity/ip_utils.cpp b/src/connectivity/ip_utils.cpp
index ef5a1f8c37..beffa9b11e 100644
--- a/src/connectivity/ip_utils.cpp
+++ b/src/connectivity/ip_utils.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/connectivity/ip_utils.h b/src/connectivity/ip_utils.h
index 1e98ddc620..557390dd34 100644
--- a/src/connectivity/ip_utils.h
+++ b/src/connectivity/ip_utils.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/connectivity/security/memory.cpp b/src/connectivity/security/memory.cpp
index 11c15cbe14..411c71a0ab 100644
--- a/src/connectivity/security/memory.cpp
+++ b/src/connectivity/security/memory.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/connectivity/security/memory.h b/src/connectivity/security/memory.h
index 30bbb0c113..dc7d477679 100644
--- a/src/connectivity/security/memory.h
+++ b/src/connectivity/security/memory.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/connectivity/security/tlsvalidator.cpp b/src/connectivity/security/tlsvalidator.cpp
index d66517846e..a3bde16a38 100644
--- a/src/connectivity/security/tlsvalidator.cpp
+++ b/src/connectivity/security/tlsvalidator.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/connectivity/security/tlsvalidator.h b/src/connectivity/security/tlsvalidator.h
index 28ded1b169..56c9aef4c3 100644
--- a/src/connectivity/security/tlsvalidator.h
+++ b/src/connectivity/security/tlsvalidator.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/connectivity/sip_utils.cpp b/src/connectivity/sip_utils.cpp
index ae9d213058..95473a382b 100644
--- a/src/connectivity/sip_utils.cpp
+++ b/src/connectivity/sip_utils.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/connectivity/sip_utils.h b/src/connectivity/sip_utils.h
index dcfbbc8f23..a27e434e6c 100644
--- a/src/connectivity/sip_utils.h
+++ b/src/connectivity/sip_utils.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/connectivity/utf8_utils.cpp b/src/connectivity/utf8_utils.cpp
index 9eedee7d39..88f84da728 100644
--- a/src/connectivity/utf8_utils.cpp
+++ b/src/connectivity/utf8_utils.cpp
@@ -1,7 +1,7 @@
 /*
  *  Copyright (C) 1999 Tom Tromey
  *  Copyright (C) 2000 Red Hat, Inc.
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  Author: Pascal Potvin <pascal.potvin@extenway.com>
  *
diff --git a/src/connectivity/utf8_utils.h b/src/connectivity/utf8_utils.h
index 58ed4ac772..7f3ffb4ae5 100644
--- a/src/connectivity/utf8_utils.h
+++ b/src/connectivity/utf8_utils.h
@@ -1,7 +1,7 @@
 /*
  *  Copyright (C) 1999 Tom Tromey
  *  Copyright (C) 2000 Red Hat, Inc.
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  Author: Pascal Potvin <pascal.potvin@extenway.com>
  *
diff --git a/src/data_transfer.cpp b/src/data_transfer.cpp
index ee8c468d9e..a30dacaba6 100644
--- a/src/data_transfer.cpp
+++ b/src/data_transfer.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/data_transfer.h b/src/data_transfer.h
index 25d5b299fc..14638473ce 100644
--- a/src/data_transfer.h
+++ b/src/data_transfer.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/debug_utils.h b/src/debug_utils.h
index f04fd9c9d3..ae8a4cdf47 100644
--- a/src/debug_utils.h
+++ b/src/debug_utils.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/enumclass_utils.h b/src/enumclass_utils.h
index 5e1a226ca2..d012a3d844 100644
--- a/src/enumclass_utils.h
+++ b/src/enumclass_utils.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/fileutils.cpp b/src/fileutils.cpp
index b63563a2b2..9d619da022 100644
--- a/src/fileutils.cpp
+++ b/src/fileutils.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/fileutils.h b/src/fileutils.h
index b5dbeb0786..321926999c 100644
--- a/src/fileutils.h
+++ b/src/fileutils.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/gittransport.cpp b/src/gittransport.cpp
index 074876f22c..2150126410 100644
--- a/src/gittransport.cpp
+++ b/src/gittransport.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/gittransport.h b/src/gittransport.h
index 55973d052f..31b3a954f7 100644
--- a/src/gittransport.h
+++ b/src/gittransport.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/im/instant_messaging.cpp b/src/im/instant_messaging.cpp
index 373fe67d7b..266d4b5d14 100644
--- a/src/im/instant_messaging.cpp
+++ b/src/im/instant_messaging.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/im/instant_messaging.h b/src/im/instant_messaging.h
index 72cd951c7f..538a950d4d 100644
--- a/src/im/instant_messaging.h
+++ b/src/im/instant_messaging.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/im/message_engine.cpp b/src/im/message_engine.cpp
index 15a9190700..5b66023720 100644
--- a/src/im/message_engine.cpp
+++ b/src/im/message_engine.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/im/message_engine.h b/src/im/message_engine.h
index 1dbdaa05a6..1166848811 100644
--- a/src/im/message_engine.h
+++ b/src/im/message_engine.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/jami/account_const.h b/src/jami/account_const.h
index 9bf2d66202..52725bc97c 100644
--- a/src/jami/account_const.h
+++ b/src/jami/account_const.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/jami/call_const.h b/src/jami/call_const.h
index 9dc5ccf67c..f96404d1c9 100644
--- a/src/jami/call_const.h
+++ b/src/jami/call_const.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/jami/callmanager_interface.h b/src/jami/callmanager_interface.h
index 6fdd0232d7..d955f25930 100644
--- a/src/jami/callmanager_interface.h
+++ b/src/jami/callmanager_interface.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/jami/configurationmanager_interface.h b/src/jami/configurationmanager_interface.h
index 239f1e5f2a..c9542a6f3a 100644
--- a/src/jami/configurationmanager_interface.h
+++ b/src/jami/configurationmanager_interface.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/jami/conversation_interface.h b/src/jami/conversation_interface.h
index d96cb8ae62..ce5896c522 100644
--- a/src/jami/conversation_interface.h
+++ b/src/jami/conversation_interface.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/jami/datatransfer_interface.h b/src/jami/datatransfer_interface.h
index da0a781cbc..1e69c38b6e 100644
--- a/src/jami/datatransfer_interface.h
+++ b/src/jami/datatransfer_interface.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/jami/def.h b/src/jami/def.h
index 2f6f8e3d4a..0e56b10ef5 100644
--- a/src/jami/def.h
+++ b/src/jami/def.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/jami/jami.h b/src/jami/jami.h
index bceb1f9de5..a7f49b44dd 100644
--- a/src/jami/jami.h
+++ b/src/jami/jami.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/jami/media_const.h b/src/jami/media_const.h
index b5fb4a733d..72beadc808 100644
--- a/src/jami/media_const.h
+++ b/src/jami/media_const.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/jami/plugin_manager_interface.h b/src/jami/plugin_manager_interface.h
index 805af9f5d9..3e46813228 100644
--- a/src/jami/plugin_manager_interface.h
+++ b/src/jami/plugin_manager_interface.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/jami/presence_const.h b/src/jami/presence_const.h
index 7e07c4bc56..fd090f9305 100644
--- a/src/jami/presence_const.h
+++ b/src/jami/presence_const.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/jami/presencemanager_interface.h b/src/jami/presencemanager_interface.h
index 78bc19b019..bdd77a878f 100644
--- a/src/jami/presencemanager_interface.h
+++ b/src/jami/presencemanager_interface.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/jami/security_const.h b/src/jami/security_const.h
index f567300b40..162574d1ee 100644
--- a/src/jami/security_const.h
+++ b/src/jami/security_const.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/jami/trace-tools.h b/src/jami/trace-tools.h
index 8539bc50bb..c5151136a9 100644
--- a/src/jami/trace-tools.h
+++ b/src/jami/trace-tools.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/jami/tracepoint.h b/src/jami/tracepoint.h
index 500f9358c7..432765a181 100644
--- a/src/jami/tracepoint.h
+++ b/src/jami/tracepoint.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/jami/videomanager_interface.h b/src/jami/videomanager_interface.h
index b0b25b01a5..b7268e12e3 100644
--- a/src/jami/videomanager_interface.h
+++ b/src/jami/videomanager_interface.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/jamidht/abstract_sip_transport.h b/src/jamidht/abstract_sip_transport.h
index 9f586eee47..dfce5f2295 100644
--- a/src/jamidht/abstract_sip_transport.h
+++ b/src/jamidht/abstract_sip_transport.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/jamidht/account_manager.cpp b/src/jamidht/account_manager.cpp
index 990b84ca46..90b5c9aea7 100644
--- a/src/jamidht/account_manager.cpp
+++ b/src/jamidht/account_manager.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/jamidht/account_manager.h b/src/jamidht/account_manager.h
index 3f9a369dbe..d1e1f65247 100644
--- a/src/jamidht/account_manager.h
+++ b/src/jamidht/account_manager.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/jamidht/accountarchive.cpp b/src/jamidht/accountarchive.cpp
index c141a188ff..e19574e664 100644
--- a/src/jamidht/accountarchive.cpp
+++ b/src/jamidht/accountarchive.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/jamidht/accountarchive.h b/src/jamidht/accountarchive.h
index 4d9a9d9f06..66989e893a 100644
--- a/src/jamidht/accountarchive.h
+++ b/src/jamidht/accountarchive.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/jamidht/archive_account_manager.cpp b/src/jamidht/archive_account_manager.cpp
index 84c6e54701..74889db0c0 100644
--- a/src/jamidht/archive_account_manager.cpp
+++ b/src/jamidht/archive_account_manager.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/jamidht/archive_account_manager.h b/src/jamidht/archive_account_manager.h
index 0a83db7a87..52a118902b 100644
--- a/src/jamidht/archive_account_manager.h
+++ b/src/jamidht/archive_account_manager.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/jamidht/channel_handler.h b/src/jamidht/channel_handler.h
index 89ad86ce3b..2863479852 100644
--- a/src/jamidht/channel_handler.h
+++ b/src/jamidht/channel_handler.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/jamidht/channeled_transport.cpp b/src/jamidht/channeled_transport.cpp
index ade54ffa05..50ac278de8 100644
--- a/src/jamidht/channeled_transport.cpp
+++ b/src/jamidht/channeled_transport.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/jamidht/channeled_transport.h b/src/jamidht/channeled_transport.h
index 898868670f..e22725b2ae 100644
--- a/src/jamidht/channeled_transport.h
+++ b/src/jamidht/channeled_transport.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/jamidht/configkeys.h b/src/jamidht/configkeys.h
index 3fc570c6ce..4069afe234 100644
--- a/src/jamidht/configkeys.h
+++ b/src/jamidht/configkeys.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/jamidht/contact_list.cpp b/src/jamidht/contact_list.cpp
index c516c66191..475213717d 100644
--- a/src/jamidht/contact_list.cpp
+++ b/src/jamidht/contact_list.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/jamidht/contact_list.h b/src/jamidht/contact_list.h
index c7e5361252..f20ed4b9af 100644
--- a/src/jamidht/contact_list.h
+++ b/src/jamidht/contact_list.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/jamidht/conversation.cpp b/src/jamidht/conversation.cpp
index 0c16732129..03ca7cbdc2 100644
--- a/src/jamidht/conversation.cpp
+++ b/src/jamidht/conversation.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/jamidht/conversation.h b/src/jamidht/conversation.h
index e775f0795f..82da799393 100644
--- a/src/jamidht/conversation.h
+++ b/src/jamidht/conversation.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/jamidht/conversation_channel_handler.cpp b/src/jamidht/conversation_channel_handler.cpp
index 2dcab40784..4a472aa720 100644
--- a/src/jamidht/conversation_channel_handler.cpp
+++ b/src/jamidht/conversation_channel_handler.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/jamidht/conversation_channel_handler.h b/src/jamidht/conversation_channel_handler.h
index d080d4e4f2..fe1f5d5474 100644
--- a/src/jamidht/conversation_channel_handler.h
+++ b/src/jamidht/conversation_channel_handler.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/jamidht/conversation_module.cpp b/src/jamidht/conversation_module.cpp
index 22da9796bd..6e996f6f5d 100644
--- a/src/jamidht/conversation_module.cpp
+++ b/src/jamidht/conversation_module.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/jamidht/conversation_module.h b/src/jamidht/conversation_module.h
index 5fdf31d17f..3c113a1601 100644
--- a/src/jamidht/conversation_module.h
+++ b/src/jamidht/conversation_module.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/jamidht/conversationrepository.cpp b/src/jamidht/conversationrepository.cpp
index e74e437646..40dbc19294 100644
--- a/src/jamidht/conversationrepository.cpp
+++ b/src/jamidht/conversationrepository.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/jamidht/conversationrepository.h b/src/jamidht/conversationrepository.h
index 78dd915819..d9d5ef1df2 100644
--- a/src/jamidht/conversationrepository.h
+++ b/src/jamidht/conversationrepository.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/jamidht/gitserver.cpp b/src/jamidht/gitserver.cpp
index b7118544b1..37fa8359bc 100644
--- a/src/jamidht/gitserver.cpp
+++ b/src/jamidht/gitserver.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/jamidht/gitserver.h b/src/jamidht/gitserver.h
index d28a4aa85a..e119428ee5 100644
--- a/src/jamidht/gitserver.h
+++ b/src/jamidht/gitserver.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/jamidht/jami_contact.h b/src/jamidht/jami_contact.h
index 42e631fb8d..e8c9873889 100644
--- a/src/jamidht/jami_contact.h
+++ b/src/jamidht/jami_contact.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/jamidht/jamiaccount.cpp b/src/jamidht/jamiaccount.cpp
index 21ed60e3ac..e47e809e41 100644
--- a/src/jamidht/jamiaccount.cpp
+++ b/src/jamidht/jamiaccount.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/jamidht/jamiaccount.h b/src/jamidht/jamiaccount.h
index 2e20784355..ceda7125c7 100644
--- a/src/jamidht/jamiaccount.h
+++ b/src/jamidht/jamiaccount.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/jamidht/jamiaccount_config.cpp b/src/jamidht/jamiaccount_config.cpp
index 99c7a09fd3..cd42c55713 100644
--- a/src/jamidht/jamiaccount_config.cpp
+++ b/src/jamidht/jamiaccount_config.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/jamidht/jamiaccount_config.h b/src/jamidht/jamiaccount_config.h
index 87a8885d15..bbded09e3f 100644
--- a/src/jamidht/jamiaccount_config.h
+++ b/src/jamidht/jamiaccount_config.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/jamidht/message_channel_handler.cpp b/src/jamidht/message_channel_handler.cpp
index 98cde108ee..4dca17765c 100644
--- a/src/jamidht/message_channel_handler.cpp
+++ b/src/jamidht/message_channel_handler.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/jamidht/message_channel_handler.h b/src/jamidht/message_channel_handler.h
index bb29fd6a9f..0d94d9a7a1 100644
--- a/src/jamidht/message_channel_handler.h
+++ b/src/jamidht/message_channel_handler.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/jamidht/namedirectory.cpp b/src/jamidht/namedirectory.cpp
index c50ec5c60d..5347837b01 100644
--- a/src/jamidht/namedirectory.cpp
+++ b/src/jamidht/namedirectory.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/jamidht/namedirectory.h b/src/jamidht/namedirectory.h
index 3e86259c10..a7ebb18e76 100644
--- a/src/jamidht/namedirectory.h
+++ b/src/jamidht/namedirectory.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/jamidht/server_account_manager.cpp b/src/jamidht/server_account_manager.cpp
index b3ce6c779a..d0e5b58bb7 100644
--- a/src/jamidht/server_account_manager.cpp
+++ b/src/jamidht/server_account_manager.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/jamidht/server_account_manager.h b/src/jamidht/server_account_manager.h
index 837c910af3..8211a67d21 100644
--- a/src/jamidht/server_account_manager.h
+++ b/src/jamidht/server_account_manager.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/jamidht/swarm/routing_table.cpp b/src/jamidht/swarm/routing_table.cpp
index 9252f7233d..f592f297aa 100644
--- a/src/jamidht/swarm/routing_table.cpp
+++ b/src/jamidht/swarm/routing_table.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/jamidht/swarm/routing_table.h b/src/jamidht/swarm/routing_table.h
index 94627be684..da8167d88b 100644
--- a/src/jamidht/swarm/routing_table.h
+++ b/src/jamidht/swarm/routing_table.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/jamidht/swarm/swarm_channel_handler.cpp b/src/jamidht/swarm/swarm_channel_handler.cpp
index 5e7ac4e4ca..334be67dad 100644
--- a/src/jamidht/swarm/swarm_channel_handler.cpp
+++ b/src/jamidht/swarm/swarm_channel_handler.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/jamidht/swarm/swarm_channel_handler.h b/src/jamidht/swarm/swarm_channel_handler.h
index 1e2974d763..65940ef364 100644
--- a/src/jamidht/swarm/swarm_channel_handler.h
+++ b/src/jamidht/swarm/swarm_channel_handler.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/jamidht/swarm/swarm_manager.cpp b/src/jamidht/swarm/swarm_manager.cpp
index 6a958718cc..cfdde391ee 100644
--- a/src/jamidht/swarm/swarm_manager.cpp
+++ b/src/jamidht/swarm/swarm_manager.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/jamidht/swarm/swarm_manager.h b/src/jamidht/swarm/swarm_manager.h
index d7a6bb5157..ea2834f0d3 100644
--- a/src/jamidht/swarm/swarm_manager.h
+++ b/src/jamidht/swarm/swarm_manager.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/jamidht/swarm/swarm_protocol.cpp b/src/jamidht/swarm/swarm_protocol.cpp
index a32cf66831..36d3318b96 100644
--- a/src/jamidht/swarm/swarm_protocol.cpp
+++ b/src/jamidht/swarm/swarm_protocol.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/jamidht/swarm/swarm_protocol.h b/src/jamidht/swarm/swarm_protocol.h
index da603bc431..5b507e61bc 100644
--- a/src/jamidht/swarm/swarm_protocol.h
+++ b/src/jamidht/swarm/swarm_protocol.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/jamidht/sync_channel_handler.cpp b/src/jamidht/sync_channel_handler.cpp
index 34acc94084..11a24b059d 100644
--- a/src/jamidht/sync_channel_handler.cpp
+++ b/src/jamidht/sync_channel_handler.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/jamidht/sync_channel_handler.h b/src/jamidht/sync_channel_handler.h
index 029bf5d6da..926d44df17 100644
--- a/src/jamidht/sync_channel_handler.h
+++ b/src/jamidht/sync_channel_handler.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/jamidht/sync_module.cpp b/src/jamidht/sync_module.cpp
index 0de7a0848b..15fc18e94c 100644
--- a/src/jamidht/sync_module.cpp
+++ b/src/jamidht/sync_module.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/jamidht/sync_module.h b/src/jamidht/sync_module.h
index c31e5939b8..cb575c67cf 100644
--- a/src/jamidht/sync_module.h
+++ b/src/jamidht/sync_module.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/jamidht/transfer_channel_handler.cpp b/src/jamidht/transfer_channel_handler.cpp
index 21112f6a66..157a13da35 100644
--- a/src/jamidht/transfer_channel_handler.cpp
+++ b/src/jamidht/transfer_channel_handler.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/jamidht/transfer_channel_handler.h b/src/jamidht/transfer_channel_handler.h
index a836988122..3add67567b 100644
--- a/src/jamidht/transfer_channel_handler.h
+++ b/src/jamidht/transfer_channel_handler.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/jamidht/typers.cpp b/src/jamidht/typers.cpp
index c2679cd6a3..c84c1530ce 100644
--- a/src/jamidht/typers.cpp
+++ b/src/jamidht/typers.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/jamidht/typers.h b/src/jamidht/typers.h
index 8b363703fb..b0eba1cbf6 100644
--- a/src/jamidht/typers.h
+++ b/src/jamidht/typers.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/logger.cpp b/src/logger.cpp
index 15c6d05a8f..cfe8b58845 100644
--- a/src/logger.cpp
+++ b/src/logger.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/logger.h b/src/logger.h
index f209a7eff5..bda68a3863 100644
--- a/src/logger.h
+++ b/src/logger.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/manager.cpp b/src/manager.cpp
index d2634af39b..48b3ed9ea6 100644
--- a/src/manager.cpp
+++ b/src/manager.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/manager.h b/src/manager.h
index 1b284c1c12..2edb0cf4ec 100644
--- a/src/manager.h
+++ b/src/manager.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/map_utils.h b/src/map_utils.h
index 08fdebe2ac..fdd56c7e42 100644
--- a/src/map_utils.h
+++ b/src/map_utils.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/audio/alsa/alsalayer.cpp b/src/media/audio/alsa/alsalayer.cpp
index 685d6cb854..9bb14d666f 100644
--- a/src/media/audio/alsa/alsalayer.cpp
+++ b/src/media/audio/alsa/alsalayer.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/audio/alsa/alsalayer.h b/src/media/audio/alsa/alsalayer.h
index ae056d6e91..730fddcbfa 100644
--- a/src/media/audio/alsa/alsalayer.h
+++ b/src/media/audio/alsa/alsalayer.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/audio/audio-processing/audio_processor.h b/src/media/audio/audio-processing/audio_processor.h
index 9a26417956..89293984ab 100644
--- a/src/media/audio/audio-processing/audio_processor.h
+++ b/src/media/audio/audio-processing/audio_processor.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/audio/audio-processing/null_audio_processor.cpp b/src/media/audio/audio-processing/null_audio_processor.cpp
index 6f9a426d8a..267e5eb55b 100644
--- a/src/media/audio/audio-processing/null_audio_processor.cpp
+++ b/src/media/audio/audio-processing/null_audio_processor.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/audio/audio-processing/null_audio_processor.h b/src/media/audio/audio-processing/null_audio_processor.h
index 66346e78fd..3b04e371bc 100644
--- a/src/media/audio/audio-processing/null_audio_processor.h
+++ b/src/media/audio/audio-processing/null_audio_processor.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/audio/audio-processing/speex.cpp b/src/media/audio/audio-processing/speex.cpp
index c9251d0ca3..7f8c588824 100644
--- a/src/media/audio/audio-processing/speex.cpp
+++ b/src/media/audio/audio-processing/speex.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/audio/audio-processing/speex.h b/src/media/audio/audio-processing/speex.h
index 0dc1b5c01c..168e1b3802 100644
--- a/src/media/audio/audio-processing/speex.h
+++ b/src/media/audio/audio-processing/speex.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/audio/audio-processing/webrtc.cpp b/src/media/audio/audio-processing/webrtc.cpp
index 77c713effd..0d9a69da14 100644
--- a/src/media/audio/audio-processing/webrtc.cpp
+++ b/src/media/audio/audio-processing/webrtc.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/audio/audio-processing/webrtc.h b/src/media/audio/audio-processing/webrtc.h
index 790c44999e..009852800d 100644
--- a/src/media/audio/audio-processing/webrtc.h
+++ b/src/media/audio/audio-processing/webrtc.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/audio/audio_format.h b/src/media/audio/audio_format.h
index 48ab9693b3..ecc31cc5fb 100644
--- a/src/media/audio/audio_format.h
+++ b/src/media/audio/audio_format.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/audio/audio_frame_resizer.cpp b/src/media/audio/audio_frame_resizer.cpp
index 2642d52240..6d9494a15c 100644
--- a/src/media/audio/audio_frame_resizer.cpp
+++ b/src/media/audio/audio_frame_resizer.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/audio/audio_frame_resizer.h b/src/media/audio/audio_frame_resizer.h
index f80df4e3c2..2c1f668f61 100644
--- a/src/media/audio/audio_frame_resizer.h
+++ b/src/media/audio/audio_frame_resizer.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/audio/audio_input.cpp b/src/media/audio/audio_input.cpp
index 928d9c1921..dd905cb5a9 100644
--- a/src/media/audio/audio_input.cpp
+++ b/src/media/audio/audio_input.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/audio/audio_input.h b/src/media/audio/audio_input.h
index 733cfe07a5..4f3f35c2c2 100644
--- a/src/media/audio/audio_input.h
+++ b/src/media/audio/audio_input.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/audio/audio_receive_thread.cpp b/src/media/audio/audio_receive_thread.cpp
index 8bc2634d21..89d83e1b99 100644
--- a/src/media/audio/audio_receive_thread.cpp
+++ b/src/media/audio/audio_receive_thread.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/audio/audio_receive_thread.h b/src/media/audio/audio_receive_thread.h
index c8a1c8bfdb..b93bec238c 100644
--- a/src/media/audio/audio_receive_thread.h
+++ b/src/media/audio/audio_receive_thread.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/audio/audio_rtp_session.cpp b/src/media/audio/audio_rtp_session.cpp
index a8bfc83ac3..510c9478bf 100644
--- a/src/media/audio/audio_rtp_session.cpp
+++ b/src/media/audio/audio_rtp_session.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/audio/audio_rtp_session.h b/src/media/audio/audio_rtp_session.h
index d536b39104..78adc2e0c3 100644
--- a/src/media/audio/audio_rtp_session.h
+++ b/src/media/audio/audio_rtp_session.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/audio/audio_sender.cpp b/src/media/audio/audio_sender.cpp
index 17f18778a9..b7664d29ae 100644
--- a/src/media/audio/audio_sender.cpp
+++ b/src/media/audio/audio_sender.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/audio/audio_sender.h b/src/media/audio/audio_sender.h
index 44642f22c9..31be8fd8e5 100644
--- a/src/media/audio/audio_sender.h
+++ b/src/media/audio/audio_sender.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/audio/audiolayer.cpp b/src/media/audio/audiolayer.cpp
index 98c50270cb..7c1bd436bb 100644
--- a/src/media/audio/audiolayer.cpp
+++ b/src/media/audio/audiolayer.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/audio/audiolayer.h b/src/media/audio/audiolayer.h
index 840d818aeb..be6975fd3e 100644
--- a/src/media/audio/audiolayer.h
+++ b/src/media/audio/audiolayer.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/audio/audioloop.cpp b/src/media/audio/audioloop.cpp
index d29d62ddf3..78483b3382 100644
--- a/src/media/audio/audioloop.cpp
+++ b/src/media/audio/audioloop.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  Inspired by tonegenerator of
  *   Laurielle Lea <laurielle.lea@savoirfairelinux.com> (2004)
diff --git a/src/media/audio/audioloop.h b/src/media/audio/audioloop.h
index 1a2bfdb396..883f437825 100644
--- a/src/media/audio/audioloop.h
+++ b/src/media/audio/audioloop.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  Inspired by tonegenerator of
  *   Laurielle Lea <laurielle.lea@savoirfairelinux.com> (2004)
diff --git a/src/media/audio/coreaudio/ios/corelayer.h b/src/media/audio/coreaudio/ios/corelayer.h
index cb63773677..28ee1b815a 100644
--- a/src/media/audio/coreaudio/ios/corelayer.h
+++ b/src/media/audio/coreaudio/ios/corelayer.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/audio/coreaudio/ios/corelayer.mm b/src/media/audio/coreaudio/ios/corelayer.mm
index d8b03dc2b4..062b692370 100644
--- a/src/media/audio/coreaudio/ios/corelayer.mm
+++ b/src/media/audio/coreaudio/ios/corelayer.mm
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/audio/coreaudio/osx/audiodevice.cpp b/src/media/audio/coreaudio/osx/audiodevice.cpp
index 327fa71b1c..3d0ec80fff 100644
--- a/src/media/audio/coreaudio/osx/audiodevice.cpp
+++ b/src/media/audio/coreaudio/osx/audiodevice.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/audio/coreaudio/osx/audiodevice.h b/src/media/audio/coreaudio/osx/audiodevice.h
index bbd79bae26..92f82d1d97 100644
--- a/src/media/audio/coreaudio/osx/audiodevice.h
+++ b/src/media/audio/coreaudio/osx/audiodevice.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/audio/coreaudio/osx/corelayer.h b/src/media/audio/coreaudio/osx/corelayer.h
index 593cfd535f..b53bb1398d 100644
--- a/src/media/audio/coreaudio/osx/corelayer.h
+++ b/src/media/audio/coreaudio/osx/corelayer.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/audio/coreaudio/osx/corelayer.mm b/src/media/audio/coreaudio/osx/corelayer.mm
index b87e2515b5..526f03d892 100644
--- a/src/media/audio/coreaudio/osx/corelayer.mm
+++ b/src/media/audio/coreaudio/osx/corelayer.mm
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/audio/jack/jacklayer.cpp b/src/media/audio/jack/jacklayer.cpp
index 09b9140e0f..9b133d1e50 100644
--- a/src/media/audio/jack/jacklayer.cpp
+++ b/src/media/audio/jack/jacklayer.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/audio/jack/jacklayer.h b/src/media/audio/jack/jacklayer.h
index f4c3e2ba09..caa320666c 100644
--- a/src/media/audio/jack/jacklayer.h
+++ b/src/media/audio/jack/jacklayer.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/audio/opensl/audio_common.h b/src/media/audio/opensl/audio_common.h
index b0c1ca822f..4e03f0a97b 100644
--- a/src/media/audio/opensl/audio_common.h
+++ b/src/media/audio/opensl/audio_common.h
@@ -1,6 +1,6 @@
 /*
  * Copyright 2015 The Android Open Source Project
- * Copyright 2015-2024 Savoir-faire Linux Inc.
+ * Copyright 2015-2025 Savoir-faire Linux Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
diff --git a/src/media/audio/opensl/audio_player.cpp b/src/media/audio/opensl/audio_player.cpp
index ca1f27d8b9..e7c27fa2ef 100644
--- a/src/media/audio/opensl/audio_player.cpp
+++ b/src/media/audio/opensl/audio_player.cpp
@@ -1,6 +1,6 @@
 /*
  * Copyright 2015 The Android Open Source Project
- * Copyright 2015-2024 Savoir-faire Linux Inc.
+ * Copyright 2015-2025 Savoir-faire Linux Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
diff --git a/src/media/audio/opensl/audio_player.h b/src/media/audio/opensl/audio_player.h
index 63a26d4c8f..e388d75eb3 100644
--- a/src/media/audio/opensl/audio_player.h
+++ b/src/media/audio/opensl/audio_player.h
@@ -1,6 +1,6 @@
 /*
  * Copyright 2015 The Android Open Source Project
- * Copyright 2015-2024 Savoir-faire Linux Inc.
+ * Copyright 2015-2025 Savoir-faire Linux Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
diff --git a/src/media/audio/opensl/audio_recorder.cpp b/src/media/audio/opensl/audio_recorder.cpp
index d4c5bbef39..d784b10a92 100644
--- a/src/media/audio/opensl/audio_recorder.cpp
+++ b/src/media/audio/opensl/audio_recorder.cpp
@@ -1,6 +1,6 @@
 /*
  * Copyright 2015 The Android Open Source Project
- * Copyright 2015-2024 Savoir-faire Linux Inc.
+ * Copyright 2015-2025 Savoir-faire Linux Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
diff --git a/src/media/audio/opensl/audio_recorder.h b/src/media/audio/opensl/audio_recorder.h
index 735ef94a2c..a71da44589 100644
--- a/src/media/audio/opensl/audio_recorder.h
+++ b/src/media/audio/opensl/audio_recorder.h
@@ -1,6 +1,6 @@
 /*
  * Copyright 2015 The Android Open Source Project
- * Copyright 2015-2024 Savoir-faire Linux Inc.
+ * Copyright 2015-2025 Savoir-faire Linux Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
diff --git a/src/media/audio/opensl/buf_manager.h b/src/media/audio/opensl/buf_manager.h
index 180f9cb082..128818e455 100644
--- a/src/media/audio/opensl/buf_manager.h
+++ b/src/media/audio/opensl/buf_manager.h
@@ -1,6 +1,6 @@
 /*
  * Copyright 2015 The Android Open Source Project
- * Copyright 2015-2024 Savoir-faire Linux Inc.
+ * Copyright 2015-2025 Savoir-faire Linux Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
diff --git a/src/media/audio/opensl/opensllayer.cpp b/src/media/audio/opensl/opensllayer.cpp
index 1cec6cac3e..54b6be066c 100644
--- a/src/media/audio/opensl/opensllayer.cpp
+++ b/src/media/audio/opensl/opensllayer.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/audio/opensl/opensllayer.h b/src/media/audio/opensl/opensllayer.h
index e2a8177412..d1550bb4aa 100644
--- a/src/media/audio/opensl/opensllayer.h
+++ b/src/media/audio/opensl/opensllayer.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/audio/portaudio/portaudiolayer.cpp b/src/media/audio/portaudio/portaudiolayer.cpp
index 3c823363f1..b2ad9bf925 100644
--- a/src/media/audio/portaudio/portaudiolayer.cpp
+++ b/src/media/audio/portaudio/portaudiolayer.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/audio/portaudio/portaudiolayer.h b/src/media/audio/portaudio/portaudiolayer.h
index c0b5fd332f..875ac59be4 100644
--- a/src/media/audio/portaudio/portaudiolayer.h
+++ b/src/media/audio/portaudio/portaudiolayer.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/audio/pulseaudio/audiostream.cpp b/src/media/audio/pulseaudio/audiostream.cpp
index aec4b48f9d..4e3abcf4b3 100644
--- a/src/media/audio/pulseaudio/audiostream.cpp
+++ b/src/media/audio/pulseaudio/audiostream.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/audio/pulseaudio/audiostream.h b/src/media/audio/pulseaudio/audiostream.h
index f5a9014df7..239b70aacf 100644
--- a/src/media/audio/pulseaudio/audiostream.h
+++ b/src/media/audio/pulseaudio/audiostream.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/audio/pulseaudio/pulselayer.cpp b/src/media/audio/pulseaudio/pulselayer.cpp
index b40ceab187..8b0ce028a3 100644
--- a/src/media/audio/pulseaudio/pulselayer.cpp
+++ b/src/media/audio/pulseaudio/pulselayer.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/audio/pulseaudio/pulselayer.h b/src/media/audio/pulseaudio/pulselayer.h
index 2882567f59..469007c83e 100644
--- a/src/media/audio/pulseaudio/pulselayer.h
+++ b/src/media/audio/pulseaudio/pulselayer.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/audio/resampler.cpp b/src/media/audio/resampler.cpp
index b81d3acac7..70d909b64f 100644
--- a/src/media/audio/resampler.cpp
+++ b/src/media/audio/resampler.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/audio/resampler.h b/src/media/audio/resampler.h
index 600a62ec41..c0d13e2685 100644
--- a/src/media/audio/resampler.h
+++ b/src/media/audio/resampler.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/audio/ringbuffer.cpp b/src/media/audio/ringbuffer.cpp
index 2d3cf2b0db..84434b1be3 100644
--- a/src/media/audio/ringbuffer.cpp
+++ b/src/media/audio/ringbuffer.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/audio/ringbuffer.h b/src/media/audio/ringbuffer.h
index 0ddfd12a1c..e4675f9f14 100644
--- a/src/media/audio/ringbuffer.h
+++ b/src/media/audio/ringbuffer.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/audio/ringbufferpool.cpp b/src/media/audio/ringbufferpool.cpp
index 1571f10ba4..730dbf577e 100644
--- a/src/media/audio/ringbufferpool.cpp
+++ b/src/media/audio/ringbufferpool.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/audio/ringbufferpool.h b/src/media/audio/ringbufferpool.h
index 74d75da5bf..bd806aece3 100644
--- a/src/media/audio/ringbufferpool.h
+++ b/src/media/audio/ringbufferpool.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/audio/sound/audiofile.cpp b/src/media/audio/sound/audiofile.cpp
index 4720a7beea..a31a899121 100644
--- a/src/media/audio/sound/audiofile.cpp
+++ b/src/media/audio/sound/audiofile.cpp
@@ -1,4 +1,4 @@
-/*  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+/*  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  Inspired by tonegenerator of
  *   Laurielle Lea <laurielle.lea@savoirfairelinux.com> (2004)
diff --git a/src/media/audio/sound/audiofile.h b/src/media/audio/sound/audiofile.h
index 7ea1693491..62dfbff734 100644
--- a/src/media/audio/sound/audiofile.h
+++ b/src/media/audio/sound/audiofile.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  Inspired by tonegenerator of
  *   Laurielle Lea <laurielle.lea@savoirfairelinux.com> (2004)
diff --git a/src/media/audio/sound/dtmf.cpp b/src/media/audio/sound/dtmf.cpp
index 2de5de40b8..90ad0f8017 100644
--- a/src/media/audio/sound/dtmf.cpp
+++ b/src/media/audio/sound/dtmf.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/audio/sound/dtmf.h b/src/media/audio/sound/dtmf.h
index 461e9d9dda..3c095f76ac 100644
--- a/src/media/audio/sound/dtmf.h
+++ b/src/media/audio/sound/dtmf.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/audio/sound/dtmfgenerator.cpp b/src/media/audio/sound/dtmfgenerator.cpp
index 7daafe7489..77033eb068 100644
--- a/src/media/audio/sound/dtmfgenerator.cpp
+++ b/src/media/audio/sound/dtmfgenerator.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/audio/sound/dtmfgenerator.h b/src/media/audio/sound/dtmfgenerator.h
index c0bb33aa99..00e82a22c2 100644
--- a/src/media/audio/sound/dtmfgenerator.h
+++ b/src/media/audio/sound/dtmfgenerator.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/audio/sound/tone.cpp b/src/media/audio/sound/tone.cpp
index f2af15a85b..cfecca4229 100644
--- a/src/media/audio/sound/tone.cpp
+++ b/src/media/audio/sound/tone.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  Inspired by tonegenerator of
  *   Laurielle Lea <laurielle.lea@savoirfairelinux.com> (2004)
diff --git a/src/media/audio/sound/tone.h b/src/media/audio/sound/tone.h
index 9d34d9e254..9890e68747 100644
--- a/src/media/audio/sound/tone.h
+++ b/src/media/audio/sound/tone.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  Inspired by tonegenerator of
  *   Laurielle Lea <laurielle.lea@savoirfairelinux.com> (2004)
diff --git a/src/media/audio/sound/tonelist.cpp b/src/media/audio/sound/tonelist.cpp
index 497d8e0675..5843b3f960 100644
--- a/src/media/audio/sound/tonelist.cpp
+++ b/src/media/audio/sound/tonelist.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  Inspired by tonegenerator of
  *   Laurielle Lea <laurielle.lea@savoirfairelinux.com> (2004)
diff --git a/src/media/audio/sound/tonelist.h b/src/media/audio/sound/tonelist.h
index 187a7a7a4e..6d5e25e4a3 100644
--- a/src/media/audio/sound/tonelist.h
+++ b/src/media/audio/sound/tonelist.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  Inspired by tonegenerator of
  *   Laurielle Lea <laurielle.lea@savoirfairelinux.com> (2004)
diff --git a/src/media/audio/tonecontrol.cpp b/src/media/audio/tonecontrol.cpp
index 35b4523d5d..8a2ea9f88d 100644
--- a/src/media/audio/tonecontrol.cpp
+++ b/src/media/audio/tonecontrol.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/audio/tonecontrol.h b/src/media/audio/tonecontrol.h
index 5d918ad7a7..25e1704101 100644
--- a/src/media/audio/tonecontrol.h
+++ b/src/media/audio/tonecontrol.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/congestion_control.cpp b/src/media/congestion_control.cpp
index 743bc7bb9b..890e58cfc0 100644
--- a/src/media/congestion_control.cpp
+++ b/src/media/congestion_control.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/congestion_control.h b/src/media/congestion_control.h
index 879f6b50ef..65f866172a 100644
--- a/src/media/congestion_control.h
+++ b/src/media/congestion_control.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/decoder_finder.h b/src/media/decoder_finder.h
index f351cbf32a..2be205ce21 100644
--- a/src/media/decoder_finder.h
+++ b/src/media/decoder_finder.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/libav_deps.h b/src/media/libav_deps.h
index 8ade0aa694..1a5cb55f2e 100644
--- a/src/media/libav_deps.h
+++ b/src/media/libav_deps.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/libav_utils.cpp b/src/media/libav_utils.cpp
index 107c38f6a3..d8ba13dfbc 100644
--- a/src/media/libav_utils.cpp
+++ b/src/media/libav_utils.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/libav_utils.h b/src/media/libav_utils.h
index de0e185320..bae4398d23 100644
--- a/src/media/libav_utils.h
+++ b/src/media/libav_utils.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/localrecorder.cpp b/src/media/localrecorder.cpp
index 9e9f3c9bee..b5af9a89ae 100644
--- a/src/media/localrecorder.cpp
+++ b/src/media/localrecorder.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/localrecorder.h b/src/media/localrecorder.h
index e2bb310630..87f36242ea 100644
--- a/src/media/localrecorder.h
+++ b/src/media/localrecorder.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/localrecordermanager.cpp b/src/media/localrecordermanager.cpp
index d2b7bcce55..e0c6354ee8 100644
--- a/src/media/localrecordermanager.cpp
+++ b/src/media/localrecordermanager.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/localrecordermanager.h b/src/media/localrecordermanager.h
index c216c221d2..c1bee6f485 100644
--- a/src/media/localrecordermanager.h
+++ b/src/media/localrecordermanager.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/media_attribute.cpp b/src/media/media_attribute.cpp
index 6b94a28d8c..50052f883d 100644
--- a/src/media/media_attribute.cpp
+++ b/src/media/media_attribute.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/media_attribute.h b/src/media/media_attribute.h
index f5ebfe9ede..ec00b04fc6 100644
--- a/src/media/media_attribute.h
+++ b/src/media/media_attribute.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/media_buffer.cpp b/src/media/media_buffer.cpp
index 19593272d4..98d5f9f215 100644
--- a/src/media/media_buffer.cpp
+++ b/src/media/media_buffer.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/media_buffer.h b/src/media/media_buffer.h
index b78330ba47..479d571ee2 100644
--- a/src/media/media_buffer.h
+++ b/src/media/media_buffer.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/media_codec.cpp b/src/media/media_codec.cpp
index 3d710db91b..48c3ca0c03 100644
--- a/src/media/media_codec.cpp
+++ b/src/media/media_codec.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/media_codec.h b/src/media/media_codec.h
index 903d272483..3d5f7bae77 100644
--- a/src/media/media_codec.h
+++ b/src/media/media_codec.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/media_decoder.cpp b/src/media/media_decoder.cpp
index 9f0bb00169..d641cada7e 100644
--- a/src/media/media_decoder.cpp
+++ b/src/media/media_decoder.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/media_decoder.h b/src/media/media_decoder.h
index 06e315d41a..e00c7454ad 100644
--- a/src/media/media_decoder.h
+++ b/src/media/media_decoder.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/media_device.h b/src/media/media_device.h
index ebaae56668..09f385df3b 100644
--- a/src/media/media_device.h
+++ b/src/media/media_device.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/media_encoder.cpp b/src/media/media_encoder.cpp
index 1cd9c2b477..a3e6548316 100644
--- a/src/media/media_encoder.cpp
+++ b/src/media/media_encoder.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/media_encoder.h b/src/media/media_encoder.h
index d0b4e76289..3d4d692637 100644
--- a/src/media/media_encoder.h
+++ b/src/media/media_encoder.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/media_filter.cpp b/src/media/media_filter.cpp
index 1c160ee071..df60e109ae 100644
--- a/src/media/media_filter.cpp
+++ b/src/media/media_filter.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/media_filter.h b/src/media/media_filter.h
index 01ed205f6d..212b9e43c3 100644
--- a/src/media/media_filter.h
+++ b/src/media/media_filter.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/media_io_handle.cpp b/src/media/media_io_handle.cpp
index ce179c0ac3..52aabf756c 100644
--- a/src/media/media_io_handle.cpp
+++ b/src/media/media_io_handle.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/media_io_handle.h b/src/media/media_io_handle.h
index f3c84bbfb2..28d5897226 100644
--- a/src/media/media_io_handle.h
+++ b/src/media/media_io_handle.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/media_player.cpp b/src/media/media_player.cpp
index 0ceb45a2e5..3442025e33 100644
--- a/src/media/media_player.cpp
+++ b/src/media/media_player.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/media_player.h b/src/media/media_player.h
index d28b45d1a6..d11e477fdc 100644
--- a/src/media/media_player.h
+++ b/src/media/media_player.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/media_recorder.cpp b/src/media/media_recorder.cpp
index 2c137c72d2..0406be0194 100644
--- a/src/media/media_recorder.cpp
+++ b/src/media/media_recorder.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/media_recorder.h b/src/media/media_recorder.h
index 576591fe6e..063f97536a 100644
--- a/src/media/media_recorder.h
+++ b/src/media/media_recorder.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/media_stream.h b/src/media/media_stream.h
index abe896c10b..c2979b95a5 100644
--- a/src/media/media_stream.h
+++ b/src/media/media_stream.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/peerrecorder.h b/src/media/peerrecorder.h
index 3bc176e45c..c79cbd0f26 100644
--- a/src/media/peerrecorder.h
+++ b/src/media/peerrecorder.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/recordable.cpp b/src/media/recordable.cpp
index 6e3f6b3aaf..7505e07637 100644
--- a/src/media/recordable.cpp
+++ b/src/media/recordable.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/recordable.h b/src/media/recordable.h
index 69a699df3a..378459f86c 100644
--- a/src/media/recordable.h
+++ b/src/media/recordable.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/rtp_session.h b/src/media/rtp_session.h
index 2782e0cfb1..d144944a35 100644
--- a/src/media/rtp_session.h
+++ b/src/media/rtp_session.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/socket_pair.cpp b/src/media/socket_pair.cpp
index 26774f9814..a51e41f118 100644
--- a/src/media/socket_pair.cpp
+++ b/src/media/socket_pair.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *  Copyright (c) 2007 The FFmpeg Project
  *
  *  This program is free software: you can redistribute it and/or modify
diff --git a/src/media/socket_pair.h b/src/media/socket_pair.h
index 901f62def5..a0bf5a7ba7 100644
--- a/src/media/socket_pair.h
+++ b/src/media/socket_pair.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *  Copyright (C) 2012 VLC authors and VideoLAN
  *
  *  This program is free software: you can redistribute it and/or modify
diff --git a/src/media/system_codec_container.cpp b/src/media/system_codec_container.cpp
index 4f9e3d7ee9..166840fd64 100644
--- a/src/media/system_codec_container.cpp
+++ b/src/media/system_codec_container.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/system_codec_container.h b/src/media/system_codec_container.h
index f701246099..c8b973be72 100644
--- a/src/media/system_codec_container.h
+++ b/src/media/system_codec_container.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/video/accel.cpp b/src/media/video/accel.cpp
index 623e69c820..120e561217 100644
--- a/src/media/video/accel.cpp
+++ b/src/media/video/accel.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/video/accel.h b/src/media/video/accel.h
index d4ed51d2ae..e884bf4374 100644
--- a/src/media/video/accel.h
+++ b/src/media/video/accel.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/video/androidvideo/video_device_impl.cpp b/src/media/video/androidvideo/video_device_impl.cpp
index 3b34a0af75..7aed5f4eb2 100644
--- a/src/media/video/androidvideo/video_device_impl.cpp
+++ b/src/media/video/androidvideo/video_device_impl.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/video/androidvideo/video_device_monitor_impl.cpp b/src/media/video/androidvideo/video_device_monitor_impl.cpp
index fc0d162dd2..a665ef438c 100644
--- a/src/media/video/androidvideo/video_device_monitor_impl.cpp
+++ b/src/media/video/androidvideo/video_device_monitor_impl.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/video/filter_transpose.cpp b/src/media/video/filter_transpose.cpp
index 4fa62ea86f..87da23bafb 100644
--- a/src/media/video/filter_transpose.cpp
+++ b/src/media/video/filter_transpose.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/video/filter_transpose.h b/src/media/video/filter_transpose.h
index a821e0e0bf..125ea0c860 100644
--- a/src/media/video/filter_transpose.h
+++ b/src/media/video/filter_transpose.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/video/iosvideo/video_device_impl.cpp b/src/media/video/iosvideo/video_device_impl.cpp
index a4c5a9c4bc..a9a636b17b 100644
--- a/src/media/video/iosvideo/video_device_impl.cpp
+++ b/src/media/video/iosvideo/video_device_impl.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/video/iosvideo/video_device_monitor_impl.cpp b/src/media/video/iosvideo/video_device_monitor_impl.cpp
index 44ed12aabf..1964740df8 100644
--- a/src/media/video/iosvideo/video_device_monitor_impl.cpp
+++ b/src/media/video/iosvideo/video_device_monitor_impl.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/video/osxvideo/video_device_impl.mm b/src/media/video/osxvideo/video_device_impl.mm
index 274ed14d45..d205ee8c8a 100644
--- a/src/media/video/osxvideo/video_device_impl.mm
+++ b/src/media/video/osxvideo/video_device_impl.mm
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/video/osxvideo/video_device_monitor_impl.mm b/src/media/video/osxvideo/video_device_monitor_impl.mm
index 897ab69b36..ba62f2b371 100644
--- a/src/media/video/osxvideo/video_device_monitor_impl.mm
+++ b/src/media/video/osxvideo/video_device_monitor_impl.mm
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/video/shm_header.h b/src/media/video/shm_header.h
index 50e200b30c..9567cee8b4 100644
--- a/src/media/video/shm_header.h
+++ b/src/media/video/shm_header.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/video/sinkclient.cpp b/src/media/video/sinkclient.cpp
index fd75bb9ef9..e11aa7092b 100644
--- a/src/media/video/sinkclient.cpp
+++ b/src/media/video/sinkclient.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/video/sinkclient.h b/src/media/video/sinkclient.h
index 221f3ebea1..2dc7bd0be9 100644
--- a/src/media/video/sinkclient.h
+++ b/src/media/video/sinkclient.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/video/v4l2/video_device_impl.cpp b/src/media/video/v4l2/video_device_impl.cpp
index 1208dd9881..9a2f3497e3 100644
--- a/src/media/video/v4l2/video_device_impl.cpp
+++ b/src/media/video/v4l2/video_device_impl.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/video/v4l2/video_device_monitor_impl.cpp b/src/media/video/v4l2/video_device_monitor_impl.cpp
index ebc8a3c90d..01d52498f1 100644
--- a/src/media/video/v4l2/video_device_monitor_impl.cpp
+++ b/src/media/video/v4l2/video_device_monitor_impl.cpp
@@ -1,6 +1,6 @@
 /*
  *  Copyright (C) 2009 Rémi Denis-Courmont
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/video/video_base.cpp b/src/media/video/video_base.cpp
index d5ea7e74c8..eebbdce956 100644
--- a/src/media/video/video_base.cpp
+++ b/src/media/video/video_base.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/video/video_base.h b/src/media/video/video_base.h
index 97c2a98617..874977ccb4 100644
--- a/src/media/video/video_base.h
+++ b/src/media/video/video_base.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/video/video_device.h b/src/media/video/video_device.h
index 2c52e18d60..323063a305 100644
--- a/src/media/video/video_device.h
+++ b/src/media/video/video_device.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/video/video_device_monitor.cpp b/src/media/video/video_device_monitor.cpp
index 89e90082ef..001ba8f18a 100644
--- a/src/media/video/video_device_monitor.cpp
+++ b/src/media/video/video_device_monitor.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/video/video_device_monitor.h b/src/media/video/video_device_monitor.h
index 8474243b5b..c21fa21332 100644
--- a/src/media/video/video_device_monitor.h
+++ b/src/media/video/video_device_monitor.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/video/video_input.cpp b/src/media/video/video_input.cpp
index d07363cc5b..dfccb4a44d 100644
--- a/src/media/video/video_input.cpp
+++ b/src/media/video/video_input.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/video/video_input.h b/src/media/video/video_input.h
index 0e8c4a6e9e..ade7302a11 100644
--- a/src/media/video/video_input.h
+++ b/src/media/video/video_input.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/video/video_mixer.cpp b/src/media/video/video_mixer.cpp
index ee9a72d413..cd12fe5e9b 100644
--- a/src/media/video/video_mixer.cpp
+++ b/src/media/video/video_mixer.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/video/video_mixer.h b/src/media/video/video_mixer.h
index d47a851047..e7debec100 100644
--- a/src/media/video/video_mixer.h
+++ b/src/media/video/video_mixer.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/video/video_receive_thread.cpp b/src/media/video/video_receive_thread.cpp
index ff1cfece33..f570bac39d 100644
--- a/src/media/video/video_receive_thread.cpp
+++ b/src/media/video/video_receive_thread.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/video/video_receive_thread.h b/src/media/video/video_receive_thread.h
index 947ce617e7..c019183dda 100644
--- a/src/media/video/video_receive_thread.h
+++ b/src/media/video/video_receive_thread.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/video/video_rtp_session.cpp b/src/media/video/video_rtp_session.cpp
index 93b688a30c..d0abe9a794 100644
--- a/src/media/video/video_rtp_session.cpp
+++ b/src/media/video/video_rtp_session.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/video/video_rtp_session.h b/src/media/video/video_rtp_session.h
index b93396ba8b..cb849c2e4d 100644
--- a/src/media/video/video_rtp_session.h
+++ b/src/media/video/video_rtp_session.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/video/video_scaler.cpp b/src/media/video/video_scaler.cpp
index 5d70aa6468..df9c4f486a 100644
--- a/src/media/video/video_scaler.cpp
+++ b/src/media/video/video_scaler.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/video/video_scaler.h b/src/media/video/video_scaler.h
index ff131a1301..6a1ec9b9c1 100644
--- a/src/media/video/video_scaler.h
+++ b/src/media/video/video_scaler.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/video/video_sender.cpp b/src/media/video/video_sender.cpp
index b97f837f3b..4e3331c482 100644
--- a/src/media/video/video_sender.cpp
+++ b/src/media/video/video_sender.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/video/video_sender.h b/src/media/video/video_sender.h
index f61513e077..efa589cca4 100644
--- a/src/media/video/video_sender.h
+++ b/src/media/video/video_sender.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/video/winvideo/capture_graph_interfaces.h b/src/media/video/winvideo/capture_graph_interfaces.h
index afc6af2896..b9ba5fef0b 100644
--- a/src/media/video/winvideo/capture_graph_interfaces.h
+++ b/src/media/video/winvideo/capture_graph_interfaces.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/video/winvideo/video_device_impl.cpp b/src/media/video/winvideo/video_device_impl.cpp
index c39bd43a16..f614d97f3b 100644
--- a/src/media/video/winvideo/video_device_impl.cpp
+++ b/src/media/video/winvideo/video_device_impl.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/media/video/winvideo/video_device_monitor_impl.cpp b/src/media/video/winvideo/video_device_monitor_impl.cpp
index 6cd3381174..50350d6476 100644
--- a/src/media/video/winvideo/video_device_monitor_impl.cpp
+++ b/src/media/video/winvideo/video_device_monitor_impl.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/noncopyable.h b/src/noncopyable.h
index 8f055b5984..76b51a3ba7 100644
--- a/src/noncopyable.h
+++ b/src/noncopyable.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/observer.h b/src/observer.h
index 191d3a23e0..8cb2e46d9c 100644
--- a/src/observer.h
+++ b/src/observer.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/plugin/callservicesmanager.cpp b/src/plugin/callservicesmanager.cpp
index eb82bd670e..3951b372d0 100644
--- a/src/plugin/callservicesmanager.cpp
+++ b/src/plugin/callservicesmanager.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/plugin/callservicesmanager.h b/src/plugin/callservicesmanager.h
index 79610b9d79..ecade8f741 100644
--- a/src/plugin/callservicesmanager.h
+++ b/src/plugin/callservicesmanager.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/plugin/chathandler.h b/src/plugin/chathandler.h
index b7964dbb0f..eb10056484 100644
--- a/src/plugin/chathandler.h
+++ b/src/plugin/chathandler.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/plugin/chatservicesmanager.cpp b/src/plugin/chatservicesmanager.cpp
index f02a12aad0..4c39e15f9d 100644
--- a/src/plugin/chatservicesmanager.cpp
+++ b/src/plugin/chatservicesmanager.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/plugin/chatservicesmanager.h b/src/plugin/chatservicesmanager.h
index 61b0a9bac2..a328b35b9b 100644
--- a/src/plugin/chatservicesmanager.h
+++ b/src/plugin/chatservicesmanager.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/plugin/jamiplugin.h b/src/plugin/jamiplugin.h
index e342911c3a..bc1dd9c3ec 100644
--- a/src/plugin/jamiplugin.h
+++ b/src/plugin/jamiplugin.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/plugin/jamipluginmanager.cpp b/src/plugin/jamipluginmanager.cpp
index 9fa38983ad..a0042f612f 100644
--- a/src/plugin/jamipluginmanager.cpp
+++ b/src/plugin/jamipluginmanager.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/plugin/jamipluginmanager.h b/src/plugin/jamipluginmanager.h
index 546ebaf173..32f0f88f2a 100644
--- a/src/plugin/jamipluginmanager.h
+++ b/src/plugin/jamipluginmanager.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/plugin/mediahandler.h b/src/plugin/mediahandler.h
index d2d2d69e88..fb5c6acf55 100644
--- a/src/plugin/mediahandler.h
+++ b/src/plugin/mediahandler.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/plugin/pluginloader.cpp b/src/plugin/pluginloader.cpp
index 207a9e4492..d64ecf3337 100644
--- a/src/plugin/pluginloader.cpp
+++ b/src/plugin/pluginloader.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/plugin/pluginloader.h b/src/plugin/pluginloader.h
index ab071dcf55..a75e597c85 100644
--- a/src/plugin/pluginloader.h
+++ b/src/plugin/pluginloader.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/plugin/pluginmanager.cpp b/src/plugin/pluginmanager.cpp
index cde1db1823..e55c1fabb3 100644
--- a/src/plugin/pluginmanager.cpp
+++ b/src/plugin/pluginmanager.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/plugin/pluginmanager.h b/src/plugin/pluginmanager.h
index 6ab4d25477..420aa67f1d 100644
--- a/src/plugin/pluginmanager.h
+++ b/src/plugin/pluginmanager.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/plugin/pluginpreferencesutils.cpp b/src/plugin/pluginpreferencesutils.cpp
index 86ab7bb502..a20a9cb013 100644
--- a/src/plugin/pluginpreferencesutils.cpp
+++ b/src/plugin/pluginpreferencesutils.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/plugin/pluginpreferencesutils.h b/src/plugin/pluginpreferencesutils.h
index 048aa7e83b..ec618a3f2f 100644
--- a/src/plugin/pluginpreferencesutils.h
+++ b/src/plugin/pluginpreferencesutils.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/plugin/pluginsutils.cpp b/src/plugin/pluginsutils.cpp
index 3d2ee2b55c..10d98961d8 100644
--- a/src/plugin/pluginsutils.cpp
+++ b/src/plugin/pluginsutils.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/plugin/pluginsutils.h b/src/plugin/pluginsutils.h
index 4c819fe62a..cb457e1979 100644
--- a/src/plugin/pluginsutils.h
+++ b/src/plugin/pluginsutils.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/plugin/preferencehandler.h b/src/plugin/preferencehandler.h
index 0e9f3eb721..7bdbcb1719 100644
--- a/src/plugin/preferencehandler.h
+++ b/src/plugin/preferencehandler.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/plugin/preferenceservicesmanager.cpp b/src/plugin/preferenceservicesmanager.cpp
index 57385d8e0f..c18942c0fd 100644
--- a/src/plugin/preferenceservicesmanager.cpp
+++ b/src/plugin/preferenceservicesmanager.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/plugin/preferenceservicesmanager.h b/src/plugin/preferenceservicesmanager.h
index a819ec05c6..3f05a3c3f9 100644
--- a/src/plugin/preferenceservicesmanager.h
+++ b/src/plugin/preferenceservicesmanager.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/plugin/streamdata.h b/src/plugin/streamdata.h
index d3eccbdbf9..a0569df061 100644
--- a/src/plugin/streamdata.h
+++ b/src/plugin/streamdata.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/plugin/webviewhandler.h b/src/plugin/webviewhandler.h
index a7b43fa8d2..e7e408f966 100644
--- a/src/plugin/webviewhandler.h
+++ b/src/plugin/webviewhandler.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/plugin/webviewmessage.h b/src/plugin/webviewmessage.h
index d22c0879da..704ce270ef 100644
--- a/src/plugin/webviewmessage.h
+++ b/src/plugin/webviewmessage.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/plugin/webviewservicesmanager.cpp b/src/plugin/webviewservicesmanager.cpp
index a335eca764..179d5b8f65 100644
--- a/src/plugin/webviewservicesmanager.cpp
+++ b/src/plugin/webviewservicesmanager.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/plugin/webviewservicesmanager.h b/src/plugin/webviewservicesmanager.h
index a053e99dab..a5ab152840 100644
--- a/src/plugin/webviewservicesmanager.h
+++ b/src/plugin/webviewservicesmanager.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/preferences.cpp b/src/preferences.cpp
index c9f6d28fef..11dbf60bf7 100644
--- a/src/preferences.cpp
+++ b/src/preferences.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/preferences.h b/src/preferences.h
index 339ea19696..32fcab2ad9 100644
--- a/src/preferences.h
+++ b/src/preferences.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/rational.h b/src/rational.h
index b142ebeb4c..6a4860553f 100644
--- a/src/rational.h
+++ b/src/rational.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/registration_states.h b/src/registration_states.h
index 422296d91e..0cf4d99d27 100644
--- a/src/registration_states.h
+++ b/src/registration_states.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/ring_api.cpp b/src/ring_api.cpp
index 9cb63df314..bac07f9ff4 100644
--- a/src/ring_api.cpp
+++ b/src/ring_api.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/ring_types.h b/src/ring_types.h
index 4f5efe7dbf..fecdb227ec 100644
--- a/src/ring_types.h
+++ b/src/ring_types.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/scheduled_executor.cpp b/src/scheduled_executor.cpp
index b7cf89120e..0ac1dd223d 100644
--- a/src/scheduled_executor.cpp
+++ b/src/scheduled_executor.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/scheduled_executor.h b/src/scheduled_executor.h
index 82ed003c15..691cb62a03 100644
--- a/src/scheduled_executor.h
+++ b/src/scheduled_executor.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/sip/pres_sub_server.cpp b/src/sip/pres_sub_server.cpp
index bbbe7b304b..938de83d3f 100644
--- a/src/sip/pres_sub_server.cpp
+++ b/src/sip/pres_sub_server.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/sip/pres_sub_server.h b/src/sip/pres_sub_server.h
index d11bd7f98c..e5b0e3be4f 100644
--- a/src/sip/pres_sub_server.h
+++ b/src/sip/pres_sub_server.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/sip/sdes_negotiator.cpp b/src/sip/sdes_negotiator.cpp
index 79e3c7bef1..e671e76354 100644
--- a/src/sip/sdes_negotiator.cpp
+++ b/src/sip/sdes_negotiator.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/sip/sdes_negotiator.h b/src/sip/sdes_negotiator.h
index f3d1ccbe05..d901f95119 100644
--- a/src/sip/sdes_negotiator.h
+++ b/src/sip/sdes_negotiator.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/sip/sdp.cpp b/src/sip/sdp.cpp
index d33e292e8a..6a0d3d83a7 100644
--- a/src/sip/sdp.cpp
+++ b/src/sip/sdp.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/sip/sdp.h b/src/sip/sdp.h
index cb2f074dc1..b1013a0c9f 100644
--- a/src/sip/sdp.h
+++ b/src/sip/sdp.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/sip/sipaccount.cpp b/src/sip/sipaccount.cpp
index d0e864eb27..e0a8b0a57d 100644
--- a/src/sip/sipaccount.cpp
+++ b/src/sip/sipaccount.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/sip/sipaccount.h b/src/sip/sipaccount.h
index bdf7ea4f1c..237e65c19a 100644
--- a/src/sip/sipaccount.h
+++ b/src/sip/sipaccount.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/sip/sipaccount_config.cpp b/src/sip/sipaccount_config.cpp
index 94242ad316..cb227a6ca8 100644
--- a/src/sip/sipaccount_config.cpp
+++ b/src/sip/sipaccount_config.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/sip/sipaccount_config.h b/src/sip/sipaccount_config.h
index 4bd71033cf..03d866b708 100644
--- a/src/sip/sipaccount_config.h
+++ b/src/sip/sipaccount_config.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/sip/sipaccountbase.cpp b/src/sip/sipaccountbase.cpp
index 034865e047..ba7d3fdcd3 100644
--- a/src/sip/sipaccountbase.cpp
+++ b/src/sip/sipaccountbase.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/sip/sipaccountbase.h b/src/sip/sipaccountbase.h
index a15c7b19fa..eee50e845d 100644
--- a/src/sip/sipaccountbase.h
+++ b/src/sip/sipaccountbase.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/sip/sipaccountbase_config.cpp b/src/sip/sipaccountbase_config.cpp
index aba47092c0..70d35dbf9c 100644
--- a/src/sip/sipaccountbase_config.cpp
+++ b/src/sip/sipaccountbase_config.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/sip/sipaccountbase_config.h b/src/sip/sipaccountbase_config.h
index 2497bd23f2..d45639fe9c 100644
--- a/src/sip/sipaccountbase_config.h
+++ b/src/sip/sipaccountbase_config.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/sip/sipcall.cpp b/src/sip/sipcall.cpp
index 0a20448deb..b73b980812 100644
--- a/src/sip/sipcall.cpp
+++ b/src/sip/sipcall.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/sip/sipcall.h b/src/sip/sipcall.h
index 9e76058ebd..86935612da 100644
--- a/src/sip/sipcall.h
+++ b/src/sip/sipcall.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/sip/sippresence.cpp b/src/sip/sippresence.cpp
index 2dd1906f51..7d03ad47ab 100644
--- a/src/sip/sippresence.cpp
+++ b/src/sip/sippresence.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/sip/sippresence.h b/src/sip/sippresence.h
index f0e6eaf3ac..a7e28504a2 100644
--- a/src/sip/sippresence.h
+++ b/src/sip/sippresence.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/sip/siptransport.cpp b/src/sip/siptransport.cpp
index dd77477a04..43b34bf982 100644
--- a/src/sip/siptransport.cpp
+++ b/src/sip/siptransport.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/sip/siptransport.h b/src/sip/siptransport.h
index 102e8c1f15..91f23833b2 100644
--- a/src/sip/siptransport.h
+++ b/src/sip/siptransport.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/sip/sipvoiplink.cpp b/src/sip/sipvoiplink.cpp
index 5f9ad60622..b159fe634b 100644
--- a/src/sip/sipvoiplink.cpp
+++ b/src/sip/sipvoiplink.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/sip/sipvoiplink.h b/src/sip/sipvoiplink.h
index b833c954ca..fd4c75a268 100644
--- a/src/sip/sipvoiplink.h
+++ b/src/sip/sipvoiplink.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/string_utils.cpp b/src/string_utils.cpp
index 9b82fc5752..5a640627cd 100644
--- a/src/string_utils.cpp
+++ b/src/string_utils.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/string_utils.h b/src/string_utils.h
index eba8c90d59..b6bb7cfe2c 100644
--- a/src/string_utils.h
+++ b/src/string_utils.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/threadloop.cpp b/src/threadloop.cpp
index ccc3eb874c..a8b00fe1c4 100644
--- a/src/threadloop.cpp
+++ b/src/threadloop.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/threadloop.h b/src/threadloop.h
index e8a8d90d9d..2e6e44581c 100644
--- a/src/threadloop.h
+++ b/src/threadloop.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/uri.cpp b/src/uri.cpp
index b2a2eda2f1..3b820156ba 100644
--- a/src/uri.cpp
+++ b/src/uri.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/uri.h b/src/uri.h
index a7c4e1c73a..375da6329b 100644
--- a/src/uri.h
+++ b/src/uri.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/vcard.cpp b/src/vcard.cpp
index 8e09360136..ea4bceccc6 100644
--- a/src/vcard.cpp
+++ b/src/vcard.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/src/vcard.h b/src/vcard.h
index 37596092ed..a4ddd9788a 100644
--- a/src/vcard.h
+++ b/src/vcard.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/test/agent/agent.scm b/test/agent/agent.scm
index c392f4271a..1fd8d1c46b 100644
--- a/test/agent/agent.scm
+++ b/test/agent/agent.scm
@@ -1,20 +1,19 @@
-;; Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+;; Copyright (C) 2004-2025 Savoir-faire Linux Inc.
 
 ;; Author: Olivier Dion <olivier.dion@savoirfairelinux.com>
 
-;; This program is free software; you can redistribute it and/or modify
+;; This program is free software: you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
-;; the Free Software Foundation; either version 3 of the License, or
+;; the Free Software Foundation, either version 3 of the License, or
 ;; (at your option) any later version.
 
 ;; This program is distributed in the hope that it will be useful,
 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
-;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with this program; if not, write to the Free Software
-;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA.
+;; along with this program. If not, see <https://www.gnu.org/licenses/>.
 
 (define-module (agent)
   #:use-module (ice-9 threads)
diff --git a/test/agent/src/bindings/account.h b/test/agent/src/bindings/account.h
index 7c4d3e7020..c0a964ad5a 100644
--- a/test/agent/src/bindings/account.h
+++ b/test/agent/src/bindings/account.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/test/agent/src/bindings/bindings.cpp b/test/agent/src/bindings/bindings.cpp
index 1775c72791..5e853684b3 100644
--- a/test/agent/src/bindings/bindings.cpp
+++ b/test/agent/src/bindings/bindings.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/test/agent/src/bindings/bindings.h b/test/agent/src/bindings/bindings.h
index 8a29f52e49..3cf642e85e 100644
--- a/test/agent/src/bindings/bindings.h
+++ b/test/agent/src/bindings/bindings.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/test/agent/src/bindings/call.h b/test/agent/src/bindings/call.h
index 9ba01bb83d..ba29aef707 100644
--- a/test/agent/src/bindings/call.h
+++ b/test/agent/src/bindings/call.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/test/agent/src/bindings/conversation.h b/test/agent/src/bindings/conversation.h
index 17dad63e1e..8ca687394c 100644
--- a/test/agent/src/bindings/conversation.h
+++ b/test/agent/src/bindings/conversation.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/test/agent/src/bindings/jami.h b/test/agent/src/bindings/jami.h
index 354545d151..a0a0a6ca0a 100644
--- a/test/agent/src/bindings/jami.h
+++ b/test/agent/src/bindings/jami.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/test/agent/src/bindings/logger.h b/test/agent/src/bindings/logger.h
index 03e39b34dd..c8abcbebfd 100644
--- a/test/agent/src/bindings/logger.h
+++ b/test/agent/src/bindings/logger.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/test/agent/src/bindings/signal.cpp b/test/agent/src/bindings/signal.cpp
index 2a484634c0..684018681b 100644
--- a/test/agent/src/bindings/signal.cpp
+++ b/test/agent/src/bindings/signal.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/test/agent/src/bindings/signal.h b/test/agent/src/bindings/signal.h
index e68c4b701b..3a4088a835 100644
--- a/test/agent/src/bindings/signal.h
+++ b/test/agent/src/bindings/signal.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/test/agent/src/main.cpp b/test/agent/src/main.cpp
index bea83f51e0..a5f3befffd 100644
--- a/test/agent/src/main.cpp
+++ b/test/agent/src/main.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/test/agent/src/utils.h b/test/agent/src/utils.h
index b43bdeab44..bb183a4e9a 100644
--- a/test/agent/src/utils.h
+++ b/test/agent/src/utils.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/test/fuzzing/examples/fuzz-channel-request.cpp b/test/fuzzing/examples/fuzz-channel-request.cpp
index 2f276fe683..7da186d0fc 100644
--- a/test/fuzzing/examples/fuzz-channel-request.cpp
+++ b/test/fuzzing/examples/fuzz-channel-request.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/test/fuzzing/examples/fuzz-channel.cpp b/test/fuzzing/examples/fuzz-channel.cpp
index 1f1e686a8a..276825905f 100644
--- a/test/fuzzing/examples/fuzz-channel.cpp
+++ b/test/fuzzing/examples/fuzz-channel.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/test/fuzzing/examples/fuzz-echo.cpp b/test/fuzzing/examples/fuzz-echo.cpp
index 2fc5b57a95..1b33a82216 100644
--- a/test/fuzzing/examples/fuzz-echo.cpp
+++ b/test/fuzzing/examples/fuzz-echo.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/test/fuzzing/examples/fuzz-jami-version.cpp b/test/fuzzing/examples/fuzz-jami-version.cpp
index cbfbc7f7b7..54b2db7bb8 100644
--- a/test/fuzzing/examples/fuzz-jami-version.cpp
+++ b/test/fuzzing/examples/fuzz-jami-version.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/test/fuzzing/examples/fuzz-libfuzz.cpp b/test/fuzzing/examples/fuzz-libfuzz.cpp
index 33d5f59893..f2d8bf4a04 100644
--- a/test/fuzzing/examples/fuzz-libfuzz.cpp
+++ b/test/fuzzing/examples/fuzz-libfuzz.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/test/fuzzing/examples/fuzz-msgpack.cpp b/test/fuzzing/examples/fuzz-msgpack.cpp
index 2de3de702c..ee6b9a5e92 100644
--- a/test/fuzzing/examples/fuzz-msgpack.cpp
+++ b/test/fuzzing/examples/fuzz-msgpack.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/test/fuzzing/examples/fuzz-random-over-tls.cpp b/test/fuzzing/examples/fuzz-random-over-tls.cpp
index f2a392a846..393f92d324 100644
--- a/test/fuzzing/examples/fuzz-random-over-tls.cpp
+++ b/test/fuzzing/examples/fuzz-random-over-tls.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/test/fuzzing/examples/fuzz-sdp-bad-body.cpp b/test/fuzzing/examples/fuzz-sdp-bad-body.cpp
index 98b3cdcec6..f4dbb42062 100644
--- a/test/fuzzing/examples/fuzz-sdp-bad-body.cpp
+++ b/test/fuzzing/examples/fuzz-sdp-bad-body.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/test/fuzzing/examples/fuzz-sdp-huge-body.cpp b/test/fuzzing/examples/fuzz-sdp-huge-body.cpp
index bdfb2394e7..1a762c0379 100644
--- a/test/fuzzing/examples/fuzz-sdp-huge-body.cpp
+++ b/test/fuzzing/examples/fuzz-sdp-huge-body.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/test/fuzzing/examples/fuzz-sip-html.cpp b/test/fuzzing/examples/fuzz-sip-html.cpp
index 7b14574ece..0391d5583d 100644
--- a/test/fuzzing/examples/fuzz-sip-html.cpp
+++ b/test/fuzzing/examples/fuzz-sip-html.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/test/fuzzing/examples/fuzz-sip-huge-message.cpp b/test/fuzzing/examples/fuzz-sip-huge-message.cpp
index 5a8a87fa11..e3ad8ec61c 100644
--- a/test/fuzzing/examples/fuzz-sip-huge-message.cpp
+++ b/test/fuzzing/examples/fuzz-sip-huge-message.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/test/fuzzing/examples/fuzz-sip-version.cpp b/test/fuzzing/examples/fuzz-sip-version.cpp
index 18b3580801..89020bc318 100644
--- a/test/fuzzing/examples/fuzz-sip-version.cpp
+++ b/test/fuzzing/examples/fuzz-sip-version.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/test/fuzzing/fuzz-msgpack.cpp b/test/fuzzing/fuzz-msgpack.cpp
index 97242b82da..85e9baa868 100644
--- a/test/fuzzing/fuzz-msgpack.cpp
+++ b/test/fuzzing/fuzz-msgpack.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/test/fuzzing/fuzz-spam-channel-creation.cpp b/test/fuzzing/fuzz-spam-channel-creation.cpp
index 91acfe8b97..9c5273aaf9 100644
--- a/test/fuzzing/fuzz-spam-channel-creation.cpp
+++ b/test/fuzzing/fuzz-spam-channel-creation.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/test/fuzzing/lib/dht.cpp b/test/fuzzing/lib/dht.cpp
index 6494810f7e..6a7bcab8e3 100644
--- a/test/fuzzing/lib/dht.cpp
+++ b/test/fuzzing/lib/dht.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/test/fuzzing/lib/gnutls.cpp b/test/fuzzing/lib/gnutls.cpp
index 5663a600d6..56d5b9a615 100644
--- a/test/fuzzing/lib/gnutls.cpp
+++ b/test/fuzzing/lib/gnutls.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/test/fuzzing/lib/gnutls.h b/test/fuzzing/lib/gnutls.h
index 9450fcfd10..d889c431ab 100644
--- a/test/fuzzing/lib/gnutls.h
+++ b/test/fuzzing/lib/gnutls.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/test/fuzzing/lib/rand.cpp b/test/fuzzing/lib/rand.cpp
index 92cc11c372..4bf1436742 100644
--- a/test/fuzzing/lib/rand.cpp
+++ b/test/fuzzing/lib/rand.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/test/fuzzing/lib/sip-fmt.cpp b/test/fuzzing/lib/sip-fmt.cpp
index a86284ad8b..c010df899e 100644
--- a/test/fuzzing/lib/sip-fmt.cpp
+++ b/test/fuzzing/lib/sip-fmt.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/test/fuzzing/lib/sip-fmt.h b/test/fuzzing/lib/sip-fmt.h
index e144611164..6aefba637c 100644
--- a/test/fuzzing/lib/sip-fmt.h
+++ b/test/fuzzing/lib/sip-fmt.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/test/fuzzing/lib/sip-parser.ll b/test/fuzzing/lib/sip-parser.ll
index 2ba4cbab1c..8bb3baf7d0 100644
--- a/test/fuzzing/lib/sip-parser.ll
+++ b/test/fuzzing/lib/sip-parser.ll
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/test/fuzzing/lib/supervisor.cpp b/test/fuzzing/lib/supervisor.cpp
index e1c45a2c1f..5e1c843347 100644
--- a/test/fuzzing/lib/supervisor.cpp
+++ b/test/fuzzing/lib/supervisor.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/test/fuzzing/lib/supervisor.h b/test/fuzzing/lib/supervisor.h
index f40b2eb636..7771c50528 100644
--- a/test/fuzzing/lib/supervisor.h
+++ b/test/fuzzing/lib/supervisor.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/test/fuzzing/lib/syslog.cpp b/test/fuzzing/lib/syslog.cpp
index 9b08736656..c871c754b3 100644
--- a/test/fuzzing/lib/syslog.cpp
+++ b/test/fuzzing/lib/syslog.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/test/fuzzing/lib/syslog.h b/test/fuzzing/lib/syslog.h
index 92249a6e29..a719280ae2 100644
--- a/test/fuzzing/lib/syslog.h
+++ b/test/fuzzing/lib/syslog.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/test/fuzzing/lib/utils.cpp b/test/fuzzing/lib/utils.cpp
index 43784db910..95c32f5aa5 100644
--- a/test/fuzzing/lib/utils.cpp
+++ b/test/fuzzing/lib/utils.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/test/fuzzing/lib/utils.h b/test/fuzzing/lib/utils.h
index 43e94e9ec7..7d97dfec93 100644
--- a/test/fuzzing/lib/utils.h
+++ b/test/fuzzing/lib/utils.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/test/fuzzing/scenarios/classic-alice-and-bob.h b/test/fuzzing/scenarios/classic-alice-and-bob.h
index 387a2a1718..cef1c1cf7f 100644
--- a/test/fuzzing/scenarios/classic-alice-and-bob.h
+++ b/test/fuzzing/scenarios/classic-alice-and-bob.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/test/sip/sip.cpp b/test/sip/sip.cpp
index 282a88baf4..76096979bc 100644
--- a/test/sip/sip.cpp
+++ b/test/sip/sip.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/test/sip/test_SIP.cpp b/test/sip/test_SIP.cpp
index df8c63227f..190f625c19 100644
--- a/test/sip/test_SIP.cpp
+++ b/test/sip/test_SIP.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/test/sip/test_SIP.h b/test/sip/test_SIP.h
index 88829c3880..57e9ac167b 100644
--- a/test/sip/test_SIP.h
+++ b/test/sip/test_SIP.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/test/unitTest/account_archive/account_archive.cpp b/test/unitTest/account_archive/account_archive.cpp
index 9866d78c1e..b272c13332 100644
--- a/test/unitTest/account_archive/account_archive.cpp
+++ b/test/unitTest/account_archive/account_archive.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/test/unitTest/account_archive/migration.cpp b/test/unitTest/account_archive/migration.cpp
index 2f360dbf86..03f22e833e 100644
--- a/test/unitTest/account_archive/migration.cpp
+++ b/test/unitTest/account_archive/migration.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/test/unitTest/account_factory/testAccount_factory.cpp b/test/unitTest/account_factory/testAccount_factory.cpp
index 45233c9b1d..e25b990b74 100644
--- a/test/unitTest/account_factory/testAccount_factory.cpp
+++ b/test/unitTest/account_factory/testAccount_factory.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/test/unitTest/base64/base64.cpp b/test/unitTest/base64/base64.cpp
index 6bfa170816..02101908f8 100644
--- a/test/unitTest/base64/base64.cpp
+++ b/test/unitTest/base64/base64.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/test/unitTest/call/call.cpp b/test/unitTest/call/call.cpp
index 7050f721ff..ff0035f7e2 100644
--- a/test/unitTest/call/call.cpp
+++ b/test/unitTest/call/call.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/test/unitTest/call/conference.cpp b/test/unitTest/call/conference.cpp
index 7bc9ea0079..0692eb4aef 100644
--- a/test/unitTest/call/conference.cpp
+++ b/test/unitTest/call/conference.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/test/unitTest/call/recorder.cpp b/test/unitTest/call/recorder.cpp
index dca8760a81..2a54f130fa 100644
--- a/test/unitTest/call/recorder.cpp
+++ b/test/unitTest/call/recorder.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/test/unitTest/call/sipcall.cpp b/test/unitTest/call/sipcall.cpp
index 1c7290c61c..4df35153bb 100644
--- a/test/unitTest/call/sipcall.cpp
+++ b/test/unitTest/call/sipcall.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/test/unitTest/common.cpp b/test/unitTest/common.cpp
index bbe7eced24..f637a0c51d 100644
--- a/test/unitTest/common.cpp
+++ b/test/unitTest/common.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/test/unitTest/common.h b/test/unitTest/common.h
index ec84e402ab..5ec0508b0a 100644
--- a/test/unitTest/common.h
+++ b/test/unitTest/common.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/test/unitTest/conversation/call.cpp b/test/unitTest/conversation/call.cpp
index bf070d36d7..d6b87cf867 100644
--- a/test/unitTest/conversation/call.cpp
+++ b/test/unitTest/conversation/call.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/test/unitTest/conversation/conversation.cpp b/test/unitTest/conversation/conversation.cpp
index c4ba5d4109..bb2b0f791c 100644
--- a/test/unitTest/conversation/conversation.cpp
+++ b/test/unitTest/conversation/conversation.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/test/unitTest/conversation/conversationFetchSent.cpp b/test/unitTest/conversation/conversationFetchSent.cpp
index aac6282f7d..7b3bd348e1 100644
--- a/test/unitTest/conversation/conversationFetchSent.cpp
+++ b/test/unitTest/conversation/conversationFetchSent.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/test/unitTest/conversation/conversationMembersEvent.cpp b/test/unitTest/conversation/conversationMembersEvent.cpp
index a322d0ce38..6a2cb99e00 100644
--- a/test/unitTest/conversation/conversationMembersEvent.cpp
+++ b/test/unitTest/conversation/conversationMembersEvent.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/test/unitTest/conversation/conversationRequest.cpp b/test/unitTest/conversation/conversationRequest.cpp
index e80d23becb..6bc8f0a52a 100644
--- a/test/unitTest/conversation/conversationRequest.cpp
+++ b/test/unitTest/conversation/conversationRequest.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/test/unitTest/conversation/conversationcommon.cpp b/test/unitTest/conversation/conversationcommon.cpp
index 78eedaf78a..139d2a5cd0 100644
--- a/test/unitTest/conversation/conversationcommon.cpp
+++ b/test/unitTest/conversation/conversationcommon.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/test/unitTest/conversation/conversationcommon.h b/test/unitTest/conversation/conversationcommon.h
index 11e7673172..291689c636 100644
--- a/test/unitTest/conversation/conversationcommon.h
+++ b/test/unitTest/conversation/conversationcommon.h
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/test/unitTest/conversation/typers.cpp b/test/unitTest/conversation/typers.cpp
index cd832e5fe2..597a29b9b1 100644
--- a/test/unitTest/conversation/typers.cpp
+++ b/test/unitTest/conversation/typers.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/test/unitTest/conversationRepository/conversationRepository.cpp b/test/unitTest/conversationRepository/conversationRepository.cpp
index 9db561c9de..a299a1202a 100644
--- a/test/unitTest/conversationRepository/conversationRepository.cpp
+++ b/test/unitTest/conversationRepository/conversationRepository.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/test/unitTest/fileTransfer/fileTransfer.cpp b/test/unitTest/fileTransfer/fileTransfer.cpp
index ed643bd83d..81f5701fd7 100644
--- a/test/unitTest/fileTransfer/fileTransfer.cpp
+++ b/test/unitTest/fileTransfer/fileTransfer.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/test/unitTest/fileutils/testFileutils.cpp b/test/unitTest/fileutils/testFileutils.cpp
index 654a118b19..274e28bbe7 100644
--- a/test/unitTest/fileutils/testFileutils.cpp
+++ b/test/unitTest/fileutils/testFileutils.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/test/unitTest/ice/ice_sdp_parser.cpp b/test/unitTest/ice/ice_sdp_parser.cpp
index 703a6f48ed..b4a50162f1 100644
--- a/test/unitTest/ice/ice_sdp_parser.cpp
+++ b/test/unitTest/ice/ice_sdp_parser.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/test/unitTest/map_utils/testMap_utils.cpp b/test/unitTest/map_utils/testMap_utils.cpp
index 1d47ba8be0..d600bf5460 100644
--- a/test/unitTest/map_utils/testMap_utils.cpp
+++ b/test/unitTest/map_utils/testMap_utils.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/test/unitTest/media/audio/test_audio_frame_resizer.cpp b/test/unitTest/media/audio/test_audio_frame_resizer.cpp
index f6926760d4..32e5373559 100644
--- a/test/unitTest/media/audio/test_audio_frame_resizer.cpp
+++ b/test/unitTest/media/audio/test_audio_frame_resizer.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/test/unitTest/media/audio/test_resampler.cpp b/test/unitTest/media/audio/test_resampler.cpp
index 8ce1209a7c..bb361bf70f 100644
--- a/test/unitTest/media/audio/test_resampler.cpp
+++ b/test/unitTest/media/audio/test_resampler.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/test/unitTest/media/test_media_decoder.cpp b/test/unitTest/media/test_media_decoder.cpp
index 7d169cf949..6a749acf18 100644
--- a/test/unitTest/media/test_media_decoder.cpp
+++ b/test/unitTest/media/test_media_decoder.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/test/unitTest/media/test_media_encoder.cpp b/test/unitTest/media/test_media_encoder.cpp
index 21b2c0ecc4..4c27c8150f 100644
--- a/test/unitTest/media/test_media_encoder.cpp
+++ b/test/unitTest/media/test_media_encoder.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/test/unitTest/media/test_media_filter.cpp b/test/unitTest/media/test_media_filter.cpp
index d526a3cd79..1f0e477449 100644
--- a/test/unitTest/media/test_media_filter.cpp
+++ b/test/unitTest/media/test_media_filter.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/test/unitTest/media/test_media_frame.cpp b/test/unitTest/media/test_media_frame.cpp
index 82c178a6f9..4e3f0f3898 100644
--- a/test/unitTest/media/test_media_frame.cpp
+++ b/test/unitTest/media/test_media_frame.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/test/unitTest/media/test_media_player.cpp b/test/unitTest/media/test_media_player.cpp
index c0b232b9e3..5c2a970c49 100644
--- a/test/unitTest/media/test_media_player.cpp
+++ b/test/unitTest/media/test_media_player.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/test/unitTest/media/video/testVideo_input.cpp b/test/unitTest/media/video/testVideo_input.cpp
index 8da6fc8476..ff09aaacb5 100644
--- a/test/unitTest/media/video/testVideo_input.cpp
+++ b/test/unitTest/media/video/testVideo_input.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/test/unitTest/media/video/test_video_scaler.cpp b/test/unitTest/media/video/test_video_scaler.cpp
index 46d73b18d9..f84be52f0d 100644
--- a/test/unitTest/media/video/test_video_scaler.cpp
+++ b/test/unitTest/media/video/test_video_scaler.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/test/unitTest/media_negotiation/auto_answer.cpp b/test/unitTest/media_negotiation/auto_answer.cpp
index e7dbd8197b..f96905f8cc 100644
--- a/test/unitTest/media_negotiation/auto_answer.cpp
+++ b/test/unitTest/media_negotiation/auto_answer.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/test/unitTest/media_negotiation/hold_resume.cpp b/test/unitTest/media_negotiation/hold_resume.cpp
index 4baeef02c8..96e69f7305 100644
--- a/test/unitTest/media_negotiation/hold_resume.cpp
+++ b/test/unitTest/media_negotiation/hold_resume.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/test/unitTest/media_negotiation/media_negotiation.cpp b/test/unitTest/media_negotiation/media_negotiation.cpp
index d181c4193b..eeee5ff575 100644
--- a/test/unitTest/media_negotiation/media_negotiation.cpp
+++ b/test/unitTest/media_negotiation/media_negotiation.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/test/unitTest/namedirectory/namedirectory.cpp b/test/unitTest/namedirectory/namedirectory.cpp
index 2860814e4a..a870238902 100644
--- a/test/unitTest/namedirectory/namedirectory.cpp
+++ b/test/unitTest/namedirectory/namedirectory.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/test/unitTest/plugins/README b/test/unitTest/plugins/README
index aa83467575..8cfe390651 100644
--- a/test/unitTest/plugins/README
+++ b/test/unitTest/plugins/README
@@ -1,6 +1,6 @@
 COPYRIGHT NOTICE
 
-Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+Copyright (C) 2004-2025 Savoir-faire Linux Inc.
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
@@ -9,7 +9,7 @@ the Free Software Foundation, either version 3 of the License, or
 
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
diff --git a/test/unitTest/plugins/plugins.cpp b/test/unitTest/plugins/plugins.cpp
index b39d86cbe8..347a422e79 100644
--- a/test/unitTest/plugins/plugins.cpp
+++ b/test/unitTest/plugins/plugins.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/test/unitTest/presence/presence.cpp b/test/unitTest/presence/presence.cpp
index 6b91cb1254..6057a32b9a 100644
--- a/test/unitTest/presence/presence.cpp
+++ b/test/unitTest/presence/presence.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/test/unitTest/revoke/revoke.cpp b/test/unitTest/revoke/revoke.cpp
index 038fa65fdd..ff8f7b02bc 100644
--- a/test/unitTest/revoke/revoke.cpp
+++ b/test/unitTest/revoke/revoke.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/test/unitTest/scheduler.cpp b/test/unitTest/scheduler.cpp
index 6d11a2670a..d0093c501a 100644
--- a/test/unitTest/scheduler.cpp
+++ b/test/unitTest/scheduler.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/test/unitTest/sip_account/sip_basic_calls.cpp b/test/unitTest/sip_account/sip_basic_calls.cpp
index e8e81a0db2..0421fee189 100644
--- a/test/unitTest/sip_account/sip_basic_calls.cpp
+++ b/test/unitTest/sip_account/sip_basic_calls.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/test/unitTest/sip_account/sip_srtp.cpp b/test/unitTest/sip_account/sip_srtp.cpp
index 3c9a9c0f43..c683c8c676 100644
--- a/test/unitTest/sip_account/sip_srtp.cpp
+++ b/test/unitTest/sip_account/sip_srtp.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/test/unitTest/string_utils/testString_utils.cpp b/test/unitTest/string_utils/testString_utils.cpp
index bf4452d44a..127d23a3cb 100644
--- a/test/unitTest/string_utils/testString_utils.cpp
+++ b/test/unitTest/string_utils/testString_utils.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/test/unitTest/swarm/bootstrap.cpp b/test/unitTest/swarm/bootstrap.cpp
index bb81f14a95..845a963046 100644
--- a/test/unitTest/swarm/bootstrap.cpp
+++ b/test/unitTest/swarm/bootstrap.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/test/unitTest/swarm/routing_table.cpp b/test/unitTest/swarm/routing_table.cpp
index e8961802ba..ef1b091415 100644
--- a/test/unitTest/swarm/routing_table.cpp
+++ b/test/unitTest/swarm/routing_table.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/test/unitTest/swarm/swarm_conversation.cpp b/test/unitTest/swarm/swarm_conversation.cpp
index f868bf31bb..bff8673aad 100644
--- a/test/unitTest/swarm/swarm_conversation.cpp
+++ b/test/unitTest/swarm/swarm_conversation.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/test/unitTest/swarm/swarm_spread.cpp b/test/unitTest/swarm/swarm_spread.cpp
index 6d8ed2ed84..172eee5ad5 100644
--- a/test/unitTest/swarm/swarm_spread.cpp
+++ b/test/unitTest/swarm/swarm_spread.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/test/unitTest/syncHistory/syncHistory.cpp b/test/unitTest/syncHistory/syncHistory.cpp
index e44be0a755..22343523ea 100644
--- a/test/unitTest/syncHistory/syncHistory.cpp
+++ b/test/unitTest/syncHistory/syncHistory.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/test/unitTest/utf8_utils/testUtf8_utils.cpp b/test/unitTest/utf8_utils/testUtf8_utils.cpp
index 7d1de1262c..9dc5f13ee8 100644
--- a/test/unitTest/utf8_utils/testUtf8_utils.cpp
+++ b/test/unitTest/utf8_utils/testUtf8_utils.cpp
@@ -1,5 +1,5 @@
 /*
- *  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+ *  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/tools/jamictrl/__init__.py b/tools/jamictrl/__init__.py
index 360f871b7e..8ff07db027 100644
--- a/tools/jamictrl/__init__.py
+++ b/tools/jamictrl/__init__.py
@@ -1,19 +1,18 @@
 #
-# Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+# Copyright (C) 2004-2025 Savoir-faire Linux Inc.
 #
 # Author: Guillaume Roguez <guillaume.roguez@savoirfairelinux.com>
 #
-# This program is free software; you can redistribute it and/or modify
+# This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 3 of the License, or
+# the Free Software Foundation, either version 3 of the License, or
 # (at your option) any later version.
 #
 # This program is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA.
+# along with this program. If not, see <https://www.gnu.org/licenses/>.
 #
diff --git a/tools/jamictrl/controller.py b/tools/jamictrl/controller.py
index dbe59e3441..61ca3cbe27 100644
--- a/tools/jamictrl/controller.py
+++ b/tools/jamictrl/controller.py
@@ -1,22 +1,21 @@
 #! /usr/bin/env python3
 #
-#  Copyright (C) 2004-2024 Savoir-faire Linux Inc. Inc
+#  Copyright (C) 2004-2025 Savoir-faire Linux Inc. Inc
 #
 # Author: Guillaume Roguez <guillaume.roguez@savoirfairelinux.com>
 #
-# This program is free software; you can redistribute it and/or modify
+# This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 3 of the License, or
+# the Free Software Foundation, either version 3 of the License, or
 # (at your option) any later version.
 #
 # This program is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA.
+# along with this program. If not, see <https://www.gnu.org/licenses/>.
 #
 
 """libjami controlling class through DBUS"""
diff --git a/tools/jamictrl/errorsDring.py b/tools/jamictrl/errorsDring.py
index 81ae4f0f86..3048482093 100644
--- a/tools/jamictrl/errorsDring.py
+++ b/tools/jamictrl/errorsDring.py
@@ -1,21 +1,20 @@
 #
-# Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+# Copyright (C) 2004-2025 Savoir-faire Linux Inc.
 #
 # Author: Guillaume Roguez <guillaume.roguez@savoirfairelinux.com>
 #
-# This program is free software; you can redistribute it and/or modify
+# This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 3 of the License, or
+# the Free Software Foundation, either version 3 of the License, or
 # (at your option) any later version.
 #
 # This program is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA.
+# along with this program. If not, see <https://www.gnu.org/licenses/>.
 #
 
 """Internal exceptions"""
diff --git a/tools/jamictrl/jami_test.py b/tools/jamictrl/jami_test.py
index 7dafee8fac..d7a6edd3dc 100755
--- a/tools/jamictrl/jami_test.py
+++ b/tools/jamictrl/jami_test.py
@@ -1,22 +1,21 @@
 #! /usr/bin/env python3
 #
-#  Copyright (C) 2004-2024 Savoir-faire Linux Inc. Inc
+#  Copyright (C) 2004-2025 Savoir-faire Linux Inc. Inc
 #
 # Author: Mohamed Fenjiro <mohamed.fenjiro@savoirfairelinux.com>
 #
-# This program is free software; you can redistribute it and/or modify
+# This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 3 of the License, or
+# the Free Software Foundation, either version 3 of the License, or
 # (at your option) any later version.
 #
 # This program is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA.
+# along with this program. If not, see <https://www.gnu.org/licenses/>.
 #
 
 import signal
diff --git a/tools/jamictrl/jamictrl.py b/tools/jamictrl/jamictrl.py
index 6fa7ce8296..f6bb9cfcfb 100755
--- a/tools/jamictrl/jamictrl.py
+++ b/tools/jamictrl/jamictrl.py
@@ -1,21 +1,20 @@
 #!/usr/bin/env python3
 #
-# Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+# Copyright (C) 2004-2025 Savoir-faire Linux Inc.
 # Author: Guillaume Roguez <guillaume.roguez@savoirfairelinux.com>
 #
-# This program is free software; you can redistribute it and/or modify
+# This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 3 of the License, or
+# the Free Software Foundation, either version 3 of the License, or
 # (at your option) any later version.
 #
 # This program is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA.
+# along with this program. If not, see <https://www.gnu.org/licenses/>.
 
 import sys
 import os
diff --git a/tools/jamictrl/sendfile.py b/tools/jamictrl/sendfile.py
index df098b673f..6c072ce9ab 100644
--- a/tools/jamictrl/sendfile.py
+++ b/tools/jamictrl/sendfile.py
@@ -1,21 +1,20 @@
 #! /usr/bin/env python3
 #
-# Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+# Copyright (C) 2004-2025 Savoir-faire Linux Inc.
 # Author: Guillaume Roguez <guillaume.roguez@savoirfairelinux.com>
 #
-# This program is free software; you can redistribute it and/or modify
+# This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 3 of the License, or
+# the Free Software Foundation, either version 3 of the License, or
 # (at your option) any later version.
 #
 # This program is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA.
+# along with this program. If not, see <https://www.gnu.org/licenses/>.
 
 from controller import libjamiCtrl
 
diff --git a/tools/jamictrl/sippwrap.py b/tools/jamictrl/sippwrap.py
index 0477d710aa..796fbbd376 100644
--- a/tools/jamictrl/sippwrap.py
+++ b/tools/jamictrl/sippwrap.py
@@ -1,22 +1,19 @@
 #!/usr/bin/env python
 #
-# Copyright (C) 2012 by the Free Software Foundation, Inc.
+# Copyright (C) 2004-2025 Savoir-faire Linux Inc.
 #
-# Author: Alexandre Savard <alexandre.savard@savoirfairelinux.com>
-#
-# This program is free software; you can redistribute it and/or
-# modify it under the terms of the GNU General Public License
-# as published by the Free Software Foundation; either version 2
-# of the License, or (at your option) any later version.
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
 #
 # This program is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with this program. If not, see <https://www.gnu.org/licenses/>.
 
 import os
 
diff --git a/tools/jamictrl/swarm.py b/tools/jamictrl/swarm.py
index 7ecff676ae..1fdedfe101 100644
--- a/tools/jamictrl/swarm.py
+++ b/tools/jamictrl/swarm.py
@@ -1,22 +1,21 @@
 #!/usr/bin/env python
 #
-#  Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+#  Copyright (C) 2004-2025 Savoir-faire Linux Inc.
 #
 # Author: Sébastien Blin <sebastien.blin@savoirfairelinux.com>
 #
-# This program is free software; you can redistribute it and/or
+# This program is free software: you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
-# as published by the Free Software Foundation; either version 2
+# as published by the Free Software Foundation, either version 2
 # of the License, or (at your option) any later version.
 #
 # This program is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with this program. If not, see <https://www.gnu.org/licenses/>.
 
 from controller import libjamiCtrl
 
diff --git a/tools/jamictrl/test_config.ini b/tools/jamictrl/test_config.ini
index 1488e278ba..ab6cfa08a1 100644
--- a/tools/jamictrl/test_config.ini
+++ b/tools/jamictrl/test_config.ini
@@ -1,20 +1,19 @@
 #
-# Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+# Copyright (C) 2004-2025 Savoir-faire Linux Inc.
 # Author: Eloi Bail <eloi.bail@savoirfairelinux.com>
 #
-# This program is free software; you can redistribute it and/or modify
+# This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 3 of the License, or
+# the Free Software Foundation, either version 3 of the License, or
 # (at your option) any later version.
 #
 # This program is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA.
+# along with this program. If not, see <https://www.gnu.org/licenses/>.
 
 [dht]
 testAccount = <id>
diff --git a/tools/jamictrl/test_jami_dbus_interface.py b/tools/jamictrl/test_jami_dbus_interface.py
index 8c31707e85..6251d7b99e 100644
--- a/tools/jamictrl/test_jami_dbus_interface.py
+++ b/tools/jamictrl/test_jami_dbus_interface.py
@@ -1,22 +1,19 @@
 #!/usr/bin/env python
 #
-# Copyright (C) 2012 by the Free Software Foundation, Inc.
+# Copyright (C) 2004-2025 Savoir-faire Linux Inc.
 #
-# Author: Alexandre Savard <alexandre.savard@savoirfairelinux.com>
-#
-# This program is free software; you can redistribute it and/or
-# modify it under the terms of the GNU General Public License
-# as published by the Free Software Foundation; either version 2
-# of the License, or (at your option) any later version.
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
 #
 # This program is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# along with this program. If not, see <https://www.gnu.org/licenses/>.
 
 import os
 import time
diff --git a/tools/jamictrl/tester.py b/tools/jamictrl/tester.py
index e33ccc4411..689139fc31 100644
--- a/tools/jamictrl/tester.py
+++ b/tools/jamictrl/tester.py
@@ -1,21 +1,20 @@
 #
-# Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+# Copyright (C) 2004-2025 Savoir-faire Linux Inc.
 #
 # Author: Eloi Bail <eloi.bail@savoirfairelinux.com>
 #
-# This program is free software; you can redistribute it and/or modify
+# This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 3 of the License, or
+# the Free Software Foundation, either version 3 of the License, or
 # (at your option) any later version.
 #
 # This program is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA.
+# along with this program. If not, see <https://www.gnu.org/licenses/>.
 #
 
 import sys
diff --git a/tools/jamictrl/toggle_video_preview.py b/tools/jamictrl/toggle_video_preview.py
index 491df346eb..6a92918e28 100755
--- a/tools/jamictrl/toggle_video_preview.py
+++ b/tools/jamictrl/toggle_video_preview.py
@@ -1,22 +1,21 @@
 #!/usr/bin/env python3
 #
-# Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+# Copyright (C) 2004-2025 Savoir-faire Linux Inc.
 #
 # Author: Eloi Bail <eloi.bail@savoirfairelinux.com>
 #
-# This program is free software; you can redistribute it and/or modify
+# This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 3 of the License, or
+# the Free Software Foundation, either version 3 of the License, or
 # (at your option) any later version.
 #
 # This program is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA.
+# along with this program. If not, see <https://www.gnu.org/licenses/>.
 #
 
 import dbus
diff --git a/tools/update-copyright b/tools/update-copyright
index 25eb01d474..00489a980a 100755
--- a/tools/update-copyright
+++ b/tools/update-copyright
@@ -1,22 +1,21 @@
 #!/usr/bin/env bash
 
-# Copyright (C) 2004-2024 Savoir-faire Linux Inc.
+# Copyright (C) 2004-2025 Savoir-faire Linux Inc.
 #
 # Author: Emmanuel Milou <emmanuel.milou@savoirfairelinux.com>
 #
-# This program is free software; you can redistribute it and/or modify
+# This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 3 of the License, or
+# the Free Software Foundation, either version 3 of the License, or
 # (at your option) any later version.
 #
 # This program is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA.
+# along with this program. If not, see <https://www.gnu.org/licenses/>.
 #
 
 # List all files in current directory
-- 
GitLab