blob: 970dc60f7eb5d57896a47de4ab8237ddcc619186 [file] [log] [blame]
Tim 'mithro' Ansell1d603e72020-05-14 17:52:04 -07001skywater-pdk Python Module
2==========================
3
4This Python module is a small library for working with the files found inside
5the SkyWater PDK.
6
7It includes tools for decoding things like file names into human readable
8descriptions.
9
10It also includes tools for combining files together.
11
12License
13=======
14
15Like the SkyWater Open Source PDK, the SkyWater Python Module is released under
16the
17`Apache 2.0 license <https://github.com/google/skywater-pdk/blob/master/scripts/python-skywater-pdk/LICENSE>`_.
18
19The 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