Skip to content

Commit 52d31e7

Browse files
committed
Update source code headers in scripts & miscellaneous files (MuseScore Studio)
1 parent f28f08f commit 52d31e7

File tree

161 files changed

+495
-492
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

161 files changed

+495
-492
lines changed

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# SPDX-License-Identifier: GPL-3.0-only
2-
# MuseScore-CLA-applies
2+
# MuseScore-Studio-CLA-applies
33
#
4-
# MuseScore
4+
# MuseScore Studio
55
# Music Composition & Notation
66
#
7-
# Copyright (C) 2021 MuseScore BVBA and others
7+
# Copyright (C) 2021 MuseScore Limited
88
#
99
# This program is free software: you can redistribute it and/or modify
1010
# it under the terms of the GNU General Public License version 3 as

LICENSE.txt

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
1-
MuseScore, free and open source music notation software
2-
Copyright (C) 1999-2024 MuseScore BVBA and others
1+
MuseScore Studio, free and open source music notation software
2+
Copyright (C) 1999-2024 MuseScore Limited and others
33

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

8-
All fonts included in Musescore are made available under the GNU Freefont License,
9-
and those fonts are covered by the following special exception:
8+
All fonts included in MuseScore Studio are made available under the GNU
9+
Freefont License, and those fonts are covered by the following special
10+
exception:
1011

11-
- If you create a document which uses fonts included in MuseScore, and
12-
embed this font or unaltered portions of this font into the document,
12+
- If you create a document which uses fonts included in MuseScore Studio,
13+
and embed this font or unaltered portions of this font into the document,
1314
then this font does not by itself cause the resulting document to be
1415
covered by the GNU General Public License. This exception does not
1516
however invalidate any other reasons why the document might be covered

SetupConfigure.cmake

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
1-
#=============================================================================
2-
# MuseScore
3-
# Linux Music Score Editor
1+
# SPDX-License-Identifier: GPL-3.0-only
2+
# MuseScore-Studio-CLA-applies
43
#
5-
# Copyright (C) 2023 MuseScore BVBA and others
4+
# MuseScore Studio
5+
# Music Composition & Notation
66
#
7-
# This program is free software; you can redistribute it and/or modify
8-
# it under the terms of the GNU General Public License version 2.
7+
# Copyright (C) 2024 MuseScore Limited
98
#
10-
# This program is distributed in the hope that it will be useful,
11-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
# GNU General Public License for more details.
9+
# This program is free software: you can redistribute it and/or modify
10+
# it under the terms of the GNU General Public License version 3 as
11+
# published by the Free Software Foundation.
1412
#
15-
# You should have received a copy of the GNU General Public License
16-
# along with this program; if not, write to the Free Software
17-
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18-
#=============================================================================
13+
# This program is distributed in the hope that it will be useful,
14+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
15+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16+
# GNU General Public License for more details.
17+
#
18+
# You should have received a copy of the GNU General Public License
19+
# along with this program. If not, see <https://www.gnu.org/licenses/>.
1920

2021
include(GetBuildType)
2122
include(GetPlatformInfo)

buildscripts/ci/backend/build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#!/usr/bin/env bash
22
# SPDX-License-Identifier: GPL-3.0-only
3-
# MuseScore-CLA-applies
3+
# MuseScore-Studio-CLA-applies
44
#
5-
# MuseScore
5+
# MuseScore Studio
66
# Music Composition & Notation
77
#
8-
# Copyright (C) 2021 MuseScore BVBA and others
8+
# Copyright (C) 2021 MuseScore Limited
99
#
1010
# This program is free software: you can redistribute it and/or modify
1111
# it under the terms of the GNU General Public License version 3 as

buildscripts/ci/backend/build_docker.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#!/usr/bin/env bash
22
# SPDX-License-Identifier: GPL-3.0-only
3-
# MuseScore-CLA-applies
3+
# MuseScore-Studio-CLA-applies
44
#
5-
# MuseScore
5+
# MuseScore Studio
66
# Music Composition & Notation
77
#
8-
# Copyright (C) 2021 MuseScore BVBA and others
8+
# Copyright (C) 2021 MuseScore Limited
99
#
1010
# This program is free software: you can redistribute it and/or modify
1111
# it under the terms of the GNU General Public License version 3 as

buildscripts/ci/backend/docker/mu2/build_docker.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#!/usr/bin/env bash
22
# SPDX-License-Identifier: GPL-3.0-only
3-
# MuseScore-CLA-applies
3+
# MuseScore-Studio-CLA-applies
44
#
5-
# MuseScore
5+
# MuseScore Studio
66
# Music Composition & Notation
77
#
8-
# Copyright (C) 2021 MuseScore BVBA and others
8+
# Copyright (C) 2021 MuseScore Limited
99
#
1010
# This program is free software: you can redistribute it and/or modify
1111
# it under the terms of the GNU General Public License version 3 as

buildscripts/ci/backend/docker/mu2/publish_to_registry.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#!/usr/bin/env bash
22
# SPDX-License-Identifier: GPL-3.0-only
3-
# MuseScore-CLA-applies
3+
# MuseScore-Studio-CLA-applies
44
#
5-
# MuseScore
5+
# MuseScore Studio
66
# Music Composition & Notation
77
#
8-
# Copyright (C) 2021 MuseScore BVBA and others
8+
# Copyright (C) 2021 MuseScore Limited
99
#
1010
# This program is free software: you can redistribute it and/or modify
1111
# it under the terms of the GNU General Public License version 3 as

buildscripts/ci/backend/docker/mu2/setup.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#!/usr/bin/env bash
22
# SPDX-License-Identifier: GPL-3.0-only
3-
# MuseScore-CLA-applies
3+
# MuseScore-Studio-CLA-applies
44
#
5-
# MuseScore
5+
# MuseScore Studio
66
# Music Composition & Notation
77
#
8-
# Copyright (C) 2021 MuseScore BVBA and others
8+
# Copyright (C) 2021 MuseScore Limited
99
#
1010
# This program is free software: you can redistribute it and/or modify
1111
# it under the terms of the GNU General Public License version 3 as

buildscripts/ci/backend/docker/mu3/build_docker.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#!/usr/bin/env bash
22
# SPDX-License-Identifier: GPL-3.0-only
3-
# MuseScore-CLA-applies
3+
# MuseScore-Studio-CLA-applies
44
#
5-
# MuseScore
5+
# MuseScore Studio
66
# Music Composition & Notation
77
#
8-
# Copyright (C) 2021 MuseScore BVBA and others
8+
# Copyright (C) 2021 MuseScore Limited
99
#
1010
# This program is free software: you can redistribute it and/or modify
1111
# it under the terms of the GNU General Public License version 3 as

buildscripts/ci/backend/docker/mu3/publish_to_registry.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#!/usr/bin/env bash
22
# SPDX-License-Identifier: GPL-3.0-only
3-
# MuseScore-CLA-applies
3+
# MuseScore-Studio-CLA-applies
44
#
5-
# MuseScore
5+
# MuseScore Studio
66
# Music Composition & Notation
77
#
8-
# Copyright (C) 2021 MuseScore BVBA and others
8+
# Copyright (C) 2021 MuseScore Limited
99
#
1010
# This program is free software: you can redistribute it and/or modify
1111
# it under the terms of the GNU General Public License version 3 as

0 commit comments

Comments
 (0)