diff --git a/FAQ.md b/FAQ.md index 8e0a039a5d..08fa9a14ff 100644 --- a/FAQ.md +++ b/FAQ.md @@ -27,7 +27,7 @@ and quit it if there is. You probably didn't install the SC3 plugins package for SuperCollider on your system. If there is no binary package provided by your distribution, you can -[install it from source](https://github.com/samaaron/sonic-pi/blob/master/INSTALL-LINUX.md#supercollider-sc3-plugins). +[install it from source](https://github.com/samaaron/sonic-pi/blob/main/INSTALL-LINUX.md#supercollider-sc3-plugins). ## Linux: Trouble with JACK diff --git a/HOW-TO-CONTRIBUTE.md b/HOW-TO-CONTRIBUTE.md index 5d36397f98..1c470ad7c9 100644 --- a/HOW-TO-CONTRIBUTE.md +++ b/HOW-TO-CONTRIBUTE.md @@ -38,7 +38,7 @@ where help is appreciated. let us know and [open a new issue](https://github.com/samaaron/sonic-pi/issues) or, even better, send a pull request on GitHub. -- [Translate Sonic Pi to your language](https://github.com/samaaron/sonic-pi/blob/master/TRANSLATION.md) +- [Translate Sonic Pi to your language](https://github.com/samaaron/sonic-pi/blob/main/TRANSLATION.md) It's a wonderful way to introduce school kids in your country to Sonic Pi and educators will appreciate it when we make it easier for diff --git a/LICENSE.md b/LICENSE.md index f5faf0ee6d..87b6319280 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -54,7 +54,7 @@ All the bundled samples are individually licensed under a [CC0 1.0 Universal Public Domain Dedication](http://creativecommons.org/publicdomain/zero/1.0/). They have all been obtained from [freesound.org](http://freesound.org) and links to their sources can be found in the file -[etc/samples/README.md](https://github.com/samaaron/sonic-pi/blob/master/etc/samples/README.md) +[etc/samples/README.md](https://github.com/samaaron/sonic-pi/blob/main/etc/samples/README.md) [http://creativecommons.org/publicdomain/zero/1.0/](http://creativecommons.org/publicdomain/zero/1.0/) diff --git a/README.md b/README.md index adeb129af8..e78495531d 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ domains is the objective. ## Contributors -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. +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. ## Translations @@ -81,7 +81,7 @@ Status [![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: [![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: -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. +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. ## Information for developers diff --git a/app/gui/qt/SonicPi.pro b/app/gui/qt/SonicPi.pro index 44140d804f..7829207e8f 100644 --- a/app/gui/qt/SonicPi.pro +++ b/app/gui/qt/SonicPi.pro @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/gui/qt/api_list.h b/app/gui/qt/api_list.h index 4d5db74eb0..ffa76da141 100644 --- a/app/gui/qt/api_list.h +++ b/app/gui/qt/api_list.h @@ -1,7 +1,7 @@ //-- // This file is part of Sonic Pi: http://sonic-pi.net // Full project source: https://github.com/samaaron/sonic-pi -// License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +// License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md // // Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). // All rights reserved. diff --git a/app/gui/qt/mac-build-app b/app/gui/qt/mac-build-app index 9de3b2429f..2446b1a7af 100755 --- a/app/gui/qt/mac-build-app +++ b/app/gui/qt/mac-build-app @@ -3,7 +3,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/gui/qt/main.cpp b/app/gui/qt/main.cpp index a9f974130e..c8779f0771 100644 --- a/app/gui/qt/main.cpp +++ b/app/gui/qt/main.cpp @@ -1,7 +1,7 @@ //-- // This file is part of Sonic Pi: http://sonic-pi.net // Full project source: https://github.com/samaaron/sonic-pi -// License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +// License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md // // Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). // All rights reserved. @@ -47,6 +47,7 @@ int main(int argc, char *argv[]) QString systemLocale = QLocale::system().name(); + QTranslator qtTranslator; qtTranslator.load("qt_" + systemLocale, QLibraryInfo::location(QLibraryInfo::TranslationsPath)); app.installTranslator(&qtTranslator); diff --git a/app/gui/qt/mainwindow.cpp b/app/gui/qt/mainwindow.cpp index 1b1997cb05..015379976a 100644 --- a/app/gui/qt/mainwindow.cpp +++ b/app/gui/qt/mainwindow.cpp @@ -1,7 +1,7 @@ //-- // This file is part of Sonic Pi: http://sonic-pi.net // Full project source: https://github.com/samaaron/sonic-pi -// License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +// License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md // // Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). // All rights reserved. diff --git a/app/gui/qt/mainwindow.h b/app/gui/qt/mainwindow.h index fff705a052..b2e3c85d87 100644 --- a/app/gui/qt/mainwindow.h +++ b/app/gui/qt/mainwindow.h @@ -1,7 +1,7 @@ //-- // This file is part of Sonic Pi: http://sonic-pi.net // Full project source: https://github.com/samaaron/sonic-pi -// License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +// License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md // // Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). // All rights reserved. diff --git a/app/gui/qt/model/sonicpitheme.cpp b/app/gui/qt/model/sonicpitheme.cpp index adf2f7a06b..9b85822f80 100644 --- a/app/gui/qt/model/sonicpitheme.cpp +++ b/app/gui/qt/model/sonicpitheme.cpp @@ -1,7 +1,7 @@ //-- // This file is part of Sonic Pi: http://sonic-pi.net // Full project source: https://github.com/samaaron/sonic-pi -// License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +// License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md // // Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). // All rights reserved. diff --git a/app/gui/qt/model/sonicpitheme.h b/app/gui/qt/model/sonicpitheme.h index c687eadd28..343f5aa44b 100644 --- a/app/gui/qt/model/sonicpitheme.h +++ b/app/gui/qt/model/sonicpitheme.h @@ -1,7 +1,7 @@ //-- // This file is part of Sonic Pi: http://sonic-pi.net // Full project source: https://github.com/samaaron/sonic-pi -// License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +// License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md // // Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). // All rights reserved. diff --git a/app/gui/qt/old/INSTALL-LINUX-pre-3.2.md b/app/gui/qt/old/INSTALL-LINUX-pre-3.2.md index 6f45e065ae..e2ecbe235d 100644 --- a/app/gui/qt/old/INSTALL-LINUX-pre-3.2.md +++ b/app/gui/qt/old/INSTALL-LINUX-pre-3.2.md @@ -77,7 +77,7 @@ If the script doesn't work you may need to resolve dependencies yourself, see 'I 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. -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. +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. ### Running Sonic Pi @@ -88,7 +88,7 @@ cd ../../../ # Go to the root of the sonic-pi source code folder ```` This script will open Sonic Pi, and clean up any leftover processes when it closes. -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. +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. 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. diff --git a/app/gui/qt/old/build-ubuntu-18-04 b/app/gui/qt/old/build-ubuntu-18-04 index 50a8234783..58b9273d67 100755 --- a/app/gui/qt/old/build-ubuntu-18-04 +++ b/app/gui/qt/old/build-ubuntu-18-04 @@ -1,8 +1,8 @@ #!/usr/bin/env bash -# Based on https://github.com/samaaron/sonic-pi/blob/master/app/gui/qt/build-ubuntu-app +# Based on https://github.com/samaaron/sonic-pi/blob/main/app/gui/qt/build-ubuntu-app # Modified by nlb (n-l-b.fr) to install on Ubuntu 18.04 TLS -# Hope it works for you. +# Hope it works for you. # 07/07/2018 #Fail script on first error encountered @@ -134,4 +134,3 @@ echo "Building sonic-pi binary..." lrelease SonicPi.pro qmake -qt=qt5 SonicPi.pro make - diff --git a/app/gui/qt/osc/oschandler.cpp b/app/gui/qt/osc/oschandler.cpp index 36050c679b..5de0257b76 100644 --- a/app/gui/qt/osc/oschandler.cpp +++ b/app/gui/qt/osc/oschandler.cpp @@ -1,7 +1,7 @@ //-- // This file is part of Sonic Pi: http://sonic-pi.net // Full project source: https://github.com/samaaron/sonic-pi -// License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +// License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md // // Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). // All rights reserved. diff --git a/app/gui/qt/osc/oschandler.h b/app/gui/qt/osc/oschandler.h index 79195a75f6..74786a4a6e 100644 --- a/app/gui/qt/osc/oschandler.h +++ b/app/gui/qt/osc/oschandler.h @@ -1,7 +1,7 @@ //-- // This file is part of Sonic Pi: http://sonic-pi.net // Full project source: https://github.com/samaaron/sonic-pi -// License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +// License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md // // Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). // All rights reserved. diff --git a/app/gui/qt/osc/oscsender.cpp b/app/gui/qt/osc/oscsender.cpp index 2a330ade8e..8a6c1296dd 100644 --- a/app/gui/qt/osc/oscsender.cpp +++ b/app/gui/qt/osc/oscsender.cpp @@ -1,7 +1,7 @@ //-- // This file is part of Sonic Pi: http://sonic-pi.net // Full project source: https://github.com/samaaron/sonic-pi -// License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +// License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md // // Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). // All rights reserved. diff --git a/app/gui/qt/osc/oscsender.h b/app/gui/qt/osc/oscsender.h index d88624e696..1c081863c3 100644 --- a/app/gui/qt/osc/oscsender.h +++ b/app/gui/qt/osc/oscsender.h @@ -1,7 +1,7 @@ //-- // This file is part of Sonic Pi: http://sonic-pi.net // Full project source: https://github.com/samaaron/sonic-pi -// License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +// License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md // // Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). // All rights reserved. diff --git a/app/gui/qt/osc/sonic_pi_osc_server.cpp b/app/gui/qt/osc/sonic_pi_osc_server.cpp index ffbb97d2cb..957e22fe6c 100644 --- a/app/gui/qt/osc/sonic_pi_osc_server.cpp +++ b/app/gui/qt/osc/sonic_pi_osc_server.cpp @@ -1,7 +1,7 @@ //-- // This file is part of Sonic Pi: http://sonic-pi.net // Full project source: https://github.com/samaaron/sonic-pi -// License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +// License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md // // Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). // All rights reserved. diff --git a/app/gui/qt/osc/sonic_pi_osc_server.h b/app/gui/qt/osc/sonic_pi_osc_server.h index 9e9625c914..c475287877 100644 --- a/app/gui/qt/osc/sonic_pi_osc_server.h +++ b/app/gui/qt/osc/sonic_pi_osc_server.h @@ -1,7 +1,7 @@ //-- // This file is part of Sonic Pi: http://sonic-pi.net // Full project source: https://github.com/samaaron/sonic-pi -// License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +// License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md // // Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). // All rights reserved. diff --git a/app/gui/qt/osc/sonic_pi_udp_osc_server.cpp b/app/gui/qt/osc/sonic_pi_udp_osc_server.cpp index 89a2303d95..6e1a3c3e4a 100644 --- a/app/gui/qt/osc/sonic_pi_udp_osc_server.cpp +++ b/app/gui/qt/osc/sonic_pi_udp_osc_server.cpp @@ -1,7 +1,7 @@ //-- // This file is part of Sonic Pi: http://sonic-pi.net // Full project source: https://github.com/samaaron/sonic-pi -// License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +// License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md // // Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). // All rights reserved. diff --git a/app/gui/qt/osc/sonic_pi_udp_osc_server.h b/app/gui/qt/osc/sonic_pi_udp_osc_server.h index 57f509c367..81d18eb52a 100644 --- a/app/gui/qt/osc/sonic_pi_udp_osc_server.h +++ b/app/gui/qt/osc/sonic_pi_udp_osc_server.h @@ -1,7 +1,7 @@ //-- // This file is part of Sonic Pi: http://sonic-pi.net // Full project source: https://github.com/samaaron/sonic-pi -// License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +// License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md // // Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). // All rights reserved. diff --git a/app/gui/qt/prune.rb b/app/gui/qt/prune.rb index 8d194029ea..688e4dfda3 100755 --- a/app/gui/qt/prune.rb +++ b/app/gui/qt/prune.rb @@ -3,7 +3,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/gui/qt/rp-app-bin b/app/gui/qt/rp-app-bin index 81f2b5e12d..27c784695f 100755 --- a/app/gui/qt/rp-app-bin +++ b/app/gui/qt/rp-app-bin @@ -3,7 +3,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/gui/qt/utils/ruby_help.tmpl b/app/gui/qt/utils/ruby_help.tmpl index 6218c9012b..5c76dc19af 100644 --- a/app/gui/qt/utils/ruby_help.tmpl +++ b/app/gui/qt/utils/ruby_help.tmpl @@ -1,7 +1,7 @@ //-- // This file is part of Sonic Pi: http://sonic-pi.net // Full project source: https://github.com/samaaron/sonic-pi -// License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +// License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md // // Copyright 2013, 2014 by Sam Aaron (http://sam.aaron.name). // All rights reserved. diff --git a/app/gui/qt/utils/sonicpiapis.cpp b/app/gui/qt/utils/sonicpiapis.cpp index b20449cef0..b18456827b 100644 --- a/app/gui/qt/utils/sonicpiapis.cpp +++ b/app/gui/qt/utils/sonicpiapis.cpp @@ -1,7 +1,7 @@ //-- // This file is part of Sonic Pi: http://sonic-pi.net // Full project source: https://github.com/samaaron/sonic-pi -// License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +// License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md // // Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). // All rights reserved. diff --git a/app/gui/qt/utils/sonicpiapis.h b/app/gui/qt/utils/sonicpiapis.h index 115a1b0494..0e4ad33490 100644 --- a/app/gui/qt/utils/sonicpiapis.h +++ b/app/gui/qt/utils/sonicpiapis.h @@ -1,7 +1,7 @@ //-- // This file is part of Sonic Pi: http://sonic-pi.net // Full project source: https://github.com/samaaron/sonic-pi -// License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +// License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md // // Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). // All rights reserved. diff --git a/app/gui/qt/visualizer/scope.cpp b/app/gui/qt/visualizer/scope.cpp index f55d01805b..fd4bdbdf91 100644 --- a/app/gui/qt/visualizer/scope.cpp +++ b/app/gui/qt/visualizer/scope.cpp @@ -1,7 +1,7 @@ //-- // This file is part of Sonic Pi: http://sonic-pi.net // Full project source: https://github.com/samaaron/sonic-pi -// License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +// License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md // // Copyright (C) 2016 by Adrian Cheater // All rights reserved. diff --git a/app/gui/qt/visualizer/scope.h b/app/gui/qt/visualizer/scope.h index 33a403dc7e..d5137ed403 100644 --- a/app/gui/qt/visualizer/scope.h +++ b/app/gui/qt/visualizer/scope.h @@ -1,7 +1,7 @@ //-- // This file is part of Sonic Pi: http://sonic-pi.net // Full project source: https://github.com/samaaron/sonic-pi -// License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +// License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md // // Copyright (C) 2016 by Adrian Cheater // All rights reserved. diff --git a/app/gui/qt/widgets/infowidget.cpp b/app/gui/qt/widgets/infowidget.cpp index 7b34289fea..9365fd2f8a 100644 --- a/app/gui/qt/widgets/infowidget.cpp +++ b/app/gui/qt/widgets/infowidget.cpp @@ -1,7 +1,7 @@ //-- // This file is part of Sonic Pi: http://sonic-pi.net // Full project source: https://github.com/samaaron/sonic-pi -// License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +// License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md // // Copyright 2017 by Sam Aaron (http://sam.aaron.name). // All rights reserved. diff --git a/app/gui/qt/widgets/infowidget.h b/app/gui/qt/widgets/infowidget.h index 6767d77323..faabbf74b0 100644 --- a/app/gui/qt/widgets/infowidget.h +++ b/app/gui/qt/widgets/infowidget.h @@ -1,7 +1,7 @@ //-- // This file is part of Sonic Pi: http://sonic-pi.net // Full project source: https://github.com/samaaron/sonic-pi -// License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +// License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md // // Copyright 2017 by Sam Aaron (http://sam.aaron.name). // All rights reserved. diff --git a/app/gui/qt/widgets/settingswidget.cpp b/app/gui/qt/widgets/settingswidget.cpp index 7b0648a814..bd6641b1b2 100644 --- a/app/gui/qt/widgets/settingswidget.cpp +++ b/app/gui/qt/widgets/settingswidget.cpp @@ -53,7 +53,7 @@ SettingsWidget::SettingsWidget( int port, SonicPiSettings *piSettings, QWidget QLocale::languageToString(QLocale::system().language()) + " yet.
" + "We rely on crowdsourcing to help create and maintain translations.
" + - "" + + "" + "Please consider helping to translate Sonic Pi to your language. " ); go_translate->setTextFormat(Qt::RichText); diff --git a/app/gui/qt/widgets/sonicpilexer.cpp b/app/gui/qt/widgets/sonicpilexer.cpp index 89d6d49116..ffe9fc7463 100644 --- a/app/gui/qt/widgets/sonicpilexer.cpp +++ b/app/gui/qt/widgets/sonicpilexer.cpp @@ -1,7 +1,7 @@ //-- // This file is part of Sonic Pi: http://sonic-pi.net // Full project source: https://github.com/samaaron/sonic-pi -// License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +// License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md // // Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). // All rights reserved. diff --git a/app/gui/qt/widgets/sonicpilexer.h b/app/gui/qt/widgets/sonicpilexer.h index a39d0246d2..37221784e7 100644 --- a/app/gui/qt/widgets/sonicpilexer.h +++ b/app/gui/qt/widgets/sonicpilexer.h @@ -1,7 +1,7 @@ //-- // This file is part of Sonic Pi: http://sonic-pi.net // Full project source: https://github.com/samaaron/sonic-pi -// License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +// License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md // // Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). // All rights reserved. @@ -27,7 +27,7 @@ class SonicPiLexer : public QsciLexerRuby QFont defaultFont(int style) const; QStringList autoCompletionWordSeparators() const; -private: +private: SonicPiTheme *theme; public slots: diff --git a/app/gui/qt/widgets/sonicpilog.cpp b/app/gui/qt/widgets/sonicpilog.cpp index f0b1927d88..216f6c9624 100644 --- a/app/gui/qt/widgets/sonicpilog.cpp +++ b/app/gui/qt/widgets/sonicpilog.cpp @@ -1,7 +1,7 @@ //-- // This file is part of Sonic Pi: http://sonic-pi.net // Full project source: https://github.com/samaaron/sonic-pi -// License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +// License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md // // Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). // All rights reserved. diff --git a/app/gui/qt/widgets/sonicpilog.h b/app/gui/qt/widgets/sonicpilog.h index 1fee065001..57d1a7ecf2 100644 --- a/app/gui/qt/widgets/sonicpilog.h +++ b/app/gui/qt/widgets/sonicpilog.h @@ -1,7 +1,7 @@ //-- // This file is part of Sonic Pi: http://sonic-pi.net // Full project source: https://github.com/samaaron/sonic-pi -// License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +// License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md // // Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). // All rights reserved. diff --git a/app/gui/qt/widgets/sonicpiscintilla.cpp b/app/gui/qt/widgets/sonicpiscintilla.cpp index 33afbf8dca..676da67e7e 100644 --- a/app/gui/qt/widgets/sonicpiscintilla.cpp +++ b/app/gui/qt/widgets/sonicpiscintilla.cpp @@ -1,7 +1,7 @@ //-- // This file is part of Sonic Pi: http://sonic-pi.net // Full project source: https://github.com/samaaron/sonic-pi -// License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +// License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md // // Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). // All rights reserved. diff --git a/app/gui/qt/widgets/sonicpiscintilla.h b/app/gui/qt/widgets/sonicpiscintilla.h index d87cfc07ae..b533faf10d 100644 --- a/app/gui/qt/widgets/sonicpiscintilla.h +++ b/app/gui/qt/widgets/sonicpiscintilla.h @@ -1,7 +1,7 @@ //-- // This file is part of Sonic Pi: http://sonic-pi.net // Full project source: https://github.com/samaaron/sonic-pi -// License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +// License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md // // Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). // All rights reserved. diff --git a/app/server/erlang/sonic_pi_server/src/osc/osc.erl b/app/server/erlang/sonic_pi_server/src/osc/osc.erl index 0f5c8d299a..9726035b4e 100644 --- a/app/server/erlang/sonic_pi_server/src/osc/osc.erl +++ b/app/server/erlang/sonic_pi_server/src/osc/osc.erl @@ -1,7 +1,7 @@ %% -- %% This file is part of Sonic Pi: http://sonic-pi.net %% Full project source: https://github.com/samaaron/sonic-pi -%% License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +%% License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md %% %% Copyright 2016,2017 by Joe Armstrong (http://joearms.github.io/) %% All rights reserved. diff --git a/app/server/erlang/sonic_pi_server/src/osc/osc_tests.erl b/app/server/erlang/sonic_pi_server/src/osc/osc_tests.erl index be83ddc4c0..847a55f711 100644 --- a/app/server/erlang/sonic_pi_server/src/osc/osc_tests.erl +++ b/app/server/erlang/sonic_pi_server/src/osc/osc_tests.erl @@ -1,7 +1,7 @@ %% -- %% This file is part of Sonic Pi: http://sonic-pi.net %% Full project source: https://github.com/samaaron/sonic-pi -%% License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +%% License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md %% %% Copyright 2016,2017 by Joe Armstrong (http://joearms.github.io/) %% All rights reserved. diff --git a/app/server/erlang/sonic_pi_server/src/pi_server/pi_server.erl b/app/server/erlang/sonic_pi_server/src/pi_server/pi_server.erl index 0169aa01f1..9200a4afbd 100644 --- a/app/server/erlang/sonic_pi_server/src/pi_server/pi_server.erl +++ b/app/server/erlang/sonic_pi_server/src/pi_server/pi_server.erl @@ -2,7 +2,7 @@ %% -- %% This file is part of Sonic Pi: http://sonic-pi.net %% Full project source: https://github.com/samaaron/sonic-pi -%% License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +%% License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md %% %% Copyright 2016,2017 by Joe Armstrong (http://joearms.github.io/) %% All rights reserved. diff --git a/app/server/erlang/sonic_pi_server/src/pi_server/pi_server_api.erl b/app/server/erlang/sonic_pi_server/src/pi_server/pi_server_api.erl index 636ac4e0dc..979feb3a5a 100644 --- a/app/server/erlang/sonic_pi_server/src/pi_server/pi_server_api.erl +++ b/app/server/erlang/sonic_pi_server/src/pi_server/pi_server_api.erl @@ -2,7 +2,7 @@ %% -- %% This file is part of Sonic Pi: http://sonic-pi.net %% Full project source: https://github.com/samaaron/sonic-pi -%% License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +%% License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md %% %% Copyright 2016,2017 by Joe Armstrong (http://joearms.github.io/) %% All rights reserved. diff --git a/app/server/erlang/sonic_pi_server/src/pi_server/pi_server_cue.erl b/app/server/erlang/sonic_pi_server/src/pi_server/pi_server_cue.erl index de0401a1d9..53ac665b4a 100644 --- a/app/server/erlang/sonic_pi_server/src/pi_server/pi_server_cue.erl +++ b/app/server/erlang/sonic_pi_server/src/pi_server/pi_server_cue.erl @@ -2,7 +2,7 @@ %% -- %% This file is part of Sonic Pi: http://sonic-pi.net %% Full project source: https://github.com/samaaron/sonic-pi -%% License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +%% License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md %% %% Copyright 2016,2017 by Joe Armstrong (http://joearms.github.io/) %% All rights reserved. diff --git a/app/server/erlang/sonic_pi_server/src/pi_server/pi_server_tracker.erl b/app/server/erlang/sonic_pi_server/src/pi_server/pi_server_tracker.erl index a3ba622e4f..f7b7905e49 100644 --- a/app/server/erlang/sonic_pi_server/src/pi_server/pi_server_tracker.erl +++ b/app/server/erlang/sonic_pi_server/src/pi_server/pi_server_tracker.erl @@ -3,7 +3,7 @@ %% -- %% This file is part of Sonic Pi: http://sonic-pi.net %% Full project source: https://github.com/samaaron/sonic-pi -%% License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +%% License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md %% ++ -module(pi_server_tracker). diff --git a/app/server/erlang/sonic_pi_server/src/pi_server/pi_server_util.erl b/app/server/erlang/sonic_pi_server/src/pi_server/pi_server_util.erl index d265633f57..44c818561d 100644 --- a/app/server/erlang/sonic_pi_server/src/pi_server/pi_server_util.erl +++ b/app/server/erlang/sonic_pi_server/src/pi_server/pi_server_util.erl @@ -2,7 +2,7 @@ %% -- %% This file is part of Sonic Pi: http://sonic-pi.net %% Full project source: https://github.com/samaaron/sonic-pi -%% License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +%% License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md %% ++ -module(pi_server_util). diff --git a/app/server/ruby/bin/clear-logs.rb b/app/server/ruby/bin/clear-logs.rb index 3716ced77c..6f90818f53 100644 --- a/app/server/ruby/bin/clear-logs.rb +++ b/app/server/ruby/bin/clear-logs.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/bin/compile-extensions.rb b/app/server/ruby/bin/compile-extensions.rb index 556b1dd9e1..0c66eef8f5 100755 --- a/app/server/ruby/bin/compile-extensions.rb +++ b/app/server/ruby/bin/compile-extensions.rb @@ -2,7 +2,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/bin/doc.rb b/app/server/ruby/bin/doc.rb index ee56499cdb..15604db1ff 100755 --- a/app/server/ruby/bin/doc.rb +++ b/app/server/ruby/bin/doc.rb @@ -2,7 +2,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/bin/exit-script.rb b/app/server/ruby/bin/exit-script.rb index 44625f312a..7eac64fa69 100644 --- a/app/server/ruby/bin/exit-script.rb +++ b/app/server/ruby/bin/exit-script.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/bin/fetch-url.rb b/app/server/ruby/bin/fetch-url.rb index 49ba26aea0..5a1d0b8242 100644 --- a/app/server/ruby/bin/fetch-url.rb +++ b/app/server/ruby/bin/fetch-url.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2019 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/bin/i18n-tool.rb b/app/server/ruby/bin/i18n-tool.rb index c7774e6cc6..9a2326fc0d 100755 --- a/app/server/ruby/bin/i18n-tool.rb +++ b/app/server/ruby/bin/i18n-tool.rb @@ -2,7 +2,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/bin/init-script.rb b/app/server/ruby/bin/init-script.rb index 6c8c2ec76c..4d93c80a23 100644 --- a/app/server/ruby/bin/init-script.rb +++ b/app/server/ruby/bin/init-script.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/bin/qt-doc.rb b/app/server/ruby/bin/qt-doc.rb index 85b570f553..7accea6e2f 100755 --- a/app/server/ruby/bin/qt-doc.rb +++ b/app/server/ruby/bin/qt-doc.rb @@ -2,7 +2,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/bin/sonic-pi-server.rb b/app/server/ruby/bin/sonic-pi-server.rb index 50b11b4da6..fb0f32154a 100755 --- a/app/server/ruby/bin/sonic-pi-server.rb +++ b/app/server/ruby/bin/sonic-pi-server.rb @@ -2,7 +2,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/bin/task-clear.rb b/app/server/ruby/bin/task-clear.rb index be264d1bad..78e6881dd5 100644 --- a/app/server/ruby/bin/task-clear.rb +++ b/app/server/ruby/bin/task-clear.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/bin/task-register.rb b/app/server/ruby/bin/task-register.rb index df4cd631a9..e5a94a62f1 100644 --- a/app/server/ruby/bin/task-register.rb +++ b/app/server/ruby/bin/task-register.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/core.rb b/app/server/ruby/core.rb index 5651d8028c..fb1e4d2bf0 100755 --- a/app/server/ruby/core.rb +++ b/app/server/ruby/core.rb @@ -2,7 +2,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/lib/sonicpi/allocator.rb b/app/server/ruby/lib/sonicpi/allocator.rb index 77b1607cf5..1a8a385aef 100644 --- a/app/server/ruby/lib/sonicpi/allocator.rb +++ b/app/server/ruby/lib/sonicpi/allocator.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/lib/sonicpi/atom.rb b/app/server/ruby/lib/sonicpi/atom.rb index ce9381c1ab..e0bec9d5d5 100644 --- a/app/server/ruby/lib/sonicpi/atom.rb +++ b/app/server/ruby/lib/sonicpi/atom.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/lib/sonicpi/audiobus.rb b/app/server/ruby/lib/sonicpi/audiobus.rb index 1fb43080f8..145321640a 100644 --- a/app/server/ruby/lib/sonicpi/audiobus.rb +++ b/app/server/ruby/lib/sonicpi/audiobus.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/lib/sonicpi/audiobusallocator.rb b/app/server/ruby/lib/sonicpi/audiobusallocator.rb index 4d153402c1..fd09787252 100644 --- a/app/server/ruby/lib/sonicpi/audiobusallocator.rb +++ b/app/server/ruby/lib/sonicpi/audiobusallocator.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/lib/sonicpi/blanknode.rb b/app/server/ruby/lib/sonicpi/blanknode.rb index 441a00e954..bb7a2a9e82 100644 --- a/app/server/ruby/lib/sonicpi/blanknode.rb +++ b/app/server/ruby/lib/sonicpi/blanknode.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/lib/sonicpi/buffer.rb b/app/server/ruby/lib/sonicpi/buffer.rb index 3958c54561..63da790516 100644 --- a/app/server/ruby/lib/sonicpi/buffer.rb +++ b/app/server/ruby/lib/sonicpi/buffer.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/lib/sonicpi/bufferstream.rb b/app/server/ruby/lib/sonicpi/bufferstream.rb index b5da550a19..da0f5bf6dd 100644 --- a/app/server/ruby/lib/sonicpi/bufferstream.rb +++ b/app/server/ruby/lib/sonicpi/bufferstream.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/lib/sonicpi/bus.rb b/app/server/ruby/lib/sonicpi/bus.rb index 87fe155ead..d2c9c7ed06 100644 --- a/app/server/ruby/lib/sonicpi/bus.rb +++ b/app/server/ruby/lib/sonicpi/bus.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/lib/sonicpi/busallocator.rb b/app/server/ruby/lib/sonicpi/busallocator.rb index 470ca7c8b8..26caeed79d 100644 --- a/app/server/ruby/lib/sonicpi/busallocator.rb +++ b/app/server/ruby/lib/sonicpi/busallocator.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/lib/sonicpi/chainnode.rb b/app/server/ruby/lib/sonicpi/chainnode.rb index 8a7d54f551..8686f49fa1 100644 --- a/app/server/ruby/lib/sonicpi/chainnode.rb +++ b/app/server/ruby/lib/sonicpi/chainnode.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/lib/sonicpi/chord.rb b/app/server/ruby/lib/sonicpi/chord.rb index a4412ab6bc..7d76849ac5 100644 --- a/app/server/ruby/lib/sonicpi/chord.rb +++ b/app/server/ruby/lib/sonicpi/chord.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/lib/sonicpi/chordgroup.rb b/app/server/ruby/lib/sonicpi/chordgroup.rb index 75e2c09029..7660a2206c 100644 --- a/app/server/ruby/lib/sonicpi/chordgroup.rb +++ b/app/server/ruby/lib/sonicpi/chordgroup.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/lib/sonicpi/config/settings.rb b/app/server/ruby/lib/sonicpi/config/settings.rb index f915aac514..b61dfc399a 100644 --- a/app/server/ruby/lib/sonicpi/config/settings.rb +++ b/app/server/ruby/lib/sonicpi/config/settings.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/lib/sonicpi/controlbus.rb b/app/server/ruby/lib/sonicpi/controlbus.rb index 8a897afca5..b32c831240 100644 --- a/app/server/ruby/lib/sonicpi/controlbus.rb +++ b/app/server/ruby/lib/sonicpi/controlbus.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/lib/sonicpi/controlbusallocator.rb b/app/server/ruby/lib/sonicpi/controlbusallocator.rb index 17cb13ee83..6385351928 100644 --- a/app/server/ruby/lib/sonicpi/controlbusallocator.rb +++ b/app/server/ruby/lib/sonicpi/controlbusallocator.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/lib/sonicpi/counter.rb b/app/server/ruby/lib/sonicpi/counter.rb index 11d618298e..416a66f6db 100644 --- a/app/server/ruby/lib/sonicpi/counter.rb +++ b/app/server/ruby/lib/sonicpi/counter.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/lib/sonicpi/cueevent.rb b/app/server/ruby/lib/sonicpi/cueevent.rb index 61056a0c97..6429b9d33b 100644 --- a/app/server/ruby/lib/sonicpi/cueevent.rb +++ b/app/server/ruby/lib/sonicpi/cueevent.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2017 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/lib/sonicpi/event_history.rb b/app/server/ruby/lib/sonicpi/event_history.rb index c0fdc7d279..aadc5bc157 100644 --- a/app/server/ruby/lib/sonicpi/event_history.rb +++ b/app/server/ruby/lib/sonicpi/event_history.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2017 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/lib/sonicpi/fxnode.rb b/app/server/ruby/lib/sonicpi/fxnode.rb index b8ff7f9f29..434b0b6e3a 100644 --- a/app/server/ruby/lib/sonicpi/fxnode.rb +++ b/app/server/ruby/lib/sonicpi/fxnode.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/lib/sonicpi/fxreplacenode.rb b/app/server/ruby/lib/sonicpi/fxreplacenode.rb index f62408ad8c..5fe2083a26 100644 --- a/app/server/ruby/lib/sonicpi/fxreplacenode.rb +++ b/app/server/ruby/lib/sonicpi/fxreplacenode.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/lib/sonicpi/gitsave.rb b/app/server/ruby/lib/sonicpi/gitsave.rb index 8eb9ada8d9..0754055c94 100644 --- a/app/server/ruby/lib/sonicpi/gitsave.rb +++ b/app/server/ruby/lib/sonicpi/gitsave.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/lib/sonicpi/group.rb b/app/server/ruby/lib/sonicpi/group.rb index 1733211821..c85a400445 100644 --- a/app/server/ruby/lib/sonicpi/group.rb +++ b/app/server/ruby/lib/sonicpi/group.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/lib/sonicpi/incomingevents.rb b/app/server/ruby/lib/sonicpi/incomingevents.rb index e107d44721..6f6eb285cd 100644 --- a/app/server/ruby/lib/sonicpi/incomingevents.rb +++ b/app/server/ruby/lib/sonicpi/incomingevents.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/lib/sonicpi/jobs.rb b/app/server/ruby/lib/sonicpi/jobs.rb index 09a7737ae2..c4368f6a20 100644 --- a/app/server/ruby/lib/sonicpi/jobs.rb +++ b/app/server/ruby/lib/sonicpi/jobs.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/lib/sonicpi/lang/core.rb b/app/server/ruby/lib/sonicpi/lang/core.rb index 81e0b5bd3b..e3fe6f62bf 100644 --- a/app/server/ruby/lib/sonicpi/lang/core.rb +++ b/app/server/ruby/lib/sonicpi/lang/core.rb @@ -2,7 +2,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/lib/sonicpi/lang/ixi.rb b/app/server/ruby/lib/sonicpi/lang/ixi.rb index aac1ea962a..a08f6ba33f 100644 --- a/app/server/ruby/lib/sonicpi/lang/ixi.rb +++ b/app/server/ruby/lib/sonicpi/lang/ixi.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2019 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/lib/sonicpi/lang/maths.rb b/app/server/ruby/lib/sonicpi/lang/maths.rb index 088d45039f..ea0aa26228 100644 --- a/app/server/ruby/lib/sonicpi/lang/maths.rb +++ b/app/server/ruby/lib/sonicpi/lang/maths.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2017 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/lib/sonicpi/lang/midi.rb b/app/server/ruby/lib/sonicpi/lang/midi.rb index 411f11c005..91e0e480d7 100644 --- a/app/server/ruby/lib/sonicpi/lang/midi.rb +++ b/app/server/ruby/lib/sonicpi/lang/midi.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2016, 2017 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/lib/sonicpi/lang/minecraftpi.rb b/app/server/ruby/lib/sonicpi/lang/minecraftpi.rb index 6bdd002ad2..07db851185 100644 --- a/app/server/ruby/lib/sonicpi/lang/minecraftpi.rb +++ b/app/server/ruby/lib/sonicpi/lang/minecraftpi.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/lib/sonicpi/lang/pattern.rb b/app/server/ruby/lib/sonicpi/lang/pattern.rb index cfa35cb4d3..6c869a88a4 100644 --- a/app/server/ruby/lib/sonicpi/lang/pattern.rb +++ b/app/server/ruby/lib/sonicpi/lang/pattern.rb @@ -2,7 +2,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/lib/sonicpi/lang/sound.rb b/app/server/ruby/lib/sonicpi/lang/sound.rb index 0bdfa63cbc..8e0faf9f52 100644 --- a/app/server/ruby/lib/sonicpi/lang/sound.rb +++ b/app/server/ruby/lib/sonicpi/lang/sound.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/lib/sonicpi/lang/support/docsystem.rb b/app/server/ruby/lib/sonicpi/lang/support/docsystem.rb index bfee247c0a..9ba86a326b 100644 --- a/app/server/ruby/lib/sonicpi/lang/support/docsystem.rb +++ b/app/server/ruby/lib/sonicpi/lang/support/docsystem.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/lib/sonicpi/lazybuffer.rb b/app/server/ruby/lib/sonicpi/lazybuffer.rb index 18cbccd447..64bceb4b2e 100644 --- a/app/server/ruby/lib/sonicpi/lazybuffer.rb +++ b/app/server/ruby/lib/sonicpi/lazybuffer.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/lib/sonicpi/lazynode.rb b/app/server/ruby/lib/sonicpi/lazynode.rb index d60fb1712b..6c074273ac 100644 --- a/app/server/ruby/lib/sonicpi/lazynode.rb +++ b/app/server/ruby/lib/sonicpi/lazynode.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/lib/sonicpi/lifecyclehooks.rb b/app/server/ruby/lib/sonicpi/lifecyclehooks.rb index bdcffbe33f..d4ee223f7d 100644 --- a/app/server/ruby/lib/sonicpi/lifecyclehooks.rb +++ b/app/server/ruby/lib/sonicpi/lifecyclehooks.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/lib/sonicpi/node.rb b/app/server/ruby/lib/sonicpi/node.rb index 5b06b1b942..d8278f937a 100644 --- a/app/server/ruby/lib/sonicpi/node.rb +++ b/app/server/ruby/lib/sonicpi/node.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/lib/sonicpi/nodeproxy.rb b/app/server/ruby/lib/sonicpi/nodeproxy.rb index 0dabedda78..a0a26930b2 100644 --- a/app/server/ruby/lib/sonicpi/nodeproxy.rb +++ b/app/server/ruby/lib/sonicpi/nodeproxy.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/lib/sonicpi/note.rb b/app/server/ruby/lib/sonicpi/note.rb index 12ef6d2e4f..743984ef9a 100644 --- a/app/server/ruby/lib/sonicpi/note.rb +++ b/app/server/ruby/lib/sonicpi/note.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/lib/sonicpi/osc/blob.rb b/app/server/ruby/lib/sonicpi/osc/blob.rb index 24183d9138..7c0ccd9c17 100644 --- a/app/server/ruby/lib/sonicpi/osc/blob.rb +++ b/app/server/ruby/lib/sonicpi/osc/blob.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2020 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/lib/sonicpi/osc/osc.rb b/app/server/ruby/lib/sonicpi/osc/osc.rb index da8b079c82..de275c349a 100644 --- a/app/server/ruby/lib/sonicpi/osc/osc.rb +++ b/app/server/ruby/lib/sonicpi/osc/osc.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/lib/sonicpi/osc/oscdecode.rb b/app/server/ruby/lib/sonicpi/osc/oscdecode.rb index 97db68bb39..ded65d4175 100644 --- a/app/server/ruby/lib/sonicpi/osc/oscdecode.rb +++ b/app/server/ruby/lib/sonicpi/osc/oscdecode.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/lib/sonicpi/osc/oscencode.rb b/app/server/ruby/lib/sonicpi/osc/oscencode.rb index 483bfc792e..8f6ba6f45e 100644 --- a/app/server/ruby/lib/sonicpi/osc/oscencode.rb +++ b/app/server/ruby/lib/sonicpi/osc/oscencode.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/lib/sonicpi/osc/tcp_client.rb b/app/server/ruby/lib/sonicpi/osc/tcp_client.rb index b0843ad5cd..6f8e0aee7c 100644 --- a/app/server/ruby/lib/sonicpi/osc/tcp_client.rb +++ b/app/server/ruby/lib/sonicpi/osc/tcp_client.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/lib/sonicpi/osc/tcp_server.rb b/app/server/ruby/lib/sonicpi/osc/tcp_server.rb index caafa2ad95..6adf763824 100644 --- a/app/server/ruby/lib/sonicpi/osc/tcp_server.rb +++ b/app/server/ruby/lib/sonicpi/osc/tcp_server.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/lib/sonicpi/osc/udp_client.rb b/app/server/ruby/lib/sonicpi/osc/udp_client.rb index 5933396ebe..608b44fd0f 100644 --- a/app/server/ruby/lib/sonicpi/osc/udp_client.rb +++ b/app/server/ruby/lib/sonicpi/osc/udp_client.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/lib/sonicpi/osc/udp_server.rb b/app/server/ruby/lib/sonicpi/osc/udp_server.rb index d9eaa11a2a..c3cc2e6745 100644 --- a/app/server/ruby/lib/sonicpi/osc/udp_server.rb +++ b/app/server/ruby/lib/sonicpi/osc/udp_server.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/lib/sonicpi/osc/websocket_server.rb b/app/server/ruby/lib/sonicpi/osc/websocket_server.rb index 8e87345cb1..bea4403e2b 100644 --- a/app/server/ruby/lib/sonicpi/osc/websocket_server.rb +++ b/app/server/ruby/lib/sonicpi/osc/websocket_server.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2018 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/lib/sonicpi/preparser.rb b/app/server/ruby/lib/sonicpi/preparser.rb index bfb6231fe8..63aec62d62 100644 --- a/app/server/ruby/lib/sonicpi/preparser.rb +++ b/app/server/ruby/lib/sonicpi/preparser.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/lib/sonicpi/promise.rb b/app/server/ruby/lib/sonicpi/promise.rb index 923dbc6535..3b54629348 100644 --- a/app/server/ruby/lib/sonicpi/promise.rb +++ b/app/server/ruby/lib/sonicpi/promise.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/lib/sonicpi/runtime.rb b/app/server/ruby/lib/sonicpi/runtime.rb index 31a091b4b4..0b054eac59 100644 --- a/app/server/ruby/lib/sonicpi/runtime.rb +++ b/app/server/ruby/lib/sonicpi/runtime.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/lib/sonicpi/sample_loader.rb b/app/server/ruby/lib/sonicpi/sample_loader.rb index 9f86b6d52f..a382068395 100644 --- a/app/server/ruby/lib/sonicpi/sample_loader.rb +++ b/app/server/ruby/lib/sonicpi/sample_loader.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/lib/sonicpi/samplebuffer.rb b/app/server/ruby/lib/sonicpi/samplebuffer.rb index e93702ab34..1decc2de6b 100644 --- a/app/server/ruby/lib/sonicpi/samplebuffer.rb +++ b/app/server/ruby/lib/sonicpi/samplebuffer.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/lib/sonicpi/scale.rb b/app/server/ruby/lib/sonicpi/scale.rb index 7b5df9c888..eb5d47d74f 100644 --- a/app/server/ruby/lib/sonicpi/scale.rb +++ b/app/server/ruby/lib/sonicpi/scale.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/lib/sonicpi/scsynthexternal.rb b/app/server/ruby/lib/sonicpi/scsynthexternal.rb index 287ced40e2..3b8a298138 100644 --- a/app/server/ruby/lib/sonicpi/scsynthexternal.rb +++ b/app/server/ruby/lib/sonicpi/scsynthexternal.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/lib/sonicpi/server.rb b/app/server/ruby/lib/sonicpi/server.rb index f05b1daf8b..28a4ef5e1b 100644 --- a/app/server/ruby/lib/sonicpi/server.rb +++ b/app/server/ruby/lib/sonicpi/server.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/lib/sonicpi/sox.rb b/app/server/ruby/lib/sonicpi/sox.rb index bd719a7468..544fd528c8 100644 --- a/app/server/ruby/lib/sonicpi/sox.rb +++ b/app/server/ruby/lib/sonicpi/sox.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2017 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/lib/sonicpi/sthread.rb b/app/server/ruby/lib/sonicpi/sthread.rb index 76c21c5e90..665eed8267 100644 --- a/app/server/ruby/lib/sonicpi/sthread.rb +++ b/app/server/ruby/lib/sonicpi/sthread.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/lib/sonicpi/studio.rb b/app/server/ruby/lib/sonicpi/studio.rb index 4458d61c27..41654e14f0 100644 --- a/app/server/ruby/lib/sonicpi/studio.rb +++ b/app/server/ruby/lib/sonicpi/studio.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/lib/sonicpi/synthnode.rb b/app/server/ruby/lib/sonicpi/synthnode.rb index 77bf08944c..34ef636a64 100644 --- a/app/server/ruby/lib/sonicpi/synthnode.rb +++ b/app/server/ruby/lib/sonicpi/synthnode.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/lib/sonicpi/synthnodeproxy.rb b/app/server/ruby/lib/sonicpi/synthnodeproxy.rb index 28c34038b9..fd62159a63 100644 --- a/app/server/ruby/lib/sonicpi/synthnodeproxy.rb +++ b/app/server/ruby/lib/sonicpi/synthnodeproxy.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/lib/sonicpi/synths/synthinfo.rb b/app/server/ruby/lib/sonicpi/synths/synthinfo.rb index d1dc85d7b5..218c4fca47 100644 --- a/app/server/ruby/lib/sonicpi/synths/synthinfo.rb +++ b/app/server/ruby/lib/sonicpi/synths/synthinfo.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/lib/sonicpi/synthtracker.rb b/app/server/ruby/lib/sonicpi/synthtracker.rb index b03921334e..c6b8565802 100644 --- a/app/server/ruby/lib/sonicpi/synthtracker.rb +++ b/app/server/ruby/lib/sonicpi/synthtracker.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/lib/sonicpi/thread_id.rb b/app/server/ruby/lib/sonicpi/thread_id.rb index 91002d295d..d8bcb3b121 100644 --- a/app/server/ruby/lib/sonicpi/thread_id.rb +++ b/app/server/ruby/lib/sonicpi/thread_id.rb @@ -1,6 +1,6 @@ # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2017 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/lib/sonicpi/tuning.rb b/app/server/ruby/lib/sonicpi/tuning.rb index 7020eaaf4c..b0f49ca71c 100644 --- a/app/server/ruby/lib/sonicpi/tuning.rb +++ b/app/server/ruby/lib/sonicpi/tuning.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/lib/sonicpi/util.rb b/app/server/ruby/lib/sonicpi/util.rb index 76fab62410..c6e2106cc6 100644 --- a/app/server/ruby/lib/sonicpi/util.rb +++ b/app/server/ruby/lib/sonicpi/util.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/lib/sonicpi/version.rb b/app/server/ruby/lib/sonicpi/version.rb index 6c8bba53af..fd054aad01 100644 --- a/app/server/ruby/lib/sonicpi/version.rb +++ b/app/server/ruby/lib/sonicpi/version.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/lib/sonicpi/wrappingarray.rb b/app/server/ruby/lib/sonicpi/wrappingarray.rb index 4288662857..8648d2045f 100644 --- a/app/server/ruby/lib/sonicpi/wrappingarray.rb +++ b/app/server/ruby/lib/sonicpi/wrappingarray.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/test/lang/core/test_chance.rb b/app/server/ruby/test/lang/core/test_chance.rb index a01d3ae778..f297e97497 100644 --- a/app/server/ruby/test/lang/core/test_chance.rb +++ b/app/server/ruby/test/lang/core/test_chance.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/test/lang/core/test_cue_sync.rb b/app/server/ruby/test/lang/core/test_cue_sync.rb index c8f4769bfe..e0d407d0b0 100644 --- a/app/server/ruby/test/lang/core/test_cue_sync.rb +++ b/app/server/ruby/test/lang/core/test_cue_sync.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/test/lang/core/test_quantise.rb b/app/server/ruby/test/lang/core/test_quantise.rb index b43753bebc..c543556418 100644 --- a/app/server/ruby/test/lang/core/test_quantise.rb +++ b/app/server/ruby/test/lang/core/test_quantise.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/test/lang/core/test_set_get.rb b/app/server/ruby/test/lang/core/test_set_get.rb index 98e8a5eff2..8b7f9d2e38 100644 --- a/app/server/ruby/test/lang/core/test_set_get.rb +++ b/app/server/ruby/test/lang/core/test_set_get.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/test/lang/core/test_sleep.rb b/app/server/ruby/test/lang/core/test_sleep.rb index c99ee7ee67..4108e409e6 100644 --- a/app/server/ruby/test/lang/core/test_sleep.rb +++ b/app/server/ruby/test/lang/core/test_sleep.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2017 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/test/lang/core/test_spark.rb b/app/server/ruby/test/lang/core/test_spark.rb index 4a308b159d..1230c69017 100644 --- a/app/server/ruby/test/lang/core/test_spark.rb +++ b/app/server/ruby/test/lang/core/test_spark.rb @@ -2,7 +2,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/test/lang/core/test_state.rb b/app/server/ruby/test/lang/core/test_state.rb index f765e11196..6c8f95fffe 100644 --- a/app/server/ruby/test/lang/core/test_state.rb +++ b/app/server/ruby/test/lang/core/test_state.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2017 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/test/lang/core/test_threads.rb b/app/server/ruby/test/lang/core/test_threads.rb index fc66e6ea2f..e59584592e 100644 --- a/app/server/ruby/test/lang/core/test_threads.rb +++ b/app/server/ruby/test/lang/core/test_threads.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/test/lang/core/test_tick.rb b/app/server/ruby/test/lang/core/test_tick.rb index 70c8df4986..b659504b52 100644 --- a/app/server/ruby/test/lang/core/test_tick.rb +++ b/app/server/ruby/test/lang/core/test_tick.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/test/lang/core/test_time_warp.rb b/app/server/ruby/test/lang/core/test_time_warp.rb index 0b3d61c61c..a7ba64ef45 100644 --- a/app/server/ruby/test/lang/core/test_time_warp.rb +++ b/app/server/ruby/test/lang/core/test_time_warp.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2017 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/test/lang/sound/test_midi_filter.rb b/app/server/ruby/test/lang/sound/test_midi_filter.rb index c807170baf..7022455100 100644 --- a/app/server/ruby/test/lang/sound/test_midi_filter.rb +++ b/app/server/ruby/test/lang/sound/test_midi_filter.rb @@ -1,7 +1,7 @@ # #-- # # This file is part of Sonic Pi: http://sonic-pi.net # # Full project source: https://github.com/samaaron/sonic-pi -# # License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# # License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # # # Copyright 2017 by Sam Aaron (http://sam.aaron.name). # # All rights reserved. diff --git a/app/server/ruby/test/lang/sound/test_play.rb b/app/server/ruby/test/lang/sound/test_play.rb index 6337914f90..a9c2c0924e 100644 --- a/app/server/ruby/test/lang/sound/test_play.rb +++ b/app/server/ruby/test/lang/sound/test_play.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/test/lang/sound/test_play_nested_pattern.rb b/app/server/ruby/test/lang/sound/test_play_nested_pattern.rb index 74d24e53ef..8feaea0c82 100644 --- a/app/server/ruby/test/lang/sound/test_play_nested_pattern.rb +++ b/app/server/ruby/test/lang/sound/test_play_nested_pattern.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/test/lang/sound/test_sample.rb b/app/server/ruby/test/lang/sound/test_sample.rb index 67c745f4fb..a60036bca2 100644 --- a/app/server/ruby/test/lang/sound/test_sample.rb +++ b/app/server/ruby/test/lang/sound/test_sample.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/test/lang/sound/test_sample_duration.rb b/app/server/ruby/test/lang/sound/test_sample_duration.rb index ab3cfcb801..cb0ae9bb16 100644 --- a/app/server/ruby/test/lang/sound/test_sample_duration.rb +++ b/app/server/ruby/test/lang/sound/test_sample_duration.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/test/lang/sound/test_sample_loader.rb b/app/server/ruby/test/lang/sound/test_sample_loader.rb index dccf6f4903..5930f42bfb 100644 --- a/app/server/ruby/test/lang/sound/test_sample_loader.rb +++ b/app/server/ruby/test/lang/sound/test_sample_loader.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/test/lang/sound/test_sound.rb b/app/server/ruby/test/lang/sound/test_sound.rb index db242e26f3..1e21c09e44 100644 --- a/app/server/ruby/test/lang/sound/test_sound.rb +++ b/app/server/ruby/test/lang/sound/test_sound.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/test/lang/western_theory/test_invert_chord.rb b/app/server/ruby/test/lang/western_theory/test_invert_chord.rb index 2d03c59139..b055f7f27c 100644 --- a/app/server/ruby/test/lang/western_theory/test_invert_chord.rb +++ b/app/server/ruby/test/lang/western_theory/test_invert_chord.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/test/lang/western_theory/test_note.rb b/app/server/ruby/test/lang/western_theory/test_note.rb index 10a09a4d1a..e57f336d41 100644 --- a/app/server/ruby/test/lang/western_theory/test_note.rb +++ b/app/server/ruby/test/lang/western_theory/test_note.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/test/lang/western_theory/test_note_info.rb b/app/server/ruby/test/lang/western_theory/test_note_info.rb index 15a3dccda0..7bf9b653c9 100644 --- a/app/server/ruby/test/lang/western_theory/test_note_info.rb +++ b/app/server/ruby/test/lang/western_theory/test_note_info.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/test/lang/western_theory/test_note_range.rb b/app/server/ruby/test/lang/western_theory/test_note_range.rb index 47de8a4604..18bf2b55a0 100644 --- a/app/server/ruby/test/lang/western_theory/test_note_range.rb +++ b/app/server/ruby/test/lang/western_theory/test_note_range.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/test/lang/western_theory/test_rest.rb b/app/server/ruby/test/lang/western_theory/test_rest.rb index 0732934f22..5b911c2afd 100644 --- a/app/server/ruby/test/lang/western_theory/test_rest.rb +++ b/app/server/ruby/test/lang/western_theory/test_rest.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2020 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/test/performance/test_osc_perf.rb b/app/server/ruby/test/performance/test_osc_perf.rb index 88f1467a50..7d69989ab9 100644 --- a/app/server/ruby/test/performance/test_osc_perf.rb +++ b/app/server/ruby/test/performance/test_osc_perf.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/test/test_allocator.rb b/app/server/ruby/test/test_allocator.rb index a816271fca..3da525a7d3 100644 --- a/app/server/ruby/test/test_allocator.rb +++ b/app/server/ruby/test/test_allocator.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/test/test_chord.rb b/app/server/ruby/test/test_chord.rb index 74cf6f6706..6f62f34fc2 100644 --- a/app/server/ruby/test/test_chord.rb +++ b/app/server/ruby/test/test_chord.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/test/test_cue_event.rb b/app/server/ruby/test/test_cue_event.rb index 08acaa1dcc..78bcb60114 100644 --- a/app/server/ruby/test/test_cue_event.rb +++ b/app/server/ruby/test/test_cue_event.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2017 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/test/test_event_history.rb b/app/server/ruby/test/test_event_history.rb index 53cd021b08..2526e7b86c 100644 --- a/app/server/ruby/test/test_event_history.rb +++ b/app/server/ruby/test/test_event_history.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2017 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/test/test_note.rb b/app/server/ruby/test/test_note.rb index 63014ffdf6..1f0f87ed68 100644 --- a/app/server/ruby/test/test_note.rb +++ b/app/server/ruby/test/test_note.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/test/test_osc.rb b/app/server/ruby/test/test_osc.rb index 4c495d5653..49494a736d 100644 --- a/app/server/ruby/test/test_osc.rb +++ b/app/server/ruby/test/test_osc.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/test/test_preparser.rb b/app/server/ruby/test/test_preparser.rb index 2ac7f89af6..d734ba3ce0 100644 --- a/app/server/ruby/test/test_preparser.rb +++ b/app/server/ruby/test/test_preparser.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/test/test_promise.rb b/app/server/ruby/test/test_promise.rb index 459e769a06..e232e7f2a8 100644 --- a/app/server/ruby/test/test_promise.rb +++ b/app/server/ruby/test/test_promise.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/test/test_ring.rb b/app/server/ruby/test/test_ring.rb index a49d3effcb..77b3df4950 100644 --- a/app/server/ruby/test/test_ring.rb +++ b/app/server/ruby/test/test_ring.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/test/test_scale.rb b/app/server/ruby/test/test_scale.rb index 66ab8cb463..d9dd0aa17a 100644 --- a/app/server/ruby/test/test_scale.rb +++ b/app/server/ruby/test/test_scale.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/test/test_thread_id.rb b/app/server/ruby/test/test_thread_id.rb index b16ae24dff..db558e4b68 100644 --- a/app/server/ruby/test/test_thread_id.rb +++ b/app/server/ruby/test/test_thread_id.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2017 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/test/test_threadlocal.rb b/app/server/ruby/test/test_threadlocal.rb index 57af85557c..073b978879 100644 --- a/app/server/ruby/test/test_threadlocal.rb +++ b/app/server/ruby/test/test_threadlocal.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/test/test_tuning.rb b/app/server/ruby/test/test_tuning.rb index 276811c47b..390447356b 100644 --- a/app/server/ruby/test/test_tuning.rb +++ b/app/server/ruby/test/test_tuning.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/test/test_util.rb b/app/server/ruby/test/test_util.rb index 28efedc999..a580299baf 100644 --- a/app/server/ruby/test/test_util.rb +++ b/app/server/ruby/test/test_util.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/test/test_vector.rb b/app/server/ruby/test/test_vector.rb index 2eb424d9a6..b4a01398f4 100644 --- a/app/server/ruby/test/test_vector.rb +++ b/app/server/ruby/test/test_vector.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/test/test_version.rb b/app/server/ruby/test/test_version.rb index 7661ba636c..87a10de0ef 100644 --- a/app/server/ruby/test/test_version.rb +++ b/app/server/ruby/test/test_version.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/app/server/ruby/util.rb b/app/server/ruby/util.rb index 80928525f9..6e45106dec 100644 --- a/app/server/ruby/util.rb +++ b/app/server/ruby/util.rb @@ -1,7 +1,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/bin/sonic-pi b/bin/sonic-pi index 3e194698bc..c176d9f568 100755 --- a/bin/sonic-pi +++ b/bin/sonic-pi @@ -3,7 +3,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/bin/sonic-pi-graffiti b/bin/sonic-pi-graffiti index 3a4adddf41..47e5aeb313 100755 --- a/bin/sonic-pi-graffiti +++ b/bin/sonic-pi-graffiti @@ -3,7 +3,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/etc/synthdefs/designs/overtone/sonic-pi/src/sonic_pi/atmos.clj b/etc/synthdefs/designs/overtone/sonic-pi/src/sonic_pi/atmos.clj index 5e7ca9ce38..a22a881cc8 100644 --- a/etc/synthdefs/designs/overtone/sonic-pi/src/sonic_pi/atmos.clj +++ b/etc/synthdefs/designs/overtone/sonic-pi/src/sonic_pi/atmos.clj @@ -1,7 +1,7 @@ ;;-- ;; This file is part of Sonic Pi: http://sonic-pi.net ;; Full project source: https://github.com/samaaron/sonic-pi -;; License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +;; License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md ;; ;; Copyright 2013, 2014, 2015 by Sam Aaron (http://sam.aaron.name). ;; All rights reserved. diff --git a/etc/synthdefs/designs/overtone/sonic-pi/src/sonic_pi/basic.clj b/etc/synthdefs/designs/overtone/sonic-pi/src/sonic_pi/basic.clj index 360733c25e..4f788bd4b9 100644 --- a/etc/synthdefs/designs/overtone/sonic-pi/src/sonic_pi/basic.clj +++ b/etc/synthdefs/designs/overtone/sonic-pi/src/sonic_pi/basic.clj @@ -1,7 +1,7 @@ ;;-- ;; This file is part of Sonic Pi: http://sonic-pi.net ;; Full project source: https://github.com/samaaron/sonic-pi -;; License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +;; License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md ;; ;; Copyright 2013, 2014, 2015 by Sam Aaron (http://sam.aaron.name). ;; All rights reserved. diff --git a/etc/synthdefs/designs/overtone/sonic-pi/src/sonic_pi/bell.clj b/etc/synthdefs/designs/overtone/sonic-pi/src/sonic_pi/bell.clj index 368987106f..0eb3a99f2f 100644 --- a/etc/synthdefs/designs/overtone/sonic-pi/src/sonic_pi/bell.clj +++ b/etc/synthdefs/designs/overtone/sonic-pi/src/sonic_pi/bell.clj @@ -1,7 +1,7 @@ ;;-- ;; This file is part of Sonic Pi: http://sonic-pi.net ;; Full project source: https://github.com/samaaron/sonic-pi -;; License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +;; License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md ;; ;; Copyright 2013, 2014, 2015 by Sam Aaron (http://sam.aaron.name). ;; All rights reserved. diff --git a/etc/synthdefs/designs/overtone/sonic-pi/src/sonic_pi/chiptune.clj b/etc/synthdefs/designs/overtone/sonic-pi/src/sonic_pi/chiptune.clj index 1db7a5de01..b425097f9f 100644 --- a/etc/synthdefs/designs/overtone/sonic-pi/src/sonic_pi/chiptune.clj +++ b/etc/synthdefs/designs/overtone/sonic-pi/src/sonic_pi/chiptune.clj @@ -1,7 +1,7 @@ ;;-- ;; This file is part of Sonic Pi: http://sonic-pi.net ;; Full project source: https://github.com/samaaron/sonic-pi -;; License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +;; License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md ;; ;; Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). ;; All rights reserved. diff --git a/etc/synthdefs/designs/overtone/sonic-pi/src/sonic_pi/core.clj b/etc/synthdefs/designs/overtone/sonic-pi/src/sonic_pi/core.clj index d0056a23b3..c04bea1190 100644 --- a/etc/synthdefs/designs/overtone/sonic-pi/src/sonic_pi/core.clj +++ b/etc/synthdefs/designs/overtone/sonic-pi/src/sonic_pi/core.clj @@ -1,7 +1,7 @@ ;;-- ;; This file is part of Sonic Pi: http://sonic-pi.net ;; Full project source: https://github.com/samaaron/sonic-pi -;; License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +;; License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md ;; ;; Copyright 2013, 2014, 2015, 2017 by Sam Aaron (http://sam.aaron.name). ;; All rights reserved. diff --git a/etc/synthdefs/designs/overtone/sonic-pi/src/sonic_pi/experimental.clj b/etc/synthdefs/designs/overtone/sonic-pi/src/sonic_pi/experimental.clj index 45fb8e4593..6f1b0237a4 100644 --- a/etc/synthdefs/designs/overtone/sonic-pi/src/sonic_pi/experimental.clj +++ b/etc/synthdefs/designs/overtone/sonic-pi/src/sonic_pi/experimental.clj @@ -1,7 +1,7 @@ ;;-- ;; This file is part of Sonic Pi: http://sonic-pi.net ;; Full project source: https://github.com/samaaron/sonic-pi -;; License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +;; License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md ;; ;; Copyright 2013, 2014, 2015 by Sam Aaron (http://sam.aaron.name). ;; All rights reserved. diff --git a/etc/synthdefs/designs/overtone/sonic-pi/src/sonic_pi/fx.clj b/etc/synthdefs/designs/overtone/sonic-pi/src/sonic_pi/fx.clj index 0df7b5fc7a..e606729de8 100644 --- a/etc/synthdefs/designs/overtone/sonic-pi/src/sonic_pi/fx.clj +++ b/etc/synthdefs/designs/overtone/sonic-pi/src/sonic_pi/fx.clj @@ -1,7 +1,7 @@ ;;-- ;; This file is part of Sonic Pi: http://sonic-pi.net ;; Full project source: https://github.com/samaaron/sonic-pi -;; License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +;; License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md ;; ;; Copyright 2013, 2014, 2015 by Sam Aaron (http://sam.aaron.name). ;; All rights reserved. diff --git a/etc/synthdefs/designs/overtone/sonic-pi/src/sonic_pi/incubator.clj b/etc/synthdefs/designs/overtone/sonic-pi/src/sonic_pi/incubator.clj index 67da6f5df6..5a956997ea 100644 --- a/etc/synthdefs/designs/overtone/sonic-pi/src/sonic_pi/incubator.clj +++ b/etc/synthdefs/designs/overtone/sonic-pi/src/sonic_pi/incubator.clj @@ -1,7 +1,7 @@ ;;-- ;; This file is part of Sonic Pi: http://sonic-pi.net ;; Full project source: https://github.com/samaaron/sonic-pi -;; License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +;; License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md ;; ;; Copyright 2013, 2014, 2015 by Sam Aaron (http://sam.aaron.name). ;; All rights reserved. diff --git a/etc/synthdefs/designs/overtone/sonic-pi/src/sonic_pi/monitor.clj b/etc/synthdefs/designs/overtone/sonic-pi/src/sonic_pi/monitor.clj index 7dc52a218c..45f27bc894 100644 --- a/etc/synthdefs/designs/overtone/sonic-pi/src/sonic_pi/monitor.clj +++ b/etc/synthdefs/designs/overtone/sonic-pi/src/sonic_pi/monitor.clj @@ -1,7 +1,7 @@ ;;-- ;; This file is part of Sonic Pi: http://sonic-pi.net ;; Full project source: https://github.com/samaaron/sonic-pi -;; License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +;; License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md ;; ;; Copyright 2013, 2014, 2015 by Sam Aaron (http://sam.aaron.name). ;; All rights reserved. diff --git a/etc/synthdefs/designs/overtone/sonic-pi/src/sonic_pi/noise.clj b/etc/synthdefs/designs/overtone/sonic-pi/src/sonic_pi/noise.clj index 8f9554a675..080b0feb5a 100644 --- a/etc/synthdefs/designs/overtone/sonic-pi/src/sonic_pi/noise.clj +++ b/etc/synthdefs/designs/overtone/sonic-pi/src/sonic_pi/noise.clj @@ -1,7 +1,7 @@ ;;-- ;; This file is part of Sonic Pi: http://sonic-pi.net ;; Full project source: https://github.com/samaaron/sonic-pi -;; License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +;; License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md ;; ;; Copyright 2013, 2014, 2015 by Sam Aaron (http://sam.aaron.name). ;; All rights reserved. diff --git a/etc/synthdefs/designs/overtone/sonic-pi/src/sonic_pi/retro.clj b/etc/synthdefs/designs/overtone/sonic-pi/src/sonic_pi/retro.clj index 540168215a..91cf6e548c 100644 --- a/etc/synthdefs/designs/overtone/sonic-pi/src/sonic_pi/retro.clj +++ b/etc/synthdefs/designs/overtone/sonic-pi/src/sonic_pi/retro.clj @@ -1,7 +1,7 @@ ;;-- ;; This file is part of Sonic Pi: http://sonic-pi.net ;; Full project source: https://github.com/samaaron/sonic-pi -;; License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +;; License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md ;; ;; Copyright 2013, 2014, 2015 by Sam Aaron (http://sam.aaron.name). ;; All rights reserved. diff --git a/etc/synthdefs/designs/overtone/sonic-pi/src/sonic_pi/samplers.clj b/etc/synthdefs/designs/overtone/sonic-pi/src/sonic_pi/samplers.clj index 11d568707b..28b395d003 100644 --- a/etc/synthdefs/designs/overtone/sonic-pi/src/sonic_pi/samplers.clj +++ b/etc/synthdefs/designs/overtone/sonic-pi/src/sonic_pi/samplers.clj @@ -1,7 +1,7 @@ ;;-- ;; This file is part of Sonic Pi: http://sonic-pi.net ;; Full project source: https://github.com/samaaron/sonic-pi -;; License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +;; License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md ;; ;; Copyright 2013, 2014, 2015 by Sam Aaron (http://sam.aaron.name). ;; All rights reserved. diff --git a/etc/synthdefs/designs/overtone/sonic-pi/src/sonic_pi/studio.clj b/etc/synthdefs/designs/overtone/sonic-pi/src/sonic_pi/studio.clj index b7b579b0c8..955c1e39a2 100644 --- a/etc/synthdefs/designs/overtone/sonic-pi/src/sonic_pi/studio.clj +++ b/etc/synthdefs/designs/overtone/sonic-pi/src/sonic_pi/studio.clj @@ -1,7 +1,7 @@ ;;-- ;; This file is part of Sonic Pi: http://sonic-pi.net ;; Full project source: https://github.com/samaaron/sonic-pi -;; License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +;; License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md ;; ;; Copyright 2013, 2014, 2015 by Sam Aaron (http://sam.aaron.name). ;; All rights reserved. diff --git a/etc/synthdefs/designs/overtone/sonic-pi/src/sonic_pi/tech.clj b/etc/synthdefs/designs/overtone/sonic-pi/src/sonic_pi/tech.clj index 9116a9c40d..f5d0e4f34b 100644 --- a/etc/synthdefs/designs/overtone/sonic-pi/src/sonic_pi/tech.clj +++ b/etc/synthdefs/designs/overtone/sonic-pi/src/sonic_pi/tech.clj @@ -1,7 +1,7 @@ ;;-- ;; This file is part of Sonic Pi: http://sonic-pi.net ;; Full project source: https://github.com/samaaron/sonic-pi -;; License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +;; License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md ;; ;; Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). ;; All rights reserved. diff --git a/etc/synthdefs/designs/overtone/sonic-pi/src/sonic_pi/traditional.clj b/etc/synthdefs/designs/overtone/sonic-pi/src/sonic_pi/traditional.clj index 02d96d5ffd..672dc73303 100644 --- a/etc/synthdefs/designs/overtone/sonic-pi/src/sonic_pi/traditional.clj +++ b/etc/synthdefs/designs/overtone/sonic-pi/src/sonic_pi/traditional.clj @@ -1,7 +1,7 @@ ;;-- ;; This file is part of Sonic Pi: http://sonic-pi.net ;; Full project source: https://github.com/samaaron/sonic-pi -;; License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +;; License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md ;; ;; Copyright 2013, 2014, 2015 by Sam Aaron (http://sam.aaron.name). ;; All rights reserved. diff --git a/etc/synthdefs/graphviz/render.rb b/etc/synthdefs/graphviz/render.rb index 33a8c84802..f69939230c 100644 --- a/etc/synthdefs/graphviz/render.rb +++ b/etc/synthdefs/graphviz/render.rb @@ -3,7 +3,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved. diff --git a/install/windows/prune.rb b/install/windows/prune.rb index d2a20897d9..4f3060a49b 100644 --- a/install/windows/prune.rb +++ b/install/windows/prune.rb @@ -3,7 +3,7 @@ #-- # This file is part of Sonic Pi: http://sonic-pi.net # Full project source: https://github.com/samaaron/sonic-pi -# License: https://github.com/samaaron/sonic-pi/blob/master/LICENSE.md +# License: https://github.com/samaaron/sonic-pi/blob/main/LICENSE.md # # Copyright 2013, 2014, 2015, 2016 by Sam Aaron (http://sam.aaron.name). # All rights reserved.