Skip to content

Commit

Permalink
update README.md [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
jpcima authored Oct 8, 2018
1 parent 4693b43 commit 54d7ff7
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,25 @@ sudo cmake --build . --target install
- gained an ability to save and restore the current state
- added a large collection of embedded banks
- enhanced the UI in various ways

## License

ADLplug consists of various parts distributed under different free software licenses.
The parts developed exclusively for this project are Boost licensed.
The other parts and respective licenses are indicated here below.

| Files | License |
| ------------------------------------------ | -------------------------------------- |
| `thirdparty/fmt` | 3-Clause BSD |
| `thirdparty/JUCE` | GNU GPL v3 |
| `thirdparty/libADLMIDI` | GNU LGPL v3, GNU LGPL v2.1, GNU GPL v3 |
| `thirdparty/libOPNMIDI` | GNU LGPL v3, GNU LGPL v2.1, GNU GPL v3 |
| `thirdparty/simpleini` | MIT |
| `thirdparty/vst3sdk` | GNU GPL v3 |
| `thirdparty/wopl` | GNU LGPL v3 |
| `thirdparty/wopn` | GNU LGPL v3 |
| `sources/opl3/adl/measurer/` | GNU GPL v3 |
| `sources/opl3/adl/measurer/chips/dosbox` | GNU GPL v2+ |
| `sources/opn2/adl/measurer/` | GNU GPL v3 |
| `sources/opn2/adl/measurer/chips/mame` | GNU GPL v2+ |
| `sources/opl3/ui/components/opl3_waves.cc` | GNU LGPL v2.1 |

0 comments on commit 54d7ff7

Please sign in to comment.