diff --git a/COPYING b/COPYING index 32d670017..97321f8b7 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 8e10f0418..d809b1523 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 35ae4cbba..b79e0cd6f 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 b418c7b9a..7ac259703 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 d939693e6..d45c033e1 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 b9bcf08e3..c063a9903 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 dd346b5c1..ca8ba7f2a 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 c5a007398..7fbca2492 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 5c5d1efd8..ee8a349cc 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 28ea924da..495678ef6 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 # Alexandre Lision # Adrien Béraud # -# 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 . import getopt, sys import re diff --git a/bin/jni/callmanager.i b/bin/jni/callmanager.i index 851106dfa..86b490a70 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 2fca6883a..87f0c21ad 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 2afe5c15d..bf4a85b85 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 9ad92b1a2..68183a976 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 762c59355..bc0a72df6 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 9b86a19ac..4a0df09dc 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 934dcbb01..69d35bbd6 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 # Alexandre Lision # -# 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 bb81007de..b9d7a9c4c 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 c92370754..6e52c4b76 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 f697ceccd..74c158bc9 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 f9c0b676b..9600a21c5 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 851106dfa..86b490a70 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 1b09d14ea..a1d034f07 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 1f3e27164..ce8570d0d 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 7485ab090..2400d1939 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 92808c2c4..88778b7fc 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 866bfdb55..d1517c4d1 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 f697ceccd..74c158bc9 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 cdee1c5df..1924348d4 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 8945b1c4f..a14552f76 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 6c761cb62..525651eaa 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 6c338f56e..37b84b193 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 08e19a2b2..4a88e6ccd 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 # -# 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 . # ASIO_VERSION := asio-1-28-1 diff --git a/contrib/src/cyclonedx.sh b/contrib/src/cyclonedx.sh index cfa6a447e..d1b9784e0 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 dc268f9dd..9c01b1a76 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 # -# 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 . # 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 4fdc53276..39a8703ac 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 . # 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 93346333a..c76bc0a2b 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 e58d4dcdd..99c7841b3 100644 --- a/net.jami.daemon.metainfo.xml.in +++ b/net.jami.daemon.metainfo.xml.in @@ -1,5 +1,5 @@ - + net.jami.daemon CC-BY-SA-3.0 diff --git a/src/account.cpp b/src/account.cpp index 2082bc319..9ed43ee9a 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 1d6fccae3..a2887f642 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 19f9950da..669bedd28 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 de6a90f5d..553b7de6c 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 219c42577..33ef86d67 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 d223989e0..6413bf23c 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 76b6f3193..70609b074 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 c112fecb0..79157912b 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 416ef137e..5487bae3c 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 f0a264808..7b86ccac6 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 ac2ce68e0..c313421e5 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 bfd65546d..a64181b0f 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 41e3ba900..710e7e268 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 dc7142fdb..d001d5c16 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 83389d878..2c8c8c467 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 194b514da..2fef41a50 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 3b7dc8e7d..62b3a82f7 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 4d7956691..b9be3514b 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 a48a689f5..245faab6f 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 91441b389..05b7f99bf 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 2626312b4..0c910d5b6 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 72c2c5124..c2987f053 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 805bdcb30..d4b75731a 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 c6382e52a..f7ca8cc6b 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 773d5d40c..a2f425e64 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 bd30df202..24c594ce1 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 b30838415..8eaaf6dec 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 e0f57d519..874d9e82d 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 56acd18a1..e1671da22 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 944cf8ff8..6a7d0c0a9 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 0494df44f..3d01340b3 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 b4beb7944..48d149dde 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 0ffbd5eb1..b049b6c35 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 e514ee71f..d46944f68 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 98f629ee0..e90081316 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 dac44ca9b..fa3500adf 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 ef5a1f8c3..beffa9b11 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 1e98ddc62..557390dd3 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 11c15cbe1..411c71a0a 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 30bbb0c11..dc7d47767 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 d66517846..a3bde16a3 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 28ded1b16..56c9aef4c 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 ae9d21305..95473a382 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 dcfbbc8f2..a27e434e6 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 9eedee7d3..88f84da72 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 * diff --git a/src/connectivity/utf8_utils.h b/src/connectivity/utf8_utils.h index 58ed4ac77..7f3ffb4ae 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 * diff --git a/src/data_transfer.cpp b/src/data_transfer.cpp index ee8c468d9..a30dacaba 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 25d5b299f..14638473c 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 f04fd9c9d..ae8a4cdf4 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 5e1a226ca..d012a3d84 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 b63563a2b..9d619da02 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 b5dbeb078..321926999 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 074876f22..215012641 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 55973d052..31b3a954f 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 373fe67d7..266d4b5d1 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 72cd951c7..538a950d4 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 15a919070..5b6602372 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 1dbdaa05a..116684881 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 9bf2d6620..52725bc97 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 9dc5ccf67..f96404d1c 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 6fdd0232d..d955f2593 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 239f1e5f2..c9542a6f3 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 d96cb8ae6..ce5896c52 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 da0a781cb..1e69c38b6 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 2f6f8e3d4..0e56b10ef 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 bceb1f9de..a7f49b44d 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 b5fb4a733..72beadc80 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 805af9f5d..3e4681322 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 7e07c4bc5..fd090f930 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 78bc19b01..bdd77a878 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 f567300b4..162574d1e 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 8539bc50b..c5151136a 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 500f9358c..432765a18 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 b0b25b01a..b7268e12e 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 9f586eee4..dfce5f229 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 990b84ca4..90b5c9aea 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 3f9a369db..d1e1f6524 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 c141a188f..e19574e66 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 4d9a9d9f0..66989e893 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 84c6e5470..74889db0c 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 0a83db7a8..52a118902 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 89ad86ce3..286347985 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 ade54ffa0..50ac278de 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 898868670..e22725b2a 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 3fc570c6c..4069afe23 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 c516c6619..475213717 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 c7e536125..f20ed4b9a 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 0c1673212..03ca7cbdc 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 e775f0795..82da79939 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 2dcab4078..4a472aa72 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 d080d4e4f..fe1f5d547 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 22da9796b..6e996f6f5 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 5fdf31d17..3c113a160 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 e74e43764..40dbc1929 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 78dd91581..d9d5ef1df 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 b7118544b..37fa8359b 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 d28a4aa85..e119428ee 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 42e631fb8..e8c987388 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 21ed60e3a..e47e809e4 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 2e2078435..ceda7125c 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 99c7a09fd..cd42c5571 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 87a8885d1..bbded09e3 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 98cde108e..4dca17765 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 bb29fd6a9..0d94d9a7a 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 c50ec5c60..5347837b0 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 3e86259c1..a7ebb18e7 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 b3ce6c779..d0e5b58bb 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 837c910af..8211a67d2 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 9252f7233..f592f297a 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 94627be68..da8167d88 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 5e7ac4e4c..334be67da 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 1e2974d76..65940ef36 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 6a958718c..cfdde391e 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 d7a6bb515..ea2834f0d 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 a32cf6683..36d3318b9 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 da603bc43..5b507e61b 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 34acc9408..11a24b059 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 029bf5d6d..926d44df1 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 0de7a0848..15fc18e94 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 c31e5939b..cb575c67c 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 21112f6a6..157a13da3 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 a83698812..3add67567 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 c2679cd6a..c84c1530c 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 8b363703f..b0eba1cbf 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 15c6d05a8..cfe8b5884 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 f209a7eff..bda68a386 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 d2634af39..48b3ed9ea 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 1b284c1c1..2edb0cf4e 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 08fdebe2a..fdd56c7e4 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 685d6cb85..9bb14d666 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 ae056d6e9..730fddcbf 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 9a2641795..89293984a 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 6f9a426d8..267e5eb55 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 66346e78f..3b04e371b 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 c9251d0ca..7f8c58882 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 0dc1b5c01..168e1b380 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 77c713eff..0d9a69da1 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 790c44999..009852800 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 48ab9693b..ecc31cc5f 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 2642d5224..6d9494a15 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 f80df4e3c..2c1f668f6 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 928d9c192..dd905cb5a 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 733cfe07a..4f3f35c2c 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 8bc2634d2..89d83e1b9 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 c8a1c8bfd..b93bec238 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 a8bfc83ac..510c9478b 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 d536b3910..78adc2e0c 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 17f18778a..b7664d29a 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 44642f22c..31be8fd8e 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 98c50270c..7c1bd436b 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 840d818ae..be6975fd3 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 d29d62ddf..78483b338 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 (2004) diff --git a/src/media/audio/audioloop.h b/src/media/audio/audioloop.h index 1a2bfdb39..883f43782 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 (2004) diff --git a/src/media/audio/coreaudio/ios/corelayer.h b/src/media/audio/coreaudio/ios/corelayer.h index cb6377367..28ee1b815 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 d8b03dc2b..062b69237 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 327fa71b1..3d0ec80ff 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 bbd79bae2..92f82d1d9 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 593cfd535..b53bb1398 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 b87e2515b..526f03d89 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 09b9140e0..9b133d1e5 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 f4c3e2ba0..caa320666 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 b0c1ca822..4e03f0a97 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 ca1f27d8b..e7c27fa2e 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 63a26d4c8..e388d75eb 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 d4c5bbef3..d784b10a9 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 735ef94a2..a71da4458 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 180f9cb08..128818e45 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 1cec6cac3..54b6be066 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 e2a817741..d1550bb4a 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 3c823363f..b2ad9bf92 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 c0b5fd332..875ac59be 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 aec4b48f9..4e3abcf4b 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 f5a9014df..239b70aac 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 b40ceab18..8b0ce028a 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 2882567f5..469007c83 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 b81d3acac..70d909b64 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 600a62ec4..c0d13e268 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 2d3cf2b0d..84434b1be 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 0ddfd12a1..e4675f9f1 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 1571f10ba..730dbf577 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 74d75da5b..bd806aece 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 4720a7bee..a31a89912 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 (2004) diff --git a/src/media/audio/sound/audiofile.h b/src/media/audio/sound/audiofile.h index 7ea169349..62dfbff73 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 (2004) diff --git a/src/media/audio/sound/dtmf.cpp b/src/media/audio/sound/dtmf.cpp index 2de5de40b..90ad0f801 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 461e9d9dd..3c095f76a 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 7daafe748..77033eb06 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 c0bb33aa9..00e82a22c 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 f2af15a85..cfecca422 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 (2004) diff --git a/src/media/audio/sound/tone.h b/src/media/audio/sound/tone.h index 9d34d9e25..9890e6874 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 (2004) diff --git a/src/media/audio/sound/tonelist.cpp b/src/media/audio/sound/tonelist.cpp index 497d8e067..5843b3f96 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 (2004) diff --git a/src/media/audio/sound/tonelist.h b/src/media/audio/sound/tonelist.h index 187a7a7a4..6d5e25e4a 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 (2004) diff --git a/src/media/audio/tonecontrol.cpp b/src/media/audio/tonecontrol.cpp index 35b4523d5..8a2ea9f88 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 5d918ad7a..25e170410 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 743bc7bb9..890e58cfc 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 879f6b50e..65f866172 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 f351cbf32..2be205ce2 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 8ade0aa69..1a5cb55f2 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 107c38f6a..d8ba13dfb 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 de0e18532..bae4398d2 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 9e9f3c9be..b5af9a89a 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 e2bb31063..87f36242e 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 d2b7bcce5..e0c6354ee 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 c216c221d..c1bee6f48 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 6b94a28d8..50052f883 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 f5ebfe9ed..ec00b04fc 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 19593272d..98d5f9f21 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 b78330ba4..479d571ee 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 3d710db91..48c3ca0c0 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 903d27248..3d5f7bae7 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 9f0bb0016..d641cada7 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 06e315d41..e00c7454a 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 ebaae5666..09f385df3 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 1cd9c2b47..a3e654831 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 d0b4e7628..3d4d69263 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 1c160ee07..df60e109a 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 01ed205f6..212b9e43c 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 ce179c0ac..52aabf756 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 f3c84bbfb..28d589722 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 0ceb45a2e..3442025e3 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 d28b45d1a..d11e477fd 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 2c137c72d..0406be019 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 576591fe6..063f97536 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 abe896c10..c2979b95a 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 3bc176e45..c79cbd0f2 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 6e3f6b3aa..7505e0763 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 69a699df3..378459f86 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 2782e0cfb..d144944a3 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 26774f981..a51e41f11 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 901f62def..a0bf5a7ba 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 4f9e3d7ee..166840fd6 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 f70124609..c8b973be7 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 623e69c82..120e56121 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 d4ed51d2a..e884bf437 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 3b34a0af7..7aed5f4eb 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 fc0d162dd..a665ef438 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 4fa62ea86..87da23baf 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 a821e0e0b..125ea0c86 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 a4c5a9c4b..a9a636b17 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 44ed12aab..1964740df 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 274ed14d4..d205ee8c8 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 897ab69b3..ba62f2b37 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 50e200b30..9567cee8b 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 fd75bb9ef..e11aa7092 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 221f3ebea..2dc7bd0be 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 1208dd988..9a2f3497e 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 ebc8a3c90..01d52498f 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 d5ea7e74c..eebbdce95 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 97c2a9861..874977ccb 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 2c52e18d6..323063a30 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 89e90082e..001ba8f18 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 8474243b5..c21fa2133 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 d07363cc5..dfccb4a44 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 0e8c4a6e9..ade7302a1 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 ee9a72d41..cd12fe5e9 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 d47a85104..e7debec10 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 ff1cfece3..f570bac39 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 947ce617e..c019183dd 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 93b688a30..d0abe9a79 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 b93396ba8..cb849c2e4 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 5d70aa646..df9c4f486 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 ff131a130..6a1ec9b9c 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 b97f837f3..4e3331c48 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 f61513e07..efa589cca 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 afc6af289..b9ba5fef0 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 c39bd43a1..f614d97f3 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 6cd338117..50350d647 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 8f055b598..76b51a3ba 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 191d3a23e..8cb2e46d9 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 eb82bd670..3951b372d 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 79610b9d7..ecade8f74 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 b7964dbb0..eb1005648 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 f02a12aad..4c39e15f9 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 61b0a9bac..a328b35b9 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 e342911c3..bc1dd9c3e 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 9fa38983a..a0042f612 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 546ebaf17..32f0f88f2 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 d2d2d69e8..fb5c6acf5 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 207a9e449..d64ecf333 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 ab071dcf5..a75e597c8 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 cde1db182..e55c1fabb 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 6ab4d2547..420aa67f1 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 86ab7bb50..a20a9cb01 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 048aa7e83..ec618a3f2 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 3d2ee2b55..10d98961d 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 4c819fe62..cb457e197 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 0e9f3eb72..7bdbcb171 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 57385d8e0..c18942c0f 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 a819ec05c..3f05a3c3f 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 d3eccbdbf..a0569df06 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 a7b43fa8d..e7e408f96 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 d22c0879d..704ce270e 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 a335eca76..179d5b8f6 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 a053e99da..a5ab15284 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 c9f6d28fe..11dbf60bf 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 339ea1969..32fcab2ad 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 b142ebeb4..6a4860553 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 422296d91..0cf4d99d2 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 9cb63df31..bac07f9ff 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 4f5efe7db..fecdb227e 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 b7cf89120..0ac1dd223 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 82ed003c1..691cb62a0 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 bbbe7b304..938de83d3 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 d11bd7f98..e5b0e3be4 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 79e3c7bef..e671e7635 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 f3d1ccbe0..d901f9511 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 d33e292e8..6a0d3d83a 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 cb2f074dc..b1013a0c9 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 d0e864eb2..e0a8b0a57 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 bdf7ea4f1..237e65c19 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 94242ad31..cb227a6ca 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 4bd71033c..03d866b70 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 034865e04..ba7d3fdcd 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 a15c7b19f..eee50e845 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 aba47092c..70d35dbf9 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 2497bd23f..d45639fe9 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 0a20448de..b73b98081 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 9e76058eb..86935612d 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 2dd1906f5..7d03ad47a 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 f0e6eaf3a..a7e28504a 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 dd77477a0..43b34bf98 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 102e8c1f1..91f23833b 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 5f9ad6062..b159fe634 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 b833c954c..fd4c75a26 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 9b82fc575..5a640627c 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 eba8c90d5..b6bb7cfe2 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 ccc3eb874..a8b00fe1c 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 e8a8d90d9..2e6e44581 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 b2a2eda2f..3b820156b 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 a7c4e1c73..375da6329 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 8e0936013..ea4bceccc 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 37596092e..a4ddd9788 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 c392f4271..1fd8d1c46 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 -;; 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 . (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 7c4d3e702..c0a964ad5 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 1775c7279..5e853684b 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 8a29f52e4..3cf642e85 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 9ba01bb83..ba29aef70 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 17dad63e1..8ca687394 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 354545d15..a0a0a6ca0 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 03e39b34d..c8abcbebf 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 2a484634c..684018681 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 e68c4b701..3a4088a83 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 bea83f51e..a5f3befff 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 b43bdeab4..bb183a4e9 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 2f276fe68..7da186d0f 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 1f1e686a8..276825905 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 2fc5b57a9..1b33a8221 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 cbfbc7f7b..54b2db7bb 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 33d5f5989..f2d8bf4a0 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 2de3de702..ee6b9a5e9 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 f2a392a84..393f92d32 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 98b3cdcec..f4dbb4206 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 bdfb2394e..1a762c037 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 7b14574ec..0391d5583 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 5a8a87fa1..e3ad8ec61 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 18b358080..89020bc31 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 97242b82d..85e9baa86 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 91acfe8b9..9c5273aaf 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 6494810f7..6a7bcab8e 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 5663a600d..56d5b9a61 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 9450fcfd1..d889c431a 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 92cc11c37..4bf143674 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 a86284ad8..c010df899 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 e14461116..6aefba637 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 2ba4cbab1..8bb3baf7d 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 e1c45a2c1..5e1c84334 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 f40b2eb63..7771c5052 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 9b0873665..c871c754b 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 92249a6e2..a719280ae 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 43784db91..95c32f5aa 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 43e94e9ec..7d97dfec9 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 387a2a171..cef1c1cf7 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 282a88baf..76096979b 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 df8c63227..190f625c1 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 88829c388..57e9ac167 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 9866d78c1..b272c1333 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 2f360dbf8..03f22e833 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 45233c9b1..e25b990b7 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 6bfa17081..02101908f 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 7050f721f..ff0035f7e 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 7bc9ea007..0692eb4ae 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 dca8760a8..2a54f130f 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 1c7290c61..4df35153b 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 bbe7eced2..f637a0c51 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 ec84e402a..5ec0508b0 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 bf070d36d..d6b87cf86 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 c4ba5d410..bb2b0f791 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 aac6282f7..7b3bd348e 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 a322d0ce3..6a2cb99e0 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 e80d23bec..6bc8f0a52 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 78eedaf78..139d2a5cd 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 11e767317..291689c63 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 cd832e5fe..597a29b9b 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 9db561c9d..a299a1202 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 ed643bd83..81f5701fd 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 654a118b1..274e28bbe 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 703a6f48e..b4a50162f 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 1d47ba8be..d600bf546 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 f6926760d..32e537355 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 8ce1209a7..bb361bf70 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 7d169cf94..6a749acf1 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 21b2c0ecc..4c27c8150 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 d526a3cd7..1f0e47744 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 82c178a6f..4e3f0f389 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 c0b232b9e..5c2a970c4 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 8da6fc847..ff09aaacb 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 46d73b18d..f84be52f0 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 e7dbd8197..f96905f8c 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 4baeef02c..96e69f730 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 d181c4193..eeee5ff57 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 2860814e4..a87023890 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 aa8346757..8cfe39065 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 b39d86cbe..347a422e7 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 6b91cb125..6057a32b9 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 038fa65fd..ff8f7b02b 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 6d11a2670..d0093c501 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 e8e81a0db..0421fee18 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 3c9a9c0f4..c683c8c67 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 bf4452d44..127d23a3c 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 bb81f14a9..845a96304 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 e8961802b..ef1b09141 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 f868bf31b..bff8673aa 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 6d8ed2ed8..172eee5ad 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 e44be0a75..22343523e 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 7d1de1262..9dc5f13ee 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 360f871b7..8ff07db02 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 # -# 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 . # diff --git a/tools/jamictrl/controller.py b/tools/jamictrl/controller.py index dbe59e344..61ca3cbe2 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 # -# 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 . # """libjami controlling class through DBUS""" diff --git a/tools/jamictrl/errorsDring.py b/tools/jamictrl/errorsDring.py index 81ae4f0f8..304848209 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 # -# 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 . # """Internal exceptions""" diff --git a/tools/jamictrl/jami_test.py b/tools/jamictrl/jami_test.py index 7dafee8fa..d7a6edd3d 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 # -# 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 . # import signal diff --git a/tools/jamictrl/jamictrl.py b/tools/jamictrl/jamictrl.py index 6fa7ce829..f6bb9cfcf 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 # -# 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 . import sys import os diff --git a/tools/jamictrl/sendfile.py b/tools/jamictrl/sendfile.py index df098b673..6c072ce9a 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 # -# 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 . from controller import libjamiCtrl diff --git a/tools/jamictrl/sippwrap.py b/tools/jamictrl/sippwrap.py index 0477d710a..796fbbd37 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 -# -# This 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 . import os diff --git a/tools/jamictrl/swarm.py b/tools/jamictrl/swarm.py index 7ecff676a..1fdedfe10 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 # -# 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 . from controller import libjamiCtrl diff --git a/tools/jamictrl/test_config.ini b/tools/jamictrl/test_config.ini index 1488e278b..ab6cfa08a 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 # -# 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 . [dht] testAccount = diff --git a/tools/jamictrl/test_jami_dbus_interface.py b/tools/jamictrl/test_jami_dbus_interface.py index 8c31707e8..6251d7b99 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 -# -# This 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 . import os import time diff --git a/tools/jamictrl/tester.py b/tools/jamictrl/tester.py index e33ccc441..689139fc3 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 # -# 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 . # import sys diff --git a/tools/jamictrl/toggle_video_preview.py b/tools/jamictrl/toggle_video_preview.py index 491df346e..6a92918e2 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 # -# 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 . # import dbus diff --git a/tools/update-copyright b/tools/update-copyright index 25eb01d47..00489a980 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 # -# 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 . # # List all files in current directory