diff options
author | purringChaos <kitteh@kitteh.pw> | 2021-06-06 17:27:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-06 18:27:26 +0200 |
commit | e3b4350f44a51d0012457a556dc04dfd0ba267d4 (patch) | |
tree | 3ac02cfbe00ab13c787e77dbf7aa491a0e33ed1b /src/teakra/LICENSE | |
parent | 2494058a7190a4a673fc0d6c2e59740c896a74c6 (diff) |
Add PoroCYon's DSP code. (#1123)
* Add PoroCYon's DSP code.
* Remove some teakra iles that we dont need.
* make some requested changes.
* move DataMemoryOffset into namespace.
* use deault param.
* ad the switch change
* <Generic> forget about the default parameter
Diffstat (limited to 'src/teakra/LICENSE')
-rw-r--r-- | src/teakra/LICENSE | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/teakra/LICENSE b/src/teakra/LICENSE new file mode 100644 index 0000000..6208ca9 --- /dev/null +++ b/src/teakra/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2018 Weiyi Wang + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. |