home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / misc / legal / 21703 < prev    next >
Encoding:
Internet Message Format  |  1992-12-23  |  5.8 KB

  1. Xref: sparky misc.legal:21703 comp.sys.sun.misc:5993
  2. Path: sparky!uunet!gatech!paladin.american.edu!darwin.sura.net!jvnc.net!yale.edu!qt.cs.utexas.edu!cs.utexas.edu!rutgers!ub!dsinc!spool.mu.edu!umn.edu!lynx!zia.aoc.nrao.edu!rmilner
  3. From: rmilner@zia.aoc.nrao.edu (Ruth Milner)
  4. Newsgroups: misc.legal,comp.sys.sun.misc
  5. Subject: Re: Put away your Motif manual; Sun's lawyers are at the door! (long)
  6. Message-ID: <1992Dec23.231203.12166@zia.aoc.nrao.edu>
  7. Date: 23 Dec 92 23:12:03 GMT
  8. References: <1h80cpINNevp@spud.Hyperion.COM>
  9. Reply-To: rmilner@zia.aoc.nrao.edu (Ruth Milner)
  10. Organization: National Radio Astronomy Observatory, Socorro NM
  11. Lines: 103
  12.  
  13. In article <1h80cpINNevp@spud.Hyperion.COM> koreth@spud.Hyperion.COM (Steven Grimm) writes:
  14. >From the license agreement on the back of the Solaris 2.1 CD:
  15. >
  16. >2. License to Develop.  In the event that Customer desires to develop software
  17. >programs which incorporate portions of Software ("Developed Programs"), the
  18.           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  19.  
  20. Note this carefully. "Software" here refers to the bits and pieces of Solaris
  21. 2.1 which are contained on that CD. There will be a more specific definition 
  22. earlier in the document.
  23.  
  24. You can write whatever you want if it doesn't incorporate stuff they provide.
  25. The real question is: does "Software" include linked-in object code or include 
  26. files? If so, then yes, you may very well be screwed, and Sun is saying, in 
  27. essence, that you can only develop on Suns for SPARC-API/OL-compliant systems.
  28.  
  29. On the other hand, this is a "shrink-wrapped" agreement, and to date I don't
  30. think they've really been tested in court yet (at least as of a year ago).
  31. A few cases have started to go to court, but rather than risk the agreement
  32. being declared non-binding, the company dropped the suit. (This information
  33. comes from a colleague who reads something called the Attorney's Journal, or
  34. some such.) I don't think anyone really knows if agreements like this will
  35. stand up in court.
  36.  
  37. As well, I think there would a good argument for linked-in system code (e.g.
  38. libc) not to be considered as being "incorporated" into your application
  39. purely at link/run-time. You can't build anything on the system without the 
  40. system doing this for you. If Sun tried to interpret it the other way, any
  41. plain X11 client you built (not to mention all those third-party Motif 
  42. programs Sun sites are running and companies are developing) would be in 
  43. violation of the agreement, and I can't see that being their intention.
  44.  
  45. So let's interpret it that way and address your specific points:
  46.  
  47. >- I can't port a Motif application to Solaris 2.1.
  48.  
  49. Presumably a Motif application from another platform doesn't include portions 
  50. of Solaris 2.1, so you're subject only to whatever restrictions have been 
  51. placed on the application you want to port.
  52.  
  53. >- My program can't send things to my line printer unless I buy NeWSprint.
  54.  
  55. Only if it uses the fonts you have to license with NeWSprint. Which is highly
  56. unlikely in the case of a line printer. :-)
  57.  
  58. If you develop a printing program that uses these fonts, you may not use the 
  59. program on any system which isn't licensed for those fonts. That's covered in 
  60. another Sun license agreement (OpenWindows and probably NeWSprint too).
  61.  
  62. >- If I develop a library, its API has to look the same as Solaris' (whatever
  63. >  THAT means).
  64.  
  65. Only if you include portions of SunSoft's code in your library (e.g. you
  66. directly incorporate individual object routines from libc.so or something).
  67.  
  68. If you plan to do this, you'd better make sure you know what the API looks
  69. like, because you'll need to know anyway.
  70.  
  71. >Sun pays people to write this drivel?  Is there even a remote possibility
  72. >that half these provisions wouldn't be laughed immediately out of court?
  73.  
  74. Yes, given the fact that the license restrictions are probably not as broad as 
  75. you were making them out to be. Sun is trying to control what happens with the 
  76. code they wrote. For example, if you were to incorporate routines that Sun 
  77. provided in libc into your library, Sun is saying that you *may* redistribute 
  78. it *provided* that all systems it is installed on are already licensed for 
  79. Solaris 2.1. While I don't like the legal lingo, this is actually pretty 
  80. reasonable. 
  81.  
  82. >Am I the only one who thinks the above is pretty ridiculous?
  83.  
  84. Probably not. :-)
  85.  
  86. I do think Sun has the legal and ethical right to dictate how you may redis-
  87. tribute their code (which, after all, you have only licensed, not purchased
  88. outright), and to say that it may not be *incorporated into* applications 
  89. which are not compliant with their standards - assuming that they are not
  90. including system .h files or system routines that the linker puts in auto-
  91. matically.
  92.  
  93. However, it is getting to the point now where you really do have to sit down
  94. and *think* about all the possible ways lawyers could interpret these agree-
  95. ments, and how they all might affect you. Very painful.
  96.  
  97. A potentially far more insidious statement can be found on the back of the 
  98. SunPro SPARCworks/SPARCompiler CD:
  99.  
  100.   2. Restrictions. [...] You agree that you will not export or re-export,
  101.      whether directly or indirectly, the Software, *or any direct products
  102.      thereof*, outside the United States without first obtaining the
  103.      appropriate government approvals. [emphasis mine]
  104.  
  105. What this reads like to me is that you cannot distribute binary code produced
  106. by the Sun compilers outside the U.S. without formal government approval. In
  107. practice this should not have too much effect, since companies are required to
  108. obtain this approval anyway, and PD code is generally made available in source
  109. form (and often *only* source form for security reasons). But in principle it's
  110. rather nasty.
  111.  
  112. For all I know this could be a federal law already anyway.
  113. -- 
  114. Ruth Milner                          NRAO/VLA                  Socorro NM
  115. Computing Division Head      rmilner@zia.aoc.nrao.edu
  116.