diff --git a/Linphone/core/App.cpp b/Linphone/core/App.cpp
index 7a7e344d..4d5e2206 100644
--- a/Linphone/core/App.cpp
+++ b/Linphone/core/App.cpp
@@ -1,3 +1,23 @@
+/*
+ * Copyright (c) 2010-2024 Belledonne Communications SARL.
+ *
+ * This file is part of linphone-desktop
+ * (see https://www.linphone.org).
+ *
+ * This 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
+ * 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, see .
+ */
+
#include "App.hpp"
#include
diff --git a/Linphone/core/App.hpp b/Linphone/core/App.hpp
index ba275556..8310910a 100644
--- a/Linphone/core/App.hpp
+++ b/Linphone/core/App.hpp
@@ -1,3 +1,22 @@
+/*
+ * Copyright (c) 2010-2024 Belledonne Communications SARL.
+ *
+ * This file is part of linphone-desktop
+ * (see https://www.linphone.org).
+ *
+ * This 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
+ * 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, see .
+ */
#include
#include
diff --git a/Linphone/core/path/Paths.cpp b/Linphone/core/path/Paths.cpp
index 17810dec..3365d296 100644
--- a/Linphone/core/path/Paths.cpp
+++ b/Linphone/core/path/Paths.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2020 Belledonne Communications SARL.
+ * Copyright (c) 2010-2024 Belledonne Communications SARL.
*
* This file is part of linphone-desktop
* (see https://www.linphone.org).
diff --git a/Linphone/core/path/Paths.hpp b/Linphone/core/path/Paths.hpp
index 1af71671..57b84469 100644
--- a/Linphone/core/path/Paths.hpp
+++ b/Linphone/core/path/Paths.hpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2020 Belledonne Communications SARL.
+ * Copyright (c) 2010-2024 Belledonne Communications SARL.
*
* This file is part of linphone-desktop
* (see https://www.linphone.org).
diff --git a/Linphone/core/setting/Settings.cpp b/Linphone/core/setting/Settings.cpp
index 99c69273..91d9fc0e 100644
--- a/Linphone/core/setting/Settings.cpp
+++ b/Linphone/core/setting/Settings.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2020 Belledonne Communications SARL.
+ * Copyright (c) 2010-2024 Belledonne Communications SARL.
*
* This file is part of linphone-desktop
* (see https://www.linphone.org).
diff --git a/Linphone/core/setting/Settings.hpp b/Linphone/core/setting/Settings.hpp
index 5e5985f2..69c07516 100644
--- a/Linphone/core/setting/Settings.hpp
+++ b/Linphone/core/setting/Settings.hpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2020 Belledonne Communications SARL.
+ * Copyright (c) 2010-2024 Belledonne Communications SARL.
*
* This file is part of linphone-desktop
* (see https://www.linphone.org).
diff --git a/Linphone/core/thread/Thread.cpp b/Linphone/core/thread/Thread.cpp
index 3eb517ed..6734cc2c 100644
--- a/Linphone/core/thread/Thread.cpp
+++ b/Linphone/core/thread/Thread.cpp
@@ -1,3 +1,23 @@
+/*
+ * Copyright (c) 2010-2024 Belledonne Communications SARL.
+ *
+ * This file is part of linphone-desktop
+ * (see https://www.linphone.org).
+ *
+ * This 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
+ * 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, see .
+ */
+
#include "Thread.hpp"
Thread::Thread(QObject *parent) : QThread(parent) {
diff --git a/Linphone/core/thread/Thread.hpp b/Linphone/core/thread/Thread.hpp
index b31b1dca..662543ca 100644
--- a/Linphone/core/thread/Thread.hpp
+++ b/Linphone/core/thread/Thread.hpp
@@ -1,3 +1,22 @@
+/*
+ * Copyright (c) 2010-2024 Belledonne Communications SARL.
+ *
+ * This file is part of linphone-desktop
+ * (see https://www.linphone.org).
+ *
+ * This 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
+ * 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, see .
+ */
#include
diff --git a/Linphone/model/core/CoreListener.cpp b/Linphone/model/core/CoreListener.cpp
index 545242c4..77997c0e 100644
--- a/Linphone/model/core/CoreListener.cpp
+++ b/Linphone/model/core/CoreListener.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2020 Belledonne Communications SARL.
+ * Copyright (c) 2010-2024 Belledonne Communications SARL.
*
* This file is part of linphone-desktop
* (see https://www.linphone.org).
diff --git a/Linphone/model/core/CoreListener.hpp b/Linphone/model/core/CoreListener.hpp
index 4a6aaf88..1fabe1cf 100644
--- a/Linphone/model/core/CoreListener.hpp
+++ b/Linphone/model/core/CoreListener.hpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2023 Belledonne Communications SARL.
+ * Copyright (c) 2010-2024 Belledonne Communications SARL.
*
* This file is part of linphone-desktop
* (see https://www.linphone.org).
diff --git a/Linphone/model/core/CoreModel.cpp b/Linphone/model/core/CoreModel.cpp
index ce309bb8..14fc49cf 100644
--- a/Linphone/model/core/CoreModel.cpp
+++ b/Linphone/model/core/CoreModel.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2020 Belledonne Communications SARL.
+ * Copyright (c) 2010-2024 Belledonne Communications SARL.
*
* This file is part of linphone-desktop
* (see https://www.linphone.org).
diff --git a/Linphone/model/logger/LoggerListener.cpp b/Linphone/model/logger/LoggerListener.cpp
index 3dfb51b9..337b9707 100644
--- a/Linphone/model/logger/LoggerListener.cpp
+++ b/Linphone/model/logger/LoggerListener.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2020 Belledonne Communications SARL.
+ * Copyright (c) 2010-2024 Belledonne Communications SARL.
*
* This file is part of linphone-desktop
* (see https://www.linphone.org).
diff --git a/Linphone/model/logger/LoggerListener.hpp b/Linphone/model/logger/LoggerListener.hpp
index c5a0062f..1d33415e 100644
--- a/Linphone/model/logger/LoggerListener.hpp
+++ b/Linphone/model/logger/LoggerListener.hpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2020 Belledonne Communications SARL.
+ * Copyright (c) 2010-2024 Belledonne Communications SARL.
*
* This file is part of linphone-desktop
* (see https://www.linphone.org).
diff --git a/Linphone/model/logger/LoggerModel.cpp b/Linphone/model/logger/LoggerModel.cpp
index 6549b0f4..4a368b75 100644
--- a/Linphone/model/logger/LoggerModel.cpp
+++ b/Linphone/model/logger/LoggerModel.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2020 Belledonne Communications SARL.
+ * Copyright (c) 2010-2024 Belledonne Communications SARL.
*
* This file is part of linphone-desktop
* (see https://www.linphone.org).
@@ -19,14 +19,13 @@
*/
#include
+
#include
#include
-#include
#include
#include "config.h"
-//#include "components/settings/SettingsModel.hpp"
#include "LoggerListener.hpp"
#include "LoggerModel.hpp"
#include "tool/Constants.hpp"
diff --git a/Linphone/model/logger/LoggerModel.hpp b/Linphone/model/logger/LoggerModel.hpp
index 91e8249e..9bbba2aa 100644
--- a/Linphone/model/logger/LoggerModel.hpp
+++ b/Linphone/model/logger/LoggerModel.hpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2020 Belledonne Communications SARL.
+ * Copyright (c) 2010-2024 Belledonne Communications SARL.
*
* This file is part of linphone-desktop
* (see https://www.linphone.org).
diff --git a/Linphone/model/logger/LoggerStaticModel.cpp b/Linphone/model/logger/LoggerStaticModel.cpp
index 1b769a23..c11157f9 100644
--- a/Linphone/model/logger/LoggerStaticModel.cpp
+++ b/Linphone/model/logger/LoggerStaticModel.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2020 Belledonne Communications SARL.
+ * Copyright (c) 2010-2024 Belledonne Communications SARL.
*
* This file is part of linphone-desktop
* (see https://www.linphone.org).
diff --git a/Linphone/model/logger/LoggerStaticModel.hpp b/Linphone/model/logger/LoggerStaticModel.hpp
index aa64e221..9e0c17b8 100644
--- a/Linphone/model/logger/LoggerStaticModel.hpp
+++ b/Linphone/model/logger/LoggerStaticModel.hpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2020 Belledonne Communications SARL.
+ * Copyright (c) 2010-2024 Belledonne Communications SARL.
*
* This file is part of linphone-desktop
* (see https://www.linphone.org).
diff --git a/Linphone/model/setting/SettingsModel.cpp b/Linphone/model/setting/SettingsModel.cpp
index bb8f34a6..059ef9ff 100644
--- a/Linphone/model/setting/SettingsModel.cpp
+++ b/Linphone/model/setting/SettingsModel.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2020 Belledonne Communications SARL.
+ * Copyright (c) 2010-2024 Belledonne Communications SARL.
*
* This file is part of linphone-desktop
* (see https://www.linphone.org).
diff --git a/Linphone/model/setting/SettingsModel.hpp b/Linphone/model/setting/SettingsModel.hpp
index e828d0e4..3d7ef1ac 100644
--- a/Linphone/model/setting/SettingsModel.hpp
+++ b/Linphone/model/setting/SettingsModel.hpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2020 Belledonne Communications SARL.
+ * Copyright (c) 2010-2024 Belledonne Communications SARL.
*
* This file is part of linphone-desktop
* (see https://www.linphone.org).
diff --git a/Linphone/tool/Constants.cpp b/Linphone/tool/Constants.cpp
index c05a722f..6d377f0e 100644
--- a/Linphone/tool/Constants.cpp
+++ b/Linphone/tool/Constants.cpp
@@ -1,3 +1,23 @@
+/*
+ * Copyright (c) 2010-2024 Belledonne Communications SARL.
+ *
+ * This file is part of linphone-desktop
+ * (see https://www.linphone.org).
+ *
+ * This 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
+ * 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, see .
+ */
+
#include "Constants.hpp"
constexpr char Constants::WindowIconPath[];
diff --git a/Linphone/tool/Constants.hpp b/Linphone/tool/Constants.hpp
index b9d18b67..47de9a9e 100644
--- a/Linphone/tool/Constants.hpp
+++ b/Linphone/tool/Constants.hpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2021 Belledonne Communications SARL.
+ * Copyright (c) 2010-2024 Belledonne Communications SARL.
*
* This file is part of linphone-desktop
* (see https://www.linphone.org).
diff --git a/Linphone/tool/Utils.cpp b/Linphone/tool/Utils.cpp
index f507e7d5..1f88cbf2 100644
--- a/Linphone/tool/Utils.cpp
+++ b/Linphone/tool/Utils.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2020 Belledonne Communications SARL.
+ * Copyright (c) 2010-2024 Belledonne Communications SARL.
*
* This file is part of linphone-desktop
* (see https://www.linphone.org).
diff --git a/Linphone/tool/Utils.hpp b/Linphone/tool/Utils.hpp
index a009e964..4942415e 100644
--- a/Linphone/tool/Utils.hpp
+++ b/Linphone/tool/Utils.hpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010-2020 Belledonne Communications SARL.
+ * Copyright (c) 2010-2024 Belledonne Communications SARL.
*
* This file is part of linphone-desktop
* (see https://www.linphone.org).
diff --git a/Linphone/view/Page/LoginPage.cpp b/Linphone/view/Page/LoginPage.cpp
index 8fc20f1d..af79d48c 100644
--- a/Linphone/view/Page/LoginPage.cpp
+++ b/Linphone/view/Page/LoginPage.cpp
@@ -1,3 +1,23 @@
+/*
+ * Copyright (c) 2010-2024 Belledonne Communications SARL.
+ *
+ * This file is part of linphone-desktop
+ * (see https://www.linphone.org).
+ *
+ * This 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
+ * 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, see .
+ */
+
#include "LoginPage.hpp"
#include
diff --git a/Linphone/view/Page/LoginPage.hpp b/Linphone/view/Page/LoginPage.hpp
index a0476d4d..36ffc114 100644
--- a/Linphone/view/Page/LoginPage.hpp
+++ b/Linphone/view/Page/LoginPage.hpp
@@ -1,4 +1,22 @@
-
+/*
+ * Copyright (c) 2010-2024 Belledonne Communications SARL.
+ *
+ * This file is part of linphone-desktop
+ * (see https://www.linphone.org).
+ *
+ * This 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
+ * 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, see .
+ */
#include