Skip to content

Commit 351fc97

Browse files
committed
Fix - update links to old master branch now it has been renamed to main
1 parent 45bce40 commit 351fc97

File tree

183 files changed

+188
-188
lines changed

Some content is hidden

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

183 files changed

+188
-188
lines changed

FAQ.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ and quit it if there is.
2727
You probably didn't install the SC3 plugins
2828
package for SuperCollider on your system. If there
2929
is no binary package provided by your distribution, you can
30-
[install it from source](https://github.com/samaaron/sonic-pi/blob/master/INSTALL-LINUX.md#supercollider-sc3-plugins).
30+
[install it from source](https://github.com/samaaron/sonic-pi/blob/main/INSTALL-LINUX.md#supercollider-sc3-plugins).
3131

3232
## Linux: Trouble with JACK
3333

HOW-TO-CONTRIBUTE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ where help is appreciated.
3838
let us know and [open a new issue](https://github.com/samaaron/sonic-pi/issues)
3939
or, even better, send a pull request on GitHub.
4040

41-
- [Translate Sonic Pi to your language](https://github.com/samaaron/sonic-pi/blob/master/TRANSLATION.md)
41+
- [Translate Sonic Pi to your language](https://github.com/samaaron/sonic-pi/blob/main/TRANSLATION.md)
4242

4343
It's a wonderful way to introduce school kids in your country to
4444
Sonic Pi and educators will appreciate it when we make it easier for

LICENSE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ All the bundled samples are individually licensed under a
5454
[CC0 1.0 Universal Public Domain Dedication](http://creativecommons.org/publicdomain/zero/1.0/). They
5555
have all been obtained from [freesound.org](http://freesound.org) and
5656
links to their sources can be found in the file
57-
[etc/samples/README.md](https://github.com/samaaron/sonic-pi/blob/master/etc/samples/README.md)
57+
[etc/samples/README.md](https://github.com/samaaron/sonic-pi/blob/main/etc/samples/README.md)
5858

5959
[http://creativecommons.org/publicdomain/zero/1.0/](http://creativecommons.org/publicdomain/zero/1.0/)
6060

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ domains is the objective.
5656

5757
## Contributors
5858

59-
Sonic Pi has been developed with support from many individuals and organisations. Please see the [CONTRIBUTORS.md](https://github.com/samaaron/sonic-pi/blob/master/CONTRIBUTORS.md) file for a more complete list.
59+
Sonic Pi has been developed with support from many individuals and organisations. Please see the [CONTRIBUTORS.md](https://github.com/samaaron/sonic-pi/blob/main/CONTRIBUTORS.md) file for a more complete list.
6060

6161
## Translations
6262

@@ -81,7 +81,7 @@ Status
8181
[![Translation Status of Sonic Pi: zh_Hans](https://hosted.weblate.org/widgets/sonic-pi/zh_Hans/svg-badge.svg)](https://hosted.weblate.org/engage/sonic-pi/) | Simplified Chinese | :white_check_mark: | :red_circle:
8282
[![Translation Status of Sonic Pi: es](https://hosted.weblate.org/widgets/sonic-pi/es/svg-badge.svg)](https://hosted.weblate.org/engage/sonic-pi/) | Spanish | :white_check_mark: | :white_check_mark:
8383

84-
Would you like to contribute a translation too? If so, please take a look at our [translation docs](https://github.com/samaaron/sonic-pi/blob/master/TRANSLATION.md) to get started.
84+
Would you like to contribute a translation too? If so, please take a look at our [translation docs](https://github.com/samaaron/sonic-pi/blob/main/TRANSLATION.md) to get started.
8585

8686
## Information for developers
8787

app/gui/qt/SonicPi.pro

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#--
22
# This file is part of Sonic Pi: http://sonic-pi.net
33
# Full project source: https://github.com/samaaron/sonic-pi
4-
# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md
4+
# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md
55
#
66
# Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name).
77
# All rights reserved.

app/gui/qt/api_list.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//--
22
// This file is part of Sonic Pi: http://sonic-pi.net
33
// Full project source: https://github.com/samaaron/sonic-pi
4-
// License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md
4+
// License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md
55
//
66
// Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name).
77
// All rights reserved.

app/gui/qt/mac-build-app

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#--
44
# This file is part of Sonic Pi: http://sonic-pi.net
55
# Full project source: https://github.com/samaaron/sonic-pi
6-
# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md
6+
# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md
77
#
88
# Copyright 2013, 2014, 2015 by Sam Aaron (http://sam.aaron.name).
99
# All rights reserved.

app/gui/qt/main.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//--
22
// This file is part of Sonic Pi: http://sonic-pi.net
33
// Full project source: https://github.com/samaaron/sonic-pi
4-
// License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md
4+
// License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md
55
//
66
// Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name).
77
// All rights reserved.
@@ -47,6 +47,7 @@ int main(int argc, char *argv[])
4747

4848
QString systemLocale = QLocale::system().name();
4949

50+
5051
QTranslator qtTranslator;
5152
qtTranslator.load("qt_" + systemLocale, QLibraryInfo::location(QLibraryInfo::TranslationsPath));
5253
app.installTranslator(&qtTranslator);

app/gui/qt/mainwindow.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//--
22
// This file is part of Sonic Pi: http://sonic-pi.net
33
// Full project source: https://github.com/samaaron/sonic-pi
4-
// License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md
4+
// License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md
55
//
66
// Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name).
77
// All rights reserved.

app/gui/qt/mainwindow.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//--
22
// This file is part of Sonic Pi: http://sonic-pi.net
33
// Full project source: https://github.com/samaaron/sonic-pi
4-
// License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md
4+
// License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md
55
//
66
// Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name).
77
// All rights reserved.

app/gui/qt/model/sonicpitheme.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//--
22
// This file is part of Sonic Pi: http://sonic-pi.net
33
// Full project source: https://github.com/samaaron/sonic-pi
4-
// License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md
4+
// License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md
55
//
66
// Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name).
77
// All rights reserved.

app/gui/qt/model/sonicpitheme.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//--
22
// This file is part of Sonic Pi: http://sonic-pi.net
33
// Full project source: https://github.com/samaaron/sonic-pi
4-
// License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md
4+
// License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md
55
//
66
// Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name).
77
// All rights reserved.

app/gui/qt/old/INSTALL-LINUX-pre-3.2.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ If the script doesn't work you may need to resolve dependencies yourself, see 'I
7777

7878
checkinstall has been added because it turns manually built programs into packages which can be installed and removed from your system. The packages seem to be easier to uninstall than programs installed via. `make install`, as you can uninstall packages via your package manager. If you think that there's a better program/package to do this, then let us know.
7979

80-
If this script isn't there, make a new file in /app/gui/qt called `build-debian-app`, and go to https://github.com/samaaron/sonic-pi/blob/master/app/gui/qt/build-debian-app and copy the contents of that to the new file on your computer. Then save the file, and run this command in your terminal in the `/app/gui/qt/` folder to make it executable: `chmod -u+x build-debian-app`. Now you should be able to run this script.
80+
If this script isn't there, make a new file in /app/gui/qt called `build-debian-app`, and go to https://github.com/samaaron/sonic-pi/blob/main/app/gui/qt/build-debian-app and copy the contents of that to the new file on your computer. Then save the file, and run this command in your terminal in the `/app/gui/qt/` folder to make it executable: `chmod -u+x build-debian-app`. Now you should be able to run this script.
8181

8282
### Running Sonic Pi
8383

@@ -88,7 +88,7 @@ cd ../../../ # Go to the root of the sonic-pi source code folder
8888
````
8989
This script will open Sonic Pi, and clean up any leftover processes when it closes.
9090

91-
If this script isn't there, make a new file in the root of the sonic-pi source code folder, called `run-debian-app`, and go to https://github.com/samaaron/sonic-pi/blob/master/run-debian-app and copy the contents of that to the new file on your computer. Then save the file, and run this command in your terminal in the root of the sonic-pi source code folder, to make it executable: `chmod -u+x run-debian-app`. Now you should be able to run this script.
91+
If this script isn't there, make a new file in the root of the sonic-pi source code folder, called `run-debian-app`, and go to https://github.com/samaaron/sonic-pi/blob/main/run-debian-app and copy the contents of that to the new file on your computer. Then save the file, and run this command in your terminal in the root of the sonic-pi source code folder, to make it executable: `chmod -u+x run-debian-app`. Now you should be able to run this script.
9292

9393
For identifying any possible issue with real-time audio playback in your Ubuntu machine, it is useful to run [RealTimeConfigQuickScan](https://github.com/raboof/realtimeconfigquickscan). It provides warnings for possible settings that may not allow SC or Sonic-Pi to not execute correctly.
9494

app/gui/qt/old/build-ubuntu-18-04

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/usr/bin/env bash
22

3-
# Based on https://github.com/samaaron/sonic-pi/blob/master/app/gui/qt/build-ubuntu-app
3+
# Based on https://github.com/samaaron/sonic-pi/blob/main/app/gui/qt/build-ubuntu-app
44
# Modified by nlb (n-l-b.fr) to install on Ubuntu 18.04 TLS
5-
# Hope it works for you.
5+
# Hope it works for you.
66
# 07/07/2018
77

88
#Fail script on first error encountered
@@ -134,4 +134,3 @@ echo "Building sonic-pi binary..."
134134
lrelease SonicPi.pro
135135
qmake -qt=qt5 SonicPi.pro
136136
make
137-

app/gui/qt/osc/oschandler.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//--
22
// This file is part of Sonic Pi: http://sonic-pi.net
33
// Full project source: https://github.com/samaaron/sonic-pi
4-
// License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md
4+
// License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md
55
//
66
// Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name).
77
// All rights reserved.

app/gui/qt/osc/oschandler.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//--
22
// This file is part of Sonic Pi: http://sonic-pi.net
33
// Full project source: https://github.com/samaaron/sonic-pi
4-
// License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md
4+
// License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md
55
//
66
// Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name).
77
// All rights reserved.

app/gui/qt/osc/oscsender.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//--
22
// This file is part of Sonic Pi: http://sonic-pi.net
33
// Full project source: https://github.com/samaaron/sonic-pi
4-
// License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md
4+
// License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md
55
//
66
// Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name).
77
// All rights reserved.

app/gui/qt/osc/oscsender.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//--
22
// This file is part of Sonic Pi: http://sonic-pi.net
33
// Full project source: https://github.com/samaaron/sonic-pi
4-
// License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md
4+
// License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md
55
//
66
// Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name).
77
// All rights reserved.

app/gui/qt/osc/sonic_pi_osc_server.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//--
22
// This file is part of Sonic Pi: http://sonic-pi.net
33
// Full project source: https://github.com/samaaron/sonic-pi
4-
// License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md
4+
// License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md
55
//
66
// Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name).
77
// All rights reserved.

app/gui/qt/osc/sonic_pi_osc_server.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//--
22
// This file is part of Sonic Pi: http://sonic-pi.net
33
// Full project source: https://github.com/samaaron/sonic-pi
4-
// License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md
4+
// License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md
55
//
66
// Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name).
77
// All rights reserved.

app/gui/qt/osc/sonic_pi_udp_osc_server.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//--
22
// This file is part of Sonic Pi: http://sonic-pi.net
33
// Full project source: https://github.com/samaaron/sonic-pi
4-
// License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md
4+
// License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md
55
//
66
// Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name).
77
// All rights reserved.

app/gui/qt/osc/sonic_pi_udp_osc_server.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//--
22
// This file is part of Sonic Pi: http://sonic-pi.net
33
// Full project source: https://github.com/samaaron/sonic-pi
4-
// License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md
4+
// License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md
55
//
66
// Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name).
77
// All rights reserved.

app/gui/qt/prune.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#--
44
# This file is part of Sonic Pi: http://sonic-pi.net
55
# Full project source: https://github.com/samaaron/sonic-pi
6-
# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md
6+
# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md
77
#
88
# Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name).
99
# All rights reserved.

app/gui/qt/rp-app-bin

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#--
44
# This file is part of Sonic Pi: http://sonic-pi.net
55
# Full project source: https://github.com/samaaron/sonic-pi
6-
# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md
6+
# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md
77
#
88
# Copyright 2013, 2014, 2015 by Sam Aaron (http://sam.aaron.name).
99
# All rights reserved.

app/gui/qt/utils/ruby_help.tmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//--
22
// This file is part of Sonic Pi: http://sonic-pi.net
33
// Full project source: https://github.com/samaaron/sonic-pi
4-
// License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md
4+
// License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md
55
//
66
// Copyright 2013, 2014 by Sam Aaron (http://sam.aaron.name).
77
// All rights reserved.

app/gui/qt/utils/sonicpiapis.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//--
22
// This file is part of Sonic Pi: http://sonic-pi.net
33
// Full project source: https://github.com/samaaron/sonic-pi
4-
// License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md
4+
// License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md
55
//
66
// Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name).
77
// All rights reserved.

app/gui/qt/utils/sonicpiapis.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//--
22
// This file is part of Sonic Pi: http://sonic-pi.net
33
// Full project source: https://github.com/samaaron/sonic-pi
4-
// License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md
4+
// License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md
55
//
66
// Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name).
77
// All rights reserved.

app/gui/qt/visualizer/scope.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//--
22
// This file is part of Sonic Pi: http://sonic-pi.net
33
// Full project source: https://github.com/samaaron/sonic-pi
4-
// License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md
4+
// License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md
55
//
66
// Copyright (C) 2016 by Adrian Cheater
77
// All rights reserved.

app/gui/qt/visualizer/scope.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//--
22
// This file is part of Sonic Pi: http://sonic-pi.net
33
// Full project source: https://github.com/samaaron/sonic-pi
4-
// License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md
4+
// License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md
55
//
66
// Copyright (C) 2016 by Adrian Cheater
77
// All rights reserved.

app/gui/qt/widgets/infowidget.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//--
22
// This file is part of Sonic Pi: http://sonic-pi.net
33
// Full project source: https://github.com/samaaron/sonic-pi
4-
// License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md
4+
// License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md
55
//
66
// Copyright 2017 by Sam Aaron (http://sam.aaron.name).
77
// All rights reserved.

app/gui/qt/widgets/infowidget.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//--
22
// This file is part of Sonic Pi: http://sonic-pi.net
33
// Full project source: https://github.com/samaaron/sonic-pi
4-
// License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md
4+
// License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md
55
//
66
// Copyright 2017 by Sam Aaron (http://sam.aaron.name).
77
// All rights reserved.

app/gui/qt/widgets/settingswidget.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ SettingsWidget::SettingsWidget( int port, SonicPiSettings *piSettings, QWidget
5353
QLocale::languageToString(QLocale::system().language()) +
5454
" yet.<br/>" +
5555
"We rely on crowdsourcing to help create and maintain translations.<br/>" +
56-
"<a href=\"https://github.com/samaaron/sonic-pi/blob/master/TRANSLATION.md\">" +
56+
"<a href=\"https://github.com/samaaron/sonic-pi/blob/main/TRANSLATION.md\">" +
5757
"Please consider helping to translate Sonic Pi to your language.</a> "
5858
);
5959
go_translate->setTextFormat(Qt::RichText);

app/gui/qt/widgets/sonicpilexer.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//--
22
// This file is part of Sonic Pi: http://sonic-pi.net
33
// Full project source: https://github.com/samaaron/sonic-pi
4-
// License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md
4+
// License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md
55
//
66
// Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name).
77
// All rights reserved.

app/gui/qt/widgets/sonicpilexer.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//--
22
// This file is part of Sonic Pi: http://sonic-pi.net
33
// Full project source: https://github.com/samaaron/sonic-pi
4-
// License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md
4+
// License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md
55
//
66
// Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name).
77
// All rights reserved.
@@ -27,7 +27,7 @@ class SonicPiLexer : public QsciLexerRuby
2727
QFont defaultFont(int style) const;
2828
QStringList autoCompletionWordSeparators() const;
2929

30-
private:
30+
private:
3131
SonicPiTheme *theme;
3232

3333
public slots:

app/gui/qt/widgets/sonicpilog.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//--
22
// This file is part of Sonic Pi: http://sonic-pi.net
33
// Full project source: https://github.com/samaaron/sonic-pi
4-
// License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md
4+
// License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md
55
//
66
// Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name).
77
// All rights reserved.

app/gui/qt/widgets/sonicpilog.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//--
22
// This file is part of Sonic Pi: http://sonic-pi.net
33
// Full project source: https://github.com/samaaron/sonic-pi
4-
// License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md
4+
// License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md
55
//
66
// Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name).
77
// All rights reserved.

app/gui/qt/widgets/sonicpiscintilla.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//--
22
// This file is part of Sonic Pi: http://sonic-pi.net
33
// Full project source: https://github.com/samaaron/sonic-pi
4-
// License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md
4+
// License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md
55
//
66
// Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name).
77
// All rights reserved.

app/gui/qt/widgets/sonicpiscintilla.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//--
22
// This file is part of Sonic Pi: http://sonic-pi.net
33
// Full project source: https://github.com/samaaron/sonic-pi
4-
// License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md
4+
// License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md
55
//
66
// Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name).
77
// All rights reserved.

app/server/erlang/sonic_pi_server/src/osc/osc.erl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%% --
22
%% This file is part of Sonic Pi: http://sonic-pi.net
33
%% Full project source: https://github.com/samaaron/sonic-pi
4-
%% License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md
4+
%% License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md
55
%%
66
%% Copyright 2016,2017 by Joe Armstrong (http://joearms.github.io/)
77
%% All rights reserved.

0 commit comments

Comments
 (0)