home *** CD-ROM | disk | FTP | other *** search
/ The CIA World Factbook 1992 / k3bimage.iso / sel / 04 / 0026 / ch1_lnk1.art next >
Encoding:
Text File  |  1991-12-02  |  14.6 KB  |  299 lines

  1. ============================================================
  2. ============================================================ 
  3. ==                                                        ==
  4. ==                   LEGAL LINKS(tm)                      == 
  5. ==  09-86                                Chain 1  Link 1  == 
  6. ============================================================
  7. ==      Chain 1 consists of four Links: Copyright,        ==
  8. ==      Trade Secret, Trademark and Patent protection     ==
  9. ==                of computer software.                   ==
  10. ============================================================
  11. ==        Copyright (c) 1986, Gregg R. Zegarelli          == 
  12. ==           LEGAL LINKS(tm) is a trademark of            == 
  13. ==       Gregg R. Zegarelli and THE PITTSBURGH LINK       == 
  14. ==         P.O. Box 17347  Pittsburgh, PA  15235          ==
  15. ==     (412) 243-LINK - 129/29 - Member, The Pitt-Net     == 
  16. ============================================================ 
  17. ==     Always consult an attorney in order to receive     == 
  18. ==     advice concerning your particular situation.       == 
  19. ==     LEGAL LINKS provide only a general introduction.   == 
  20. ============================================================ 
  21. ==  Permission is granted to copy and distribute LEGAL    == 
  22. ==  LINKS(tm) in their original form only.  This notice   == 
  23. ==     may not be removed nor its contents altered.       ==
  24. ============================================================ 
  25. ============================================================
  26.  
  27.  
  28.                       INTRODUCTION TO 
  29.               SOFTWARE COPYRIGHT PROTECTION
  30.  
  31.      Computer bulletin board sysops and users are among the 
  32. most innovative software developers in the world.  Thus, it 
  33. is crucial that they have an understanding about the various 
  34. legal methods of protecting that work.  It is a truly an 
  35. unfortunate circumstance when a person spends several months 
  36. developing and debugging a new program only to have someone 
  37. make and distribute unauthorized copies.  The purpose of 
  38. Chain 1 of LEGAL LINKS(tm) is to give a general introduction 
  39. of the rights and limitations associated with software 
  40. protection.  Link 1 of Chain 1 is an general overview of 
  41. COPYRIGHT LAW as it exists for software written after 1976.
  42.  
  43.                     WHAT IS A COPYRIGHT  
  44.  
  45.      According the the Copyright Act of 1976, copyright 
  46. protection exists for original works of authorship fixed in 
  47. any tangible medium of expression which can be communicated 
  48. either directly or with the aid of a machine or device.  
  49. Thus, for software to secure copyright protection, it must 
  50. meet a twofold test.  Namely, the software must be: 1) 
  51. ORIGINAL; and 2) AN EXPRESSION.  
  52.  
  53.      Software is held by the courts to be original if it is 
  54. NOT "substantially similar" to another piece of software in 
  55. the eyes of a reasonable person.  Because there are usually 
  56. so many different ways to express the thought upon which the 
  57. software is based, the courts will frequently find an 
  58. infringement as to two substantially similar pieces of 
  59. software even if the variable names are changed, a different 
  60. language is used or the style of the author is followed.  
  61.          
  62.      A copyright does not protect an idea itself, but the 
  63. expression of an idea.  For example, assume that a 
  64. programmer develops an algorithm to calculate the number of 
  65. days until the next leap year.  Further, assume that the 
  66. algorithm is completely original and that there is no other 
  67. way to do that particular calculation.  In such a case, 
  68. copyright protection of the algorithm will NOT be granted.   
  69. This is because it is believed that if only one way is 
  70. available for expressing an idea, then actually that 
  71. expression IS the idea.  Courts will not grant an author a 
  72. monopoly to an idea even if it is original.  However, if 
  73. there are various methods to calculate the number of days 
  74. until the next leap year, then copyright protection will be 
  75. granted.  This situation has a different result because it 
  76. is possible for another person to review the original 
  77. algorithm and rewrite it through AN ORIGINAL EXPRESSION.  
  78. Thus, although the second algorithm creates the same result 
  79. as the first, the EXPRESSION is original. 
  80.  
  81.               LEGAL RIGHTS GIVEN BY A COPYRIGHT
  82.  
  83.      Copyright protection gives an individual author certain 
  84. rights which are in effect for the author's life plus 50 
  85. years.  These include the rights of: 1) REPRODUCTION; 2) 
  86. DERIVATION; 3) DISTRIBUTION; and 4) PERFORMANCE and DISPLAY.  
  87.  
  88.      1) Generally, the right of REPRODUCTION allows ONLY the 
  89. copyright owner to reproduce the software.  However, in the 
  90. case of computer software, there are certain exceptions.
  91.  
  92.      Because of the unique problems associated with computer 
  93. software protection, congress established the National 
  94. Commission on New Technological Uses of Copyrighted Works 
  95. (CONTU).  As a result of CONTU's recommendations, Congress 
  96. enacted into law that it is not a copyright infringement for 
  97. the owner of a computer program to make a copy or adaptation 
  98. of the program if: 1) the adaptation is an ESSENTIAL step in 
  99. the utilization of the computer program; or 2) such new copy 
  100. is for backup purposes.  Although at first reading this 
  101. seems to controvert the intention of copyright protection, 
  102. such is not the case.
  103.  
  104.      For example, it is an essential step in the utilization 
  105. of software to COPY the program into memory and, thus, it is 
  106. not a violation of the copyright under the statute.  Also, 
  107. as a practical consideration, the statute allows OWNERS of 
  108. software to make backup copies for archival purposes only.  
  109. However, the statutory right to make backups is granted ONLY 
  110. IF YOU PURCHASE A COPY OF THE SOFTWARE RATHER THAN A LICENCE 
  111. TO USE THE SOFTWARE.
  112.  
  113.      This point is worth making clear.  In cases where you 
  114. purchase a COPY of the software, you have a statutory right 
  115. to make backups for archival purposes.  The large software 
  116. companies, however, do not sell copies of the software but 
  117. sell only a LICENSE to USE a copy of the software.  Because 
  118. the license does NOT GRANT OWNERSHIP, and disallows making 
  119. backups of the software, the user's statutory right is 
  120. evaded.  In any case, it remains illegal to make backups of 
  121. original software, sell the original copies and then retain 
  122. the backups for personal use.
  123.  
  124.      2) The DERIVATION right allows a copyright holder to 
  125. exclude all others from deriving works based upon the 
  126. original.  This includes all translations, modifications, 
  127. condensations, or any other form in which a work may be 
  128. recast, transformed or adapted.  
  129.  
  130.      3) The DISTRIBUTION right allows the copyright owner to 
  131. prohibit all others from distributing the work publicly.  
  132. However, in light of the FIRST SALE DOCTRINE, once the 
  133. copyright owner makes a sale, the new owner may treat the 
  134. work as his own.  This does not mean that the new owner is 
  135. permitted to violate the copyright, but merely that he or 
  136. she can publicly transfer the software after the first sale 
  137. by the author.  The sale of the program by the author, 
  138. however, does not implicitly transfer the copyright - the 
  139. author retains all rights in that respect.  
  140.  
  141.      4) The rights of PERFORMANCE and DISPLAY prevent the 
  142. user from publicly performing and displaying the software 
  143. over many terminals from one station.  However, the software 
  144. could probably be displayed to many persons through the use 
  145. of one terminal.
  146.  
  147.                     ACQUIRING A COPYRIGHT
  148.  
  149.      After creating an original piece of software, the 
  150. developer will wish to claim the authorship to that work 
  151. through a copyright.  In order to properly effectuate a 
  152. copyright, the general public must be put on notice of the 
  153. copyright claim.  This is done by a copyright notice, which 
  154. serves to: inform others of the claim, identify the owner, 
  155. and state the year of first publication. 
  156.  
  157.      The contents of a copyright notice, as defined by the 
  158. Copyright Office, must include: 1) the letter "C" surrounded 
  159. by a CIRCLE, the word "copyright " or the abbreviation 
  160. "Copr."; 2) the year of first publication; and 3) the name 
  161. of the owner of the copyright.  For example: "Copyright 1986 
  162. John Doe."  Programmers should NOT use the letter "C" 
  163. surrounded by PARENTHESES ALONE because it is not 
  164. internationally acceptable.
  165.  
  166.      The copyright notice should be located in an area 
  167. obvious to the user no matter how the program is used.  
  168. Acceptable locations include: 1) on visually perceptible 
  169. printouts with or near the title, 2) being displayed at the 
  170. user's terminal at signon; 3) being continually displayed at 
  171. he user's terminal; or 4) affixed to to the permanent 
  172. receptacle used for the program.  
  173.  
  174.      Notice of the copyright should also be placed 
  175. throughout the SOURCE CODE and OBJECT CODE.  Providing 
  176. notice in the OBJECT CODE, however, is somewhat complex.  
  177. Because object code is not humanly readable, it is necessary 
  178. to include the notice as a data element within the program, 
  179. so that if the program aborts, or if someone attempts to 
  180. decompile it, the notice will appear in the memory dump or 
  181. other listing.
  182.  
  183.                         INFRINGEMENT
  184.  
  185.      After placing the appropriate notice on the software, 
  186. the software may be distributed publicly, as the copyright 
  187. is effective when the notice is placed on the software.  TO 
  188. RECEIVE COPYRIGHT PROTECTION, REGISTRATION WITH THE 
  189. COPYRIGHT OFFICE IS NOT NECESSARY.  HOWEVER, in the 
  190. unfortunate event that someone violates a copyright, a 
  191. software developer's legal rights are affected by whether or 
  192. not the copyright was registered with the Copyright Office. 
  193.  
  194.      If REGISTERED, a copyright owner may bring a court 
  195. action against an alleged violator in FEDERAL DISTRICT 
  196. COURT.  As the PLAINTIFF in the court proceeding, the 
  197. software developer will have the burden to prove that the 
  198. DEFENDANT had ACCESS to the original and that there is a 
  199. SUBSTANTIAL SIMILARITY between or among the pieces of 
  200. software in question.  The amount of damages to which the 
  201. software developer may be entitled depends upon WHEN the 
  202. copyright was registered.
  203.  
  204.      If the software is registered within THREE MONTHS after 
  205. the date of first publication, then STATUTORY DAMAGES and 
  206. attorney fees are available.  Statutory damages amount to 
  207. between $250 - $10,000.  If the infringement is INTENTIONAL, 
  208. statutory damages could be as large as $50,000.  Statutory 
  209. damages are different than actual damages in that THERE IS 
  210. NO NEED TO SHOW ACTUAL LOSS.  The mere fact that the 
  211. DEFENDANT was proved liable is sufficient.
  212.      
  213.      If the software is not registered within three months 
  214. of the date of first publication, statutory damages and 
  215. attorney's fees are not available.  The claimant must then 
  216. prove ACTUAL LOSS (ie. lost profits of the copyright owner 
  217. plus infringer's profits to the degree that they are not 
  218. represented in the lost profits) which requires much greater 
  219. effort in the fact-finding process and must be calculated 
  220. with reasonable certainty.
  221.  
  222.      If the software was not registered before the time of 
  223. the infringement, then the copyright owner (assuming that 
  224. the software was published with the copyright notice) must 
  225. register the copyright before a court action can be 
  226. instituted.  At the sake of being redundant, ownership of 
  227. the copyright was effectuated at the time of publication with 
  228. the copyright notice - registration is merely a statutory 
  229. requirement to "get to court."
  230.  
  231.                    REGISTERING A COPYRIGHT
  232.  
  233.      In order to REGISTER a copyright one must: 1) complete 
  234. FORM TX; 2) pay the $10 FEE; and 3) make a DEPOSIT of the 
  235. software in the Library of Congress.
  236.  
  237.      The deposit requirement consists of providing the first 
  238. 25 pages and last 25 pages of the SOURCE CODE (or the entire 
  239. program if it is less than 51 pages) reproduced in a form 
  240. visually perceptible WITHOUT the aid of a machine or device, 
  241. together with the page or equivalent unit containing the 
  242. copyright notice.  If a published user's manual or other 
  243. printed documentation accompanies the computer program, two 
  244. copies of the user's manual must be included.
  245.  
  246.      In the event that deposit of the humanly readable 
  247. SOURCE CODE would disclose a trade secret (see next issue, 
  248. Chain 1 Link 2) or other confidential information, the 
  249. programmer may deposit the OBJECT CODE.  Included with such 
  250. a deposit must be written assurance that the program is 
  251. copyrightable authorship.  In this case, registration will 
  252. proceed under the RULE OF DOUBT policy.  The Rule of Doubt 
  253. means that the Copyright Office believes that there is a 
  254. reasonable doubt as to whether the requirements of the 
  255. copyright statute have been met.  Since examiners cannot 
  256. read OBJECT CODE, they have no way of knowing what is 
  257. represented in the deposit.  This is a very new area of law, 
  258. and there are few, if any, court cases which explain what 
  259. affect the Rule of Doubt will have on litigation.  Thus, the 
  260. safest method is to deposit the SOURCE CODE.
  261.  
  262.      In some cases, the registrant may seek Special Relief 
  263. by making a written request to the Chief, Examining 
  264. Division, Copyright Office.  In the event that Special 
  265. Relief is granted, a registrant may be permitted to deposit 
  266. blocked-out portions of the source code or deposit a 
  267. combination of source and object code.
  268.  
  269.                          CONCLUSION
  270.  
  271.      In conclusion, the basic question a software developer 
  272. should ask is, "IS THIS SOFTWARE OF SUCH A QUALITY THAT I 
  273. WOULD BE WILLING TO INITIATE A COURT PROCEEDING IF THE 
  274. COPYRIGHT IS VIOLATED?"  Since the primary advantage of 
  275. REGISTERING the copyright is the ability to sue and recover 
  276. statutory damages, the developer should be resolved that if 
  277. an infringement occurs he or she would have the time and 
  278. resources to initiate a court proceeding.  Regardless of 
  279. registration, the copyright notice should be always be 
  280. placed on the software.
  281.  
  282.      For more information, contact the Copyright Office, 
  283. Library of Congress, Washington, D.C. 20559.  Phone: 
  284. (202)287-9100.
  285.  
  286.      LEGAL LINKS(tm) ARE MERELY AN INTRODUCTION TO COPYRIGHT 
  287. LAW - ONLY THE BASICS HAVE BEEN DISCUSSED.  ALWAYS CONSULT 
  288. YOUR ATTORNEY.  
  289.  
  290.      LEGAL LINKS(tm) may be downloaded from THE PITTSBURGH 
  291. LINK at (412)243-LINK  129/29  (Area 1 - General Files).  
  292. Chain 1 Link 2 will discuss TRADE SECRET protection of computer
  293. software - it will be released shortly.  This writer is a 
  294. law student at Duquesne University in Pittsburgh.  If I can
  295. ever be of any assistance, please call or send MAIL.  If you
  296. call, please fill out the questionnaire and leave me a message.
  297. I will get back to you promptly.  
  298. 
  299.