diff --git a/src/stubs/CMakeLists.txt b/src/stubs/CMakeLists.txt index 7fa1215892e29..1067c834c5983 100644 --- a/src/stubs/CMakeLists.txt +++ b/src/stubs/CMakeLists.txt @@ -1,10 +1,10 @@ # SPDX-License-Identifier: GPL-3.0-only -# MuseScore-CLA-applies +# MuseScore-Studio-CLA-applies # -# MuseScore +# MuseScore Studio # Music Composition & Notation # -# Copyright (C) 2021 MuseScore BVBA and others +# Copyright (C) 2021 MuseScore Limited # # 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 diff --git a/src/stubs/braille/CMakeLists.txt b/src/stubs/braille/CMakeLists.txt index 3b514fd2e6977..3bc56a2d954c9 100644 --- a/src/stubs/braille/CMakeLists.txt +++ b/src/stubs/braille/CMakeLists.txt @@ -1,10 +1,10 @@ # SPDX-License-Identifier: GPL-3.0-only -# MuseScore-CLA-applies +# MuseScore-Studio-CLA-applies # -# MuseScore +# MuseScore Studio # Music Composition & Notation # -# Copyright (C) 2023 MuseScore BVBA and others +# Copyright (C) 2023 MuseScore Limited # # 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 diff --git a/src/stubs/braille/brailleconfigurationstub.cpp b/src/stubs/braille/brailleconfigurationstub.cpp index 7b2f2ade95451..2dcaae9633582 100644 --- a/src/stubs/braille/brailleconfigurationstub.cpp +++ b/src/stubs/braille/brailleconfigurationstub.cpp @@ -1,11 +1,11 @@ /* * SPDX-License-Identifier: GPL-3.0-only - * MuseScore-CLA-applies + * MuseScore-Studio-CLA-applies * - * MuseScore + * MuseScore Studio * Music Composition & Notation * - * Copyright (C) 2021 MuseScore BVBA and others + * Copyright (C) 2021 MuseScore Limited * * 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 diff --git a/src/stubs/braille/brailleconfigurationstub.h b/src/stubs/braille/brailleconfigurationstub.h index 27a9b7ed12ca4..d15282f54e5ee 100644 --- a/src/stubs/braille/brailleconfigurationstub.h +++ b/src/stubs/braille/brailleconfigurationstub.h @@ -1,11 +1,11 @@ /* * SPDX-License-Identifier: GPL-3.0-only - * MuseScore-CLA-applies + * MuseScore-Studio-CLA-applies * - * MuseScore + * MuseScore Studio * Music Composition & Notation * - * Copyright (C) 2021 MuseScore BVBA and others + * Copyright (C) 2021 MuseScore Limited * * 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 diff --git a/src/stubs/braille/braillestubmodule.cpp b/src/stubs/braille/braillestubmodule.cpp index 05b5ffd770cc9..0178f509bbdd7 100644 --- a/src/stubs/braille/braillestubmodule.cpp +++ b/src/stubs/braille/braillestubmodule.cpp @@ -1,11 +1,11 @@ /* * SPDX-License-Identifier: GPL-3.0-only - * MuseScore-CLA-applies + * MuseScore-Studio-CLA-applies * - * MuseScore + * MuseScore Studio * Music Composition & Notation * - * Copyright (C) 2023 MuseScore BVBA and others + * Copyright (C) 2023 MuseScore Limited * * 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 diff --git a/src/stubs/braille/braillestubmodule.h b/src/stubs/braille/braillestubmodule.h index 16a0c6df6a200..de5f21a91083e 100644 --- a/src/stubs/braille/braillestubmodule.h +++ b/src/stubs/braille/braillestubmodule.h @@ -1,11 +1,11 @@ /* * SPDX-License-Identifier: GPL-3.0-only - * MuseScore-CLA-applies + * MuseScore-Studio-CLA-applies * - * MuseScore + * MuseScore Studio * Music Composition & Notation * - * Copyright (C) 2023 MuseScore BVBA and others + * Copyright (C) 2023 MuseScore Limited * * 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 diff --git a/src/stubs/braille/qml/MuseScore/Braille/BrailleView.qml b/src/stubs/braille/qml/MuseScore/Braille/BrailleView.qml index c3a7b05100d18..2dc062ffa8c98 100644 --- a/src/stubs/braille/qml/MuseScore/Braille/BrailleView.qml +++ b/src/stubs/braille/qml/MuseScore/Braille/BrailleView.qml @@ -1,11 +1,11 @@ /* * SPDX-License-Identifier: GPL-3.0-only - * MuseScore-CLA-applies + * MuseScore-Studio-CLA-applies * - * MuseScore + * MuseScore Studio * Music Composition & Notation * - * Copyright (C) 2023 MuseScore BVBA and others + * Copyright (C) 2023 MuseScore Limited * * 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 diff --git a/src/stubs/inspector/CMakeLists.txt b/src/stubs/inspector/CMakeLists.txt index 330551864fa28..47aa73fe017b4 100644 --- a/src/stubs/inspector/CMakeLists.txt +++ b/src/stubs/inspector/CMakeLists.txt @@ -1,10 +1,10 @@ # SPDX-License-Identifier: GPL-3.0-only -# MuseScore-CLA-applies +# MuseScore-Studio-CLA-applies # -# MuseScore +# MuseScore Studio # Music Composition & Notation # -# Copyright (C) 2021 MuseScore BVBA and others +# Copyright (C) 2021 MuseScore Limited # # 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 diff --git a/src/stubs/inspector/inspectorstubmodule.cpp b/src/stubs/inspector/inspectorstubmodule.cpp index d73b961ee3a31..76f21dbd07d07 100644 --- a/src/stubs/inspector/inspectorstubmodule.cpp +++ b/src/stubs/inspector/inspectorstubmodule.cpp @@ -1,11 +1,11 @@ /* * SPDX-License-Identifier: GPL-3.0-only - * MuseScore-CLA-applies + * MuseScore-Studio-CLA-applies * - * MuseScore + * MuseScore Studio * Music Composition & Notation * - * Copyright (C) 2021 MuseScore BVBA and others + * Copyright (C) 2021 MuseScore Limited * * 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 diff --git a/src/stubs/inspector/inspectorstubmodule.h b/src/stubs/inspector/inspectorstubmodule.h index e17b70bcc19ec..22b63ad941297 100644 --- a/src/stubs/inspector/inspectorstubmodule.h +++ b/src/stubs/inspector/inspectorstubmodule.h @@ -1,11 +1,11 @@ /* * SPDX-License-Identifier: GPL-3.0-only - * MuseScore-CLA-applies + * MuseScore-Studio-CLA-applies * - * MuseScore + * MuseScore Studio * Music Composition & Notation * - * Copyright (C) 2021 MuseScore BVBA and others + * Copyright (C) 2021 MuseScore Limited * * 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 diff --git a/src/stubs/inspector/view/qml/MuseScore/Inspector/InspectorForm.qml b/src/stubs/inspector/view/qml/MuseScore/Inspector/InspectorForm.qml index addb98a98bb34..35afca6c35fa9 100644 --- a/src/stubs/inspector/view/qml/MuseScore/Inspector/InspectorForm.qml +++ b/src/stubs/inspector/view/qml/MuseScore/Inspector/InspectorForm.qml @@ -1,11 +1,11 @@ /* * SPDX-License-Identifier: GPL-3.0-only - * MuseScore-CLA-applies + * MuseScore-Studio-CLA-applies * - * MuseScore + * MuseScore Studio * Music Composition & Notation * - * Copyright (C) 2021 MuseScore BVBA and others + * Copyright (C) 2021 MuseScore Limited * * 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 diff --git a/src/stubs/instrumentsscene/CMakeLists.txt b/src/stubs/instrumentsscene/CMakeLists.txt index 538599e56a94e..69b4f662d6536 100644 --- a/src/stubs/instrumentsscene/CMakeLists.txt +++ b/src/stubs/instrumentsscene/CMakeLists.txt @@ -1,10 +1,10 @@ # SPDX-License-Identifier: GPL-3.0-only -# MuseScore-CLA-applies +# MuseScore-Studio-CLA-applies # -# MuseScore +# MuseScore Studio # Music Composition & Notation # -# Copyright (C) 2021 MuseScore BVBA and others +# Copyright (C) 2021 MuseScore Limited # # 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 diff --git a/src/stubs/instrumentsscene/instrumentsscenestubmodule.cpp b/src/stubs/instrumentsscene/instrumentsscenestubmodule.cpp index 56e7d0fa1b4b6..dc9c4c522448f 100644 --- a/src/stubs/instrumentsscene/instrumentsscenestubmodule.cpp +++ b/src/stubs/instrumentsscene/instrumentsscenestubmodule.cpp @@ -1,11 +1,11 @@ /* * SPDX-License-Identifier: GPL-3.0-only - * MuseScore-CLA-applies + * MuseScore-Studio-CLA-applies * - * MuseScore + * MuseScore Studio * Music Composition & Notation * - * Copyright (C) 2021 MuseScore BVBA and others + * Copyright (C) 2021 MuseScore Limited * * 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 diff --git a/src/stubs/instrumentsscene/instrumentsscenestubmodule.h b/src/stubs/instrumentsscene/instrumentsscenestubmodule.h index 7437850da5eb7..449b2dff216e6 100644 --- a/src/stubs/instrumentsscene/instrumentsscenestubmodule.h +++ b/src/stubs/instrumentsscene/instrumentsscenestubmodule.h @@ -1,11 +1,11 @@ /* * SPDX-License-Identifier: GPL-3.0-only - * MuseScore-CLA-applies + * MuseScore-Studio-CLA-applies * - * MuseScore + * MuseScore Studio * Music Composition & Notation * - * Copyright (C) 2021 MuseScore BVBA and others + * Copyright (C) 2021 MuseScore Limited * * 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 diff --git a/src/stubs/instrumentsscene/qml/MuseScore/InstrumentsScene/ChooseInstrumentsPage.qml b/src/stubs/instrumentsscene/qml/MuseScore/InstrumentsScene/ChooseInstrumentsPage.qml index b0156b882ecfe..c5dbbfce3ec34 100644 --- a/src/stubs/instrumentsscene/qml/MuseScore/InstrumentsScene/ChooseInstrumentsPage.qml +++ b/src/stubs/instrumentsscene/qml/MuseScore/InstrumentsScene/ChooseInstrumentsPage.qml @@ -1,11 +1,11 @@ /* * SPDX-License-Identifier: GPL-3.0-only - * MuseScore-CLA-applies + * MuseScore-Studio-CLA-applies * - * MuseScore + * MuseScore Studio * Music Composition & Notation * - * Copyright (C) 2021 MuseScore BVBA and others + * Copyright (C) 2021 MuseScore Limited * * 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 diff --git a/src/stubs/instrumentsscene/qml/MuseScore/InstrumentsScene/InstrumentsDialog.qml b/src/stubs/instrumentsscene/qml/MuseScore/InstrumentsScene/InstrumentsDialog.qml index e1e00133bd91b..d04b04406f057 100644 --- a/src/stubs/instrumentsscene/qml/MuseScore/InstrumentsScene/InstrumentsDialog.qml +++ b/src/stubs/instrumentsscene/qml/MuseScore/InstrumentsScene/InstrumentsDialog.qml @@ -1,11 +1,11 @@ /* * SPDX-License-Identifier: GPL-3.0-only - * MuseScore-CLA-applies + * MuseScore-Studio-CLA-applies * - * MuseScore + * MuseScore Studio * Music Composition & Notation * - * Copyright (C) 2021 MuseScore BVBA and others + * Copyright (C) 2021 MuseScore Limited * * 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 diff --git a/src/stubs/instrumentsscene/qml/MuseScore/InstrumentsScene/InstrumentsPanel.qml b/src/stubs/instrumentsscene/qml/MuseScore/InstrumentsScene/InstrumentsPanel.qml index 032d2f0b9244e..b4bafec433c52 100644 --- a/src/stubs/instrumentsscene/qml/MuseScore/InstrumentsScene/InstrumentsPanel.qml +++ b/src/stubs/instrumentsscene/qml/MuseScore/InstrumentsScene/InstrumentsPanel.qml @@ -1,11 +1,11 @@ /* * SPDX-License-Identifier: GPL-3.0-only - * MuseScore-CLA-applies + * MuseScore-Studio-CLA-applies * - * MuseScore + * MuseScore Studio * Music Composition & Notation * - * Copyright (C) 2021 MuseScore BVBA and others + * Copyright (C) 2021 MuseScore Limited * * 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 diff --git a/src/stubs/instrumentsscene/selectinstrumentscenariostub.cpp b/src/stubs/instrumentsscene/selectinstrumentscenariostub.cpp index 2999e4d20a418..758eafbf99b0e 100644 --- a/src/stubs/instrumentsscene/selectinstrumentscenariostub.cpp +++ b/src/stubs/instrumentsscene/selectinstrumentscenariostub.cpp @@ -1,11 +1,11 @@ /* * SPDX-License-Identifier: GPL-3.0-only - * MuseScore-CLA-applies + * MuseScore-Studio-CLA-applies * - * MuseScore + * MuseScore Studio * Music Composition & Notation * - * Copyright (C) 2021 MuseScore BVBA and others + * Copyright (C) 2021 MuseScore Limited * * 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 diff --git a/src/stubs/instrumentsscene/selectinstrumentscenariostub.h b/src/stubs/instrumentsscene/selectinstrumentscenariostub.h index 5a4493cadbe7f..953d25609be89 100644 --- a/src/stubs/instrumentsscene/selectinstrumentscenariostub.h +++ b/src/stubs/instrumentsscene/selectinstrumentscenariostub.h @@ -1,11 +1,11 @@ /* * SPDX-License-Identifier: GPL-3.0-only - * MuseScore-CLA-applies + * MuseScore-Studio-CLA-applies * - * MuseScore + * MuseScore Studio * Music Composition & Notation * - * Copyright (C) 2021 MuseScore BVBA and others + * Copyright (C) 2021 MuseScore Limited * * 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 diff --git a/src/stubs/notation/CMakeLists.txt b/src/stubs/notation/CMakeLists.txt index 6696363c7e17e..00e77ac881f01 100644 --- a/src/stubs/notation/CMakeLists.txt +++ b/src/stubs/notation/CMakeLists.txt @@ -1,10 +1,10 @@ # SPDX-License-Identifier: GPL-3.0-only -# MuseScore-CLA-applies +# MuseScore-Studio-CLA-applies # -# MuseScore +# MuseScore Studio # Music Composition & Notation # -# Copyright (C) 2021 MuseScore BVBA and others +# Copyright (C) 2021 MuseScore Limited # # 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 diff --git a/src/stubs/notation/instrumentsrepositorystub.cpp b/src/stubs/notation/instrumentsrepositorystub.cpp index 16b3609869e46..c8243fd27ddd1 100644 --- a/src/stubs/notation/instrumentsrepositorystub.cpp +++ b/src/stubs/notation/instrumentsrepositorystub.cpp @@ -1,11 +1,11 @@ /* * SPDX-License-Identifier: GPL-3.0-only - * MuseScore-CLA-applies + * MuseScore-Studio-CLA-applies * - * MuseScore + * MuseScore Studio * Music Composition & Notation * - * Copyright (C) 2023 MuseScore BVBA and others + * Copyright (C) 2023 MuseScore Limited * * 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 diff --git a/src/stubs/notation/instrumentsrepositorystub.h b/src/stubs/notation/instrumentsrepositorystub.h index 38000d796257a..51baf7ea211e2 100644 --- a/src/stubs/notation/instrumentsrepositorystub.h +++ b/src/stubs/notation/instrumentsrepositorystub.h @@ -1,11 +1,11 @@ /* * SPDX-License-Identifier: GPL-3.0-only - * MuseScore-CLA-applies + * MuseScore-Studio-CLA-applies * - * MuseScore + * MuseScore Studio * Music Composition & Notation * - * Copyright (C) 2023 MuseScore BVBA and others + * Copyright (C) 2023 MuseScore Limited * * 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 diff --git a/src/stubs/notation/notationconfigurationstub.cpp b/src/stubs/notation/notationconfigurationstub.cpp index 076189c458aaa..b21848936d613 100644 --- a/src/stubs/notation/notationconfigurationstub.cpp +++ b/src/stubs/notation/notationconfigurationstub.cpp @@ -1,11 +1,11 @@ /* * SPDX-License-Identifier: GPL-3.0-only - * MuseScore-CLA-applies + * MuseScore-Studio-CLA-applies * - * MuseScore + * MuseScore Studio * Music Composition & Notation * - * Copyright (C) 2023 MuseScore BVBA and others + * Copyright (C) 2023 MuseScore Limited * * 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 diff --git a/src/stubs/notation/notationconfigurationstub.h b/src/stubs/notation/notationconfigurationstub.h index dd024c17d311f..197fd53ed8248 100644 --- a/src/stubs/notation/notationconfigurationstub.h +++ b/src/stubs/notation/notationconfigurationstub.h @@ -1,11 +1,11 @@ /* * SPDX-License-Identifier: GPL-3.0-only - * MuseScore-CLA-applies + * MuseScore-Studio-CLA-applies * - * MuseScore + * MuseScore Studio * Music Composition & Notation * - * Copyright (C) 2023 MuseScore BVBA and others + * Copyright (C) 2023 MuseScore Limited * * 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 diff --git a/src/stubs/notation/notationstubmodule.cpp b/src/stubs/notation/notationstubmodule.cpp index 8afcd54029d1b..69ce777e7faf0 100644 --- a/src/stubs/notation/notationstubmodule.cpp +++ b/src/stubs/notation/notationstubmodule.cpp @@ -1,11 +1,11 @@ /* * SPDX-License-Identifier: GPL-3.0-only - * MuseScore-CLA-applies + * MuseScore-Studio-CLA-applies * - * MuseScore + * MuseScore Studio * Music Composition & Notation * - * Copyright (C) 2023 MuseScore BVBA and others + * Copyright (C) 2023 MuseScore Limited * * 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 diff --git a/src/stubs/notation/notationstubmodule.h b/src/stubs/notation/notationstubmodule.h index 5ffd92c19f864..9bbe5509942b9 100644 --- a/src/stubs/notation/notationstubmodule.h +++ b/src/stubs/notation/notationstubmodule.h @@ -1,11 +1,11 @@ /* * SPDX-License-Identifier: GPL-3.0-only - * MuseScore-CLA-applies + * MuseScore-Studio-CLA-applies * - * MuseScore + * MuseScore Studio * Music Composition & Notation * - * Copyright (C) 2023 MuseScore BVBA and others + * Copyright (C) 2023 MuseScore Limited * * 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 diff --git a/src/stubs/palette/CMakeLists.txt b/src/stubs/palette/CMakeLists.txt index bbd69a89e18f6..edfaa6824f058 100644 --- a/src/stubs/palette/CMakeLists.txt +++ b/src/stubs/palette/CMakeLists.txt @@ -1,10 +1,10 @@ # SPDX-License-Identifier: GPL-3.0-only -# MuseScore-CLA-applies +# MuseScore-Studio-CLA-applies # -# MuseScore +# MuseScore Studio # Music Composition & Notation # -# Copyright (C) 2021 MuseScore BVBA and others +# Copyright (C) 2021 MuseScore Limited # # 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 diff --git a/src/stubs/palette/paletteconfigurationstub.cpp b/src/stubs/palette/paletteconfigurationstub.cpp index 544a03dee61a0..5fbd069fe7583 100644 --- a/src/stubs/palette/paletteconfigurationstub.cpp +++ b/src/stubs/palette/paletteconfigurationstub.cpp @@ -1,11 +1,11 @@ /* * SPDX-License-Identifier: GPL-3.0-only - * MuseScore-CLA-applies + * MuseScore-Studio-CLA-applies * - * MuseScore + * MuseScore Studio * Music Composition & Notation * - * Copyright (C) 2021 MuseScore BVBA and others + * Copyright (C) 2021 MuseScore Limited * * 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 diff --git a/src/stubs/palette/paletteconfigurationstub.h b/src/stubs/palette/paletteconfigurationstub.h index 2d94f9cc9d64a..90ecb1aafbd46 100644 --- a/src/stubs/palette/paletteconfigurationstub.h +++ b/src/stubs/palette/paletteconfigurationstub.h @@ -1,11 +1,11 @@ /* * SPDX-License-Identifier: GPL-3.0-only - * MuseScore-CLA-applies + * MuseScore-Studio-CLA-applies * - * MuseScore + * MuseScore Studio * Music Composition & Notation * - * Copyright (C) 2021 MuseScore BVBA and others + * Copyright (C) 2021 MuseScore Limited * * 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 diff --git a/src/stubs/palette/palettestubmodule.cpp b/src/stubs/palette/palettestubmodule.cpp index 2fd7ebd8604fa..f08786a0150f3 100644 --- a/src/stubs/palette/palettestubmodule.cpp +++ b/src/stubs/palette/palettestubmodule.cpp @@ -1,11 +1,11 @@ /* * SPDX-License-Identifier: GPL-3.0-only - * MuseScore-CLA-applies + * MuseScore-Studio-CLA-applies * - * MuseScore + * MuseScore Studio * Music Composition & Notation * - * Copyright (C) 2021 MuseScore BVBA and others + * Copyright (C) 2021 MuseScore Limited * * 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 diff --git a/src/stubs/palette/palettestubmodule.h b/src/stubs/palette/palettestubmodule.h index d9fb188b917be..7bc3e458f1cda 100644 --- a/src/stubs/palette/palettestubmodule.h +++ b/src/stubs/palette/palettestubmodule.h @@ -1,11 +1,11 @@ /* * SPDX-License-Identifier: GPL-3.0-only - * MuseScore-CLA-applies + * MuseScore-Studio-CLA-applies * - * MuseScore + * MuseScore Studio * Music Composition & Notation * - * Copyright (C) 2021 MuseScore BVBA and others + * Copyright (C) 2021 MuseScore Limited * * 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 diff --git a/src/stubs/palette/qml/MuseScore/Palette/PaletteCellPropertiesDialog.qml b/src/stubs/palette/qml/MuseScore/Palette/PaletteCellPropertiesDialog.qml index 8bfe1c5136601..f331615e4008c 100644 --- a/src/stubs/palette/qml/MuseScore/Palette/PaletteCellPropertiesDialog.qml +++ b/src/stubs/palette/qml/MuseScore/Palette/PaletteCellPropertiesDialog.qml @@ -1,11 +1,11 @@ /* * SPDX-License-Identifier: GPL-3.0-only - * MuseScore-CLA-applies + * MuseScore-Studio-CLA-applies * - * MuseScore + * MuseScore Studio * Music Composition & Notation * - * Copyright (C) 2021 MuseScore BVBA and others + * Copyright (C) 2021 MuseScore Limited * * 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 diff --git a/src/stubs/palette/qml/MuseScore/Palette/PalettePropertiesDialog.qml b/src/stubs/palette/qml/MuseScore/Palette/PalettePropertiesDialog.qml index 9cf941aa94024..64abc7064e47a 100644 --- a/src/stubs/palette/qml/MuseScore/Palette/PalettePropertiesDialog.qml +++ b/src/stubs/palette/qml/MuseScore/Palette/PalettePropertiesDialog.qml @@ -1,11 +1,11 @@ /* * SPDX-License-Identifier: GPL-3.0-only - * MuseScore-CLA-applies + * MuseScore-Studio-CLA-applies * - * MuseScore + * MuseScore Studio * Music Composition & Notation * - * Copyright (C) 2021 MuseScore BVBA and others + * Copyright (C) 2021 MuseScore Limited * * 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 diff --git a/src/stubs/palette/qml/MuseScore/Palette/PalettesPanel.qml b/src/stubs/palette/qml/MuseScore/Palette/PalettesPanel.qml index d614010a20dee..f75c218711efd 100644 --- a/src/stubs/palette/qml/MuseScore/Palette/PalettesPanel.qml +++ b/src/stubs/palette/qml/MuseScore/Palette/PalettesPanel.qml @@ -1,11 +1,11 @@ /* * SPDX-License-Identifier: GPL-3.0-only - * MuseScore-CLA-applies + * MuseScore-Studio-CLA-applies * - * MuseScore + * MuseScore Studio * Music Composition & Notation * - * Copyright (C) 2021 MuseScore BVBA and others + * Copyright (C) 2021 MuseScore Limited * * 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 diff --git a/src/stubs/playback/CMakeLists.txt b/src/stubs/playback/CMakeLists.txt index 861cb86d93e72..fa89315a05a43 100644 --- a/src/stubs/playback/CMakeLists.txt +++ b/src/stubs/playback/CMakeLists.txt @@ -1,10 +1,10 @@ # SPDX-License-Identifier: GPL-3.0-only -# MuseScore-CLA-applies +# MuseScore-Studio-CLA-applies # -# MuseScore +# MuseScore Studio # Music Composition & Notation # -# Copyright (C) 2021 MuseScore BVBA and others +# Copyright (C) 2021 MuseScore Limited # # 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 diff --git a/src/stubs/playback/playbackconfigurationstub.cpp b/src/stubs/playback/playbackconfigurationstub.cpp index 6377d49fbf948..3833865dc243d 100644 --- a/src/stubs/playback/playbackconfigurationstub.cpp +++ b/src/stubs/playback/playbackconfigurationstub.cpp @@ -1,11 +1,11 @@ /* * SPDX-License-Identifier: GPL-3.0-only - * MuseScore-CLA-applies + * MuseScore-Studio-CLA-applies * - * MuseScore + * MuseScore Studio * Music Composition & Notation * - * Copyright (C) 2021 MuseScore BVBA and others + * Copyright (C) 2021 MuseScore Limited * * 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 diff --git a/src/stubs/playback/playbackconfigurationstub.h b/src/stubs/playback/playbackconfigurationstub.h index 4735f8787bf0f..aff9b1d974ad7 100644 --- a/src/stubs/playback/playbackconfigurationstub.h +++ b/src/stubs/playback/playbackconfigurationstub.h @@ -1,11 +1,11 @@ /* * SPDX-License-Identifier: GPL-3.0-only - * MuseScore-CLA-applies + * MuseScore-Studio-CLA-applies * - * MuseScore + * MuseScore Studio * Music Composition & Notation * - * Copyright (C) 2021 MuseScore BVBA and others + * Copyright (C) 2021 MuseScore Limited * * 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 diff --git a/src/stubs/playback/playbackcontrollerstub.cpp b/src/stubs/playback/playbackcontrollerstub.cpp index 4ff5c25261a36..41da7a39048e6 100644 --- a/src/stubs/playback/playbackcontrollerstub.cpp +++ b/src/stubs/playback/playbackcontrollerstub.cpp @@ -1,11 +1,11 @@ /* * SPDX-License-Identifier: GPL-3.0-only - * MuseScore-CLA-applies + * MuseScore-Studio-CLA-applies * - * MuseScore + * MuseScore Studio * Music Composition & Notation * - * Copyright (C) 2021 MuseScore BVBA and others + * Copyright (C) 2021 MuseScore Limited * * 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 diff --git a/src/stubs/playback/playbackcontrollerstub.h b/src/stubs/playback/playbackcontrollerstub.h index 489d2c39cddae..75c80b081d1a8 100644 --- a/src/stubs/playback/playbackcontrollerstub.h +++ b/src/stubs/playback/playbackcontrollerstub.h @@ -1,11 +1,11 @@ /* * SPDX-License-Identifier: GPL-3.0-only - * MuseScore-CLA-applies + * MuseScore-Studio-CLA-applies * - * MuseScore + * MuseScore Studio * Music Composition & Notation * - * Copyright (C) 2021 MuseScore BVBA and others + * Copyright (C) 2021 MuseScore Limited * * 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 diff --git a/src/stubs/playback/playbackstubmodule.cpp b/src/stubs/playback/playbackstubmodule.cpp index 7869c64d85c12..d1735ad4a6ad1 100644 --- a/src/stubs/playback/playbackstubmodule.cpp +++ b/src/stubs/playback/playbackstubmodule.cpp @@ -1,11 +1,11 @@ /* * SPDX-License-Identifier: GPL-3.0-only - * MuseScore-CLA-applies + * MuseScore-Studio-CLA-applies * - * MuseScore + * MuseScore Studio * Music Composition & Notation * - * Copyright (C) 2021 MuseScore BVBA and others + * Copyright (C) 2021 MuseScore Limited * * 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 diff --git a/src/stubs/playback/playbackstubmodule.h b/src/stubs/playback/playbackstubmodule.h index ed0696d7729e6..a010cba7c6291 100644 --- a/src/stubs/playback/playbackstubmodule.h +++ b/src/stubs/playback/playbackstubmodule.h @@ -1,11 +1,11 @@ /* * SPDX-License-Identifier: GPL-3.0-only - * MuseScore-CLA-applies + * MuseScore-Studio-CLA-applies * - * MuseScore + * MuseScore Studio * Music Composition & Notation * - * Copyright (C) 2021 MuseScore BVBA and others + * Copyright (C) 2021 MuseScore Limited * * 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 diff --git a/src/stubs/playback/qml/MuseScore/Playback/MixerPanel.qml b/src/stubs/playback/qml/MuseScore/Playback/MixerPanel.qml index 9da2a2421122a..522efb7a2ae33 100644 --- a/src/stubs/playback/qml/MuseScore/Playback/MixerPanel.qml +++ b/src/stubs/playback/qml/MuseScore/Playback/MixerPanel.qml @@ -1,11 +1,11 @@ /* * SPDX-License-Identifier: GPL-3.0-only - * MuseScore-CLA-applies + * MuseScore-Studio-CLA-applies * - * MuseScore + * MuseScore Studio * Music Composition & Notation * - * Copyright (C) 2021 MuseScore BVBA and others + * Copyright (C) 2021 MuseScore Limited * * 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 diff --git a/src/stubs/playback/qml/MuseScore/Playback/PlaybackLoadingInfo.qml b/src/stubs/playback/qml/MuseScore/Playback/PlaybackLoadingInfo.qml index 9bfb737575baf..3c10d72480836 100644 --- a/src/stubs/playback/qml/MuseScore/Playback/PlaybackLoadingInfo.qml +++ b/src/stubs/playback/qml/MuseScore/Playback/PlaybackLoadingInfo.qml @@ -1,11 +1,11 @@ /* * SPDX-License-Identifier: GPL-3.0-only - * MuseScore-CLA-applies + * MuseScore-Studio-CLA-applies * - * MuseScore + * MuseScore Studio * Music Composition & Notation * - * Copyright (C) 2021 MuseScore BVBA and others + * Copyright (C) 2021 MuseScore Limited * * 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 diff --git a/src/stubs/playback/qml/MuseScore/Playback/PlaybackToolBar.qml b/src/stubs/playback/qml/MuseScore/Playback/PlaybackToolBar.qml index 0b953db21a91c..4810cff4ac640 100644 --- a/src/stubs/playback/qml/MuseScore/Playback/PlaybackToolBar.qml +++ b/src/stubs/playback/qml/MuseScore/Playback/PlaybackToolBar.qml @@ -1,11 +1,11 @@ /* * SPDX-License-Identifier: GPL-3.0-only - * MuseScore-CLA-applies + * MuseScore-Studio-CLA-applies * - * MuseScore + * MuseScore Studio * Music Composition & Notation * - * Copyright (C) 2021 MuseScore BVBA and others + * Copyright (C) 2021 MuseScore Limited * * 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 diff --git a/src/stubs/playback/qml/MuseScore/Playback/SoundFlagPopup.qml b/src/stubs/playback/qml/MuseScore/Playback/SoundFlagPopup.qml index 4cd8b50197b58..6760d99b1b375 100644 --- a/src/stubs/playback/qml/MuseScore/Playback/SoundFlagPopup.qml +++ b/src/stubs/playback/qml/MuseScore/Playback/SoundFlagPopup.qml @@ -1,11 +1,11 @@ /* * SPDX-License-Identifier: GPL-3.0-only - * MuseScore-CLA-applies + * MuseScore-Studio-CLA-applies * - * MuseScore + * MuseScore Studio * Music Composition & Notation * - * Copyright (C) 2024 MuseScore BVBA and others + * Copyright (C) 2024 MuseScore Limited * * 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 diff --git a/src/stubs/project/CMakeLists.txt b/src/stubs/project/CMakeLists.txt index 522d187dcfb19..f65f7ce8180ec 100644 --- a/src/stubs/project/CMakeLists.txt +++ b/src/stubs/project/CMakeLists.txt @@ -1,10 +1,10 @@ # SPDX-License-Identifier: GPL-3.0-only -# MuseScore-CLA-applies +# MuseScore-Studio-CLA-applies # -# MuseScore +# MuseScore Studio # Music Composition & Notation # -# Copyright (C) 2023 MuseScore BVBA and others +# Copyright (C) 2023 MuseScore Limited # # 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 diff --git a/src/stubs/project/projectconfigurationstub.cpp b/src/stubs/project/projectconfigurationstub.cpp index 96a7eaee7146f..2071f125899c8 100644 --- a/src/stubs/project/projectconfigurationstub.cpp +++ b/src/stubs/project/projectconfigurationstub.cpp @@ -1,11 +1,11 @@ /* * SPDX-License-Identifier: GPL-3.0-only - * MuseScore-CLA-applies + * MuseScore-Studio-CLA-applies * - * MuseScore + * MuseScore Studio * Music Composition & Notation * - * Copyright (C) 2023 MuseScore BVBA and others + * Copyright (C) 2023 MuseScore Limited * * 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 diff --git a/src/stubs/project/projectconfigurationstub.h b/src/stubs/project/projectconfigurationstub.h index 3fada22a46c60..86b1f2bf21ea8 100644 --- a/src/stubs/project/projectconfigurationstub.h +++ b/src/stubs/project/projectconfigurationstub.h @@ -1,11 +1,11 @@ /* * SPDX-License-Identifier: GPL-3.0-only - * MuseScore-CLA-applies + * MuseScore-Studio-CLA-applies * - * MuseScore + * MuseScore Studio * Music Composition & Notation * - * Copyright (C) 2023 MuseScore BVBA and others + * Copyright (C) 2023 MuseScore Limited * * 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 diff --git a/src/stubs/project/projectstubmodule.cpp b/src/stubs/project/projectstubmodule.cpp index 8393fbc9ad260..de8fcc57abc98 100644 --- a/src/stubs/project/projectstubmodule.cpp +++ b/src/stubs/project/projectstubmodule.cpp @@ -1,11 +1,11 @@ /* * SPDX-License-Identifier: GPL-3.0-only - * MuseScore-CLA-applies + * MuseScore-Studio-CLA-applies * - * MuseScore + * MuseScore Studio * Music Composition & Notation * - * Copyright (C) 2023 MuseScore BVBA and others + * Copyright (C) 2023 MuseScore Limited * * 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 diff --git a/src/stubs/project/projectstubmodule.h b/src/stubs/project/projectstubmodule.h index f1a3018c9f40d..c77d397444064 100644 --- a/src/stubs/project/projectstubmodule.h +++ b/src/stubs/project/projectstubmodule.h @@ -1,11 +1,11 @@ /* * SPDX-License-Identifier: GPL-3.0-only - * MuseScore-CLA-applies + * MuseScore-Studio-CLA-applies * - * MuseScore + * MuseScore Studio * Music Composition & Notation * - * Copyright (C) 2023 MuseScore BVBA and others + * Copyright (C) 2023 MuseScore Limited * * 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 diff --git a/src/stubs/project/qml/MuseScore/Project/ScoresPage.qml b/src/stubs/project/qml/MuseScore/Project/ScoresPage.qml index b9847c3093810..6fa67f3d20efd 100644 --- a/src/stubs/project/qml/MuseScore/Project/ScoresPage.qml +++ b/src/stubs/project/qml/MuseScore/Project/ScoresPage.qml @@ -1,11 +1,11 @@ /* * SPDX-License-Identifier: GPL-3.0-only - * MuseScore-CLA-applies + * MuseScore-Studio-CLA-applies * - * MuseScore + * MuseScore Studio * Music Composition & Notation * - * Copyright (C) 2023 MuseScore BVBA and others + * Copyright (C) 2023 MuseScore Limited * * 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 diff --git a/src/stubs/project/recentfilescontrollerstub.cpp b/src/stubs/project/recentfilescontrollerstub.cpp index 63716a3f87ea4..fda00d5eb6fc5 100644 --- a/src/stubs/project/recentfilescontrollerstub.cpp +++ b/src/stubs/project/recentfilescontrollerstub.cpp @@ -1,11 +1,11 @@ /* * SPDX-License-Identifier: GPL-3.0-only - * MuseScore-CLA-applies + * MuseScore-Studio-CLA-applies * - * MuseScore + * MuseScore Studio * Music Composition & Notation * - * Copyright (C) 2023 MuseScore BVBA and others + * Copyright (C) 2023 MuseScore Limited * * 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 diff --git a/src/stubs/project/recentfilescontrollerstub.h b/src/stubs/project/recentfilescontrollerstub.h index 28274851fb8e1..e74c94229d376 100644 --- a/src/stubs/project/recentfilescontrollerstub.h +++ b/src/stubs/project/recentfilescontrollerstub.h @@ -1,11 +1,11 @@ /* * SPDX-License-Identifier: GPL-3.0-only - * MuseScore-CLA-applies + * MuseScore-Studio-CLA-applies * - * MuseScore + * MuseScore Studio * Music Composition & Notation * - * Copyright (C) 2023 MuseScore BVBA and others + * Copyright (C) 2023 MuseScore Limited * * 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 diff --git a/src/stubs/workspacescene/CMakeLists.txt b/src/stubs/workspacescene/CMakeLists.txt index cb36ce2b54fcf..978f72fa2262e 100644 --- a/src/stubs/workspacescene/CMakeLists.txt +++ b/src/stubs/workspacescene/CMakeLists.txt @@ -1,10 +1,10 @@ # SPDX-License-Identifier: GPL-3.0-only -# MuseScore-CLA-applies +# MuseScore-Studio-CLA-applies # -# MuseScore +# MuseScore Studio # Music Composition & Notation # -# Copyright (C) 2021 MuseScore BVBA and others +# Copyright (C) 2021 MuseScore Limited # # 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 diff --git a/src/stubs/workspacescene/qml/MuseScore/Workspace/NewWorkspaceDialog.qml b/src/stubs/workspacescene/qml/MuseScore/Workspace/NewWorkspaceDialog.qml index 7b508bbd2b547..f063b6b4a9ff0 100644 --- a/src/stubs/workspacescene/qml/MuseScore/Workspace/NewWorkspaceDialog.qml +++ b/src/stubs/workspacescene/qml/MuseScore/Workspace/NewWorkspaceDialog.qml @@ -1,11 +1,11 @@ /* * SPDX-License-Identifier: GPL-3.0-only - * MuseScore-CLA-applies + * MuseScore-Studio-CLA-applies * - * MuseScore + * MuseScore Studio * Music Composition & Notation * - * Copyright (C) 2021 MuseScore BVBA and others + * Copyright (C) 2021 MuseScore Limited * * 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 diff --git a/src/stubs/workspacescene/qml/MuseScore/Workspace/WorkspacesControl.qml b/src/stubs/workspacescene/qml/MuseScore/Workspace/WorkspacesControl.qml index 0e5332053a9c6..ad6acdd88fbd1 100644 --- a/src/stubs/workspacescene/qml/MuseScore/Workspace/WorkspacesControl.qml +++ b/src/stubs/workspacescene/qml/MuseScore/Workspace/WorkspacesControl.qml @@ -1,11 +1,11 @@ /* * SPDX-License-Identifier: GPL-3.0-only - * MuseScore-CLA-applies + * MuseScore-Studio-CLA-applies * - * MuseScore + * MuseScore Studio * Music Composition & Notation * - * Copyright (C) 2021 MuseScore BVBA and others + * Copyright (C) 2021 MuseScore Limited * * 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 diff --git a/src/stubs/workspacescene/qml/MuseScore/Workspace/WorkspacesDialog.qml b/src/stubs/workspacescene/qml/MuseScore/Workspace/WorkspacesDialog.qml index 2fbc659e2fbba..9a940feb89302 100644 --- a/src/stubs/workspacescene/qml/MuseScore/Workspace/WorkspacesDialog.qml +++ b/src/stubs/workspacescene/qml/MuseScore/Workspace/WorkspacesDialog.qml @@ -1,11 +1,11 @@ /* * SPDX-License-Identifier: GPL-3.0-only - * MuseScore-CLA-applies + * MuseScore-Studio-CLA-applies * - * MuseScore + * MuseScore Studio * Music Composition & Notation * - * Copyright (C) 2021 MuseScore BVBA and others + * Copyright (C) 2021 MuseScore Limited * * 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 diff --git a/src/stubs/workspacescene/workspacescenestubmodule.cpp b/src/stubs/workspacescene/workspacescenestubmodule.cpp index 28aba7df2aa7a..1768ab1f869c1 100644 --- a/src/stubs/workspacescene/workspacescenestubmodule.cpp +++ b/src/stubs/workspacescene/workspacescenestubmodule.cpp @@ -1,11 +1,11 @@ /* * SPDX-License-Identifier: GPL-3.0-only - * MuseScore-CLA-applies + * MuseScore-Studio-CLA-applies * - * MuseScore + * MuseScore Studio * Music Composition & Notation * - * Copyright (C) 2021 MuseScore BVBA and others + * Copyright (C) 2021 MuseScore Limited * * 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 diff --git a/src/stubs/workspacescene/workspacescenestubmodule.h b/src/stubs/workspacescene/workspacescenestubmodule.h index 64c8d8b7d971e..6f441c2976cba 100644 --- a/src/stubs/workspacescene/workspacescenestubmodule.h +++ b/src/stubs/workspacescene/workspacescenestubmodule.h @@ -1,11 +1,11 @@ /* * SPDX-License-Identifier: GPL-3.0-only - * MuseScore-CLA-applies + * MuseScore-Studio-CLA-applies * - * MuseScore + * MuseScore Studio * Music Composition & Notation * - * Copyright (C) 2021 MuseScore BVBA and others + * Copyright (C) 2021 MuseScore Limited * * 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