/*
 * hscprj/license.h
 *
 * routines to show license
 *
 */

#ifndef HSCPRJ_LICENSE_H
#define HSCPRJ_LICENSE_H

extern STRPTR hsc_license;
extern VOID show_license(VOID);

#endif /* HSCPRJ_LICENSE_H */

