diff options
author | jaseg <git@jaseg.de> | 2022-01-15 21:36:59 +0100 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2022-01-15 21:36:59 +0100 |
commit | e75f60093b1709f0fa4dd69b582c63269448657a (patch) | |
tree | f2dc549f0721f1dd327340062df19ba66b3ddd8c /gerbonara/gerber/tests/resources/fritzing/LICENSE | |
parent | 69f360be7a71888ed64ca3677d5d06c2b3cfbb3c (diff) | |
download | gerbonara-e75f60093b1709f0fa4dd69b582c63269448657a.tar.gz gerbonara-e75f60093b1709f0fa4dd69b582c63269448657a.tar.bz2 gerbonara-e75f60093b1709f0fa4dd69b582c63269448657a.zip |
Add a whole zoo of gerber files from different EDA packages
Diffstat (limited to 'gerbonara/gerber/tests/resources/fritzing/LICENSE')
-rw-r--r-- | gerbonara/gerber/tests/resources/fritzing/LICENSE | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/gerbonara/gerber/tests/resources/fritzing/LICENSE b/gerbonara/gerber/tests/resources/fritzing/LICENSE new file mode 100644 index 0000000..ce0dcef --- /dev/null +++ b/gerbonara/gerber/tests/resources/fritzing/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2021 ohguma + +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. |