diff --git a/COPYING b/COPYING index 32d670017bca5b34a6af679b1e991d4beab83c3c..97321f8b766cb5bdfe44fd458f8cfd3aba4e9730 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 8e10f0418b943b42492a50be325b5573af3c2a7f..d809b1523b5317798df7bafaabb993a5c89e8aef 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 35ae4cbba5c85b1d1b4059ad9aaa88127a5ddb11..b79e0cd6f17d14efdaeff3619724cd311162b4f2 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 b418c7b9a7d5a7dbcca44f85a9fe55145d499f0c..7ac2597033c0d30bda8ac60b7734005ccbf051d6 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 d939693e6615fe2315fe939a9011d093ced47fb1..d45c033e17783015735f4ca7d3dd0a816260dc89 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 b9bcf08e338742aa5f725bdcf5a6343a74dfb525..c063a9903b30a196a21421c7a9ea3ce77dec7f3e 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 dd346b5c17bf15ec9e21d53b2f5718577f68c7de..ca8ba7f2a25eb61114a176d3705cec878eab5d1a 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 c5a0073981c8c79a802601f20ed98283a4e91f14..7fbca2492fe9196120a60d0741cb9691b59dbd9b 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 5c5d1efd80a0b07d2fbff1a9ddda0749ba762ffd..ee8a349ccba5b4145bc75ab1a0e304767c7a173c 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 28ea924da7c8fde6d4c3688a438cd4e25caa00fe..495678ef6c4031bb5b3224c3837146dec3997739 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 851106dfa890119186022b6afd3246b7ec6e0c4b..86b490a70d8c1751a8447e548e9389bf0f2ce8f4 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 2fca6883aa9bc9476d520c3ce729ff544c7b500b..87f0c21ad8997887a19d6e8619fede607a25fc5e 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 2afe5c15d17b4518d419d1315525da013350dfa0..bf4a85b854ec0933d7a6a8fffb95f05d70ea0586 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 9ad92b1a2ddc71f4f0b6dd811ad9d0739a80178d..68183a9762e885c4bd3f27ca921b83487b13f97b 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 762c59355bccbe6246e1971a4d0694db6eb0a22a..bc0a72df674f92c1f39bbf03ba3c7ebfec1a9108 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 9b86a19ac8259cf810158d80caa488a04a1afe0a..4a0df09dc6c8d1c93ba3f2309987581a1c33869c 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 934dcbb015eef823b843864eed380e078af16fcf..69d35bbd6181cf5a8be8c61ec82ecd6ac709040c 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 bb81007de4f66eb97f25890cb87106518d486be2..b9d7a9c4cfa80177112409a821328586929df1b1 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 c92370754c334762c9fc1f6133d4327ee57994a8..6e52c4b76a93e57de549fedd89456aede4d5c817 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 f697ceccd85241ead6173ef8685a91e4770cbbce..74c158bc9639cf2b10bd7860e2c18b9f926d97cb 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 f9c0b676bc505e4b14ffc8ff1b0a11fdd84c94b6..9600a21c537bc5047e9e4ad0c33b3b6eb57e82b3 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 851106dfa890119186022b6afd3246b7ec6e0c4b..86b490a70d8c1751a8447e548e9389bf0f2ce8f4 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 1b09d14eaf28c5b1abf1ed682469d5f643952f0b..a1d034f07120f604bf7507aece2deee8c82fe805 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 1f3e27164bb54376c6836cc4f890e8a263945be4..ce8570d0d188e4d6a76286050895db7cca65be73 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 7485ab090f1515ebdc60779d3e554244e2e9a025..2400d193944f1bf515912ab050f31340509227b5 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 92808c2c41fbfc2f6e337e4ce7612a32159a1b3e..88778b7fc49acdd26e865b57e20ebd09d47fa30e 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 866bfdb55107bfe4cd8858bf7c67a476e0a5c523..d1517c4d1669a5ade19a6f436f884733996a4c96 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 f697ceccd85241ead6173ef8685a91e4770cbbce..74c158bc9639cf2b10bd7860e2c18b9f926d97cb 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 cdee1c5dfab35f79fb6598af60704f6bbfbf5a9d..1924348d4c6ff301431046b16007da85e6c4b6a0 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 8945b1c4f836a444918e6118dfaa4edd697a13e6..a14552f76d0bf27538ca399520fbbd573197afcd 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 6c761cb621d83f68b09bda90f9681dd9b1cb8862..525651eaae4c8c5df32d02fd7fe02fe5f2faf0c0 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 6c338f56e32ca9d06fd1306eaa5d3ca70e8ebc9b..37b84b1938bcf72703f501f179db76a9816c1553 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 08e19a2b2f4a956b3bf0bd2cb3180bd38af861b6..4a88e6ccd14f12806637cc91f4658342eca29f04 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 cfa6a447e7f43aef49cb838f12b740e047f38da2..d1b9784e00085c9ffb33a4043628a91b5980501c 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 dc268f9dd9d5a29d5f09c4a6904a0066abb1c8c2..9c01b1a76daed75c4372b5ed97c2e9a1baf1949a 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 4fdc532766d4345dffe44116595c3ac715a53e05..39a8703acf99e7ca3662cbae77837257f79167fb 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 93346333a3ea76ecc9784ce338f4d12dc86efbf9..c76bc0a2b985dc78e7a03032011a2c56878141b1 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 e58d4dcdd658f93e8a0567a46567d97923c07a30..99c7841b36a5250b15919b56acd78b09b18f68eb 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 2082bc319ba9c0ea5e795829ca61c3b47f3d4900..9ed43ee9ad2cbf829b76f1de47320a1a38d4e640 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 1d6fccae3b4dccecce0970a0de501ad99c37338c..a2887f642392d5ace621a1a91f741fb41290971c 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 19f9950da629d3ba750e28d8b39e42bd311c2a18..669bedd2874fedd6ea1161e6d2f14eb0052dfc00 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 de6a90f5dc06378b5355d48b4036938e4600ceff..553b7de6cde8041f835884310ff5b69835837fea 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 219c42577053db84d2aceeff10b32a005bb002b7..33ef86d67daa4c3a00c8523eb39f95bb6a53622f 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 d223989e0c511e463781fdc42b569a07f3521a13..6413bf23cba1ff4b0be801c834911dfee709a665 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 76b6f3193d66afef48f2e3a1c1af3a2dfbc7c569..70609b07446e9dc38fe1fc8431522024dba4d658 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 c112fecb0f2acb66534bfd243c9f563290b327a9..79157912b95be8c1e777624418f6d4464bc3ce69 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 416ef137e4a5a4b075b68ae0ab5c37f7653ffd09..5487bae3c32298212f0dda0329b6b437e79d7141 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 f0a2648088edd0dc6b748803f2e6d5a3e4ffc646..7b86ccac62249a34cbfc8060d5640cd3ee1c94cc 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 ac2ce68e0465982a0b6818b7e5fb1c0a97cb6d61..c313421e5598eed4094a6d8ed66e40a203363253 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 bfd65546d1a08f69df3b79980fe2c1da1d9d5672..a64181b0fdcce89afbc4feef1bcbf5b78e3feea5 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 41e3ba9008ab13a2252db6a1a87e7611d62d0fa9..710e7e2682806d6fc83289620b49756c381a2dc8 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 dc7142fdb6f792339bb754c0ffa96a2fc6b10c62..d001d5c1627e17e8d4cda5ba54d15267a88033e2 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 83389d878e3068544306173f2172a0f1f23d7ea5..2c8c8c467b2bee756ac0051952ff08d852f7bcd1 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 194b514dafa83e7be2258d877ee7b71bb8edec97..2fef41a5048c6d67597316147f00568fe0f57d47 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 3b7dc8e7dc41e5a6c816b26843bc0c1c39380d50..62b3a82f745e4e0d12fa3db7edba7e278876a0c8 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 4d795669180d7b57b222f0ea842f3e024b5531f5..b9be3514ba33a3348d7ad951eaef84d2bda88a7b 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 a48a689f55cc7dcb3e1799de56149ba9a524af69..245faab6fc5115fc472b694073e5ac62c5cdfc4f 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 91441b38947da3ee1229126d36003289c26b913a..05b7f99bfc02784cb632815aabcf4bdef5eb8a8c 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 2626312b43b40b454384570166dc738f5b56df81..0c910d5b617cc734d3d439bada7853c62ebdb701 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 72c2c51244811da449b9f65910197ee6e82634df..c2987f0537135075e39ef534c0d8e587cd2f22de 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 805bdcb30e7d8fe20b22ba89c62fbf88fb7a5aad..d4b75731a0cdb6d88dfec4834ea1c5b4b190a0f9 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 c6382e52adc57d1baf2ac974ac14cbd9fb28f4ec..f7ca8cc6b30ac6cc27872b91629156c85b42fcaf 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 773d5d40c41ce0ac670b0c9129d7a1083205695b..a2f425e64838a5bdef8a5ce2d6107efe68b99ceb 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 bd30df20222460c1d9ec7a34377cc9747387b459..24c594ce19df09a89f0f5b9fb450e1da710fbf30 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 b3083841587b1b49431aedab14b6cb8e89221efa..8eaaf6dec85a0635c09d2cc03d996080619b919b 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 e0f57d519e109c797e32f323eb58e34826e5ec89..874d9e82dc3ea9f5be702dc3e0355da51b0df04d 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 56acd18a13555df16846089aab18fe60839c8bec..e1671da22d00c515c6ce916704555ebd956a6c94 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 944cf8ff89edd94a54eb6c16be9a7313ce85dae2..6a7d0c0a9a5a93e0dd0fb3c05af6347a3536a392 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 0494df44fbac9046ef6dc26b4ab93dd9f0a7b048..3d01340b3d315ca7acdfdb5d99a6f2ea1603123c 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 b4beb7944aa3041cb85bfee1a10b8c990851ab7c..48d149dde46cea440652eec36c2562691c33fd6b 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 0ffbd5eb1c9227078b9f005517db6896eced44b1..b049b6c351bef90c2dd705afa103b9af67a238fa 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 e514ee71f8f91e48a3e41a380c0aef6d6b9c0412..d46944f683f8f6c013ef79327fefd35e01bac549 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 98f629ee097f281b7d5e98ce40d8293c2908a259..e90081316f23c3bcda31dd4fe3bf1e7571e7b4d0 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 dac44ca9b07e74143d01d134095f260519d98b5b..fa3500adf6a043bea1cd089c4e6d0b04779f4254 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 ef5a1f8c377868f97626251a52335e7816f434ad..beffa9b11eae0a518952924c73a3dd767261868e 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 1e98ddc6204b61f1d19002b8c0b2700302e24a96..557390dd34d2d01258e8e3abf8331f7f05639051 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 11c15cbe144d5be14db0f53870d5d51585658abc..411c71a0abbcf3429f3a92aa6236634c31377996 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 30bbb0c113f31da237943787bf48ee7cbc5851c1..dc7d477679f6dd5a81d7f57ceb1d6e54e5113983 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 d66517846e62439428b472e98d809a3c24606ce1..a3bde16a38bc2acc37464398f4ef9a54ff36ba61 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 28ded1b169433a01c2e4ed95a1da804bd9facd99..56c9aef4c341a867a00a405f5525facc485d324e 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 ae9d213058a86f6464d249ae2b2fb119031aeaa5..95473a382b7761fb2b0b2b7225d16003faa63c14 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 dcfbbc8f23cfbd1089b1d72719cd13303c1b5223..a27e434e6c6aec28c5d32ef50d24a4104e6e6690 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 9eedee7d39b426bf5bb25d7e02e42576796a21b0..88f84da7281b17da9dd60d30aaea594930c5b3f8 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 58ed4ac77282a03fd41d0c87db1184d4e605d5e1..7f3ffb4ae5d261d27481a829b73aa67256d63d98 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 ee8c468d9e68a9c3d8199e5e3f386e96299f63bb..a30dacaba6329c3d5e8b9185fd36551bf2e66137 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 25d5b299fc3f25e5d0471cc8be20b10f30e77870..14638473ce5ca603213b08620732cbca122945cc 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 f04fd9c9d342b60ecfd7fddda3c130570378ca98..ae8a4cdf4772c56f378f30ce0c55412e837f26b1 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 5e1a226ca2a8010eba2854c4b60ab7e75294b6b1..d012a3d844edc70306da35c29755d5fdc903bc3a 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 b63563a2b2524fc9c556005a1993ddcfb3317a37..9d619da022890668b654558d483a12b4ee89c3a6 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 b5dbeb0786132b48f793ec91a6fbee95155b21a3..321926999c892216de20f3e0c6da44836e2828b7 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 074876f22c149dc337840de23841b8577595d665..215012641047e5012d1621c54b5eeedee576f857 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 55973d052f2bc4de29dedbe48b166f43e9da05d0..31b3a954f7f4f9006d372fde7b6c762ebbea1f90 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 373fe67d7bdacbaed06421de04be660f485c35ee..266d4b5d14d7e5deb27fa03460e459aac1a111fd 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 72cd951c7f6333f339c0cf160d2ce5bffe18abe2..538a950d4d257654e35e6675930143ee390cbfa8 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 15a919070034ffd40417748073b0c3535ed090da..5b660237205ca1145e2305f01d318f1d1ece30cc 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 1dbdaa05a6a8483b6631c4dfd469b99da8e21f3d..116684881172b57d851e476e749d5496ed09e1a2 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 9bf2d6620243eafae40232445556f1610aa0b799..52725bc97c4940e100df79afae37425d125d23a0 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 9dc5ccf67c08fc6caabb72a39799e6bd6e6570be..f96404d1c90305e1b5f2dda9332986b2b65f38a5 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 6fdd0232d70c76d26421c57d2c2e131678aa59af..d955f25930125a5727f3879c48b032dd1bf931c4 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 239f1e5f2aa84364530f370bf59e8042fd3e535b..c9542a6f3a71e65b73da1a1f3a7b7a5e0644739e 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 d96cb8ae623eea98bbe7f02dfdf56fa96cb004b7..ce5896c5221b567ebcb36be9b4ebc30a8a1c9f3b 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 da0a781cbc076adc139c36c45e1d9e3e8d0f7e29..1e69c38b6e74c411ceff69239b29f0e3382f9a76 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 2f6f8e3d4af544e5e888c4120953a9db98c5968d..0e56b10ef5a7648a16ee68c4d69890c3e4cb0174 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 bceb1f9de596cef28464eb1a495b6b0ff5e4dec5..a7f49b44dd12dbeaf5d3355197ea4372d938f038 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 b5fb4a733df3a7bc01df172fdb5ea0e669aa189e..72beadc808dca6f6a9307dd00492d6f4a7d65e6b 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 805af9f5d90dcf98d2d0fb8037bd929c020db156..3e4681322885d9bc004fae8755d45e0ee98cff67 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 7e07c4bc564ce89820961bac343c19e92f58e438..fd090f9305d39357cf123ec78f7906eb10756b63 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 78bc19b01910b51871dab89415bc8d0f2b15c8e3..bdd77a878f0546ab94e55f4683953715dc4f5d86 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 f567300b40b8b7bfb7ffc3f970afd915d1167a36..162574d1eec21623075118dd14c72b6292b00bdc 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 8539bc50bb632e15be38203db4706a22cbbdc99f..c5151136a952c1b101cd992d28cbb79291be16f3 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 500f9358c7499ef2b004244884ca77380f7ae2ce..432765a18130d662638c606d9ea2d977e5647f23 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 b0b25b01a5a49d112e036cd7d160339595e10258..b7268e12e3fb64c687fa147d5a767d0c37c03525 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 9f586eee471fbf91e69de9ef28ef91e9e2b5143c..dfce5f22957bce4de44dac7735225f1358627a18 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 990b84ca4674f87b1d4dbf6b0393adcd76791244..90b5c9aea7909699af4990c5cbb39fa45509e0f9 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 3f9a369dbe862984dd9f4fc35144c3f72bfd1d18..d1e1f652475812b42c3c8b4b5c6e846497a57f12 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 c141a188fff7b499be1e39fc38913dad05589178..e19574e66419539cd18b6bff189ef7d156ceca49 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 4d9a9d9f06589d1eac33a7b5e29fe9590c41e8e1..66989e893ae9a8a2ac3160af64b5553bedbccda4 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 84c6e547019d2f99908a7c2f6420c3f819bd45e7..74889db0c0d4d88c7b0837aeb64f88c51a9475c1 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 0a83db7a87e909f4c0a1bf624a4d1e628632837f..52a118902b131d2544a2d50adce48525a88741f7 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 89ad86ce3be09156eceaa2b40bed8e511485e81f..286347985229a8102186b61441c4abbc2e4abaf1 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 ade54ffa0571606197de86eba927f84a90d9cad9..50ac278de87bc56f9251bd7afe99ce2a8728c43b 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 898868670f3097055b31e6dcc18b6dd72aa989a1..e22725b2aeea57778eecd2b377a6941fc13585c3 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 3fc570c6ce3c1d1fdd81367a960befe1b672bcf4..4069afe23497a72ee321595dc58e31447c81d30d 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 c516c66191c0df8b40c8a34fdd5337ddec81070f..475213717dae86afeb2749d78efe4b30029ea7c6 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 c7e5361252669dcf3b20813c2497dfab9d275732..f20ed4b9afbf2db7b2dd320847e7dd4d5cb61818 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 0c16732129b9495c57734ee4b97a6de6106f6f86..03ca7cbdc20014dc81fab0fe3d2fa7beaa263f79 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 e775f0795f64aa71080b7e30933406289b17c860..82da79939392a7a0266d09c4e2f329a660713d87 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 2dcab40784bcc3aaa39ae9f633999f6958d82a0f..4a472aa7208725502e5036c4c447ed440bd89102 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 d080d4e4f28af79cc74006c3ecc628840ac5f0d6..fe1f5d5474ea662b471e335de6f04d5697e6d43a 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 22da9796bd78cefd629e12582780f456b661f90d..6e996f6f5d747198b409324bbf6f62dff6df7b33 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 5fdf31d17faa4e1caa8767cc1ff884457a332eb5..3c113a16016cd345a4a85e6f84161cb67803b760 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 e74e43764613b14cdfb683f130961d7d7ff3e4e4..40dbc19294df2be0855adc5330cd37d0d6ef8672 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 78dd9158192f41ba44ddfd55be4c729b631c161a..d9d5ef1df297b32ee28067111c672ad1de75f528 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 b7118544b1250fd53202afce8b81e32c9060a758..37fa8359bc636344ca74fb9299e1c651b2ef0081 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 d28a4aa85a1c5c6b3bb5216659776a825a2fc0d1..e119428ee5ddb2a9dab04fb85f20bbfcb4b2bf29 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 42e631fb8d042e0b33fecc09b3cd25c03d09f686..e8c987388913cd47638a2e2c651a1053df67607b 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 21ed60e3ac6fa7146d65119eb74eb7ccb7094439..e47e809e41efd159b89d6772a468936a2ce4e066 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 2e20784355574a4c71c5686e52ab896033c694e3..ceda7125c75a13adf1b08b8eccc4bb1030cbafae 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 99c7a09fd3b8129e42285745fc482300c65f2f41..cd42c5571316beb57139855bbcbb15b1edb8b4fe 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 87a8885d155db0d0e394521200e7ad72684cf17c..bbded09e3f049b7474549f8f4bc2eeec9aa985c5 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 98cde108ee1ed3ca6fb5d9a37d1b7c243e030f97..4dca17765c4728c4aa7e402125a48925ed3e42eb 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 bb29fd6a9f5d575ba2eefc6ba1df7b4e38ba8b53..0d94d9a7a19f1850c1e074a21af70874a0135e11 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 c50ec5c60d2d15749611737753ccef0ba32c815b..5347837b0178a237114fa4798351e2847df8640d 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 3e86259c1097042b5097483e99e050b673f8f84e..a7ebb18e76f3fe698b53b762bff54bf6fe0015e2 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 b3ce6c779a088559eb793060e135343d0006de19..d0e5b58bb7db940d1ec91b9c49a222fd52bdd110 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 837c910af355615cbb3eedd5e9a050c5ac478261..8211a67d217a6e8e437841ca4776d89650b44ce8 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 9252f7233df4ab1cab5e46f54ce76dcc1e321310..f592f297aad694b40ef09bebe04def4bb7507453 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 94627be68494d352c1cd813308dae5a29e97a011..da8167d88bb32e80daba5ef9efd2033d8447cbaa 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 5e7ac4e4cad1ae3562357bd7b46b41cd03703b48..334be67dad813f44128dcaa91076c564d7f8c605 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 1e2974d763f5d3ec62ab3f08b0cd5790fef960ad..65940ef364c8357da103741c7a26df1731897ee7 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 6a958718cc971313d576c190b7d1804004387cc2..cfdde391eedfd862ceb11d4b64520eb8ccb89196 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 d7a6bb51576dbf8bce87e66085e4ad585f025928..ea2834f0d38b9ca2086489568723958791af8d60 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 a32cf66831e6c55ece43ccdba7e6f8b4230f0469..36d3318b960cac8a3db38685edc03be0d735bb01 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 da603bc43167e1ceb67ea1c39ab3ce974b009728..5b507e61bc2f5238f77a05e864d5744d4db722ee 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 34acc940843505b4c78a3989d528e73aae2f3800..11a24b059d262ee17dd4a1b4d88dde374a0015b2 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 029bf5d6dadfbd9f73ac3113c69fb87f890eb72b..926d44df17050f406796c235784e17693bebe481 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 0de7a0848b93893fcdfe16f29cad289c4f8634d1..15fc18e94ce89981b953eae572936cc1f4664249 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 c31e5939b8e9a387c5f8e070f6a776febf46f634..cb575c67cf0c2f60d95db003e569623754953373 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 21112f6a66e853c4e210232d5b4b39cfeae24694..157a13da35803753a53686b14f74b82db8680b22 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 a836988122ea9d0dec1a2c3ee5ff755f27a57eeb..3add67567b668bd14958854d38190c95be28d8c6 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 c2679cd6a3c6cc0f3884de78bf64c51ee62a4ee5..c84c1530ce2fc87e0037ec2126e3072e57a9a06b 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 8b363703fb1069fae95233f6fa146f76d4ddbaf9..b0eba1cbf69f3a702c8db89c30f486c63d52b907 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 15c6d05a8fc067e67f9785e371f15892cabf3745..cfe8b5884522933eefc8ccad93ed158ffa4aea12 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 f209a7eff55f7691213868117cbde6fd4fb8f6c4..bda68a3863ea342083280ad78edd58ac24517205 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 d2634af39b2d9220eee39a434f86bc96e7912ba5..48b3ed9ea6b97268853bc19e559ac59ee0f00235 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 1b284c1c12f03d832aee4211f88f5ea56b0c4eea..2edb0cf4ec82184ea260079902805ee82d89659b 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 08fdebe2ac5b8f964205ab45025a9c47903276a7..fdd56c7e42c2065d6245cb6c32c84429a63c10c0 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 685d6cb854658050c89985119fa566c93f3a16b7..9bb14d666fb8e52942eeb437ea525a94b4e941fe 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 ae056d6e916e23eafe4d17f515a3e2b6552a7cc8..730fddcbfa9e00c8015666d6d8642669c717e813 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 9a264179567b75d41c3924920f4b82c16de3235e..89293984ab6e91a4138b405c5bb0516901a80b7c 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 6f9a426d8a763278157f42773a1f9234b6d9db1d..267e5eb55bf6ddae4e198407896c5f0477c55015 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 66346e78fdaeacba25b59dffb11e0f88c942a975..3b04e371bccd8571d014d394b9c25ba7c98c3f98 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 c9251d0ca346e1f7b5a2ede8fc4945fee63c7b21..7f8c588824bf7d07c00d68c672e7abbbd4d5c2e6 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 0dc1b5c01cd8e995994eecb4b0925e97ba754dc3..168e1b3802d6a41df797f1b6655a5a9f8704835d 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 77c713effda59a69b313b9d1934e3affd97e999c..0d9a69da14df80bff8344bba5192af3a6241c0ab 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 790c44999e40f3f1d375abf4a91492cd3f4ca35f..009852800d870f744ac6f2b0cd292375e0bc932f 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 48ab9693b3372c53f29f9d58bb205ba2fab38d41..ecc31cc5fbf2305d0e723dac204342a97e7d789b 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 2642d52240236d3f92402b1119a443f6664f2971..6d9494a15cf2106343fd44d48de23af6e1479d63 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 f80df4e3c208b9949e492093065c29baf0ac736f..2c1f668f61ed0b53110e2939d9cc93e960f5794e 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 928d9c1921cb9565cff9310d5acc1e247663efcf..dd905cb5a9d3662b050093b6e055bc4277afc46d 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 733cfe07a59786e0801f6fa66bae19fd6b4ea672..4f3f35c2c2af90b05827d26dde54da283908c1de 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 8bc2634d21f2be01fffa7d965b2b484de7b6968c..89d83e1b991f400489be3d94d24757cf94e17818 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 c8a1c8bfdb38e4526131bd417b08f6ab0229d767..b93bec238c18df31183fe1ffa558f5a7dfc20368 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 a8bfc83ac316a74226db46b2035f322bd57a71a4..510c9478bf02009849258f553c8d1280f0e3fbdf 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 d536b391041e45cacaa5f7fac135bbeb58b4c06d..78adc2e0c3dbf37c5cdecdbb445564073d502b96 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 17f18778a96bb0e08974a653dc03322b00228eb1..b7664d29aebddfba641cc645234fb73263e63a71 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 44642f22c99f1ceffc67caf5ecc32b1f511d17d4..31be8fd8e57c786a114dc48f7597038b1e6333b4 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 98c50270cb0121931922cd1de73914ac17d9fcea..7c1bd436bb82260f9216589d4e1954488c05f25c 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 840d818aeb3b049d49c51f39bc7344f1ae1c9367..be6975fd3e25b2ea21f842bfd4cc87dc61e5d5ff 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 d29d62ddf3222cb7ab705eb484f431278e33edb4..78483b33828a8c006441db9a50c8d876b7c773ff 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 1a2bfdb396f02b62e39d014df5b1928d5372b86d..883f4378250c0d71f4097bab7375c361ea5e9f4f 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 cb6377367797cb685818560e7b9b3e79b222164a..28ee1b815a7dd5db0d039436d8361a3673daedb9 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 d8b03dc2b4a0119909da9c6b4e2e71e0c671559e..062b692370ca0a5ac0fb9afe78245c8b18024fd6 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 327fa71b1c1b1ccde5fd6c98c90487c4ae556f43..3d0ec80fff95bc9102120cceda8ab58944a5e153 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 bbd79bae268ca185b919fec196a2c78accb50d65..92f82d1d97302587b139afa692aa3bfad457ba90 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 593cfd535f6b8527424105dd4b82327674e9b29b..b53bb1398d23f67655f0dc995b76a0a41234474f 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 b87e2515b565c66c05d76d00a6fa9a9388d214a6..526f03d892e632736f413ceef1cb02657d8b9800 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 09b9140e0f211d435eec3a8fd54bd51bd86d0da5..9b133d1e5028caeb53a07723574fb8eed13198d7 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 f4c3e2ba095ee3f6bc6944815fbf8a0ce2d3bf79..caa320666c44ffc82e269871f50d439df058b03b 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 b0c1ca822f402b49c55759d6385fe0549a23018e..4e03f0a97b1688ccf8d3f62d7fed1ca4fee4e187 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 ca1f27d8b94b80596b3e654e8b7f4c75e8a4f252..e7c27fa2ef1848dd65f659edbeb5bc736ace2296 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 63a26d4c8f3abdaae4a16e1674bd87e3049a1b57..e388d75eb3a5ff736fbea2f22095bb3cc2a06f32 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 d4c5bbef39438dfc0e8078b0dce265183631fead..d784b10a9291ae55e073509d466ea4ceb8a8070a 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 735ef94a2ca11d9ef1fe3605574d62ad3a08ea2d..a71da44589cf33c71dfc2d5bee6037cc27082b80 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 180f9cb0820d9d433cc53a56adab049009b019ce..128818e455d2237dcf0f10ac96df9c68b72f6ef1 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 1cec6cac3ebd374c242d0ee21283c03708a7064c..54b6be066c74284f668f59bff4160776c9d7b2a2 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 e2a8177412d9ef6a1ea241e40f51e38d5b3104b6..d1550bb4aab85b6c857e07278833d0cb69782078 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 3c823363f1c3376ff4ad8849fba60d3280e58135..b2ad9bf925b8a6fdf006c8ffb0d34dd76bf76e57 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 c0b5fd332f371b603b95ff9252f163cf3b86f415..875ac59be4e630dcf5a25e3c870bdfba5da979e4 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 aec4b48f9df73f995a1bcca43495964220b386e2..4e3abcf4b3bc3443841f3ac48baef5677ccd9330 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 f5a9014df72789c366646693504e6288765fa2a0..239b70aacf85c2c89bd8064ea874351e55ccb723 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 b40ceab1878b15b343a273b21b812b97452d1fbf..8b0ce028a34f77f72b5b4a677b3c61f1538b2ffa 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 2882567f59c1a0c532120ff91313d1d03e57fd70..469007c83e09ddbf03e25d90c86c7c14f07d5bf9 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 b81d3acac72ae3968890909b160189895cc9a2b6..70d909b64f8d43a9e5116b457d0d496bc81a8cf1 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 600a62ec41dd79857bece1c53bd7e76d7e215e43..c0d13e26852a494239f284040e9ed9b6198f4ac2 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 2d3cf2b0db85bd2629d825ed1958c256fcad9cc6..84434b1be3cd0d6fa009b2bb3fbe09d7d701e740 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 0ddfd12a1c7bd59b4145847f6bac150c85d6c082..e4675f9f14dc3f8678a2a2f4f66d32125ca19f82 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 1571f10ba4884b19f4ec9d80a2a1b8e6794740ce..730dbf577e439c3d2cad032bf2774dff34551701 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 74d75da5bf972bf78db6070f2b38f84b87d1a89a..bd806aece3d3531e8d59b08642b33df74d5c81de 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 4720a7beea0d5aa23182cdd26329d79c253b4437..a31a899121686b669a14b5c11b293ba529bd7449 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 7ea16934914958f5f1b51ea77e4e160b3e162f80..62dfbff73428c421f277c685e5e6ce2102762274 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 2de5de40b85fcef11693c7b7ae7e19979e0ad39b..90ad0f8017173f7c5831869281b48fd1fdd1c3e3 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 461e9d9dda74ac6e7c0cf23063a034d3c1225ded..3c095f76acee0a2e3dc6a3535ba37523f514d709 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 7daafe7489ffbfa9669be4d2a76f11648973d83e..77033eb068dbb0b704fa1087dd6e5766c06d2e15 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 c0bb33aa9932088d2dc3b4e5ae02902b4f599b57..00e82a22c28759cbca8f1a0a18e284fb9811f73d 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 f2af15a85b699fdab3a330939cd6133f10c2b307..cfecca4229872d5bf2176051eb4266da8930c827 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 9d34d9e2544e995291f0fefde12db2d3ae23bc90..9890e68747f9278cd0ef2ea48ff05f80925ad3ae 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 497d8e067593377d45aa28be47cf6198ccfdafb4..5843b3f9601ef882e0cb65f1ad0caa86a697041d 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 187a7a7a4eb86a4112bc308f65befa5a555c54c2..6d5e25e4a395c0f181d70ad4335c30249a029bf9 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 35b4523d5d2c4daaea33cb5a2113e85c7672d173..8a2ea9f88dd3665e4c22c992b30ca10b78d37e0f 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 5d918ad7a75f2686870d7901dee0c1a8f64137bf..25e1704101a5b6240c5b815e73d4a5b44f83c643 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 743bc7bb9b73543d30742d7e46ae032f5eac01a5..890e58cfc0396583c22c4971adabca9add812dd9 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 879f6b50ef20cb51ce53155c55a931ba9379615a..65f866172a53584fbc791d5e4f842af7bd3d3911 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 f351cbf32a8eca68dce3dfba281d7660294e7a5b..2be205ce217a4653d10564c61798483e80b48eb2 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 8ade0aa694373fbfa0f69afd6320ff5df57744f9..1a5cb55f2e3a6a2630ba37eb32284420659748ee 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 107c38f6a3972633e747a5ac574793f7899716ba..d8ba13dfbc5fe195ec9b1e395f0971b360597ae8 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 de0e1853204ffdc307db0b5130a2a61f66627409..bae4398d23027b738d895b1cc9b48dfe079a2f7b 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 9e9f3c9beee5fe9c2db60b22838bd34c87d8dae7..b5af9a89aec000b231819f0dec66ccc34b1fc690 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 e2bb31063054b69c992c394af457c7e6b251f28b..87f36242ea86550e4f08b0baafe03cf773ccaa04 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 d2b7bcce55d8b300e5814f01302ae82261d584b5..e0c6354ee8a1a0acb496deed7c55aacd22948729 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 c216c221d2ea695e04b2578f8f83e69a6b079a6a..c1bee6f485f1539021b46121c53e1b8e4e259322 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 6b94a28d8cf2dc2ddf048230e5ab8d0855f5a279..50052f883d0010609cae8c415fd20953af11f135 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 f5ebfe9edea2c45fe91dd16f6ed28ae2aed2825c..ec00b04fc65943dd7138c355d77de40d625a063f 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 19593272d4a53bf86a66db047da085d15107f900..98d5f9f215b22b578bbfab550057650d11a0ec83 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 b78330ba470eb6f16a6d473cf2f13cd7074ce768..479d571ee21b0d5931add3afe87789b2c8736063 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 3d710db91b527b23de28fe26c35177f359891073..48c3ca0c03fa89c81317c041b5841d8467f639d4 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 903d272483173b69bb6ffef7011e635101b011f7..3d5f7bae77279f16160263d77a66bc8dcaceda41 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 9f0bb00169d8886b26eda529669d6ded81f7d003..d641cada7e07171619b2e9e4dbc08d9ad6854c26 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 06e315d41ac782b7eaf543d6fe8bce951158f2ed..e00c7454adffca5920805e8267471455bc36b181 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 ebaae566685400e119bb86d98223e3dc3605a37b..09f385df3b3c062af6e32129998e72dbe5b0588f 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 1cd9c2b4773ae42e56699324f590f869398eb151..a3e654831689834cca7ff8d3456312bf61ee1daa 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 d0b4e76289ceb43e8ef7779da77169d4a8bf301f..3d4d6926379faf17140afe6312dc1dc39b576a99 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 1c160ee071e61eabc3c3a93f5c2c2346ef2ae3ba..df60e109ae7a24d3b3550a3ea3d21e9465dbf1fb 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 01ed205f6ded46a9fa2e423b10c571f7e2a4bbdd..212b9e43c30ccb0ccb9a6bb7def75f6623f29c8a 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 ce179c0ac3fa687b7434346f748737c16f19f81f..52aabf756c281d0d9330bb32e8de3b5248438b1d 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 f3c84bbfb25a1c3dfa9676cabdd826934c1557f9..28d589722662f905aedb3d6518390700663350a1 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 0ceb45a2e5534524086890aefe3bde6a1e79f0c9..3442025e33ff2994723d9adf8dcacf037cbf5b6a 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 d28b45d1a6ba7ec5aec06eb9843e3a640df780d1..d11e477fdc564051f0a5437571cd8172a004981c 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 2c137c72d2bf04961a46e59bde1c99873064f310..0406be0194d392ec6a639d4d6625de58d405f374 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 576591fe6e02178623312e303797748c58011f5b..063f97536a33d582da1e9a364ff9d2bba6620211 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 abe896c10b95659ec191c3986a6a34bb8f333b0c..c2979b95a51ea9b2ccd1ca2b0e3109719e74855b 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 3bc176e45c553147d9b714d942efc6d455530d81..c79cbd0f26b79e76627a119e8aa42c9057bb13d1 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 6e3f6b3aaf6b93df79040774b9f9404bf3760ce5..7505e0763768e65de76e51130d6aa719b7295c49 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 69a699df3a4d416f7366494532887e4b34a461d3..378459f86cba1f8ebc09aeea307ba79015868ff4 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 2782e0cfb1bbf409f008000277f1d47d276cd703..d144944a35459a0822820586d32540915883a3ad 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 26774f9814df327a50281387d95ab8291552e333..a51e41f118660fb5de46efad21ee8ebf578efd4b 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 901f62def52a25e3a055f05b72630a51a6235794..a0bf5a7ba71834857960b5d59037e60d5ee40d70 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 4f9e3d7ee938334cf4ef0acfe2686088c1fb4321..166840fd64badaa7a79437511ea513c5a87c1d5b 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 f701246099366e8a27b66e383d4c629daaea5844..c8b973be72db58f1dec666c03b343cab6ce0010b 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 623e69c82037886f54eac13715b6744ab6fdf56d..120e5612174eb8e84aafdbde503d4981bb5f62fe 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 d4ed51d2ae1b7f2a16c1e67caa17ca1b962f8945..e884bf43741ee607078b5ec4c80cab6a60dd234f 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 3b34a0af75da3eac414a56cc2a266c98972a7eee..7aed5f4eb28d4f765f1c719588b93d6a63114696 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 fc0d162dd2f7c6ff730c22551d6b3cac455b9a49..a665ef438c03dd66bc58e8b73c06f8dca69fe525 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 4fa62ea86f74bc925ddd21b4e21df2c211e2f5f6..87da23bafb2cbb841adf4401d26dfc32e1c200ca 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 a821e0e0bf54f29bba04d8e09c2ca5cb510617b4..125ea0c8607c9befa5a56541f5219f9d3c6574f2 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 a4c5a9c4bcf7e13a45df57e310465525bf7526a3..a9a636b17ba7a0fa82f23413b9810ff668795106 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 44ed12aabfc519a282aae8c9b975b2c056be7b00..1964740df85d0ada8295dfd9a2a24dd97b277de6 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 274ed14d45e8784e5112f294c5962869952d0915..d205ee8c8a81a49404cc3f3b6925e88562b0b542 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 897ab69b36fd8034fcd6e6c78a39452fcf42b948..ba62f2b371fd465b6b39ad1f577328454a47dcbc 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 50e200b30c8ea629389bec751b890f4b3d1e49bc..9567cee8b43f42e2cbc5fd1d3cf6a7671d7468ef 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 fd75bb9ef9cdfb8e2b9e4f56be5ea61aa6d99dcc..e11aa7092bea93a6c7ea8c55ecb915013d568d8b 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 221f3ebea10a21d04149fc2d835ae554579b528c..2dc7bd0be91de82821bacb5ed331e8e47b78407a 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 1208dd988184656af4809b5f32859f7333f99894..9a2f3497e3fca0110387ef7211180bc4087566d3 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 ebc8a3c90d52d8fd86eaead5f98e47eb9e44d00e..01d52498f18aefbb4f81aaf2df479da0e4775e20 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 d5ea7e74c85c789cd634efc68772bb84f941438a..eebbdce9565b9c8d734a94c45e282a2b1e36d23f 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 97c2a986176ec10f597ed71d351fcab1d0df8a14..874977ccb4b5845fefe58e88f607b3b7abb27458 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 2c52e18d6011bc7a39398ef015644fb92cdda9c2..323063a305843732b34201236306295387b7c1e2 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 89e90082ef872229ad881fd5b59d9579e89f883a..001ba8f18a77299c7100732dfd2a86a55fdbd572 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 8474243b5b79c4cad6293f677cff3f09928c3d84..c21fa21332ca56803c3832e03051f91cd48a9bd1 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 d07363cc5b7ad569aeb9b7f2ba787df876159d7b..dfccb4a44de6222b4decf4172825df357f389ec8 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 0e8c4a6e9e4d9445596629112a00284d563da6d7..ade7302a11b7d407c58944d9daf1fa4418f2119c 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 ee9a72d413be673bb376431deeafd3f5b69d7a1a..cd12fe5e9b55cc92051a414d632df8f24f370697 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 d47a851047c9d8a66aee990f75bac9fab750458c..e7debec100460a9efb40261f90043aeddb7fb103 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 ff1cfece3314eab1128d7bed2a10148a7f401f11..f570bac39d43cb1427408704a9e260741dc92bc7 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 947ce617e756adc5450ba63ef6c32041e53e8f69..c019183dda0627513fb674afb067c5b7b5d1f91a 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 93b688a30cb86de66940756362af81c42434b206..d0abe9a794570e2e4d3cfe2d5df5bfc9d837914e 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 b93396ba8b3d6e0052b705abf7204e9e2ed1e2c3..cb849c2e4dfa3db84fd84f670cd1f4fe38485a64 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 5d70aa6468e96d22b95dcc10fdbac89d202beb1e..df9c4f486a5aa2a3fd883df96b987b8f80cd199d 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 ff131a13017b5a93d2647466a218d1cdc6d3a6d1..6a1ec9b9c19b3d1ad4177b4db0eb96e925ccc708 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 b97f837f3b45da55b5d8538a806dd69481931e3f..4e3331c4828cc0ba6307662dd02c1e7f1b5f89c7 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 f61513e077ff74dbc7c9982e2d33345454d03a1a..efa589cca4adf3e29058a200ecc05c4143b36aa6 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 afc6af289656bf855f0fd992c5f399b9a918ffdc..b9ba5fef0b47e5aef1f8e6a44eb6acdcc74d17e8 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 c39bd43a16253a8701461a850380ebe53863cfb8..f614d97f3beb9b4a6e20074a26163b55c4c3ba98 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 6cd33811745c6a885e422a0198a4bd037a6c5172..50350d647663f37ba7be328eaff0187b52eb6ba5 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 8f055b59848d7b0efc909cfb0e0a91a89cfc36c7..76b51a3ba770d963102c48f3c04c12d762baa160 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 191d3a23e00cec7929212f6347c1733bdfbed958..8cb2e46d9cae77d9a46d834810319df9b89522f3 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 eb82bd670e9ae220756b36e1509df04dfa42acc0..3951b372d03cec9b54874a2a235e98f5856f4774 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 79610b9d794fa92da9f2c07bf114d160ae15db7d..ecade8f74140a817acbda4e17addbe1ce3fec07c 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 b7964dbb0f9c71dea31a01636ae1175fa5353832..eb100564843521802d1027f9de2dffd70fbcc52a 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 f02a12aad02125771a7de90fb60d34b2807973f4..4c39e15f9d7668d7aa280b96a359d5cf3041bda9 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 61b0a9bac2fe181e2e2d14ef633fce309c64c2d6..a328b35b9b24aeb8148044330150b1ab3287e71b 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 e342911c3a503266e60994048cb49b9e5e061e8c..bc1dd9c3ecef43dea2f8f67c7debaf8df182fbfe 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 9fa38983adb3d691f13cecaa09f2bf89d339a998..a0042f612f0aa9a1964a82c5d29dc29ae9106474 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 546ebaf17309ba13599b9f94b7fdc670fdf727eb..32f0f88f2a889e5d92fce508b6e729806f5a75fa 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 d2d2d69e88cc642b06df21f34c60d09de4221653..fb5c6acf5559930d8a45896616794925fd5d8b21 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 207a9e4492d1c57eb50824b384e833ec8a435288..d64ecf3337d7a1bfb7e04617465cf488bda0dfc1 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 ab071dcf557e2fc0be4df1efed19fa3ccedb1728..a75e597c8503aeb5a0ba3dbd42165ea902ac16db 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 cde1db18235e82f08ad5d6f357a5a5d6c68f31c7..e55c1fabb38d16dcaa91112b3b557c70367c700a 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 6ab4d2547700f151f22fea049bfee294c69e8573..420aa67f1d35b2faa0d69eb5fb805abd8ad2db30 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 86ab7bb5020eee9b04397a05d0b29a6abfcb7e01..a20a9cb013ec1bd579bb03924be42e090c581510 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 048aa7e83b340a24ff9c42a062b017b9366dbf06..ec618a3f2f74e97aebc3cdf58fe596d516cc914f 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 3d2ee2b55c293e60ab0fc02437b2a038b8910dc1..10d98961d868aec72f83a5a218b1faf2ae329861 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 4c819fe62a19195eec57a7a932cf1af428e0f49a..cb457e197985ff3ccea7fc00bb39b0e3a91ea0c9 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 0e9f3eb721141f1df1dca95b596d9892720b7e8a..7bdbcb1719d34f8ee7d91d42b4eae2dabb066d9b 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 57385d8e0f87e8e914dc79068e9790df6e46759f..c18942c0fd33622f089e85e6cd5c2e6e2cb06944 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 a819ec05c61238f25e44d64beea4ae3e83f830e6..3f05a3c3f9910c8d3ec6088f045ca468e5a75151 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 d3eccbdbf9475c941b6dd873016fef5e69235856..a0569df06157beb59160ea1c9ba891b58dcec737 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 a7b43fa8d2c552e92a598dbfb22b0ca5d19077b8..e7e408f966ea7b10c1b3668f79f47b734d3da5ee 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 d22c0879da5e945736f4cd108fd119cc06bbd87d..704ce270ef8a82a167e90881412a5c0262374533 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 a335eca7642aa8a14505bf32a4cc19e5d197f744..179d5b8f6533c1d55b6767a28f3ef57e84fafc63 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 a053e99dabefa49b43d7172b206e542c7a752bbe..a5ab152840a7e1165252d0f3ef700e78516e6f59 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 c9f6d28fefe273b0457dbabeae6b3bf9192bb834..11dbf60bf722ed41b52a3f9cc8b056a49c363a78 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 339ea196968224cd01f5cf7ba67e69457ea98a27..32fcab2ad9d102d7b00c0a42c79654baaa0861f5 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 b142ebeb4c75487eed334951ad22e2639579fca0..6a4860553f5a3776a4ba41a127d34257da8a6d5a 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 422296d91efd3281b69c8726fe82637991f2e52e..0cf4d99d2714d95da4df3c90c62c0bd639587e54 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 9cb63df314cfbc869fb2803f6355abe16df0f4ea..bac07f9ff4db01bd4966a03f66053c87c2593d46 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 4f5efe7dbf5e3eb765f2e145c2e2e5b3c5dc2ddd..fecdb227ecb486fc4e9cec220acb7c60e3f7eb19 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 b7cf89120e8613432d632fec001ae3050e860b7a..0ac1dd223d16cc580697e2994b21077e1aa8f2de 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 82ed003c15a23f3799ee128b6692a4f16dfe59d2..691cb62a030cb627f15acc9a3f2d932a2ae3ac46 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 bbbe7b304b744c594bdc23e92a01e9b2c0f112ea..938de83d3f7aa9f465be3895da90fb94bc12e5d5 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 d11bd7f98cf89a96a20b2f5f43f8b20b63d403dd..e5b0e3be4f763bf66b66ec2a0b5794efd27f0c9c 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 79e3c7bef12c9f89b634a0dacec3163ed70648fc..e671e76354790673e2b44efd4c5c48de561e8b77 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 f3d1ccbe05b2a8825bb224c6cba1994e472f0eee..d901f95119ae63e4f9332125d16f8a51d00c842d 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 d33e292e8acb05dfdc005cf0e5c3c148144c8cb8..6a0d3d83a78903c4e2f958606c611c88078957cb 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 cb2f074dc1f91358e513a41c5a3df6bfaaab631b..b1013a0c9fca5f942d358d901598f63d26cfb7b6 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 d0e864eb273ad58cece154f764d2bef7a470cfa0..e0a8b0a57d9ceb5d1ac7b1e1df4d7df20fa15274 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 bdf7ea4f1c1e3bb5b8c7ef65764bf84b693013ba..237e65c19a8a905248503ecefa3c745b825c0d74 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 94242ad3165bdd993fc9d767caf525965736f555..cb227a6ca8e17e337dcd788c7f2ff1c5935fdc86 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 4bd71033cfd4b00d3eac854f1f444ef1b3806e85..03d866b7081555202860b97ab96814afaf2df335 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 034865e047e4876ca8cba43e7f38d54e5d205a35..ba7d3fdcd35e168c5c9698e327a061621dcc8736 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 a15c7b19fa71ac3dace027c71e19532364bee3b7..eee50e845df648b98edd30bb292d2fe611678c9f 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 aba47092c0a6fa5dc88e66b49d871d565b517c69..70d35dbf9cda8b55c0605f99413eb9682743b2ec 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 2497bd23f2cab15f03ee6324fea3eff070680776..d45639fe9cd0090700cff05a5683c16d01656c69 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 0a20448deb47e913921b74c76b711c7fff99b404..b73b980812f8a6f5ed33f304ffb3b06c00adf677 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 9e76058ebda3a5d4c5974ff1de1fdb5330846a6e..86935612da64af7245964d5ae4fad7e2c5a0741a 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 2dd1906f5149c70d50ebfaf3e43dea01053dec8b..7d03ad47ab4fc2b66e4d35c2c33da3dca96bc6bd 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 f0e6eaf3ac23a79e9918082a8afcd4319a47b294..a7e28504a2ba5bd83c6d95baac279da81b14fc79 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 dd77477a041752f1af1b129ce907c65786f1092d..43b34bf98262c08dbf1cd94b0538e4141171c689 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 102e8c1f156724c7357d682ddbb14fa3bdaac538..91f23833b2e230124dbe58202df574d0d8ec2a62 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 5f9ad6062267790c62808fdce96fdc7c600ef346..b159fe634b9208e7791d13eba1fec85930fb4f8b 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 b833c954ca5031802fc78e679d8c4d159da1b2f3..fd4c75a2685cfa2f20156d4d5026a11760b5de75 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 9b82fc5752ad6e48b997722c61b7f94b97544359..5a640627cd0aaf691cd43b8d9baf9ba1b98a68f0 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 eba8c90d59e43d7536fd16076a7bde5375da278b..b6bb7cfe2c7ebababbb02b241874f9f0ecdfee81 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 ccc3eb874c87340ecbdb940b759f8e1c03c6a29e..a8b00fe1c4d246ea0736617f5214c2b9df1e51de 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 e8a8d90d9d9b7e04b1f960d7e022eefffca8c2ae..2e6e44581c045dc312431aafb538d17f0796c1a3 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 b2a2eda2f16501a91d3d1b7672dc9e51515c52bb..3b820156ba9b28be3612a0b139ad376eb02419bc 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 a7c4e1c73a6c5ac67975558e774c56e18db5d143..375da6329b908a4087e35470c26aa6171c821fc1 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 8e09360136e0a8fb8902d1d43971ab3a42c9f5b5..ea4bceccc672d85ae58064d1440fe5c677c776f6 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 37596092ed54a46312ecdde30c2f9803c7711ad3..a4ddd9788af5f30bafb776cab43a96123f967223 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 c392f4271aadbf883b65e2e4428bd4e9e543188c..1fd8d1c46b3ab03a80b520eaed27833d0a8d8217 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 7c4d3e7020caa6ce3392b6404fbd9eb5f0f1440b..c0a964ad5a247cbe950414fe6aa038d702bc5384 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 1775c72791f2a18036ea33a6f711164862001df6..5e853684b36f03c3eeac67233c2ae939819637ce 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 8a29f52e494c3ac4aa0cf73aac59c11dce8c0701..3cf642e85e4aafee3a1c78ea27f2325e700ca434 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 9ba01bb83d0d4340180dfffaba73440317628f01..ba29aef7077f92bd03ea3259f6b8423c3659a387 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 17dad63e1e39263e35964ae1dfefaab98b0a5457..8ca687394c210acd163738d8f137e83d09282300 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 354545d151ca17f023b902bf742c55315e9ae762..a0a0a6ca0a70c7f682e0b1834321121b39d4a8c8 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 03e39b34dd8cc42b558b990b1987367edb8782c9..c8abcbebfd3d060e59251ca00a0edd8da98c5b53 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 2a484634c036d780b05ac8a830ce0b56054a78f1..684018681b97b5fd97b9ec4bed39dc8a955adc1a 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 e68c4b701ba778f8d43ea1342f44aae0831c50bb..3a4088a835932187f7c43f84158e196d09a366c6 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 bea83f51e0a110dda63c51596c6a5636aecc34ee..a5f3befffd4b7ef4d11b93147a2529f28c2cca0d 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 b43bdeab44cbd8aa1a7313ae23010904233b08ca..bb183a4e9afdd2696f64e18caf296988c61fdfe0 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 2f276fe683b46a0d9b390e4ae0508232b9dfe3ec..7da186d0fc2cb0f16f361c4fc027dd6916367027 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 1f1e686a8af25743c33131e6a8d2fcfc3a1b837a..276825905f3fe3993a8cc5ea1a1d1ddf87debb98 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 2fc5b57a956963807aabad6f64e9e2c57f3405c3..1b33a8221665ca1ee710dc11f928dab3fd010216 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 cbfbc7f7b7808a0ef868a5e498df506aab8b9eee..54b2db7bb863e4dc88f79c66ebda99a387b5fe00 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 33d5f5989328525a12a920d8ca01252f97d817e6..f2d8bf4a04aad59f838e333545726c0b4a4b6e60 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 2de3de702c6639ac2bd1cab6d970d1df7ebdc6a0..ee6b9a5e92f5b6bc617497c5fb2430181c5e3d0b 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 f2a392a84639bdc7a3df706ebdea46a03837c3ca..393f92d3242cef8848a8e151dc1441d3b87d66c5 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 98b3cdcec6be07ae7df43e091ab21e86590f5057..f4dbb42062b8b999621291c4afd3ccb2d3acc42e 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 bdfb2394e71d02f79904e04fc631d1c26d75bfaf..1a762c03795d6339fdb8e44d8abeaa73a85f97d4 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 7b14574ece7f2497fdf63f345031b0e708129763..0391d5583d262fcb129a26ce1b00a2e1a58bafa7 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 5a8a87fa1129e06d4a1f063596f28799341c299d..e3ad8ec61cb90240e4aefb6632d03675dc358821 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 18b35808015e09b1f4e5a42df34f92f3efe7435e..89020bc3189f7093186dd8f341e2fc712331fd38 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 97242b82da282fa368fe41807aaa4824370e0f02..85e9baa8687907cf6955bfad11b1899ff8568d49 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 91acfe8b977fb4898ba6893b1c1ffe1c5d4a53d9..9c5273aaf9874fc0fdb0cb2b41739d9ff24d733d 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 6494810f7eabc2be5794869e8245e85f478742e0..6a7bcab8e3be1fb93d3c71735e9bd93b1e999f94 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 5663a600d6976dffee0246d09ed364239d1e7416..56d5b9a615ee6449547a49eeb9b7f63ae72c52ad 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 9450fcfd10da8176f2a12cc9a24d7afdf5f59ff8..d889c431ab9127ae417b885f445cc23fdc46852a 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 92cc11c372de914aa19101dc742a3385fd999e51..4bf14367428d24533978d9def2a663a24f3706de 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 a86284ad8baa1e45707da4ae397aaa869c00aa91..c010df899e414508ad9fa0d0a844277f2d36c5f7 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 e1446111645cfd594a09b788cb2f07a45c4bcc16..6aefba637c068d79214fea4806b465ced277515b 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 2ba4cbab1c9781391b7066be6307603c599e7c11..8bb3baf7d0251db747b219e381ed1bdf77d8c07a 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 e1c45a2c1f5c5f423e910f78acde541353d45de4..5e1c8433476198ed712fcf7d0b9537ff0079bd69 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 f40b2eb636649294b0c33f5a8450a4b2d650a557..7771c50528122e634ae5ca7f6793aa4e8bb70697 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 9b08736656ff2d5949ff447c7ae5be693f263ecf..c871c754b3ee71555dd91d52d2cc58bb08db5f64 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 92249a6e2901e177ee77d18c07aaefc50e0408bb..a719280ae237ac40712ebf3cb4cd848a4c7b5b45 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 43784db91003db04291076259b9cc468de0459fe..95c32f5aa5c283f1d739fd28f3c55e2c591653d3 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 43e94e9ec70c785fef6f34048fe9fe903da62b4a..7d97dfec93988034b5e9f182ff9b767681dd8ff9 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 387a2a17182913e3bf3e448b3034173ee6cf59be..cef1c1cf7f52162a7210dcd4607015df2d20801b 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 282a88baf4b4a07c1ddcb1b989cbffd0090f6839..76096979bcf6b57e894f1b12d9df7c9682586e89 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 df8c63227fb5e1fecee0cd83aa6da0103bad1f3e..190f625c194e8cd0eb3d1af92efcd77d26c03db6 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 88829c3880478abde46abff903cb4c3aa8b26f35..57e9ac167b72707f54c488955e8af246983e3b75 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 9866d78c1eb674c5d0bdbc62078980f78c20412f..b272c133321a3825a124eadd64d8af0ce61559de 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 2f360dbf869f18f635f73ef013d7b4bc02068e8f..03f22e833edc56a37255dfbbe26251a0494dcfd1 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 45233c9b1dc111f468f62b3133f225f871da1d36..e25b990b7442abfb0841444048eec0e010226b19 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 6bfa170816af231a0361920308f666d7077e7561..02101908f877932943a1b206c7370048cde695a5 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 7050f721ff740aea80a1d692ee1566e3d81f956d..ff0035f7e2c61c1582c548d2900880caeec45c56 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 7bc9ea00798f503a3910ffa372256f8b495dd31d..0692eb4aef94ce1bd55606fd62fff6662ae24ab7 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 dca8760a8148ad6a7b61584f9a7d0f9265f9f701..2a54f130faca4462a06c1acbab6d98eb63172cbf 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 1c7290c61cb9cde22e5b4a6b10cdd64ed09c9760..4df35153bb51ee38edc242c505204c16f524f1a4 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 bbe7eced24c40f3194ee663ef28602963fba8879..f637a0c51d8b08ec9830c4424d343f4a375c11b6 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 ec84e402abac56fdd2fc9d726a4e796fd7c67cd8..5ec0508b0a8e7b05241eac8acfa314bc7f2d1a06 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 bf070d36d7b7f61c2b6d83bc9c31512751c4646c..d6b87cf867cf53b175a8919dd5fe218292fccf8f 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 c4ba5d4109f6a0d0fc63e589b6565a52f5e24596..bb2b0f791c2a21eda9158196bb58d71b409380eb 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 aac6282f7dcd36a220e2c964c2bc9449f61387ac..7b3bd348e1302b7ff1771e079ef4ef8df7de7a69 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 a322d0ce38a4d129717378247f9b97cf2fc9c1bb..6a2cb99e006c84b14d489abdeaa56d4d9a9a09fb 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 e80d23becbc2b679892b046aa0d6cbb348b01bd9..6bc8f0a52a8ce3845c3275af22841ecbc15443a1 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 78eedaf78afaa990585fb6bd28ef1e7c4b45523d..139d2a5cd0d9746b8f20983c8b454927849dca02 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 11e7673172906300c068cd8b49cc2d55288be74c..291689c6364dbfec0a1eef9224dd3edf9138037e 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 cd832e5fe2f54e374da0a5156aaaf0b39d2f06b3..597a29b9b1977b14c714e13636d4abf15b043e11 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 9db561c9de2a945700fd356a507b13f498e53ac6..a299a1202ab82770eda3fdbb77d56350fef8eef0 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 ed643bd83d5b4b9ed8bb707f9f12427bf75483ae..81f5701fd7c3b7073377fe191334c9bc9ca504a8 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 654a118b19bd0bf14dc418db4c1fe8a5afc126f1..274e28bbe75f9333a020393a625d83342d13b884 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 703a6f48eddcb9e33074faa2960bef3d0a4771be..b4a50162f107abcb17fe7141e33d915d3cb89fba 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 1d47ba8be053966449de117fd17594ec3260bd8c..d600bf5460dba9f4d91756f2f7f5d3156e8a06da 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 f6926760d4f875c83b2686141b388cfef5187a6a..32e5373559fea81e627a14ef85a9d285f797d3e3 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 8ce1209a7c453ff976f3b5c414e1f253c39b9772..bb361bf70ffcadab06615927c8b4604e0e137a27 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 7d169cf949d28cd2889c49e5710fd500b39a809c..6a749acf188b8e6ac995c95076b6e32831989200 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 21b2c0ecc4462d438194c7528dca365af376593c..4c27c8150f7abbd0478b3f0600c557dbeb80e312 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 d526a3cd7981aaf861041a0699a10456ca028e90..1f0e477449a365aab3a5a426c3b0d12606cc7426 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 82c178a6f922cfa61877f1b5bc2fda96bf3d79e5..4e3f0f3898626714610bddb208a7154ab3ab1927 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 c0b232b9e31ac63bed46c9d3152741c43ecfa11c..5c2a970c49e11fe94a0d949fc61637683201f541 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 8da6fc84761b4f6fe530b5cc1e8dcb998a85c1e0..ff09aaacb51c5505e4ac7879dc1143abf37dc034 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 46d73b18d95fa72763b4d3a3ddcf90ce83fde3ea..f84be52f0d27fd418e5379182d2c92d506d4ef9b 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 e7dbd8197b7a46a41a9369e3026db87b66a55597..f96905f8cc407086186944940e33481caaa0e31e 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 4baeef02c8c0f8a19f0920804ecf711d78429ebb..96e69f7305639323b5e0d2997b48360a1e419be6 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 d181c4193b96649c3b99682fcb31aa33ae438df7..eeee5ff575cbc03fff03d7050897600295ceedb2 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 2860814e4a4cae4196962d03f7392b8c9f45dc37..a870238902f7241d5a9144d43972503254cf6e89 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 aa83467575efaaa461f22f1018567ba8d2fde37c..8cfe390651fb4412b5acde97aa209151c6138afe 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 b39d86cbe85890b627fc09e178ce79d55013115a..347a422e794b480c7b03a370e61cacdc822d997f 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 6b91cb12549b71602b343be83240c979c792337d..6057a32b9a91c3fe9df571119b4cc0723f2e0d1d 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 038fa65fdd9cbd7c36d74fb9dafe61dffee262ab..ff8f7b02bcffc1b67b1629fe1b1c7e59e53f3764 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 6d11a2670aa10503e7c07df42fa02ced6d0315ea..d0093c501ab8443b38114e388db7092d0b47a327 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 e8e81a0db29cfaf6201b5c3d0b2d5965ac6230fa..0421fee18929a40621b5444427cb8ce01d5e64be 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 3c9a9c0f435d685fd178ee4792307dc849f21f76..c683c8c6769f3793adbbc602bbd899dad6dbb103 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 bf4452d44a19cbc0dceb8b03f79eb6dde92c4ec6..127d23a3cbdcfa0e197a46e87dbb810423f2b327 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 bb81f14a9574da72c006502ebfe42f0281f61195..845a963046e1548234026439967468d6f2f92a27 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 e8961802ba507a3c31f1701943cbecde6216b860..ef1b09141553708c3190bbaf4fcff7b02e1f70da 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 f868bf31bbeb2561da529a544db7ab68d98ca331..bff8673aad022810db88d13935b386109240d75b 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 6d8ed2ed84010b5500a742becc7959bbeb091648..172eee5ad552426aee7d23085dc74a20f692529a 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 e44be0a7555697f0153a23b27651befae038d98a..22343523ea8c066bf4ac00d33e7d4692a24609d7 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 7d1de1262c77e4515ca1fca3fb08417f1b4b212b..9dc5f13ee81fdfed579f9a1b5975aa1cbb8056a8 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 360f871b7e5cd7fa634d3a007f62fcc8995178d2..8ff07db027599b6764c1d3be142d2ffcc85f8d62 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 dbe59e34413b4ea83a123b942f97faece165d951..61ca3cbe27b01656c6ea2cc09391119cd4b46448 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 81ae4f0f8639d4d20063b6d33f239c8a4fb9cb10..30484820934bf6ed36facb4c9bfb0fd2ff4ed17e 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 7dafee8fac438dcb7622e05576ef3bb8caea3989..d7a6edd3dc42390bad3287dd9b7fb5a2f4734a73 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 6fa7ce8296515bb12937583a2339381b0c679801..f6bb9cfcfb124a80d42dc4aac32b2b001d85ed5d 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 df098b673fa1efe5075f292320d3f96803bc257c..6c072ce9ab2243d2c3a7cffb116b182d0bf4cbb3 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 0477d710aa0f118a29914e58f395e36f696cae2f..796fbbd376ac5c7601560e712c30be810be3d8b8 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 7ecff676ae600df54a40d07bbc1ad0571aae4f8f..1fdedfe101921d6e4292c7e88f03f6b46d9a57d5 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 1488e278ba1f4dcbe7e2950185873af77500c104..ab6cfa08a1e947f8a4f6b07447d8b41b9e221cd4 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 8c31707e85edb35d380e4a518e71e83c4a9e70ea..6251d7b99e48a7b0ab0f308eaaf2aafd5077480d 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 e33ccc4411feed64462fcb2ab8a7645016c03bdc..689139fc31b308cd5cb7cc3247e581a368a906f9 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 491df346eb932a3bdc2b4bb5c3913356d2a6084f..6a92918e287b2f9b4671e6134397c1d88708d9de 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 25eb01d474663b0f7bf1248e608d2c7fe64ae298..00489a980adfd2a3d284930b29c834e2b2dc1003 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