Skip to content

Commit 2f7edde

Browse files
authored
Merge pull request #31684 from Jojo-Schmitz/2026
2 parents 7961e45 + 7f160d4 commit 2f7edde

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
MuseScore Studio, free and open source music notation software
2-
Copyright (C) 1999-2025 MuseScore Limited and others
2+
Copyright (C) 1999-2026 MuseScore Limited and others
33

44
This program is free software; you can redistribute it and/or modify it
55
under the terms of the GNU General Public License version 3 as published

buildscripts/packaging/Windows/Installer/LICENSE.rtf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{\rtf1\ansi\ansicpg1252\deff0\nouicompat{\fonttbl{\f0\fnil\fcharset0 Courier New;}{\f1\fnil\fcharset77 Courier New;}}
22
{\*\generator Riched20 6.3.9600}\viewkind4\uc1
33
\pard\sa200\sl276\slmult1\f0\fs18\lang12 MuseScore Studio, free and open source music notation software.\par
4-
Copyright (C) 1999-2025 MuseScore Limited and others.\par
4+
Copyright (C) 1999-2026 MuseScore Limited and others.\par
55
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published by the Free Software Foundation and reproduce below with the following exception:\par
66
- If you create a document which uses fonts included in MuseScore Studio, and embed this font or unaltered portions of this font into the document, then this font does not by itself cause the resulting document to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the document might be covered by the GNU General Public License. If you modify this font, you may extend this exception to your version of the font, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version.\par
77
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.\par

src/app/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ elseif(OS_IS_MAC)
6969
set(MACOSX_BUNDLE_LONG_VERSION_STRING ${MUSE_APP_VERSION})
7070
set(MACOSX_BUNDLE_SHORT_VERSION_STRING ${MUSE_APP_VERSION})
7171
set(MACOSX_BUNDLE_BUNDLE_VERSION ${CMAKE_BUILD_NUMBER})
72-
set(MACOSX_BUNDLE_COPYRIGHT "Copyright © 1999-2025 MuseScore Limited. Published under the GNU General Public License version 3.")
72+
set(MACOSX_BUNDLE_COPYRIGHT "Copyright © 1999-2026 MuseScore Limited. Published under the GNU General Public License version 3.")
7373

7474
set(CMAKE_INSTALL_RPATH ${QT_INSTALL_LIBS})
7575
if (MUE_COMPILE_MACOS_PRECOMPILED_DEPS_PATH)

src/appshell/qml/MuseScore/AppShell/AboutDialog.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ StyledDialogView {
138138

139139
StyledTextLabel {
140140
Layout.fillWidth: true
141-
text: qsTrc("appshell/about", "Copyright © 1999-2025 MuseScore Limited.\nPublished under the <a href=\"%1\">GNU General Public License version 3</a>.")
141+
text: qsTrc("appshell/about", "Copyright © 1999-2026 MuseScore Limited.\nPublished under the <a href=\"%1\">GNU General Public License version 3</a>.")
142142
.arg("https://www.gnu.org/licenses/gpl-3.0.html")
143143
.replace("\n", "<br>")
144144

0 commit comments

Comments
 (0)