-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit de99b0f
Showing
2,956 changed files
with
875,653 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"name": "iCub Firmware Models Documentation", | ||
"build": { | ||
"dockerfile": "../.gitpod.Dockerfile" | ||
}, | ||
"extensions": [], | ||
"forwardPorts": [8000], | ||
"remoteUser": "gitpod" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
name: GitHub Pages | ||
|
||
on: | ||
push: | ||
branches: | ||
- docs | ||
workflow_dispatch: | ||
repository_dispatch: | ||
types: [build_documentation] | ||
|
||
concurrency: | ||
group: publish_gh_pages | ||
cancel-in-progress: true | ||
|
||
jobs: | ||
docs: | ||
name: "Deploy" | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- name: Checkout docs | ||
uses: actions/checkout@main | ||
with: | ||
ref: 'docs' | ||
|
||
- name: Dependencies | ||
run: | | ||
sudo apt update | ||
sudo apt install -y python3-wheel python3-setuptools | ||
pip install --upgrade Jinja2 | ||
pip install --user mkdocs | ||
pip install --user $(mkdocs get-deps) | ||
pip install --upgrade pygments | ||
echo "${HOME}/.local/bin" >> ${GITHUB_PATH} | ||
- name: Configure Git | ||
run: | | ||
git config --global push.default upstream | ||
git config --global user.name "GitHub Actions" | ||
git config --global user.email "[email protected]" | ||
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git | ||
- name: Build Mkdocs | ||
run: | | ||
mkdocs build | ||
- name: Create and prepare gh-pages anew | ||
run: | | ||
git checkout --orphan gh-pages | ||
rm -R `ls -A | grep -v -E "^(.git|site)$"` | ||
mv site/* ./ | ||
- name: Commit and push | ||
run: | | ||
git add . | ||
git commit -m "publish site" | ||
git push --force --set-upstream origin gh-pages |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
site | ||
*~ | ||
~* | ||
build* | ||
*.slxc | ||
*.autosave | ||
*.mexw64 | ||
*.mexa64 | ||
slprj* | ||
*.zip | ||
*_ert_rtw | ||
cache* | ||
codegen* | ||
derived* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
FROM ubuntu:latest | ||
LABEL org.opencontainers.image.authors="Ugo Pattacini <[email protected]>" | ||
|
||
ENV DEBIAN_FRONTEND=noninteractive | ||
|
||
RUN apt update && \ | ||
apt install -y sudo apt-utils bash-completion wget ruby git \ | ||
python3 python3-pip python3-setuptools python3-wheel | ||
|
||
RUN pip install mkdocs && \ | ||
wget https://raw.githubusercontent.com/robotology/icub-firmware-models/docs/mkdocs.yml && \ | ||
pip install $(mkdocs get-deps) && \ | ||
rm mkdocs.yml | ||
|
||
RUN gem install yaml | ||
|
||
RUN rm -Rf /var/lib/apt/lists/* | ||
|
||
RUN useradd -l -u 33333 -G sudo -md /home/gitpod -s /bin/bash -p gitpod gitpod && \ | ||
sed -i.bkp -e 's/%sudo\s\+ALL=(ALL\(:ALL\)\?)\s\+ALL/%sudo ALL=NOPASSWD:ALL/g' /etc/sudoers | ||
|
||
EXPOSE 8000 | ||
|
||
WORKDIR /workspace | ||
CMD ["bash"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
image: | ||
file: .gitpod.Dockerfile | ||
ports: | ||
- port: 8000 | ||
onOpen: notify |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
iCub Firmware Models | ||
==================== | ||
|
||
This repository hosts all the models underlying the iCub Firmware. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Welcome to the iCub Firmware Models | ||
This documentation contains a guide to the Simulink models we used to generate the firmware running | ||
onboard the iCub robot. | ||
|
||
#### [:zap:{.blink} Documentation resources for the `AMCBLDC` firmware](models/boards/amcbldc/webview.html){target=_blank}. | ||
#### [:zap:{.blink} Documentation resources for the `AMCFOC` firmware](models/boards/amcfoc/webview.html){target=_blank}. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
window.MathJax = { | ||
tex: { | ||
inlineMath: [["\\(", "\\)"]], | ||
displayMath: [["\\[", "\\]"]], | ||
processEscapes: true, | ||
processEnvironments: true | ||
}, | ||
options: { | ||
ignoreHtmlClass: ".*|", | ||
processHtmlClass: "arithmatex" | ||
} | ||
}; | ||
|
||
document$.subscribe(() => { | ||
MathJax.typesetPromise() | ||
}) | ||
|
Empty file.
1,043 changes: 1,043 additions & 0 deletions
1,043
docs/models/boards/amcbldc/support/lib/bundle.main.js
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file added
BIN
+4.61 KB
...ds/amcbldc/support/lib/images/PaletteIcons-879286b4494828bd59c6a5118ca17103.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+142 Bytes
...mcbldc/support/lib/images/PaletteSeparator-8cc5cdb438b372797a7ab64a0ead3596.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.33 KB
...rds/amcbldc/support/lib/images/SearchIcons-33559e08dcdc7461a36fb1461adc7ef1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+94 Bytes
.../amcbldc/support/lib/images/activeGradient-be3fb08419feb16e9d1001f354c154ba.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+297 Bytes
...ds/amcbldc/support/lib/images/buttonArrows-8c7253a1af989fba26eb2d6a517d12ad.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+105 Bytes
.../amcbldc/support/lib/images/buttonDisabled-77fc3c44603a689eb3aa447cf4ae0599.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+122 Bytes
...s/amcbldc/support/lib/images/buttonEnabled-58d5d6bd30ace4eca42b7133846a72da.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+142 Bytes
...boards/amcbldc/support/lib/images/calendar-dea7049813d2cba1ac07ecdd1af9b05b.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.21 KB
.../amcbldc/support/lib/images/calendarArrows-d121743e9f4f3cd8be000779d4198ab1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+998 Bytes
...bldc/support/lib/images/calendarArrows8bit-b70fc0c78d48e851bd73eecfc479d6d4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.11 KB
...ort/lib/images/checkboxAndRadioButtons_IE6-5357ebee9d94419cfe37a60bbeb1833a.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+3.36 KB
...pport/lib/images/checkboxRadioButtonStates-262e9ca14479e3184062ab98217f666f.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.62 KB
...cbldc/support/lib/images/checkmarkNoBorder-4ccbb81890ec08f033044b05a8fd1952.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.36 KB
...cbldc/support/lib/images/checkmarkNoBorder-b796de26560c9ab25a009485f0893393.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file added
BIN
+314 Bytes
...mcbldc/support/lib/images/commonFormArrows-abec9a53fde308625fe3dacef74cb6ad.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+4.84 KB
...pport/lib/images/commonIconsObjActDisabled-4125a2248927a0432735c21e76fbcf16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+4.85 KB
...t/lib/images/commonIconsObjActDisabled_rtl-4889d7ce400ac0d31e9e0a74fb134e02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+7.62 KB
...upport/lib/images/commonIconsObjActEnabled-ba0940525495200f81bb288d7510ed53.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+4.18 KB
...rt/lib/images/commonIconsObjActEnabled8bit-9b9d57843e145975831f03d91be1e9f8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+4.3 KB
...ib/images/commonIconsObjActEnabled8bit_rtl-09b4bd07c00f6cd1a8891a5a63bd6a80.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+7.59 KB
...rt/lib/images/commonIconsObjActEnabled_rtl-3baae454ff87412f8c709700062b0e25.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.39 KB
...amcbldc/support/lib/images/dialogCloseIcon-a79aaaeea343734835ac8daf5006349a.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+649 Bytes
...ldc/support/lib/images/dialogCloseIcon8bit-2553a1e33bd38a5588e88f4295b2844f.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.87 KB
...dels/boards/amcbldc/support/lib/images/dnd-b20030644e8dcd9b4187126ec675c62d.png
Oops, something went wrong.
Binary file added
BIN
+3.13 KB
...ldc/support/lib/images/editorIconsDisabled-fb0fd892951d496422a3cc6857bc6b8a.png
Oops, something went wrong.
Binary file added
BIN
+3.92 KB
...support/lib/images/editorIconsDisabled_rtl-28c1b69674b28dfa338feb451a4848dd.png
Oops, something went wrong.
Binary file added
BIN
+3.7 KB
...bldc/support/lib/images/editorIconsEnabled-b364fb1d9352d8823077d41304492f5c.png
Oops, something went wrong.
Binary file added
BIN
+4.05 KB
.../support/lib/images/editorIconsEnabled_rtl-71daceb1b02f29a9c53bb170e742f0d3.png
Oops, something went wrong.
Binary file added
BIN
+355 Bytes
...ls/boards/amcbldc/support/lib/images/error-0e0f865e76f094536f2217ce2e4db776.png
Oops, something went wrong.
Binary file added
BIN
+1.31 KB
...mcbldc/support/lib/images/loadingAnimation-ccd1f79f460423cb57de98cfc94c1677.gif
Oops, something went wrong.
Binary file added
BIN
+630 Bytes
...dc/support/lib/images/loadingAnimation_rtl-9936ee148ea736d3ec32a35fb1be9130.gif
Oops, something went wrong.
Binary file not shown.
Binary file added
BIN
+4.35 KB
...amcbldc/support/lib/images/progressBarAnim-0ca2e121474b8cf130f257aff87ca296.gif
Oops, something went wrong.
Binary file added
BIN
+127 Bytes
...amcbldc/support/lib/images/progressBarFull-915b7d5e2428e8476536550f49f181fe.png
Oops, something went wrong.
Binary file added
BIN
+1.19 KB
...ds/amcbldc/support/lib/images/sliderThumbs-ca5f3f6f63f42620860eb12fe991fa6e.png
Oops, something went wrong.
Binary file added
BIN
+175 Bytes
...ds/amcbldc/support/lib/images/spriteArrows-5e382b6e50c1bfd904e14accd0fc1cae.png
Oops, something went wrong.
Binary file added
BIN
+101 Bytes
...mcbldc/support/lib/images/standardGradient-45cb5e3f8b072b41a033dcd3613ad6ed.png
Oops, something went wrong.
Binary file added
BIN
+118 Bytes
...cbldc/support/lib/images/tabBottomSelected-5dce5f74cb88c41632355c089956a355.png
Oops, something went wrong.
Binary file added
BIN
+110 Bytes
...ldc/support/lib/images/tabBottomUnselected-03185fd307cc01820e6fada4b0adf51c.png
Oops, something went wrong.
Binary file added
BIN
+1.38 KB
...boards/amcbldc/support/lib/images/tabClose-47a8ff771dfa0004b28bbfbfa39822e2.png
Oops, something went wrong.
Binary file added
BIN
+213 Bytes
...amcbldc/support/lib/images/tabLeftSelected-6d8fa1420e9ff5fb541dd522707804a3.png
Oops, something went wrong.
Binary file added
BIN
+106 Bytes
...cbldc/support/lib/images/tabLeftUnselected-470487074ec7fb6c9ee8a16c43c24352.png
Oops, something went wrong.
Binary file added
BIN
+272 Bytes
...oards/amcbldc/support/lib/images/tabNested-c880d66ca95915ccfaefcdb39e86f538.png
Oops, something went wrong.
Binary file added
BIN
+210 Bytes
...mcbldc/support/lib/images/tabRightSelected-6ce949361e35439d02f868d6c887ae5f.png
Oops, something went wrong.
Binary file added
BIN
+105 Bytes
...bldc/support/lib/images/tabRightUnselected-3dd427aa37da8d6d758363ecd8cc5e9b.png
Oops, something went wrong.
Binary file added
BIN
+120 Bytes
.../amcbldc/support/lib/images/tabTopSelected-5550c20ae799879056dd7ce6d4e6b482.png
Oops, something went wrong.
Binary file added
BIN
+121 Bytes
...mcbldc/support/lib/images/tabTopUnselected-eda4ca37851d2847d64cb6e974d5e6d6.png
Oops, something went wrong.
Binary file added
BIN
+713 Bytes
.../boards/amcbldc/support/lib/images/tooltip-0d7fd06e67d34e4aceb0c2110303dc9d.png
Oops, something went wrong.
Binary file added
BIN
+534 Bytes
...rds/amcbldc/support/lib/images/tooltip8bit-e0b6ace1d326c169d531e46f38ac915e.png
Oops, something went wrong.
Binary file added
BIN
+465 Bytes
...mcbldc/support/lib/images/treeExpandImages-17423539da80facf2a1f995d29b6cf8c.png
Oops, something went wrong.
Binary file added
BIN
+744 Bytes
...dc/support/lib/images/treeExpandImages8bit-61d8b5632f8bc73887bcce818f09578d.png
Oops, something went wrong.
Binary file added
BIN
+4.27 KB
...support/lib/images/ui-icons_222222_256x240-9de1b0948e757a140d7797bd7f3e9072.png
Oops, something went wrong.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
21 changes: 21 additions & 0 deletions
21
docs/models/boards/amcbldc/support/lib/rights/CodeMirror.rights
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
MIT License | ||
|
||
Copyright (C) 2017 by Marijn Haverbeke <[email protected]> and others | ||
|
||
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
Copyright 2010-2016 Mike Bostock | ||
All rights reserved. | ||
|
||
Redistribution and use in source and binary forms, with or without modification, | ||
are permitted provided that the following conditions are met: | ||
|
||
* Redistributions of source code must retain the above copyright notice, this | ||
list of conditions and the following disclaimer. | ||
|
||
* Redistributions in binary form must reproduce the above copyright notice, | ||
this list of conditions and the following disclaimer in the documentation | ||
and/or other materials provided with the distribution. | ||
|
||
* Neither the name of the author nor the names of contributors may be used to | ||
endorse or promote products derived from this software without specific prior | ||
written permission. | ||
|
||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND | ||
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED | ||
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | ||
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR | ||
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES | ||
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; | ||
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON | ||
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | ||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS | ||
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
109 changes: 109 additions & 0 deletions
109
docs/models/boards/amcbldc/support/lib/rights/STIXfonts.rights
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,109 @@ | ||
Copyright (c) 2001-2010 by the STI Pub Companies, consisting of the American | ||
Institute of Physics, the American Chemical Society, the American Mathematical | ||
Society, the American Physical Society, Elsevier, Inc., and The Institute of | ||
Electrical and Electronic Engineers, Inc. (www.stixfonts.org), with Reserved | ||
Font Name STIX Fonts, STIX FontsTM is a trademark of The Institute of | ||
Electrical and Electronics Engineers, Inc. | ||
|
||
Portions copyright (c) 1998-2003 by MicroPress, Inc. (www.micropress-inc.com), | ||
with Reserved Font Name TM Math. To obtain additional mathematical fonts, | ||
please contact MicroPress, Inc., 68-30 Harrow Street, Forest Hills, NY 11375, | ||
USA – Phone: (718) 575-1816. | ||
|
||
Portions copyright (c) 1990 by Elsevier, Inc. | ||
|
||
Copyright (c) 2013 by The MathJax Consortium, | ||
with Reserved Font Name STIX MathJax | ||
|
||
This Font Software is licensed under the SIL Open Font License, Version 1.1. | ||
This license is copied below, and is also available with a FAQ at: | ||
http://scripts.sil.org/OFL | ||
|
||
|
||
----------------------------------------------------------- | ||
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 | ||
----------------------------------------------------------- | ||
|
||
PREAMBLE | ||
The goals of the Open Font License (OFL) are to stimulate worldwide | ||
development of collaborative font projects, to support the font creation | ||
efforts of academic and linguistic communities, and to provide a free and | ||
open framework in which fonts may be shared and improved in partnership | ||
with others. | ||
|
||
The OFL allows the licensed fonts to be used, studied, modified and | ||
redistributed freely as long as they are not sold by themselves. The | ||
fonts, including any derivative works, can be bundled, embedded, | ||
redistributed and/or sold with any software provided that any reserved | ||
names are not used by derivative works. The fonts and derivatives, | ||
however, cannot be released under any other type of license. The | ||
requirement for fonts to remain under this license does not apply | ||
to any document created using the fonts or their derivatives. | ||
|
||
DEFINITIONS | ||
"Font Software" refers to the set of files released by the Copyright | ||
Holder(s) under this license and clearly marked as such. This may | ||
include source files, build scripts and documentation. | ||
|
||
"Reserved Font Name" refers to any names specified as such after the | ||
copyright statement(s). | ||
|
||
"Original Version" refers to the collection of Font Software components as | ||
distributed by the Copyright Holder(s). | ||
|
||
"Modified Version" refers to any derivative made by adding to, deleting, | ||
or substituting -- in part or in whole -- any of the components of the | ||
Original Version, by changing formats or by porting the Font Software to a | ||
new environment. | ||
|
||
"Author" refers to any designer, engineer, programmer, technical | ||
writer or other person who contributed to the Font Software. | ||
|
||
PERMISSION & CONDITIONS | ||
Permission is hereby granted, free of charge, to any person obtaining | ||
a copy of the Font Software, to use, study, copy, merge, embed, modify, | ||
redistribute, and sell modified and unmodified copies of the Font | ||
Software, subject to the following conditions: | ||
|
||
1) Neither the Font Software nor any of its individual components, | ||
in Original or Modified Versions, may be sold by itself. | ||
|
||
2) Original or Modified Versions of the Font Software may be bundled, | ||
redistributed and/or sold with any software, provided that each copy | ||
contains the above copyright notice and this license. These can be | ||
included either as stand-alone text files, human-readable headers or | ||
in the appropriate machine-readable metadata fields within text or | ||
binary files as long as those fields can be easily viewed by the user. | ||
|
||
3) No Modified Version of the Font Software may use the Reserved Font | ||
Name(s) unless explicit written permission is granted by the corresponding | ||
Copyright Holder. This restriction only applies to the primary font name as | ||
presented to the users. | ||
|
||
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font | ||
Software shall not be used to promote, endorse or advertise any | ||
Modified Version, except to acknowledge the contribution(s) of the | ||
Copyright Holder(s) and the Author(s) or with their explicit written | ||
permission. | ||
|
||
5) The Font Software, modified or unmodified, in part or in whole, | ||
must be distributed entirely under this license, and must not be | ||
distributed under any other license. The requirement for fonts to | ||
remain under this license does not apply to any document created | ||
using the Font Software. | ||
|
||
TERMINATION | ||
This license becomes null and void if any of the above conditions are | ||
not met. | ||
|
||
DISCLAIMER | ||
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, | ||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF | ||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT | ||
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE | ||
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, | ||
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL | ||
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING | ||
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM | ||
OTHER DEALINGS IN THE FONT SOFTWARE. | ||
|
32 changes: 32 additions & 0 deletions
32
docs/models/boards/amcbldc/support/lib/rights/Selector.rights
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
/** | ||
* @license | ||
* | ||
* ***** BEGIN LICENSE BLOCK ***** | ||
* Distributed under the "New" BSD License: | ||
* | ||
* Copyright (c) 2010-2016, The Dojo Foundation | ||
* All rights reserved. | ||
* | ||
* Redistribution and use in source and binary forms, with or without | ||
* modification, are permitted provided that the following conditions are met: | ||
* * Redistributions of source code must retain the above copyright notice, this | ||
* list of conditions and the following disclaimer. | ||
* * Redistributions in binary form must reproduce the above copyright notice, | ||
* this list of conditions and the following disclaimer in the documentation | ||
* and/or other materials provided with the distribution. | ||
* * Neither the name of the Dojo Foundation nor the names of its contributors | ||
* may be used to endorse or promote products derived from this software | ||
* without specific prior written permission. | ||
* | ||
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND | ||
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED | ||
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | ||
* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE | ||
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | ||
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR | ||
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER | ||
* CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | ||
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | ||
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
* | ||
* ***** END LICENSE BLOCK ***** */ |
21 changes: 21 additions & 0 deletions
21
docs/models/boards/amcbldc/support/lib/rights/Vuejs.rights
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
The MIT License (MIT) | ||
|
||
Copyright (c) 2018-present, Yuxi (Evan) You and Vue contributors | ||
|
||
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
Copyright (c) 2010, Ajax.org B.V. | ||
All rights reserved. | ||
|
||
Redistribution and use in source and binary forms, with or without | ||
modification, are permitted provided that the following conditions are met: | ||
* Redistributions of source code must retain the above copyright | ||
notice, this list of conditions and the following disclaimer. | ||
* Redistributions in binary form must reproduce the above copyright | ||
notice, this list of conditions and the following disclaimer in the | ||
documentation and/or other materials provided with the distribution. | ||
* Neither the name of Ajax.org B.V. nor the | ||
names of its contributors may be used to endorse or promote products | ||
derived from this software without specific prior written permission. | ||
|
||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND | ||
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED | ||
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | ||
DISCLAIMED. IN NO EVENT SHALL AJAX.ORG B.V. BE LIABLE FOR ANY | ||
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES | ||
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; | ||
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND | ||
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | ||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS | ||
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
Oops, something went wrong.