Metadata API
FPG_METADATA_DEFAULT(author, description);
- Macro that fills all metadata accordingly to author and description.
- Default license is GPLv2
- Author is automatically copyright holder.
- Use this one to add metadata to footprint unless you want to set different license or copyright holder.
void fpg_author(const char *author);
void fpg_description(const char *desc);
- Set footprint description.
- Usually something like "Resistor 0207." or "Faston 4.8 90st.".
- Preferably use FPG_METADATA_DEFAULT().
void fpg_dist_license(const char *license);
- Set license for distribution.
- Preferably use FPG_METADATA_DEFAULT() that predefines GPLv2 as license for footprint.
void fpg_use_license(const char *license);
void fpg_copyright(const char *copyright);
void fpg_metadata(const char *key, const char *value);
- Set generic metadata.
- Use this one to add any other metadata not listed above.
Copyright 2009, all rights reserved unless specified otherwise.
gedasymbols.org is maintained by
DJ Delorie