copyright.c
上传用户:nvosite88
上传日期:2007-01-17
资源大小:4983k
文件大小:1k
源码类别:

VxWorks

开发平台:

C/C++

  1. /* copyright.c - Wind River Systems Copyright Notice */
  2. /* Copyright 1984-2002 Wind River Systems, Inc. */
  3. /*
  4. modification history
  5. --------------------
  6. 01i,09nov01,tpr  updated to '2002.
  7. 01h,17jan96,kkk  updated to '96.
  8. 01g,29may94,hdn  updated to '94.
  9. 01f,08jul93,kdl  updated to '93.
  10. 01e,26may92,rrr  the tree shuffle
  11. 01d,12jan92,kdl  updated to '92.
  12. 01c,04oct91,rrr  passed through the ansification filter
  13.                   -changed functions to ansi style
  14.   -changed copyright notice
  15. 01b,18may91,gae  updated to '91.
  16. 01a,15apr90,jcf  fixed declaration.  added modification history.
  17. */
  18. #include "vxWorks.h"
  19. const char copyright_wind_river[] =
  20. "Copyright 1984-2002 Wind River Systems, Inc.n
  21. This program contains confidential information of Wind River Systems, Inc.n
  22. and disclosure and copying are prohibited.";