Tim 'mithro' Ansell | 1d603e7 | 2020-05-14 17:52:04 -0700 | [diff] [blame] | 1 | skywater-pdk Python Module |
| 2 | ========================== |
| 3 | |
| 4 | This Python module is a small library for working with the files found inside |
| 5 | the SkyWater PDK. |
| 6 | |
| 7 | It includes tools for decoding things like file names into human readable |
| 8 | descriptions. |
| 9 | |
| 10 | It also includes tools for combining files together. |
| 11 | |
| 12 | License |
| 13 | ======= |
| 14 | |
| 15 | Like the SkyWater Open Source PDK, the SkyWater Python Module is released under |
| 16 | the |
| 17 | `Apache 2.0 license <https://github.com/google/skywater-pdk/blob/master/scripts/python-skywater-pdk/LICENSE>`_. |
| 18 | |
| 19 | The copyright details (which should also be found at the top of every file) are; |
| 20 | |
| 21 | :: |
| 22 | |
| 23 | Copyright 2020 SkyWater PDK Authors |
| 24 | |
| 25 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 26 | you may not use this file except in compliance with the License. |
| 27 | You may obtain a copy of the License at |
| 28 | |
| 29 | http://www.apache.org/licenses/LICENSE-2.0 |
| 30 | |
| 31 | Unless required by applicable law or agreed to in writing, software |
| 32 | distributed under the License is distributed on an "AS IS" BASIS, |
| 33 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 34 | See the License for the specific language governing permissions and |
| 35 | limitations under the License. |
| 36 | |
| 37 | |