Skip to content

Commit

Permalink
Updating copyright to 2023
Browse files Browse the repository at this point in the history
Backport of musescore#15725
  • Loading branch information
Grzegorz Pruchniakowski authored and Jojo-Schmitz committed Jan 12, 2023
1 parent 95b7118 commit bfaf95c
Show file tree
Hide file tree
Showing 74 changed files with 110 additions and 110 deletions.
2 changes: 1 addition & 1 deletion LICENSE.GPL
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions LICENSE.rtf
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -95,4 +95,4 @@ NO WARRANTY\par
\par
END OF TERMS AND CONDITIONS\par
}
2 changes: 1 addition & 1 deletion main/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion mscore/aboutbox.ui
Original file line number Diff line number Diff line change
Expand Up @@ -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>
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:'Arial'; font-size:10pt;&quot;&gt;Published under the &lt;/span&gt;&lt;a href=&quot;https://www.gnu.org/licenses/old-licenses/gpl-2.0.html&quot;&gt;&lt;span style=&quot; font-size:10pt; text-decoration: underline; color:#0000ff;&quot;&gt;GNU General Public License version 2&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot; font-family:'Arial'; font-size:10pt;&quot;&gt;.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="openExternalLinks">
Expand Down
2 changes: 1 addition & 1 deletion mscore/musescoredialogs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ AboutBoxDialog::AboutBoxDialog()
"<a href=\"https://www.musescore.org/contribute\">", "</a>");
visitAndDonateString += "\n\n";
#endif
QString finalString = visitAndDonateString + tr("Copyright &copy; 1999-2022 MuseScore BVBA and others.\nPublished under the %1GNU General Public License version 2%2.")
QString finalString = visitAndDonateString + tr("Copyright &copy; 1999-2023 MuseScore BVBA and others.\nPublished under the %1GNU General Public License version 2%2.")
.arg("<a href=\"https://www.gnu.org/licenses/old-licenses/gpl-2.0.html\">", "</a>");
finalString.replace("\n", "<br/>");
copyrightLabel->setText(QString("<span style=\"font-size:10pt;\">%1</span>").arg(finalString));
Expand Down
4 changes: 2 additions & 2 deletions share/locale/mscore_af.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12160,9 +12160,9 @@ Get %2help%3 with the program or %4contribute%5 to its development.</source>
</message>
<message>
<location filename="../../mscore/musescoredialogs.cpp" line="156"/>
<source>Copyright &amp;copy; 1999-2022 MuseScore BVBA and others.
<source>Copyright &amp;copy; 1999-2023 MuseScore BVBA and others.
Published under the %1GNU General Public License version 2%2.</source>
<translation>Kopiereg &amp;copy; 1999-2022 MuseScore BVBA en andere.
<translation>Kopiereg &amp;copy; 1999-2023 MuseScore BVBA en andere.
Gepubliseer ingevolge die %1GNU General Public License version 2%2.</translation>
</message>
<message>
Expand Down
4 changes: 2 additions & 2 deletions share/locale/mscore_ar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12160,9 +12160,9 @@ Get %2help%3 with the program or %4contribute%5 to its development.</source>
</message>
<message>
<location filename="../../mscore/musescoredialogs.cpp" line="156"/>
<source>Copyright &amp;copy; 1999-2022 MuseScore BVBA and others.
<source>Copyright &amp;copy; 1999-2023 MuseScore BVBA and others.
Published under the %1GNU General Public License version 2%2.</source>
<translation>Copyright &amp;copy; 1999-2022 MuseScore BVBA and others.
<translation>Copyright &amp;copy; 1999-2023 MuseScore BVBA and others.
Published under the %1GNU General Public License version 2%2.</translation>
</message>
<message>
Expand Down
2 changes: 1 addition & 1 deletion share/locale/mscore_ar_DZ.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12059,7 +12059,7 @@ Get %2help%3 with the program or %4contribute%5 to its development.</source>
</message>
<message>
<location filename="../../mscore/musescoredialogs.cpp" line="156"/>
<source>Copyright &amp;copy; 1999-2022 MuseScore BVBA and others.
<source>Copyright &amp;copy; 1999-2023 MuseScore BVBA and others.
Published under the %1GNU General Public License version 2%2.</source>
<translation type="unfinished"></translation>
</message>
Expand Down
2 changes: 1 addition & 1 deletion share/locale/mscore_ar_EG.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12067,7 +12067,7 @@ Get %2help%3 with the program or %4contribute%5 to its development.</source>
</message>
<message>
<location filename="../../mscore/musescoredialogs.cpp" line="156"/>
<source>Copyright &amp;copy; 1999-2022 MuseScore BVBA and others.
<source>Copyright &amp;copy; 1999-2023 MuseScore BVBA and others.
Published under the %1GNU General Public License version 2%2.</source>
<translation type="unfinished"></translation>
</message>
Expand Down
4 changes: 2 additions & 2 deletions share/locale/mscore_ar_SD.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12160,9 +12160,9 @@ Get %2help%3 with the program or %4contribute%5 to its development.</source>
</message>
<message>
<location filename="../../mscore/musescoredialogs.cpp" line="156"/>
<source>Copyright &amp;copy; 1999-2022 MuseScore BVBA and others.
<source>Copyright &amp;copy; 1999-2023 MuseScore BVBA and others.
Published under the %1GNU General Public License version 2%2.</source>
<translation>Copyright &amp;copy; 1999-2022 MuseScore BVBA and others.
<translation>Copyright &amp;copy; 1999-2023 MuseScore BVBA and others.
Published under the %1GNU General Public License version 2%2.</translation>
</message>
<message>
Expand Down
2 changes: 1 addition & 1 deletion share/locale/mscore_ast.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12045,7 +12045,7 @@ Support MuseScore with your %3donation%4.</source>
</message>
<message>
<location filename="../../mscore/musescoredialogs.cpp" line="157"/>
<source>Copyright &amp;copy; 1999-2022 MuseScore BVBA and others.
<source>Copyright &amp;copy; 1999-2023 MuseScore BVBA and others.
Published under the GNU General Public License.</source>
<translation type="unfinished"/>
</message>
Expand Down
2 changes: 1 addition & 1 deletion share/locale/mscore_be.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12100,7 +12100,7 @@ Get %2help%3 with the program or %4contribute%5 to its development.</source>
</message>
<message>
<location filename="../../mscore/musescoredialogs.cpp" line="156"/>
<source>Copyright &amp;copy; 1999-2022 MuseScore BVBA and others.
<source>Copyright &amp;copy; 1999-2023 MuseScore BVBA and others.
Published under the %1GNU General Public License version 2%2.</source>
<translation type="unfinished"></translation>
</message>
Expand Down
2 changes: 1 addition & 1 deletion share/locale/mscore_bg.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12067,7 +12067,7 @@ Get %2help%3 with the program or %4contribute%5 to its development.</source>
</message>
<message>
<location filename="../../mscore/musescoredialogs.cpp" line="156"/>
<source>Copyright &amp;copy; 1999-2022 MuseScore BVBA and others.
<source>Copyright &amp;copy; 1999-2023 MuseScore BVBA and others.
Published under the %1GNU General Public License version 2%2.</source>
<translation type="unfinished"></translation>
</message>
Expand Down
2 changes: 1 addition & 1 deletion share/locale/mscore_br.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12066,7 +12066,7 @@ Get %2help%3 with the program or %4contribute%5 to its development.</source>
</message>
<message>
<location filename="../../mscore/musescoredialogs.cpp" line="156"/>
<source>Copyright &amp;copy; 1999-2022 MuseScore BVBA and others.
<source>Copyright &amp;copy; 1999-2023 MuseScore BVBA and others.
Published under the %1GNU General Public License version 2%2.</source>
<translation type="unfinished"></translation>
</message>
Expand Down
4 changes: 2 additions & 2 deletions share/locale/mscore_ca.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12160,9 +12160,9 @@ Get %2help%3 with the program or %4contribute%5 to its development.</source>
</message>
<message>
<location filename="../../mscore/musescoredialogs.cpp" line="156"/>
<source>Copyright &amp;copy; 1999-2022 MuseScore BVBA and others.
<source>Copyright &amp;copy; 1999-2023 MuseScore BVBA and others.
Published under the %1GNU General Public License version 2%2.</source>
<translation>Copyright &amp;copy; 1999-2022 MuseScore BVBA i altres.
<translation>Copyright &amp;copy; 1999-2023 MuseScore BVBA i altres.
Publicat sota la %1Llicència Pública General GNU version 2%2.</translation>
</message>
<message>
Expand Down
2 changes: 1 addition & 1 deletion share/locale/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -12129,7 +12129,7 @@ Get %2help%3 with the program or %4contribute%5 to its development.</source>
</message>
<message>
<location filename="../../mscore/musescoredialogs.cpp" line="156"/>
<source>Copyright &amp;copy; 1999-2022 MuseScore BVBA and others.
<source>Copyright &amp;copy; 1999-2023 MuseScore BVBA and others.
Published under the %1GNU General Public License version 2%2.</source>
<translation type="unfinished"></translation>
</message>
Expand Down
4 changes: 2 additions & 2 deletions share/locale/mscore_cs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12165,9 +12165,9 @@ Get %2help%3 with the program or %4contribute%5 to its development.</source>
</message>
<message>
<location filename="../../mscore/musescoredialogs.cpp" line="156"/>
<source>Copyright &amp;copy; 1999-2022 MuseScore BVBA and others.
<source>Copyright &amp;copy; 1999-2023 MuseScore BVBA and others.
Published under the %1GNU General Public License version 2%2.</source>
<translation>Kopírovací práva &amp;copy; 1999-2022 Werner Schweer a ostatní.
<translation>Kopírovací práva &amp;copy; 1999-2023 Werner Schweer a ostatní.
Vydáno pod licencí %1GNU General Public License version 2%2.</translation>
</message>
<message>
Expand Down
2 changes: 1 addition & 1 deletion share/locale/mscore_cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12106,7 +12106,7 @@ Get %2help%3 with the program or %4contribute%5 to its development.</source>
</message>
<message>
<location filename="../../mscore/musescoredialogs.cpp" line="156"/>
<source>Copyright &amp;copy; 1999-2022 MuseScore BVBA and others.
<source>Copyright &amp;copy; 1999-2023 MuseScore BVBA and others.
Published under the %1GNU General Public License version 2%2.</source>
<translation type="unfinished"></translation>
</message>
Expand Down
4 changes: 2 additions & 2 deletions share/locale/mscore_da.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12159,9 +12159,9 @@ Get %2help%3 with the program or %4contribute%5 to its development.</source>
</message>
<message>
<location filename="../../mscore/musescoredialogs.cpp" line="156"/>
<source>Copyright &amp;copy; 1999-2022 MuseScore BVBA and others.
<source>Copyright &amp;copy; 1999-2023 MuseScore BVBA and others.
Published under the %1GNU General Public License version 2%2.</source>
<translation>Copyright &amp;copy; 1999-2022 MuseScore BVBA og andre.
<translation>Copyright &amp;copy; 1999-2023 MuseScore BVBA og andre.
Publiceret i henhold til %1GNU General Public License version 2%2.</translation>
</message>
<message>
Expand Down
4 changes: 2 additions & 2 deletions share/locale/mscore_de.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12164,9 +12164,9 @@ Suchen Sie %2Hilfe%3 für das Programm oder %4unterstützen%5 dessen Entwicklung
</message>
<message>
<location filename="../../mscore/musescoredialogs.cpp" line="156"/>
<source>Copyright &amp;copy; 1999-2022 MuseScore BVBA and others.
<source>Copyright &amp;copy; 1999-2023 MuseScore BVBA and others.
Published under the %1GNU General Public License version 2%2.</source>
<translation>Urheberrecht &amp;copy; 1999-2022 MuseScore BVBA und Andere.
<translation>Urheberrecht &amp;copy; 1999-2023 MuseScore BVBA und Andere.
Veröffentlicht unter der %1GNU General Public License Version 2%2.</translation>
</message>
<message>
Expand Down
2 changes: 1 addition & 1 deletion share/locale/mscore_el.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12142,7 +12142,7 @@ Get %2help%3 with the program or %4contribute%5 to its development.</source>
</message>
<message>
<location filename="../../mscore/musescoredialogs.cpp" line="156"/>
<source>Copyright &amp;copy; 1999-2022 MuseScore BVBA and others.
<source>Copyright &amp;copy; 1999-2023 MuseScore BVBA and others.
Published under the %1GNU General Public License version 2%2.</source>
<translation type="unfinished"></translation>
</message>
Expand Down
4 changes: 2 additions & 2 deletions share/locale/mscore_en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12160,9 +12160,9 @@ Get %2help%3 with the program or %4contribute%5 to its development.</source>
</message>
<message>
<location filename="../../mscore/musescoredialogs.cpp" line="156"/>
<source>Copyright &amp;copy; 1999-2022 MuseScore BVBA and others.
<source>Copyright &amp;copy; 1999-2023 MuseScore BVBA and others.
Published under the %1GNU General Public License version 2%2.</source>
<translation>Copyright &amp;copy; 1999-2022 MuseScore BVBA and others.
<translation>Copyright &amp;copy; 1999-2023 MuseScore BVBA and others.
Published under the %1GNU General Public License version 2%2.</translation>
</message>
<message>
Expand Down
4 changes: 2 additions & 2 deletions share/locale/mscore_en_GB.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12164,9 +12164,9 @@ Get %2help%3 with the programme or %4contribute%5 to its development.</translati
</message>
<message>
<location filename="../../mscore/musescoredialogs.cpp" line="156"/>
<source>Copyright &amp;copy; 1999-2022 MuseScore BVBA and others.
<source>Copyright &amp;copy; 1999-2023 MuseScore BVBA and others.
Published under the %1GNU General Public License version 2%2.</source>
<translation>Copyright &amp;copy; 1999-2022 MuseScore BVBA and others.
<translation>Copyright &amp;copy; 1999-2023 MuseScore BVBA and others.
Published under the %1GNU General Public Licence version 2%2.</translation>
</message>
<message>
Expand Down
2 changes: 1 addition & 1 deletion share/locale/mscore_en_US.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12091,7 +12091,7 @@ Get %2help%3 with the program or %4contribute%5 to its development.</source>
</message>
<message>
<location filename="../../mscore/musescoredialogs.cpp" line="156"/>
<source>Copyright &amp;copy; 1999-2022 MuseScore BVBA and others.
<source>Copyright &amp;copy; 1999-2023 MuseScore BVBA and others.
Published under the %1GNU General Public License version 2%2.</source>
<translation type="unfinished"></translation>
</message>
Expand Down
2 changes: 1 addition & 1 deletion share/locale/mscore_eo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12078,7 +12078,7 @@ Get %2help%3 with the program or %4contribute%5 to its development.</source>
</message>
<message>
<location filename="../../mscore/musescoredialogs.cpp" line="156"/>
<source>Copyright &amp;copy; 1999-2022 MuseScore BVBA and others.
<source>Copyright &amp;copy; 1999-2023 MuseScore BVBA and others.
Published under the %1GNU General Public License version 2%2.</source>
<translation type="unfinished"></translation>
</message>
Expand Down
4 changes: 2 additions & 2 deletions share/locale/mscore_es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12162,9 +12162,9 @@ Get %2help%3 with the program or %4contribute%5 to its development.</source>
</message>
<message>
<location filename="../../mscore/musescoredialogs.cpp" line="156"/>
<source>Copyright &amp;copy; 1999-2022 MuseScore BVBA and others.
<source>Copyright &amp;copy; 1999-2023 MuseScore BVBA and others.
Published under the %1GNU General Public License version 2%2.</source>
<translation>Copyright &amp;copy; 1999-2022 MuseScore BVBA y otros.
<translation>Copyright &amp;copy; 1999-2023 MuseScore BVBA y otros.
Publicado bajo la %1Licencia Pública General GNU version 2%2.</translation>
</message>
<message>
Expand Down
2 changes: 1 addition & 1 deletion share/locale/mscore_et.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12122,7 +12122,7 @@ Get %2help%3 with the program or %4contribute%5 to its development.</source>
</message>
<message>
<location filename="../../mscore/musescoredialogs.cpp" line="156"/>
<source>Copyright &amp;copy; 1999-2022 MuseScore BVBA and others.
<source>Copyright &amp;copy; 1999-2023 MuseScore BVBA and others.
Published under the %1GNU General Public License version 2%2.</source>
<translation type="unfinished"></translation>
</message>
Expand Down
2 changes: 1 addition & 1 deletion share/locale/mscore_eu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12152,7 +12152,7 @@ Get %2help%3 with the program or %4contribute%5 to its development.</source>
</message>
<message>
<location filename="../../mscore/musescoredialogs.cpp" line="156"/>
<source>Copyright &amp;copy; 1999-2022 MuseScore BVBA and others.
<source>Copyright &amp;copy; 1999-2023 MuseScore BVBA and others.
Published under the %1GNU General Public License version 2%2.</source>
<translation type="unfinished"></translation>
</message>
Expand Down
Loading

0 comments on commit bfaf95c

Please sign in to comment.