Skip to content

Commit

Permalink
Fix - update links to old master branch now it has been renamed to main
Browse files Browse the repository at this point in the history
  • Loading branch information
samaaron committed Jun 15, 2020
1 parent 45bce40 commit 351fc97
Show file tree
Hide file tree
Showing 183 changed files with 188 additions and 188 deletions.
2 changes: 1 addition & 1 deletion FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion HOW-TO-CONTRIBUTE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion app/gui/qt/SonicPi.pro
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion app/gui/qt/api_list.h
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion app/gui/qt/mac-build-app
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
3 changes: 2 additions & 1 deletion app/gui/qt/main.cpp
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion app/gui/qt/mainwindow.cpp
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion app/gui/qt/mainwindow.h
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion app/gui/qt/model/sonicpitheme.cpp
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion app/gui/qt/model/sonicpitheme.h
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions app/gui/qt/old/INSTALL-LINUX-pre-3.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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.

Expand Down
5 changes: 2 additions & 3 deletions app/gui/qt/old/build-ubuntu-18-04
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -134,4 +134,3 @@ echo "Building sonic-pi binary..."
lrelease SonicPi.pro
qmake -qt=qt5 SonicPi.pro
make

2 changes: 1 addition & 1 deletion app/gui/qt/osc/oschandler.cpp
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion app/gui/qt/osc/oschandler.h
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion app/gui/qt/osc/oscsender.cpp
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion app/gui/qt/osc/oscsender.h
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion app/gui/qt/osc/sonic_pi_osc_server.cpp
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion app/gui/qt/osc/sonic_pi_osc_server.h
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion app/gui/qt/osc/sonic_pi_udp_osc_server.cpp
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion app/gui/qt/osc/sonic_pi_udp_osc_server.h
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion app/gui/qt/prune.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion app/gui/qt/rp-app-bin
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion app/gui/qt/utils/ruby_help.tmpl
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion app/gui/qt/utils/sonicpiapis.cpp
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion app/gui/qt/utils/sonicpiapis.h
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion app/gui/qt/visualizer/scope.cpp
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion app/gui/qt/visualizer/scope.h
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion app/gui/qt/widgets/infowidget.cpp
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion app/gui/qt/widgets/infowidget.h
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion app/gui/qt/widgets/settingswidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ SettingsWidget::SettingsWidget( int port, SonicPiSettings *piSettings, QWidget
QLocale::languageToString(QLocale::system().language()) +
" yet.<br/>" +
"We rely on crowdsourcing to help create and maintain translations.<br/>" +
"<a href=\"https://github.com/samaaron/sonic-pi/blob/master/TRANSLATION.md\">" +
"<a href=\"https://github.com/samaaron/sonic-pi/blob/main/TRANSLATION.md\">" +
"Please consider helping to translate Sonic Pi to your language.</a> "
);
go_translate->setTextFormat(Qt::RichText);
Expand Down
2 changes: 1 addition & 1 deletion app/gui/qt/widgets/sonicpilexer.cpp
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions app/gui/qt/widgets/sonicpilexer.h
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -27,7 +27,7 @@ class SonicPiLexer : public QsciLexerRuby
QFont defaultFont(int style) const;
QStringList autoCompletionWordSeparators() const;

private:
private:
SonicPiTheme *theme;

public slots:
Expand Down
2 changes: 1 addition & 1 deletion app/gui/qt/widgets/sonicpilog.cpp
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion app/gui/qt/widgets/sonicpilog.h
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion app/gui/qt/widgets/sonicpiscintilla.cpp
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion app/gui/qt/widgets/sonicpiscintilla.h
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion app/server/erlang/sonic_pi_server/src/osc/osc.erl
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
Loading

0 comments on commit 351fc97

Please sign in to comment.