copyright.h
上传用户:rrhhcc
上传日期:2015-12-11
资源大小:54129k
文件大小:3k
源码类别:

通讯编程

开发平台:

Visual C++

  1. /*
  2.  * xgraph - program to graphically display numerical data
  3.  *
  4.  * David Harrison
  5.  * University of California, Berkeley
  6.  * 1989
  7.  *
  8.  * Animation, Differentiation by Paul Walker
  9.  * NCSA and University of Illinois at Urbana Champaign Dept. of Physics
  10.  *
  11.  * Copyright (c) 1988, 1989, Regents of the University of California.
  12.  * All rights reserved.
  13.  *
  14.  * Use and copying of this software and preparation of derivative works
  15.  * based upon this software are permitted.  However, any distribution of
  16.  * this software or derivative works must include the above copyright
  17.  * notice.
  18.  *
  19.  * This software is made available AS IS, and neither the Electronics
  20.  * Research Laboratory or the University of California make any
  21.  * warranty about the software, its performance or its conformity to
  22.  * any specification.
  23.  *
  24. Animation and differentiation routines were added by Paul Walker,
  25. NCSA and UIUC Dept of Physics.  The following copyright and disclaimer
  26. applies to these parts of the code only.
  27. UNIVERSITY OF ILLINOIS (UI), NATIONAL CENTER FOR SUPERCOMPUTING
  28. APPLICATIONS (NCSA), Software Distribution Policy for Copyrighted Software
  29. The above mentioned modifications to XGraph made with the authors consent are
  30. copyrighted, but  available without fee for education, academic research
  31. and non-commercial purposes.  The modifications are copyrighted in the name of
  32. the UI, and ownership of the modifications remains with the UI.  Users may
  33. distribute the binary and source code to third parties provided that the
  34. copyright notice and this statement appears on all copies and that no
  35. charge is made for such copies.  Any entity wishing to integrate all or
  36. part of the source code into a product for  commercial use or resale,
  37. should contact the University of Illinois, c/o NCSA, to negotiate an
  38. appropriate license for such commercial use.  
  39. UI MAKES NO REPRESENTATIONS ABOUT THE SUITABILITY OF THE SOFTWARE FOR ANY
  40. PURPOSE.  IT IS PROVIDED "AS IS" WITHOUT EXPRESS OR IMPLIED WARRANTY.  THE
  41. UI SHALL NOT BE LIABLE FOR ANY DAMAGES SUFFERED BY THE USER OF THIS
  42. SOFTWARE.  The software may have been developed under agreements between
  43. the UI and the Federal Government which entitle the Government to certain
  44. rights.
  45. By copying this program, you, the user, agree to abide by the copyright
  46. conditions and understandings with respect to any software which is marked
  47. with a copyright notice.
  48. Send all comments about the modifications to Paul Walker, 
  49. pwalker@ncsa.uiuc.edu
  50.  *
  51.  */
  52. #ifndef _RIGHTS_
  53. #define _RIGHTS_
  54. static char copyright[] = "Copyright (c) 1989, Regents of the University of California.  All rights reserved.";
  55. #endif /* _RIGHTS_ */