1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2024-11-26 23:19:44 +02:00

sch2fig/sch2pdf: add copyright header, known bugs

This commit is contained in:
Werner Almesberger 2016-07-26 03:21:29 -03:00
parent 6767c878b6
commit 279c1ddff3

View File

@ -1,4 +1,23 @@
#!/bin/bash
#
# sch2pdf - Generate PDF from schematics, using sch2fig
#
# Written 2016 by Werner Almesberger
# Copyright 2016 by Werner Almesberger
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
#
# Known bugs:
# - expects first sheet to be index page
# - only renders sub-sheets
# - has all the limitations of sch2fig (see TODO)
#
usage()
{