|
6 | 6 | **starplot** is a Python library for creating star charts and maps.
|
7 | 7 |
|
8 | 8 | ## Example
|
9 |
| - |
| 9 | + |
10 | 10 |
|
11 | 11 | For more styles, check out the [examples](examples/).
|
12 | 12 |
|
@@ -45,5 +45,23 @@ create_star_chart(
|
45 | 45 | - Documentation
|
46 | 46 |
|
47 | 47 | ## License
|
48 |
| -[MIT](LICENSE) |
| 48 | +MIT License |
| 49 | + |
| 50 | +Permission is hereby granted, free of charge, to any person obtaining a copy |
| 51 | +of this software and associated documentation files (the "Software"), to deal |
| 52 | +in the Software without restriction, including without limitation the rights |
| 53 | +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 54 | +copies of the Software, and to permit persons to whom the Software is |
| 55 | +furnished to do so, subject to the following conditions: |
| 56 | + |
| 57 | +The above copyright notice and this permission notice shall be included in all |
| 58 | +copies or substantial portions of the Software. |
| 59 | + |
| 60 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 61 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 62 | +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 63 | +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 64 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 65 | +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 66 | +SOFTWARE. |
49 | 67 |
|
0 commit comments