Skip to content

Commit 43e8499

Browse files
committed
changed copyright year from 2025 to 2026
1 parent dfbff67 commit 43e8499

File tree

37 files changed

+72
-72
lines changed

37 files changed

+72
-72
lines changed

EasyReflectometryApp/Backends/Py/logic/helpers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# 5SPDX-FileCopyrightText: 2025 EasyApp contributors
1+
# 5SPDX-FileCopyrightText: 2026 EasyApp contributors
22
# SPDX-License-Identifier: BSD-3-Clause
3-
# © 2025 Contributors to the EasyApp project <https://github.com/easyscience/EasyApp>
3+
# © 2026 Contributors to the EasyApp project <https://github.com/easyscience/EasyApp>
44

55

66
class IO:

EasyReflectometryApp/Backends/Py/status.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# 5SPDX-FileCopyrightText: 2025 EasyApp contributors
1+
# 5SPDX-FileCopyrightText: 2026 EasyApp contributors
22
# SPDX-License-Identifier: BSD-3-Clause
3-
# © 2025 Contributors to the EasyApp project <https://github.com/easyscience/EasyApp>
3+
# © 2026 Contributors to the EasyApp project <https://github.com/easyscience/EasyApp>
44

55
from easyreflectometry import Project as ProjectLib
66
from PySide6.QtCore import Property

EasyReflectometryApp/Backends/Py/summary.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# 5SPDX-FileCopyrightText: 2025 EasyApp contributors
1+
# 5SPDX-FileCopyrightText: 2026 EasyApp contributors
22
# SPDX-License-Identifier: BSD-3-Clause
3-
# © 2025 Contributors to the EasyApp project <https://github.com/easyscience/EasyApp>
3+
# © 2026 Contributors to the EasyApp project <https://github.com/easyscience/EasyApp>
44

55
from easyreflectometry import Project as ProjectLib
66
from PySide6.QtCore import Property

EasyReflectometryApp/Gui/Globals/ApplicationInfo.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ QtObject {
1010
'nameSuffixForLogo': 'reflectometry',
1111
'icon': Qt.resolvedUrl('../Resources/Logo/App.svg'),
1212
'developerYearsFrom': '2019',
13-
'developerYearsTo': '2025',
13+
'developerYearsTo': '2026',
1414
'description': 'EasyReflectometry is a scientific software for \nmodelling and analysis of \nneutron and x-ray reflecometry data. \n\nEasyReflectometry is build by ESS DMSC in \nCopenhagen, Denmark.',
1515
'developerIcons': [
1616
{

EasyReflectometryApp/Gui/Pages/Analysis/MainContent/AnalysisView.qml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// SPDX-FileCopyrightText: 2025 EasyReflectometry contributors <support@easyreflectometry.org>
1+
// SPDX-FileCopyrightText: 2026 EasyReflectometry contributors <support@easyreflectometry.org>
22
// SPDX-License-Identifier: BSD-3-Clause
3-
// © 2025 Contributors to the EasyReflectometry project <https://github.com/easyscience/EasyReflectometry>
3+
// © 2026 Contributors to the EasyReflectometry project <https://github.com/easyscience/EasyReflectometry>
44

55
import QtQuick
66
import QtQuick.Controls

EasyReflectometryApp/Gui/Pages/Analysis/MainContent/CombinedView.qml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// SPDX-FileCopyrightText: 2025 EasyReflectometry contributors <support@easyreflectometry.org>
1+
// SPDX-FileCopyrightText: 2026 EasyReflectometry contributors <support@easyreflectometry.org>
22
// SPDX-License-Identifier: BSD-3-Clause
3-
// © 2025 Contributors to the EasyReflectometry project <https://github.com/easyscience/EasyReflectometry>
3+
// © 2026 Contributors to the EasyReflectometry project <https://github.com/easyscience/EasyReflectometry>
44

55
import QtQuick
66
import QtQuick.Controls

EasyReflectometryApp/Gui/Pages/Analysis/MainContent/SldView.qml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// SPDX-FileCopyrightText: 2025 EasyReflectometry contributors <support@easyreflectometry.org>
1+
// SPDX-FileCopyrightText: 2026 EasyReflectometry contributors <support@easyreflectometry.org>
22
// SPDX-License-Identifier: BSD-3-Clause
3-
// © 2025 Contributors to the EasyReflectometry project <https://github.com/easyscience/EasyReflectometry>
3+
// © 2026 Contributors to the EasyReflectometry project <https://github.com/easyscience/EasyReflectometry>
44

55
import QtQuick
66

EasyReflectometryApp/Gui/Pages/Analysis/Sidebar/Advanced/Groups/Calculator.qml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// SPDX-FileCopyrightText: 2025 EasyReflectometry contributors <support@easyreflectometry.org>
1+
// SPDX-FileCopyrightText: 2026 EasyReflectometry contributors <support@easyreflectometry.org>
22
// SPDX-License-Identifier: BSD-3-Clause
3-
// © 2025 Contributors to the EasyReflectometry project <https://github.com/easyscience/EasyReflectometry>
3+
// © 2026 Contributors to the EasyReflectometry project <https://github.com/easyscience/EasyReflectometry>
44

55
import QtQuick
66
import QtQuick.Controls

EasyReflectometryApp/Gui/Pages/Analysis/Sidebar/Advanced/Groups/Minimizer.qml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// SPDX-FileCopyrightText: 2025 EasyReflectometry contributors <support@easyreflectometry.org>
1+
// SPDX-FileCopyrightText: 2026 EasyReflectometry contributors <support@easyreflectometry.org>
22
// SPDX-License-Identifier: BSD-3-Clause
3-
// © 2025 Contributors to the EasyReflectometry project <https://github.com/easyscience/EasyReflectometry>
3+
// © 2026 Contributors to the EasyReflectometry project <https://github.com/easyscience/EasyReflectometry>
44

55
import QtQuick
66
import QtQuick.Controls

EasyReflectometryApp/Gui/Pages/Analysis/Sidebar/Advanced/Groups/ParamNames.qml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// SPDX-FileCopyrightText: 2025 EasyReflectometry contributors <support@easyreflectometry.org>
1+
// SPDX-FileCopyrightText: 2026 EasyReflectometry contributors <support@easyreflectometry.org>
22
// SPDX-License-Identifier: BSD-3-Clause
3-
// © 2025 Contributors to the EasyReflectometry project <https://github.com/easyscience/EasyReflectometry>
3+
// © 2026 Contributors to the EasyReflectometry project <https://github.com/easyscience/EasyReflectometry>
44

55
import QtQuick
66
import QtQuick.Controls

0 commit comments

Comments
 (0)