72 #include <jasper/jas_config.h> 
   82 #if !defined(JAS_VERSION) 
   85 #define JAS_VERSION             "unknown" 
   88 #define JAS_COPYRIGHT \ 
   89         "Copyright (c) 2001-2006 Michael David Adams.\n" \ 
   90         "Copyright (c) 1999-2000 Image Power, Inc. and the University of\n" \ 
   91         "  British Columbia.\n" \ 
   92         "All rights reserved.\n" 
   95         "For more information about this software, please visit the following\n" \ 
   96         "web sites/pages:\n" \ 
   97         "    http://www.ece.uvic.ca/~mdadams/jasper\n" \ 
   98         "    http://www.jpeg.org/software\n" \ 
   99         "To be added to the (moderated) JasPer software announcements\n" \ 
  100         "mailing list, send an email to:\n" \ 
  101         "    jasper-announce-subscribe@yahoogroups.com\n" \ 
  102         "To be added to the (unmoderated) JasPer software discussion\n" \ 
  103         "mailing list, send an email to:\n" \ 
  104         "    jasper-discussion-subscribe@yahoogroups.com\n" \ 
  105         "Please send any bug reports to:\n" \ 
  106         "    mdadams@ieee.org\n" 
  112 JAS_DLLEXPORT 
const char *jas_getversion(
void);