Skip to content

Commit 89b0851

Browse files
committed
License - update to reflect recent changes
1 parent 1761b82 commit 89b0851

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

LICENSE.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# License
22

33
## Main Source
4-
(contents of [app/](https://github.com/samaaron/sonic-pi/tree/main/app) and [etc/synthdefs/](https://github.com/samaaron/sonic-pi/tree/main/etc/synthdefs) directories)
4+
(contents of [app/](https://github.com/sonic-pi-net/sonic-pi/tree/main/app) and [etc/synthdefs/](https://github.com/sonic-pi-net/sonic-pi/tree/main/etc/synthdefs) directories)
55

66
The MIT License (MIT)
77

8-
Copyright (c) 2012 - 2020 Samuel Aaron and contributors ([email protected])
8+
Copyright (c) 2012 - 2021 Samuel Aaron and contributors ([email protected])
99

1010
Permission is hereby granted, free of charge, to any person obtaining a copy
1111
of this software and associated documentation files (the "Software"), to deal
@@ -34,10 +34,10 @@ The font used in the GUI is [Hack](http://sourcefoundry.org/hack/) released unde
3434

3535

3636
## Docs, Tutorial and Examples
37-
(contents of [etc/doc/](https://github.com/samaaron/sonic-pi/tree/main/etc/doc) and [etc/examples](https://github.com/samaaron/sonic-pi/tree/main/etc/examples) directories)
37+
(contents of [etc/doc/](https://github.com/sonic-pi-net/sonic-pi/tree/main/etc/doc) and [etc/examples](https://github.com/sonic-pi-net/sonic-pi/tree/main/etc/examples) directories)
3838

3939
All the examples (in
40-
[etc/examples](https://github.com/samaaron/sonic-pi/tree/main/etc/examples))
40+
[etc/examples](https://github.com/sonic-pi-net/sonic-pi/tree/main/etc/examples))
4141
and contents of the doc directory including the articles and the
4242
tutorial are copyright by Sam Aaron unless a specific author is stated
4343
with the comment `# coded by ...` in which case the copyright is
@@ -48,19 +48,19 @@ CC BY-SA 4.0 license:
4848

4949

5050
## Samples
51-
(contents of [etc/samples/](https://github.com/samaaron/sonic-pi/tree/main/etc/samples))
51+
(contents of [etc/samples/](https://github.com/sonic-pi-net/sonic-pi/tree/main/etc/samples))
5252

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

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

6161

6262
## Wavetables
63-
(contents of [etc/wavetables/](https://github.com/samaaron/sonic-pi/tree/main/etc/wavetables)
63+
(contents of [etc/wavetables/](https://github.com/sonic-pi-net/sonic-pi/tree/main/etc/wavetables)
6464

6565
All the bundled wavetable samples are individually licensed under a
6666
[CC0 1.0 Universal Public Domain Dedication](http://creativecommons.org/publicdomain/zero/1.0/). They
@@ -77,10 +77,9 @@ relevant licenses:
7777
### Unlinked software
7878
* [Ruby](http://ruby-lang.org) - [Ruby License](https://www.ruby-lang.org/en/about/license.txt)
7979
* [SuperCollider](http://supercollider.sourceforge.net) - [GNU General Public License v3](https://www.gnu.org/licenses/gpl-3.0.html)
80-
* [SoX](http://sox.sourceforge.net) - [GNU General Public License v2](https://www.gnu.org/licenses/gpl-2.0.html)
8180
* [Erlang](http://erlang.org) - [Erlang Public License](https://www.erlang.org/EPLICENSE)
82-
* [osmid](https://github.com/llloret/osmid) - [MIT License](http://opensource.org/licenses/MIT)
83-
* osmid depends on [JUCE](http://juce.com) - [GNU General Public License v3](https://www.gnu.org/licenses/gpl-3.0.html) and [ISC License](https://www.isc.org/licenses/)
81+
* [sp_midi](https://github.com/llloret/sp_midi) - [MIT License](http://opensource.org/licenses/MIT)
82+
* [RtMidi](https://github.com/thestk/rtmidi) - [MIT License](http://opensource.org/licenses/MIT)
8483

8584

8685

@@ -92,14 +91,13 @@ relevant licenses:
9291

9392

9493
### Included Ruby Libraries for Server
95-
(contents of [app/server/vendor/](https://github.com/samaaron/sonic-pi/tree/main/app/server/vendor))
94+
(contents of [app/server/vendor/](https://github.com/sonic-pi-net/sonic-pi/tree/main/app/server/vendor))
9695

9796
* [ActiveSupport](https://github.com/rails/rails/tree/master/activesupport) - [MIT License](http://opensource.org/licenses/MIT)
9897
* [Atomic](http://github.com/headius/ruby-atomic) - [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html)
9998
* [Blankslate](https://github.com/masover/blankslate) - [MIT License](http://opensource.org/licenses/MIT)
10099
* [Did You Mean](https://github.com/yuki24/did_you_mean) - [MIT License](http://opensource.org/licenses/MIT)
101100
* [FFI](https://github.com/ffi/ffi) - [BSD 3-Clause License](http://opensource.org/licenses/BSD-3-Clause)
102-
* [Hamster](https://github.com/hamstergem/hamster) - [MIT License](http://opensource.org/licenses/MIT)
103101
* [i81n](https://github.com/svenfuchs/i18n) - [MIT License](http://opensource.org/licenses/MIT)
104102
* [Interception](https://github.com/ConradIrwin/interception) - [MIT License](http://opensource.org/licenses/MIT)
105103
* [Kramdown](http://kramdown.gettalong.org) - [MIT License](http://opensource.org/licenses/MIT)

0 commit comments

Comments
 (0)