diff --git a/LICENSE.GPL b/LICENSE.GPL index 5122d70db6e43..3be4cb34c49eb 100644 --- a/LICENSE.GPL +++ b/LICENSE.GPL @@ -1,5 +1,5 @@ MuseScore, free and open source music notation software -Copyright (C) 1999-2022 MuseScore BVBA and others +Copyright (C) 1999-2023 MuseScore BVBA and others This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published diff --git a/LICENSE.rtf b/LICENSE.rtf index 7a88ef57ddcd1..47307460a6a39 100644 --- a/LICENSE.rtf +++ b/LICENSE.rtf @@ -1,7 +1,7 @@ {\rtf1\ansi\ansicpg1252\deff0\nouicompat{\fonttbl{\f0\fnil\fcharset0 Courier New;}{\f1\fnil\fcharset77 Courier New;}} {\*\generator Riched20 6.3.9600}\viewkind4\uc1 \pard\sa200\sl276\slmult1\f0\fs18\lang12 MuseScore, free and open source music notation software.\par -Copyright (C) 1999-2022 MuseScore BVBA and others.\par +Copyright (C) 1999-2023 MuseScore BVBA and others.\par This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation and reproduce below with the following exception:\par - If you create a document which uses fonts included in MuseScore, 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 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 @@ -95,4 +95,4 @@ NO WARRANTY\par \par END OF TERMS AND CONDITIONS\par } - \ No newline at end of file + diff --git a/main/CMakeLists.txt b/main/CMakeLists.txt index 6124492e74744..12d63410df4b2 100644 --- a/main/CMakeLists.txt +++ b/main/CMakeLists.txt @@ -37,7 +37,7 @@ if (APPLE) set (MACOSX_BUNDLE_SHORT_VERSION_STRING ${MUSESCORE_VERSION_FULL}.${CMAKE_BUILD_NUMBER}) set (MACOSX_BUNDLE_BUNDLE_VERSION ${MUSESCORE_VERSION_FULL}.${CMAKE_BUILD_NUMBER}) endif(CMAKE_BUILD_NUMBER) - set (MACOSX_BUNDLE_COPYRIGHT "Copyright © 1999-2022 MuseScore BVBA and others. Published under the GNU General Public License.") + set (MACOSX_BUNDLE_COPYRIGHT "Copyright © 1999-2023 MuseScore BVBA and others. Published under the GNU General Public License.") else (APPLE) set (ExecutableName mscore) endif (APPLE) diff --git a/mscore/aboutbox.ui b/mscore/aboutbox.ui index 29c30c34302d4..c8101e9e66b5d 100644 --- a/mscore/aboutbox.ui +++ b/mscore/aboutbox.ui @@ -160,7 +160,7 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Arial'; font-size:10pt;">Visit</span><span style=" font-family:'Arial'; font-size:10pt; color:#0000ff;"> </span><a href="https://www.musescore.org/"><span style=" font-size:10pt; text-decoration: underline; color:#0000ff;">www.musescore.org</span></a><span style=" font-family:'Arial'; font-size:10pt;"> for new versions and more information.</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Arial'; font-size:10pt;">Get </span><a href="https://www.musescore.org/forum"><span style=" font-size:10pt; text-decoration: underline; color:#0000ff;">help</span></a><span style=" font-family:'Arial'; font-size:10pt;"> with the program or </span><a href="https://www.musescore.org/contribute"><span style=" font-size:10pt; text-decoration: underline; color:#0000ff;">contribute</span></a><span style=" font-family:'Arial'; font-size:10pt;"> to its development.</span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Arial'; font-size:10pt;"><br /></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Arial'; font-size:10pt;">Copyright </span><span style=" font-size:10pt;">©</span><span style=" font-family:'Arial'; font-size:10pt;"> 1999-2022 MuseScore BVBA and others. </span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Arial'; font-size:10pt;">Copyright </span><span style=" font-size:10pt;">©</span><span style=" font-family:'Arial'; font-size:10pt;"> 1999-2023 MuseScore BVBA and others. </span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Arial'; font-size:10pt;">Published under the </span><a href="https://www.gnu.org/licenses/old-licenses/gpl-2.0.html"><span style=" font-size:10pt; text-decoration: underline; color:#0000ff;">GNU General Public License version 2</span></a><span style=" font-family:'Arial'; font-size:10pt;">.</span></p></body></html> diff --git a/mscore/musescoredialogs.cpp b/mscore/musescoredialogs.cpp index f426cde86568a..c6995340d6d38 100644 --- a/mscore/musescoredialogs.cpp +++ b/mscore/musescoredialogs.cpp @@ -153,7 +153,7 @@ AboutBoxDialog::AboutBoxDialog() "", ""); visitAndDonateString += "\n\n"; #endif - QString finalString = visitAndDonateString + tr("Copyright © 1999-2022 MuseScore BVBA and others.\nPublished under the %1GNU General Public License version 2%2.") + QString finalString = visitAndDonateString + tr("Copyright © 1999-2023 MuseScore BVBA and others.\nPublished under the %1GNU General Public License version 2%2.") .arg("", ""); finalString.replace("\n", "
"); copyrightLabel->setText(QString("%1").arg(finalString)); diff --git a/share/locale/mscore_af.ts b/share/locale/mscore_af.ts index f696be1328e12..8188276fddeec 100644 --- a/share/locale/mscore_af.ts +++ b/share/locale/mscore_af.ts @@ -12160,9 +12160,9 @@ Get %2help%3 with the program or %4contribute%5 to its development. - Copyright &copy; 1999-2022 MuseScore BVBA and others. + Copyright &copy; 1999-2023 MuseScore BVBA and others. Published under the %1GNU General Public License version 2%2. - Kopiereg &copy; 1999-2022 MuseScore BVBA en andere. + Kopiereg &copy; 1999-2023 MuseScore BVBA en andere. Gepubliseer ingevolge die %1GNU General Public License version 2%2. diff --git a/share/locale/mscore_ar.ts b/share/locale/mscore_ar.ts index d081ea70ebbef..300e18c9c4969 100644 --- a/share/locale/mscore_ar.ts +++ b/share/locale/mscore_ar.ts @@ -12160,9 +12160,9 @@ Get %2help%3 with the program or %4contribute%5 to its development. - Copyright &copy; 1999-2022 MuseScore BVBA and others. + Copyright &copy; 1999-2023 MuseScore BVBA and others. Published under the %1GNU General Public License version 2%2. - Copyright &copy; 1999-2022 MuseScore BVBA and others. + Copyright &copy; 1999-2023 MuseScore BVBA and others. Published under the %1GNU General Public License version 2%2. diff --git a/share/locale/mscore_ar_DZ.ts b/share/locale/mscore_ar_DZ.ts index f1196ffdecbd0..ca435c9118958 100644 --- a/share/locale/mscore_ar_DZ.ts +++ b/share/locale/mscore_ar_DZ.ts @@ -12059,7 +12059,7 @@ Get %2help%3 with the program or %4contribute%5 to its development. - Copyright &copy; 1999-2022 MuseScore BVBA and others. + Copyright &copy; 1999-2023 MuseScore BVBA and others. Published under the %1GNU General Public License version 2%2. diff --git a/share/locale/mscore_ar_EG.ts b/share/locale/mscore_ar_EG.ts index 002a1497af28c..552ae157a8cc5 100644 --- a/share/locale/mscore_ar_EG.ts +++ b/share/locale/mscore_ar_EG.ts @@ -12067,7 +12067,7 @@ Get %2help%3 with the program or %4contribute%5 to its development. - Copyright &copy; 1999-2022 MuseScore BVBA and others. + Copyright &copy; 1999-2023 MuseScore BVBA and others. Published under the %1GNU General Public License version 2%2. diff --git a/share/locale/mscore_ar_SD.ts b/share/locale/mscore_ar_SD.ts index 9c0c6b6a10652..fb66e49973aa0 100644 --- a/share/locale/mscore_ar_SD.ts +++ b/share/locale/mscore_ar_SD.ts @@ -12160,9 +12160,9 @@ Get %2help%3 with the program or %4contribute%5 to its development. - Copyright &copy; 1999-2022 MuseScore BVBA and others. + Copyright &copy; 1999-2023 MuseScore BVBA and others. Published under the %1GNU General Public License version 2%2. - Copyright &copy; 1999-2022 MuseScore BVBA and others. + Copyright &copy; 1999-2023 MuseScore BVBA and others. Published under the %1GNU General Public License version 2%2. diff --git a/share/locale/mscore_ast.ts b/share/locale/mscore_ast.ts index 560dfb2574d57..d23f52f67e901 100644 --- a/share/locale/mscore_ast.ts +++ b/share/locale/mscore_ast.ts @@ -12045,7 +12045,7 @@ Support MuseScore with your %3donation%4. - Copyright &copy; 1999-2022 MuseScore BVBA and others. + Copyright &copy; 1999-2023 MuseScore BVBA and others. Published under the GNU General Public License. diff --git a/share/locale/mscore_be.ts b/share/locale/mscore_be.ts index 2449e27283512..fbf6db0f6aa26 100644 --- a/share/locale/mscore_be.ts +++ b/share/locale/mscore_be.ts @@ -12100,7 +12100,7 @@ Get %2help%3 with the program or %4contribute%5 to its development. - Copyright &copy; 1999-2022 MuseScore BVBA and others. + Copyright &copy; 1999-2023 MuseScore BVBA and others. Published under the %1GNU General Public License version 2%2. diff --git a/share/locale/mscore_bg.ts b/share/locale/mscore_bg.ts index 5b05be2614788..8a44cbf575da6 100644 --- a/share/locale/mscore_bg.ts +++ b/share/locale/mscore_bg.ts @@ -12067,7 +12067,7 @@ Get %2help%3 with the program or %4contribute%5 to its development. - Copyright &copy; 1999-2022 MuseScore BVBA and others. + Copyright &copy; 1999-2023 MuseScore BVBA and others. Published under the %1GNU General Public License version 2%2. diff --git a/share/locale/mscore_br.ts b/share/locale/mscore_br.ts index 59a853fbea864..4f9b9b612778a 100644 --- a/share/locale/mscore_br.ts +++ b/share/locale/mscore_br.ts @@ -12066,7 +12066,7 @@ Get %2help%3 with the program or %4contribute%5 to its development. - Copyright &copy; 1999-2022 MuseScore BVBA and others. + Copyright &copy; 1999-2023 MuseScore BVBA and others. Published under the %1GNU General Public License version 2%2. diff --git a/share/locale/mscore_ca.ts b/share/locale/mscore_ca.ts index 617de11c90705..e680efc53e8a4 100644 --- a/share/locale/mscore_ca.ts +++ b/share/locale/mscore_ca.ts @@ -12160,9 +12160,9 @@ Get %2help%3 with the program or %4contribute%5 to its development. - Copyright &copy; 1999-2022 MuseScore BVBA and others. + Copyright &copy; 1999-2023 MuseScore BVBA and others. Published under the %1GNU General Public License version 2%2. - Copyright &copy; 1999-2022 MuseScore BVBA i altres. + Copyright &copy; 1999-2023 MuseScore BVBA i altres. Publicat sota la %1Llicència Pública General GNU version 2%2. diff --git a/share/locale/mscore_ca@valencia.ts b/share/locale/mscore_ca@valencia.ts index 9e166ea69e42b..83327cf3ded58 100644 --- a/share/locale/mscore_ca@valencia.ts +++ b/share/locale/mscore_ca@valencia.ts @@ -12129,7 +12129,7 @@ Get %2help%3 with the program or %4contribute%5 to its development. - Copyright &copy; 1999-2022 MuseScore BVBA and others. + Copyright &copy; 1999-2023 MuseScore BVBA and others. Published under the %1GNU General Public License version 2%2. diff --git a/share/locale/mscore_cs.ts b/share/locale/mscore_cs.ts index f7343534560d0..b0f66e17d4055 100644 --- a/share/locale/mscore_cs.ts +++ b/share/locale/mscore_cs.ts @@ -12165,9 +12165,9 @@ Get %2help%3 with the program or %4contribute%5 to its development. - Copyright &copy; 1999-2022 MuseScore BVBA and others. + Copyright &copy; 1999-2023 MuseScore BVBA and others. Published under the %1GNU General Public License version 2%2. - Kopírovací práva &copy; 1999-2022 Werner Schweer a ostatní. + Kopírovací práva &copy; 1999-2023 Werner Schweer a ostatní. Vydáno pod licencí %1GNU General Public License version 2%2. diff --git a/share/locale/mscore_cy.ts b/share/locale/mscore_cy.ts index 57b341c69c44f..4adebda31e7b3 100644 --- a/share/locale/mscore_cy.ts +++ b/share/locale/mscore_cy.ts @@ -12106,7 +12106,7 @@ Get %2help%3 with the program or %4contribute%5 to its development. - Copyright &copy; 1999-2022 MuseScore BVBA and others. + Copyright &copy; 1999-2023 MuseScore BVBA and others. Published under the %1GNU General Public License version 2%2. diff --git a/share/locale/mscore_da.ts b/share/locale/mscore_da.ts index d2f6468437cf9..bbe73734c6811 100644 --- a/share/locale/mscore_da.ts +++ b/share/locale/mscore_da.ts @@ -12159,9 +12159,9 @@ Get %2help%3 with the program or %4contribute%5 to its development. - Copyright &copy; 1999-2022 MuseScore BVBA and others. + Copyright &copy; 1999-2023 MuseScore BVBA and others. Published under the %1GNU General Public License version 2%2. - Copyright &copy; 1999-2022 MuseScore BVBA og andre. + Copyright &copy; 1999-2023 MuseScore BVBA og andre. Publiceret i henhold til %1GNU General Public License version 2%2. diff --git a/share/locale/mscore_de.ts b/share/locale/mscore_de.ts index bc523c32b3360..381750a4e177b 100644 --- a/share/locale/mscore_de.ts +++ b/share/locale/mscore_de.ts @@ -12164,9 +12164,9 @@ Suchen Sie %2Hilfe%3 für das Programm oder %4unterstützen%5 dessen Entwicklung - Copyright &copy; 1999-2022 MuseScore BVBA and others. + Copyright &copy; 1999-2023 MuseScore BVBA and others. Published under the %1GNU General Public License version 2%2. - Urheberrecht &copy; 1999-2022 MuseScore BVBA und Andere. + Urheberrecht &copy; 1999-2023 MuseScore BVBA und Andere. Veröffentlicht unter der %1GNU General Public License Version 2%2. diff --git a/share/locale/mscore_el.ts b/share/locale/mscore_el.ts index 49d183c8d5752..aad444e61d2cc 100644 --- a/share/locale/mscore_el.ts +++ b/share/locale/mscore_el.ts @@ -12142,7 +12142,7 @@ Get %2help%3 with the program or %4contribute%5 to its development. - Copyright &copy; 1999-2022 MuseScore BVBA and others. + Copyright &copy; 1999-2023 MuseScore BVBA and others. Published under the %1GNU General Public License version 2%2. diff --git a/share/locale/mscore_en.ts b/share/locale/mscore_en.ts index 7bdf32ec132b3..6738fd97183d4 100644 --- a/share/locale/mscore_en.ts +++ b/share/locale/mscore_en.ts @@ -12160,9 +12160,9 @@ Get %2help%3 with the program or %4contribute%5 to its development. - Copyright &copy; 1999-2022 MuseScore BVBA and others. + Copyright &copy; 1999-2023 MuseScore BVBA and others. Published under the %1GNU General Public License version 2%2. - Copyright &copy; 1999-2022 MuseScore BVBA and others. + Copyright &copy; 1999-2023 MuseScore BVBA and others. Published under the %1GNU General Public License version 2%2. diff --git a/share/locale/mscore_en_GB.ts b/share/locale/mscore_en_GB.ts index b5ea16692a401..7f8b429a618fb 100644 --- a/share/locale/mscore_en_GB.ts +++ b/share/locale/mscore_en_GB.ts @@ -12164,9 +12164,9 @@ Get %2help%3 with the programme or %4contribute%5 to its development. - Copyright &copy; 1999-2022 MuseScore BVBA and others. + Copyright &copy; 1999-2023 MuseScore BVBA and others. Published under the %1GNU General Public License version 2%2. - Copyright &copy; 1999-2022 MuseScore BVBA and others. + Copyright &copy; 1999-2023 MuseScore BVBA and others. Published under the %1GNU General Public Licence version 2%2. diff --git a/share/locale/mscore_en_US.ts b/share/locale/mscore_en_US.ts index 9c90d59500bbf..3c826211d9c7f 100644 --- a/share/locale/mscore_en_US.ts +++ b/share/locale/mscore_en_US.ts @@ -12091,7 +12091,7 @@ Get %2help%3 with the program or %4contribute%5 to its development. - Copyright &copy; 1999-2022 MuseScore BVBA and others. + Copyright &copy; 1999-2023 MuseScore BVBA and others. Published under the %1GNU General Public License version 2%2. diff --git a/share/locale/mscore_eo.ts b/share/locale/mscore_eo.ts index 7a6975edbef23..612313b8bbbf8 100644 --- a/share/locale/mscore_eo.ts +++ b/share/locale/mscore_eo.ts @@ -12078,7 +12078,7 @@ Get %2help%3 with the program or %4contribute%5 to its development. - Copyright &copy; 1999-2022 MuseScore BVBA and others. + Copyright &copy; 1999-2023 MuseScore BVBA and others. Published under the %1GNU General Public License version 2%2. diff --git a/share/locale/mscore_es.ts b/share/locale/mscore_es.ts index a8af0ca6b4445..69dde1923c9a2 100644 --- a/share/locale/mscore_es.ts +++ b/share/locale/mscore_es.ts @@ -12162,9 +12162,9 @@ Get %2help%3 with the program or %4contribute%5 to its development. - Copyright &copy; 1999-2022 MuseScore BVBA and others. + Copyright &copy; 1999-2023 MuseScore BVBA and others. Published under the %1GNU General Public License version 2%2. - Copyright &copy; 1999-2022 MuseScore BVBA y otros. + Copyright &copy; 1999-2023 MuseScore BVBA y otros. Publicado bajo la %1Licencia Pública General GNU version 2%2. diff --git a/share/locale/mscore_et.ts b/share/locale/mscore_et.ts index f500b760a65f9..bade0a6239695 100644 --- a/share/locale/mscore_et.ts +++ b/share/locale/mscore_et.ts @@ -12122,7 +12122,7 @@ Get %2help%3 with the program or %4contribute%5 to its development. - Copyright &copy; 1999-2022 MuseScore BVBA and others. + Copyright &copy; 1999-2023 MuseScore BVBA and others. Published under the %1GNU General Public License version 2%2. diff --git a/share/locale/mscore_eu.ts b/share/locale/mscore_eu.ts index 9f6ea38797856..1ddf0985b8f5d 100644 --- a/share/locale/mscore_eu.ts +++ b/share/locale/mscore_eu.ts @@ -12152,7 +12152,7 @@ Get %2help%3 with the program or %4contribute%5 to its development. - Copyright &copy; 1999-2022 MuseScore BVBA and others. + Copyright &copy; 1999-2023 MuseScore BVBA and others. Published under the %1GNU General Public License version 2%2. diff --git a/share/locale/mscore_fa.ts b/share/locale/mscore_fa.ts index 99f8dd9b620d2..39b44fcce71bb 100644 --- a/share/locale/mscore_fa.ts +++ b/share/locale/mscore_fa.ts @@ -12074,7 +12074,7 @@ Get %2help%3 with the program or %4contribute%5 to its development. - Copyright &copy; 1999-2022 MuseScore BVBA and others. + Copyright &copy; 1999-2023 MuseScore BVBA and others. Published under the %1GNU General Public License version 2%2. diff --git a/share/locale/mscore_fi.ts b/share/locale/mscore_fi.ts index 4e0396f0cdd89..87a008cecbbfd 100644 --- a/share/locale/mscore_fi.ts +++ b/share/locale/mscore_fi.ts @@ -12128,7 +12128,7 @@ Get %2help%3 with the program or %4contribute%5 to its development. - Copyright &copy; 1999-2022 MuseScore BVBA and others. + Copyright &copy; 1999-2023 MuseScore BVBA and others. Published under the %1GNU General Public License version 2%2. diff --git a/share/locale/mscore_fil.ts b/share/locale/mscore_fil.ts index 276d46907305e..d9ab127680e2a 100644 --- a/share/locale/mscore_fil.ts +++ b/share/locale/mscore_fil.ts @@ -12088,9 +12088,9 @@ Get %2help%3 with the program or %4contribute%5 to its development. - Copyright &copy; 1999-2022 MuseScore BVBA and others. + Copyright &copy; 1999-2023 MuseScore BVBA and others. Published under the %1GNU General Public License version 2%2. - Karapatang-ari &copy; 1999-2022 MuseScore BVBA and others. + Karapatang-ari &copy; 1999-2023 MuseScore BVBA and others. Inilathala sa ilalim ng %1GNU General Public License version 2%2. diff --git a/share/locale/mscore_fo.ts b/share/locale/mscore_fo.ts index fc57184aeb0d7..edf40eb1f534b 100644 --- a/share/locale/mscore_fo.ts +++ b/share/locale/mscore_fo.ts @@ -12160,7 +12160,7 @@ Get %2help%3 with the program or %4contribute%5 to its development. - Copyright &copy; 1999-2022 MuseScore BVBA and others. + Copyright &copy; 1999-2023 MuseScore BVBA and others. Published under the %1GNU General Public License version 2%2. diff --git a/share/locale/mscore_fr.ts b/share/locale/mscore_fr.ts index 9bbdfd2799fc0..3b63b54d70d34 100644 --- a/share/locale/mscore_fr.ts +++ b/share/locale/mscore_fr.ts @@ -12160,9 +12160,9 @@ Get %2help%3 with the program or %4contribute%5 to its development. - Copyright &copy; 1999-2022 MuseScore BVBA and others. + Copyright &copy; 1999-2023 MuseScore BVBA and others. Published under the %1GNU General Public License version 2%2. - Copyright &copy; 1999-2022 MuseScore BVBA and others. + Copyright &copy; 1999-2023 MuseScore BVBA and others. Publié sous licence %1GNU General Public License version 2%2. diff --git a/share/locale/mscore_ga.ts b/share/locale/mscore_ga.ts index 71c64edf0272c..0665240a598f4 100644 --- a/share/locale/mscore_ga.ts +++ b/share/locale/mscore_ga.ts @@ -12082,7 +12082,7 @@ Get %2help%3 with the program or %4contribute%5 to its development. - Copyright &copy; 1999-2022 MuseScore BVBA and others. + Copyright &copy; 1999-2023 MuseScore BVBA and others. Published under the %1GNU General Public License version 2%2. diff --git a/share/locale/mscore_gd.ts b/share/locale/mscore_gd.ts index b20f0b1ea2999..5291e1a1de611 100644 --- a/share/locale/mscore_gd.ts +++ b/share/locale/mscore_gd.ts @@ -12105,7 +12105,7 @@ Get %2help%3 with the program or %4contribute%5 to its development. - Copyright &copy; 1999-2022 MuseScore BVBA and others. + Copyright &copy; 1999-2023 MuseScore BVBA and others. Published under the %1GNU General Public License version 2%2. diff --git a/share/locale/mscore_gl.ts b/share/locale/mscore_gl.ts index c84d2eb65f256..daed835d97cb6 100644 --- a/share/locale/mscore_gl.ts +++ b/share/locale/mscore_gl.ts @@ -12151,7 +12151,7 @@ Get %2help%3 with the program or %4contribute%5 to its development. - Copyright &copy; 1999-2022 MuseScore BVBA and others. + Copyright &copy; 1999-2023 MuseScore BVBA and others. Published under the %1GNU General Public License version 2%2. @@ -12162,9 +12162,9 @@ Support MuseScore with your %3donation%4. Colabore co MuseScore coa súa %3doazón%4. - Copyright &copy; 1999-2022 MuseScore BVBA and others. + Copyright &copy; 1999-2023 MuseScore BVBA and others. Published under the GNU General Public License. - Copyright &copy; 1999-2022 MuseScore BVBA e outros. + Copyright &copy; 1999-2023 MuseScore BVBA e outros. Publicado baixo a Licenza Pública Xeral de GNU. diff --git a/share/locale/mscore_he.ts b/share/locale/mscore_he.ts index 353383ec7021f..9e587e06a871d 100644 --- a/share/locale/mscore_he.ts +++ b/share/locale/mscore_he.ts @@ -12117,7 +12117,7 @@ Get %2help%3 with the program or %4contribute%5 to its development. - Copyright &copy; 1999-2022 MuseScore BVBA and others. + Copyright &copy; 1999-2023 MuseScore BVBA and others. Published under the %1GNU General Public License version 2%2. diff --git a/share/locale/mscore_hi_IN.ts b/share/locale/mscore_hi_IN.ts index a66d3f6a1350a..d8277183fa612 100644 --- a/share/locale/mscore_hi_IN.ts +++ b/share/locale/mscore_hi_IN.ts @@ -12063,7 +12063,7 @@ Get %2help%3 with the program or %4contribute%5 to its development. - Copyright &copy; 1999-2022 MuseScore BVBA and others. + Copyright &copy; 1999-2023 MuseScore BVBA and others. Published under the %1GNU General Public License version 2%2. diff --git a/share/locale/mscore_hr.ts b/share/locale/mscore_hr.ts index 0aa61cb88a6e7..159ea8311c8e7 100644 --- a/share/locale/mscore_hr.ts +++ b/share/locale/mscore_hr.ts @@ -12075,7 +12075,7 @@ Get %2help%3 with the program or %4contribute%5 to its development. - Copyright &copy; 1999-2022 MuseScore BVBA and others. + Copyright &copy; 1999-2023 MuseScore BVBA and others. Published under the %1GNU General Public License version 2%2. diff --git a/share/locale/mscore_hu.ts b/share/locale/mscore_hu.ts index 3367da9dea79f..86f291d86a050 100644 --- a/share/locale/mscore_hu.ts +++ b/share/locale/mscore_hu.ts @@ -12160,7 +12160,7 @@ Get %2help%3 with the program or %4contribute%5 to its development. - Copyright &copy; 1999-2022 MuseScore BVBA and others. + Copyright &copy; 1999-2023 MuseScore BVBA and others. Published under the %1GNU General Public License version 2%2. @@ -12171,9 +12171,9 @@ Support MuseScore with your %3donation%4. Támogassa a MuseScore-t %3adományával%4. - Copyright &copy; 1999-2022 MuseScore BVBA and others. + Copyright &copy; 1999-2023 MuseScore BVBA and others. Published under the GNU General Public License. - Copyright &copy; 1999-2022 MuseScore BVBA és mások. + Copyright &copy; 1999-2023 MuseScore BVBA és mások. Kiadva GNU General Public License alatt. diff --git a/share/locale/mscore_hy.ts b/share/locale/mscore_hy.ts index ca84461829c07..d36460f71f364 100644 --- a/share/locale/mscore_hy.ts +++ b/share/locale/mscore_hy.ts @@ -12151,7 +12151,7 @@ Get %2help%3 with the program or %4contribute%5 to its development. - Copyright &copy; 1999-2022 MuseScore BVBA and others. + Copyright &copy; 1999-2023 MuseScore BVBA and others. Published under the %1GNU General Public License version 2%2. diff --git a/share/locale/mscore_id.ts b/share/locale/mscore_id.ts index 5f7126243d3b4..47377e9000f2f 100644 --- a/share/locale/mscore_id.ts +++ b/share/locale/mscore_id.ts @@ -12071,7 +12071,7 @@ Get %2help%3 with the program or %4contribute%5 to its development. - Copyright &copy; 1999-2022 MuseScore BVBA and others. + Copyright &copy; 1999-2023 MuseScore BVBA and others. Published under the %1GNU General Public License version 2%2. diff --git a/share/locale/mscore_ig.ts b/share/locale/mscore_ig.ts index 600206843de21..6cc341d2fbd58 100644 --- a/share/locale/mscore_ig.ts +++ b/share/locale/mscore_ig.ts @@ -12045,7 +12045,7 @@ Support MuseScore with your %3donation%4. - Copyright &copy; 1999-2022 MuseScore BVBA and others. + Copyright &copy; 1999-2023 MuseScore BVBA and others. Published under the GNU General Public License. diff --git a/share/locale/mscore_it.ts b/share/locale/mscore_it.ts index 11673a3b2f262..80a7652ab67d6 100644 --- a/share/locale/mscore_it.ts +++ b/share/locale/mscore_it.ts @@ -12166,7 +12166,7 @@ Get %2help%3 with the program or %4contribute%5 to its development. - Copyright &copy; 1999-2022 MuseScore BVBA and others. + Copyright &copy; 1999-2023 MuseScore BVBA and others. Published under the %1GNU General Public License version 2%2. @@ -12177,9 +12177,9 @@ Support MuseScore with your %3donation%4. Supporta MuseScore con la tua %3donazione%4. - Copyright &copy; 1999-2022 MuseScore BVBA and others. + Copyright &copy; 1999-2023 MuseScore BVBA and others. Published under the GNU General Public License. - Diritto d'autore &copia; 1999-2022 MuseScore BVBA e altri. + Diritto d'autore &copia; 1999-2023 MuseScore BVBA e altri. Pubblicato sotto la GNU General Public License. diff --git a/share/locale/mscore_ja.ts b/share/locale/mscore_ja.ts index f109eeaaa98fc..60db972bab923 100644 --- a/share/locale/mscore_ja.ts +++ b/share/locale/mscore_ja.ts @@ -12159,7 +12159,7 @@ Get %2help%3 with the program or %4contribute%5 to its development. - Copyright &copy; 1999-2022 MuseScore BVBA and others. + Copyright &copy; 1999-2023 MuseScore BVBA and others. Published under the %1GNU General Public License version 2%2. @@ -12170,9 +12170,9 @@ Support MuseScore with your %3donation%4. あなたの %3寄付%4 により MuseScore を援助することができます。 - Copyright &copy; 1999-2022 MuseScore BVBA and others. + Copyright &copy; 1999-2023 MuseScore BVBA and others. Published under the GNU General Public License. - Copyright &copy; 1999-2022 MuseScore BVBA and others. + Copyright &copy; 1999-2023 MuseScore BVBA and others. Published under the GNU General Public License. diff --git a/share/locale/mscore_ka.ts b/share/locale/mscore_ka.ts index 72181399f8b71..6496d646e9e6b 100644 --- a/share/locale/mscore_ka.ts +++ b/share/locale/mscore_ka.ts @@ -12067,7 +12067,7 @@ Get %2help%3 with the program or %4contribute%5 to its development. - Copyright &copy; 1999-2022 MuseScore BVBA and others. + Copyright &copy; 1999-2023 MuseScore BVBA and others. Published under the %1GNU General Public License version 2%2. diff --git a/share/locale/mscore_kab.ts b/share/locale/mscore_kab.ts index 34fde1cc2af19..e8dc5b1acd645 100644 --- a/share/locale/mscore_kab.ts +++ b/share/locale/mscore_kab.ts @@ -12045,7 +12045,7 @@ Support MuseScore with your %3donation%4. - Copyright &copy; 1999-2022 MuseScore BVBA and others. + Copyright &copy; 1999-2023 MuseScore BVBA and others. Published under the GNU General Public License. diff --git a/share/locale/mscore_ko.ts b/share/locale/mscore_ko.ts index 0074f6cbd3ff4..e725ff146ea4d 100644 --- a/share/locale/mscore_ko.ts +++ b/share/locale/mscore_ko.ts @@ -12131,7 +12131,7 @@ Get %2help%3 with the program or %4contribute%5 to its development. - Copyright &copy; 1999-2022 MuseScore BVBA and others. + Copyright &copy; 1999-2023 MuseScore BVBA and others. Published under the %1GNU General Public License version 2%2. diff --git a/share/locale/mscore_lt.ts b/share/locale/mscore_lt.ts index 252071b6f76bc..6efb02d9a5958 100644 --- a/share/locale/mscore_lt.ts +++ b/share/locale/mscore_lt.ts @@ -12110,7 +12110,7 @@ Get %2help%3 with the program or %4contribute%5 to its development. - Copyright &copy; 1999-2022 MuseScore BVBA and others. + Copyright &copy; 1999-2023 MuseScore BVBA and others. Published under the %1GNU General Public License version 2%2. diff --git a/share/locale/mscore_lv.ts b/share/locale/mscore_lv.ts index 487e666217024..c86a9c58ddd05 100644 --- a/share/locale/mscore_lv.ts +++ b/share/locale/mscore_lv.ts @@ -12059,7 +12059,7 @@ Get %2help%3 with the program or %4contribute%5 to its development. - Copyright &copy; 1999-2022 MuseScore BVBA and others. + Copyright &copy; 1999-2023 MuseScore BVBA and others. Published under the %1GNU General Public License version 2%2. diff --git a/share/locale/mscore_ml.ts b/share/locale/mscore_ml.ts index a37259b984357..0b5023caa4029 100644 --- a/share/locale/mscore_ml.ts +++ b/share/locale/mscore_ml.ts @@ -12059,7 +12059,7 @@ Get %2help%3 with the program or %4contribute%5 to its development. - Copyright &copy; 1999-2022 MuseScore BVBA and others. + Copyright &copy; 1999-2023 MuseScore BVBA and others. Published under the %1GNU General Public License version 2%2. diff --git a/share/locale/mscore_mn_MN.ts b/share/locale/mscore_mn_MN.ts index 2f7068f7aebd8..3794aa60ee640 100644 --- a/share/locale/mscore_mn_MN.ts +++ b/share/locale/mscore_mn_MN.ts @@ -12070,7 +12070,7 @@ Get %2help%3 with the program or %4contribute%5 to its development. - Copyright &copy; 1999-2022 MuseScore BVBA and others. + Copyright &copy; 1999-2023 MuseScore BVBA and others. Published under the %1GNU General Public License version 2%2. diff --git a/share/locale/mscore_nb.ts b/share/locale/mscore_nb.ts index 9cd5374995d3b..1dec55a7f8902 100644 --- a/share/locale/mscore_nb.ts +++ b/share/locale/mscore_nb.ts @@ -12150,7 +12150,7 @@ Get %2help%3 with the program or %4contribute%5 to its development. - Copyright &copy; 1999-2022 MuseScore BVBA and others. + Copyright &copy; 1999-2023 MuseScore BVBA and others. Published under the %1GNU General Public License version 2%2. diff --git a/share/locale/mscore_nl.ts b/share/locale/mscore_nl.ts index 2b77732bb3460..10330e0cac282 100644 --- a/share/locale/mscore_nl.ts +++ b/share/locale/mscore_nl.ts @@ -12160,7 +12160,7 @@ Get %2help%3 with the program or %4contribute%5 to its development. - Copyright &copy; 1999-2022 MuseScore BVBA and others. + Copyright &copy; 1999-2023 MuseScore BVBA and others. Published under the %1GNU General Public License version 2%2. @@ -12171,9 +12171,9 @@ Support MuseScore with your %3donation%4. Steun MuseScore met uw %3donatie%4. - Copyright &copy; 1999-2022 MuseScore BVBA and others. + Copyright &copy; 1999-2023 MuseScore BVBA and others. Published under the GNU General Public License. - Copyright &copy; 1999-2022 MuseScore BVBA en anderen. + Copyright &copy; 1999-2023 MuseScore BVBA en anderen. Gepubliceerd onder de GNU General Public License. diff --git a/share/locale/mscore_nn.ts b/share/locale/mscore_nn.ts index 58fa8b5185f40..1bff8777a192d 100644 --- a/share/locale/mscore_nn.ts +++ b/share/locale/mscore_nn.ts @@ -12100,7 +12100,7 @@ Get %2help%3 with the program or %4contribute%5 to its development. - Copyright &copy; 1999-2022 MuseScore BVBA and others. + Copyright &copy; 1999-2023 MuseScore BVBA and others. Published under the %1GNU General Public License version 2%2. diff --git a/share/locale/mscore_pl.ts b/share/locale/mscore_pl.ts index 8277329e08aa8..3c0f3453c2c74 100644 --- a/share/locale/mscore_pl.ts +++ b/share/locale/mscore_pl.ts @@ -12160,7 +12160,7 @@ Get %2help%3 with the program or %4contribute%5 to its development. - Copyright &copy; 1999-2022 MuseScore BVBA and others. + Copyright &copy; 1999-2023 MuseScore BVBA and others. Published under the %1GNU General Public License version 2%2. @@ -12171,9 +12171,9 @@ Support MuseScore with your %3donation%4. Wesprzyj MuseScore'a swoją %3darowizną%4. - Copyright &copy; 1999-2022 MuseScore BVBA and others. + Copyright &copy; 1999-2023 MuseScore BVBA and others. Published under the GNU General Public License. - Prawa autorskie &copy; 1999-2022 MuseScore BVBA i inni. + Prawa autorskie &copy; 1999-2023 MuseScore BVBA i inni. Opublikowano na licencji GNU General Public License. Polskie tłumaczenie MuseScore'a 3.6: Grzegorz "Gootector" Pruchniakowski. diff --git a/share/locale/mscore_pt.ts b/share/locale/mscore_pt.ts index 322e2bdd792e4..cfddd7ca16101 100644 --- a/share/locale/mscore_pt.ts +++ b/share/locale/mscore_pt.ts @@ -12117,7 +12117,7 @@ Get %2help%3 with the program or %4contribute%5 to its development. - Copyright &copy; 1999-2022 MuseScore BVBA and others. + Copyright &copy; 1999-2023 MuseScore BVBA and others. Published under the %1GNU General Public License version 2%2. diff --git a/share/locale/mscore_pt_BR.ts b/share/locale/mscore_pt_BR.ts index a5d8d97d77fad..a8d69f31c2fe8 100644 --- a/share/locale/mscore_pt_BR.ts +++ b/share/locale/mscore_pt_BR.ts @@ -12161,7 +12161,7 @@ Get %2help%3 with the program or %4contribute%5 to its development. - Copyright &copy; 1999-2022 MuseScore BVBA and others. + Copyright &copy; 1999-2023 MuseScore BVBA and others. Published under the %1GNU General Public License version 2%2. @@ -12172,9 +12172,9 @@ Support MuseScore with your %3donation%4. Apoie o MuseScore com a sua %3doação%4 - Copyright &copy; 1999-2022 MuseScore BVBA and others. + Copyright &copy; 1999-2023 MuseScore BVBA and others. Published under the GNU General Public License. - Copyright &copy; 1999-2022 Musescore BVBA e Outros. + Copyright &copy; 1999-2023 Musescore BVBA e Outros. Publicado sob a Licença Pública Geral GNU. diff --git a/share/locale/mscore_ro.ts b/share/locale/mscore_ro.ts index 283aef329e649..3b7c0a7382d0d 100644 --- a/share/locale/mscore_ro.ts +++ b/share/locale/mscore_ro.ts @@ -12105,7 +12105,7 @@ Get %2help%3 with the program or %4contribute%5 to its development. - Copyright &copy; 1999-2022 MuseScore BVBA and others. + Copyright &copy; 1999-2023 MuseScore BVBA and others. Published under the %1GNU General Public License version 2%2. diff --git a/share/locale/mscore_ru.ts b/share/locale/mscore_ru.ts index c2d90be42cfa5..4a90ebb6e78ab 100644 --- a/share/locale/mscore_ru.ts +++ b/share/locale/mscore_ru.ts @@ -12164,7 +12164,7 @@ Get %2help%3 with the program or %4contribute%5 to its development. - Copyright &copy; 1999-2022 MuseScore BVBA and others. + Copyright &copy; 1999-2023 MuseScore BVBA and others. Published under the %1GNU General Public License version 2%2. @@ -12175,7 +12175,7 @@ Support MuseScore with your %3donation%4. Поддержите MuseScore своим %3вкладом%4. - Copyright &copy; 1999-2022 MuseScore BVBA and others. + Copyright &copy; 1999-2023 MuseScore BVBA and others. Published under the GNU General Public License. Авторские права защищены &copy; 1999–2021 MuseScore BVBA и др. Опубликовано по лицензии GNU General Public License. diff --git a/share/locale/mscore_scn.ts b/share/locale/mscore_scn.ts index 7582c0b9c9aba..8da6c4129a313 100644 --- a/share/locale/mscore_scn.ts +++ b/share/locale/mscore_scn.ts @@ -12045,7 +12045,7 @@ Support MuseScore with your %3donation%4. - Copyright &copy; 1999-2022 MuseScore BVBA and others. + Copyright &copy; 1999-2023 MuseScore BVBA and others. Published under the GNU General Public License. diff --git a/share/locale/mscore_sk.ts b/share/locale/mscore_sk.ts index 2e2d5a6733ac8..5755dbe06f116 100644 --- a/share/locale/mscore_sk.ts +++ b/share/locale/mscore_sk.ts @@ -12111,7 +12111,7 @@ Get %2help%3 with the program or %4contribute%5 to its development. - Copyright &copy; 1999-2022 MuseScore BVBA and others. + Copyright &copy; 1999-2023 MuseScore BVBA and others. Published under the %1GNU General Public License version 2%2. diff --git a/share/locale/mscore_sl.ts b/share/locale/mscore_sl.ts index c624d36c8bb27..de878c7d8b698 100644 --- a/share/locale/mscore_sl.ts +++ b/share/locale/mscore_sl.ts @@ -12160,7 +12160,7 @@ Get %2help%3 with the program or %4contribute%5 to its development. - Copyright &copy; 1999-2022 MuseScore BVBA and others. + Copyright &copy; 1999-2023 MuseScore BVBA and others. Published under the %1GNU General Public License version 2%2. @@ -12171,7 +12171,7 @@ Support MuseScore with your %3donation%4. Podprite MuseScore z %3darom%4. - Copyright &copy; 1999-2022 MuseScore BVBA and others. + Copyright &copy; 1999-2023 MuseScore BVBA and others. Published under the GNU General Public License. Avtorske pravice; 1999-2020 MuseScore BVBA in drugi. Izdano s splošnim dovoljenjem GNU. diff --git a/share/locale/mscore_sr.ts b/share/locale/mscore_sr.ts index db025a1573b54..3eb66522b2f2e 100644 --- a/share/locale/mscore_sr.ts +++ b/share/locale/mscore_sr.ts @@ -12074,7 +12074,7 @@ Get %2help%3 with the program or %4contribute%5 to its development. - Copyright &copy; 1999-2022 MuseScore BVBA and others. + Copyright &copy; 1999-2023 MuseScore BVBA and others. Published under the %1GNU General Public License version 2%2. diff --git a/share/locale/mscore_sr_RS.ts b/share/locale/mscore_sr_RS.ts index 0a472b09648b0..c99b01093ee57 100644 --- a/share/locale/mscore_sr_RS.ts +++ b/share/locale/mscore_sr_RS.ts @@ -12092,7 +12092,7 @@ Get %2help%3 with the program or %4contribute%5 to its development. - Copyright &copy; 1999-2022 MuseScore BVBA and others. + Copyright &copy; 1999-2023 MuseScore BVBA and others. Published under the %1GNU General Public License version 2%2. diff --git a/share/locale/mscore_sv.ts b/share/locale/mscore_sv.ts index b1b81c0a0e16e..cbba3dd288ba6 100644 --- a/share/locale/mscore_sv.ts +++ b/share/locale/mscore_sv.ts @@ -12160,7 +12160,7 @@ Get %2help%3 with the program or %4contribute%5 to its development. - Copyright &copy; 1999-2022 MuseScore BVBA and others. + Copyright &copy; 1999-2023 MuseScore BVBA and others. Published under the %1GNU General Public License version 2%2. @@ -12171,9 +12171,9 @@ Support MuseScore with your %3donation%4. Stöd MuseScore med en %3donation%4. - Copyright &copy; 1999-2022 MuseScore BVBA and others. + Copyright &copy; 1999-2023 MuseScore BVBA and others. Published under the GNU General Public License. - Copyright &copy; 1999-2022 MuseScore BVBA och övriga. + Copyright &copy; 1999-2023 MuseScore BVBA och övriga. Publiceras under GNU General Public License. diff --git a/share/locale/mscore_th.ts b/share/locale/mscore_th.ts index 0bfd665612d36..a6e0822b3bde5 100644 --- a/share/locale/mscore_th.ts +++ b/share/locale/mscore_th.ts @@ -12067,7 +12067,7 @@ Get %2help%3 with the program or %4contribute%5 to its development. - Copyright &copy; 1999-2022 MuseScore BVBA and others. + Copyright &copy; 1999-2023 MuseScore BVBA and others. Published under the %1GNU General Public License version 2%2. diff --git a/share/locale/mscore_tr.ts b/share/locale/mscore_tr.ts index 311ef0b4b888b..22c1dd2fa1d77 100644 --- a/share/locale/mscore_tr.ts +++ b/share/locale/mscore_tr.ts @@ -12156,7 +12156,7 @@ Get %2help%3 with the program or %4contribute%5 to its development. - Copyright &copy; 1999-2022 MuseScore BVBA and others. + Copyright &copy; 1999-2023 MuseScore BVBA and others. Published under the %1GNU General Public License version 2%2. @@ -12167,9 +12167,9 @@ Support MuseScore with your %3donation%4. MuseScore'u %3 bağışlarınız %4 ile destekleyin. - Copyright &copy; 1999-2022 MuseScore BVBA and others. + Copyright &copy; 1999-2023 MuseScore BVBA and others. Published under the GNU General Public License. - Telif hakkı © 1999-2022 MuseScore BVBA ve diğerleri. + Telif hakkı © 1999-2023 MuseScore BVBA ve diğerleri. GNU Genel Kamu Lisansı altında yayınlanmıştır. diff --git a/share/locale/mscore_uk.ts b/share/locale/mscore_uk.ts index 5a102360fe588..4d586531cdf48 100644 --- a/share/locale/mscore_uk.ts +++ b/share/locale/mscore_uk.ts @@ -12109,7 +12109,7 @@ Get %2help%3 with the program or %4contribute%5 to its development. - Copyright &copy; 1999-2022 MuseScore BVBA and others. + Copyright &copy; 1999-2023 MuseScore BVBA and others. Published under the %1GNU General Public License version 2%2. diff --git a/share/locale/mscore_uz@Latn.ts b/share/locale/mscore_uz@Latn.ts index 3ded79b4d27b9..d15e7c0f782fd 100644 --- a/share/locale/mscore_uz@Latn.ts +++ b/share/locale/mscore_uz@Latn.ts @@ -12059,7 +12059,7 @@ Get %2help%3 with the program or %4contribute%5 to its development. - Copyright &copy; 1999-2022 MuseScore BVBA and others. + Copyright &copy; 1999-2023 MuseScore BVBA and others. Published under the %1GNU General Public License version 2%2. diff --git a/share/locale/mscore_vi.ts b/share/locale/mscore_vi.ts index f81ad27fcde4a..696acbd26499c 100644 --- a/share/locale/mscore_vi.ts +++ b/share/locale/mscore_vi.ts @@ -12126,7 +12126,7 @@ Get %2help%3 with the program or %4contribute%5 to its development. - Copyright &copy; 1999-2022 MuseScore BVBA and others. + Copyright &copy; 1999-2023 MuseScore BVBA and others. Published under the %1GNU General Public License version 2%2. diff --git a/share/locale/mscore_zh_CN.ts b/share/locale/mscore_zh_CN.ts index 35e9bbfc4244e..560d664eaab71 100644 --- a/share/locale/mscore_zh_CN.ts +++ b/share/locale/mscore_zh_CN.ts @@ -12158,7 +12158,7 @@ Get %2help%3 with the program or %4contribute%5 to its development. - Copyright &copy; 1999-2022 MuseScore BVBA and others. + Copyright &copy; 1999-2023 MuseScore BVBA and others. Published under the %1GNU General Public License version 2%2. @@ -12169,9 +12169,9 @@ Support MuseScore with your %3donation%4. 用您的%3捐赠%4来支持MuseScore的开发。 - Copyright &copy; 1999-2022 MuseScore BVBA and others. + Copyright &copy; 1999-2023 MuseScore BVBA and others. Published under the GNU General Public License. - 版权所有 &copy; 1999-2022 MuseScore BVBA及他人。 + 版权所有 &copy; 1999-2023 MuseScore BVBA及他人。 按照GNU通用公共许可协议发布。 diff --git a/share/locale/mscore_zh_HK.ts b/share/locale/mscore_zh_HK.ts index a28e3a4b326da..05d5b71bf6dbd 100644 --- a/share/locale/mscore_zh_HK.ts +++ b/share/locale/mscore_zh_HK.ts @@ -12130,7 +12130,7 @@ Get %2help%3 with the program or %4contribute%5 to its development. - Copyright &copy; 1999-2022 MuseScore BVBA and others. + Copyright &copy; 1999-2023 MuseScore BVBA and others. Published under the %1GNU General Public License version 2%2. diff --git a/share/locale/mscore_zh_TW.ts b/share/locale/mscore_zh_TW.ts index 4c7c919a9f8ab..8e29f5a55196d 100644 --- a/share/locale/mscore_zh_TW.ts +++ b/share/locale/mscore_zh_TW.ts @@ -12135,7 +12135,7 @@ Get %2help%3 with the program or %4contribute%5 to its development. - Copyright &copy; 1999-2022 MuseScore BVBA and others. + Copyright &copy; 1999-2023 MuseScore BVBA and others. Published under the %1GNU General Public License version 2%2. @@ -12146,7 +12146,7 @@ Support MuseScore with your %3donation%4. 請%3贊助%4以支持 MuseScore。 - Copyright &copy; 1999-2022 MuseScore BVBA and others. + Copyright &copy; 1999-2023 MuseScore BVBA and others. Published under the GNU General Public License. 版權所有 &copy; 1999 至 2021 年 MuseScore BVBA 和其他參與者。 根據 GNU 通用公共授權條款出版。