home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / os / os2 / programm / 4901 < prev    next >
Encoding:
Text File  |  1992-09-11  |  1.9 KB  |  53 lines

  1. Newsgroups: comp.os.os2.programmer
  2. Path: sparky!uunet!snorkelwacker.mit.edu!bloom-picayune.mit.edu!athena.mit.edu!bjaspan
  3. From: bjaspan@athena.mit.edu (Barry Jaspan)
  4. Subject: Distributing C Set/2 headers -- license excerpt
  5. Message-ID: <1992Sep12.002533.6184@athena.mit.edu>
  6. Sender: news@athena.mit.edu (News system)
  7. Nntp-Posting-Host: bill-the-cat.mit.edu
  8. Organization: Massachusetts Institute of Technology
  9. Date: Sat, 12 Sep 1992 00:25:33 GMT
  10. Lines: 41
  11.  
  12. From the IBM C Set/2 License Information Version 1.0 booklet, page 5:
  13.  
  14. --- snip snip ---
  15.  
  16. Redistribution Information
  17. --------------------------
  18.  
  19. Only the following IBM C Set/2 modules may be copied onto your application
  20. diskette(s) when your application is dependent on them:
  21.  
  22. o all header (.H) files
  23. o all library (.LIB) files
  24. o all include (.INC) files
  25.  
  26. Each diskette copy of any of the above modules must be labelled as follows:
  27.  
  28. Contains IBM C Set/2 Runtime Modules (c) Copyright IBM Corporation 1992.  All
  29. Rights Reserved.
  30.  
  31. Copies of these modules are provided "AS IS."
  32.  
  33. The label information is not required for source and object code that is
  34. integrated into your application program during the normal compilation process.
  35.  
  36. --- snip snip ---
  37.  
  38. This seems to answer the question of whether GCC/2 or emx/gcc can use C Set/2
  39. header files and libraries.  The answer appears to be yes.
  40.  
  41. It does not say that dynamic link (.DLL) files can be distributed; presumably,
  42. this means that all applications compiled with C Set/2 that use the runtime
  43. library must be statically linked.  It also is very specific about
  44. distributing the modules on an application diskette.  I don't really think
  45. that IBM means that other means of distribution---tape, CD-ROM, network,
  46. BBS---are not allowed, but that is a possible interpretation.
  47.  
  48. DISCLAIMER: I am not a lawyer.  Do not consider this message as legal advice. 
  49. I do not know what I am talking about.
  50.  
  51. -- 
  52. Barry Jaspan, bjaspan@mit.edu
  53.