1
0
mirror of https://gitlab.com/rnger/amath synced 2025-10-05 18:39:41 +00:00

Include copyright text

This commit is contained in:
Carsten Larsen
2017-01-10 21:17:35 +01:00
parent dc2f8a1e64
commit fcfef34ac4

View File

@ -103,4 +103,13 @@
#define TXTVERSMSG TXTTITLE SPACE RELDATESTAMP SPACE TXTARCH
#define TXTCOMPMSG "Compiled with " COMP_NAME SPACE COMP_VERS
/******************************************************************************/
#endif
#define TXTEXTCOPYRIGHT \
"This software contains copyrighted material by:" NEWLINE \
"The Regents of the University of California" NEWLINE \
"The NetBSD Foundation, Inc." NEWLINE \
"Sun Microsystems, Inc." NEWLINE "Ryan Juckett" NEWLINE NEWLINE \
"Portions of the code have been contributed by:" NEWLINE \
"Stephen L. Moshier" NEWLINE "Stefan Haubenthal" NEWLINE \
"Ryan Juckett" NEWLINE "Chris Torek" NEWLINE "Mike Hibler"
/******************************************************************************/
#endif