home *** CD-ROM | disk | FTP | other *** search
/ ftp.ee.pdx.edu / 2014.02.ftp.ee.pdx.edu.tar / ftp.ee.pdx.edu / pub / lpf / pf5.emailissue < prev    next >
Text File  |  1992-11-03  |  29KB  |  607 lines

  1.          _______________________________________________________
  2.          |                                                     |
  3.          |       PROGRAMMING FREEDOM  -  online edition        |
  4.          |                                                     |
  5.          |        August 1992  -==-  Volume I  Number 5        |
  6.          |                                                     |
  7.          |           The Electronic Newsletter of              |
  8.          |        The League for Programming Freedom           |
  9.          | 1 Kendall Sq #143, POBox #9171, Cambridge MA 02139  |
  10.          |              league@prep.ai.mit.edu                 |
  11.          |  Editor: Spike R. MacPhee (spiker@prep.ai.mit.edu)  |
  12.          |Assistant Editor: Andy Oram (oram@hicomb.hi.com)     |
  13.          |     Reproduction of Programming Freedom via all     |
  14.          |            electronic media is encouraged.          |
  15.          |     To reproduce a signed article individually,     |
  16.          |       please contact the author for permission.     |
  17.          |_____________________________________________________|
  18.  
  19.           <><><><><> TABLE OF CONTENTS <><><><><>
  20.      Heckel - Gabriel debate report by Richard P. Gabriel
  21.         News: IBM and Microsoft cross-license
  22.        Apple and Quorum patents - by Richard M. Stallman (rms)
  23.       Status of the LPF Apple boycott - Chris Hofstader
  24.      LPF position on latest in Apple vs. Microsoft/HP case - rms
  25.        LPF publicity: Cons, media mentions, & volunteer efforts
  26.    LPF's position on ATT/BSDI suit - by LPF Pres. Jack Larsen & rms
  27.         LPF News:  voicemail still down, due back soon
  28.    LPF bibliography and on-line index continues - by Michael Ernst
  29.     Another way to publicize the LPF -  by Frank P. Bresz
  30.          LPF email lists - who and what they are for
  31.     Viewpoint: Software Patents - Boom or Bane? -  by rms
  32.       LPF Boutique: Materials Available from the League
  33.                    
  34.                 --==--
  35.  
  36.          <><><>Heckel - Gabriel debate<><><>
  37.        - by rpg%inferno@lucid.com (Richard P. Gabriel)
  38.  
  39. The publicity flyer for my debate with Heckel read:
  40.  
  41. "Special Interest Group on Freedom, Privacy and Technology: A public
  42. forum co-sponsored by BMUG and CPSR/Berkeley, May 31.
  43.  
  44. Software patent proponent Paul Heckel goes head to head with Dr.
  45. Richard P. Gabriel, of the League for Programming Freedom to discuss
  46. the realities of software patents...
  47.  
  48. Paul Heckel, author of the book "The Elements of Friendly Software
  49. Design" (Sybex books, second edition, 1991) and owner of HyperRacks,
  50. Inc., pioneered the card and stack computer metaphor. He developed
  51. Zoomracks, which is recognized as a predecessor to HyperCard by Apple
  52. Computer (among others), who licensed his patents.
  53.  
  54. Dr. Richard P. Gabriel is Chief Technical Officer and principal
  55. founder of Lucid, Inc, a Unix software company specializing in object
  56. technology. He is a regular columnist for AI Expert. His research
  57. accomplishments include the first high-performance supercomputer Lisp
  58. system, the definition of the Common Lisp language, the Gabriel
  59. Benchmarks for measuring Lisp system performance, the design and
  60. implementation of Qlisp (the first compiler-based parallel Lisp
  61. implementation), assisted with the definition of the Common Lisp
  62. Object System (CLOS), and the architecture of Lucid's integrated
  63. programming environment."
  64.  
  65. I felt that he self-destructed again, and basically the whole crowd
  66. (only 20 people) ended up attacking him. He had two questions he
  67. couldn't respond to, neither of which I had heard before (I'll present
  68. the second as a statement, but it was in the form of a question at the
  69. debate):
  70.  
  71.     1. what program, system, or technique did we get that we wouldn't
  72.        have got without patents?
  73.  
  74.     2. In other areas, the cost of patents is in the cost of parts.
  75.        So, when I build a computer, I buy a chip and the cost of the
  76.        licensed patent is included. If I use a lot of chips, then the
  77.        patent's value is accurately reflected by the cost to me,
  78.        and if the computer sells well, the added revenue (cost)
  79.        accurately reflects the value of the patent.
  80.        This can't happen with software, because if I use a patented 
  81.        technique for a small purpose and the patent-holder charges a
  82.        percentage royalty, I get screwed because the cost of the
  83.        patent to me is inaccurate with regard to its cost. And if the
  84.        patent-holder charges a fixed price and I sell a lot of
  85.        product with the patent, the value of the patent to the
  86.        product with regard to its cost is inaccurate. This is a direct
  87.        result of software patents being about ideas and not about
  88.        property.
  89.  
  90. I would say the result of the debate is that Heckel's wild arguments
  91. convinced the audience that the entire patent system should be
  92. ditched.
  93.                 --==--
  94.  
  95.       <><><>News: IBM and Microsoft cross-license<><><>
  96.  
  97. IBM and Microsoft have completed negotiations on royalties for OS/2;
  98. IBM will pay Microsoft some amount under $30/copy.  But during the
  99. negotiations, IBM threatened to hit Microsoft with patent suits on a
  100. thousand software patents.  They ended up cross-licensing all their
  101. patents, but because IBM had more patents, Microsoft paid between $20M
  102. and $30M as part of the deal.
  103.                 --==--
  104.  
  105. <><><>Apple and Quorum patents - by Richard M. Stallman (rms)<><><>
  106.  
  107. The Macintosh system uses a simple compressed representation for
  108. regions (two-dimensional shapes).  Fundamentally, a region is
  109. represented by a bitmap; the compression technique consists of
  110. run-length encoding first in the x-direction and then in the
  111. y-direction.  It is possible to do boolean operations on compressed
  112. regions operating directly on the compressed form; this is faster than
  113. generating the full bitmap.
  114.  
  115. This representation is patented by Apple; the patent number is
  116. 4,622,545.
  117.  
  118. The result is to cause a problem for any Macintosh-compatible system.
  119. Applications contain actual regions represented in this format, and
  120. any method of executing the application correctly must infringe the
  121. patent.
  122.  
  123. So what have emulator-writers done?  One company, Quorum, decided to
  124. handle stored regions in applications only approximately; they expand
  125. the region to a rectangle, ignoring its detailed shape.  This seems to
  126. work well enough in practice--apparently most applications make little
  127. use of saved constant regions.
  128.  
  129. But this approximation method brings a vulnerability: Apple can
  130. develop applications that explicitly refuse to work if the system
  131. handles regions approximately.  If important applications don't work
  132. at all, the emulator will be useless.  Apple could even pressure other
  133. developers into doing this.  Apple is known for placing obnoxious
  134. restrictions on its approved developers, and this particular
  135. imposition would not be out of character.
  136.  
  137. Meanwhile, Quorum uses another representation for regions, and another
  138. method for doing boolean operations.  And Quorum is patenting this
  139. technique.  Yesterday's underdog has become tomorrow's bully.
  140.  
  141. Because Quorum is a small company, it may respond to public
  142. disapproval.  Two years ago a few LPF members convinced Solbourne to
  143. back down on an interface copyright claim.  We may be able to convince
  144. Quorum to back down if we give them a response that is surprisingly
  145. strong.
  146.  
  147. So please write letters to the president of Quorum, deploring this
  148. patent and saying that if they sink to Apple's level then you will say
  149. the same bad things about them that you do about Apple.
  150.  
  151.     Sheldon Breiner, President
  152.     Quorum Software Systems, Inc.
  153.     4700 Bohannon Drive, Suite 125
  154.     Menlo Park, CA  94025
  155.  
  156. Urge Quorum to give the patent to the public, or to adopt a
  157. non-aggression policy for it.  (A non-aggression policy means they
  158. won't use the patent against you unless you use patents against them.)
  159.  
  160. Send a copy of your letter to a magazine that Quorum might advertise
  161. in, and mark this fact on the letter.
  162.  
  163.                 --==--
  164.  
  165.  <><>Status of the LPF Apple boycott - by Christian D. Hofstader<><>
  166.  
  167.     One of our members asked: Now that Apple is no longer pursuing a
  168.     look-and-feel lawsuit, is the boycott over?
  169.      - David J. Camp (campfire!david@wupost.wustl.edu)
  170.  
  171. I am not certain that Apple is no longer pursuing lnf suits.  All that
  172. I've heard is that a judge has thrown most of their case out.  We will
  173. drop our boycott when and if Apple announces publicly that they will
  174. no longer use such tactics in the future.  If this has already
  175. happened I have not heard about it.
  176.  
  177.       - cdh@prep.ai.mit.edu, LPF Secretary and Director
  178.  
  179.                 --==--
  180.  
  181.  <><>LPF position on latest in Apple vs. Microsoft/HP case - rms<><>
  182.  
  183. Recently, Judge Walker threw out most of Apple's complaints against
  184. Microsoft and HP.  He cited concerns about overbroad monopoly as part
  185. of the reason.
  186.  
  187. This is definitely a step in the right direction, and a win for
  188. programmers' freedom, but it does not completely eliminate the danger
  189. from Apple--for several reasons:
  190.  
  191. * Not all of the lawsuit has been thrown out.  A few of Apple's claims
  192. still remain to be decided.
  193.  
  194. * Part of the reason most claims were rejected was that Microsoft had
  195. signed a contract with Apple, years ago.  In fact, the judge did not
  196. decide for certain that the features in Apple's list were
  197. uncopyrightable; he said that *either* they are uncopyrightable *or*
  198. Microsoft's license covers them.  Only another trial will tell us
  199. which one it is!
  200.  
  201. Thus, if Apple were to sue someone else in the exact same way--someone
  202. who did not sign such a license with them years ago--it is not clear
  203. that the outcome would be the same.
  204.  
  205. * Apple may appeal the decision; we cannot regard any of it as final.
  206.  
  207.                 --==--
  208.  
  209.    <><>LPF publicity: Cons, media mentions, & volunteer efforts<><>
  210.  
  211.    Send in any LPF mentions or volunteer efforts and we'll list it.
  212.  
  213. May 31    Berkeley  Richard P. Garbriel debates Paul Heckel
  214.         Report by Gabriel in this issue.
  215. June 1 Computerworld Viewpoint column by rms (reprinted here).
  216.  
  217. karl@cs.umb.edu (Karl Berry) reports:
  218.  
  219. "Here's a small (tiny) thing I did.  I got a typical questionnaire
  220. from Dartmouth, my alma mater, asking their alumni about directions
  221. for the future.  I suggested they support the LPF's boycott of Apple,
  222. and join the LPF as an institutional member.  (Since Dartmouth
  223. essentially requires each student buy a PC or Mac, and many buy Macs,
  224. their supporting the boycott might actually make Apple pay attention.)
  225. I also sent them the LPF position papers."
  226.  
  227.                 --==--
  228.  
  229.  <>LPF's position on ATT/BSDI suit - by LPF Pres Jack Larsen & rms<>
  230.  
  231. People have asked why the LPF hasn't said anything about the lawsuit
  232. by USL (a subsidiary of AT&T) against the University of California at
  233. Berkeley and against BSDI.
  234.  
  235. The reason is because we don't yet know whether this lawsuit falls
  236. within the scope of concern of the LPF.  This is because the USL
  237. allegations are vague.  The crucial claim is that
  238.  
  239.        27. This statement is likewise materially false and misleading 
  240.     in that, to the extent the BSDI "LICENSED PROGRAM" is (as BSDI 
  241.     claims) based upon Berkeley's Networking Release 2, it is in fact 
  242.     based upon, copied from or derived from AT&T's code, such that 
  243.     users of the BSDI program require a license from AT&T or its 
  244.     successor, USL. 
  245.  
  246. and it is not clear what sort of illegality is charged.
  247.  
  248. This could be an allegation that actual code was copied, in which case
  249. the issue is not one of concern to the LPF.  The LPF stands for the
  250. freedom to write software, but it is not opposed to owning individual
  251. programs that one has written, and this includes USL.
  252.  
  253. On the other hand, perhaps an interface copyright claim is lurking
  254. within "otherwise derived".  Or USL could interpret it this way if
  255. other interpretations prove unfavorable.  This would bring the case
  256. directly within the LPF's area of concern.
  257.  
  258. However, the case may fall into the area of programming freedom in a
  259. wider sense, as an example of using the power of money to harass.  For
  260. several reasons, the actions of USL would be an abuse even if the
  261. allegation were true:
  262.  
  263.     NET2 is a collection of many different programs and parts of
  264.     programs written by different people and institutions.  While
  265.     they work together, they are unrelated as regards authorship.  To
  266.     charge that NET2 as a single entity infringes some (unspecified)
  267.     right is like pointing at a bookstore and saying that its entire
  268.     contents are illegal because of unidentified books.
  269.  
  270.     USL has not even specified what sort of illegality they allege;
  271.     they want BSDI to be judged as vaguely in the wrong, disregarding
  272.     what sort of copying and distribution the law permits.
  273.  
  274.     USL originally sued BSDI, alleging misconduct by UCB, not by
  275.     BSDI.  At the time, UCB had received no word of complaint from
  276.     USL about the releases of free software, which had begun in 1988.
  277.     The release of NET2 took place about a year before the lawsuit
  278.     against BSDI.
  279.  
  280.     UCB made assiduous efforts to avoid including any AT&T code in
  281.     the NET2 release, and this included several attempts over a
  282.     period of years to ask USL whether they regarded certain programs
  283.     as in any way violating their copyrights or trade secrets.  USL
  284.     refused to answer.
  285.  
  286.     USL has sued the lawyers of BSDI and UCB, merely for raising
  287.     objections to the questions that USL wanted Mike Karels to
  288.     answer.
  289.  
  290. Perhaps these issues should be a matter of concern to the LPF, even
  291. though the legality of copying code is not one.  However, the problems
  292. of our legal system exposed here have nothing specifically to do with
  293. software; the ability of the wealthy to deny others their legal rights
  294. is a general phenomenon.
  295.  
  296. Also, the main focus of the LPF is on changing the legal system for
  297. software, not on individual cases, and it is not clear what change in
  298. the system we should advocate to solve these problems.  This case does
  299. not suggest a need for changes in copyright or trade secret law for
  300. software because the defendants will probably win under existing
  301. law--provided they can manage to last until the case is decided.
  302.  
  303.                 --==--
  304.  
  305.     <><><>LPF News:  voicemail still down, due back soon<><><>
  306.  
  307. Our voicemail number is temporarily down.  The voicemail subcontractor
  308. to our snailmail mailbox company abruptly went bankrupt; we are
  309. attempting to recover the number from them and provide more reliable
  310. service to you without obsoleting our stocks of LPF materials with the
  311. voicemail number on them.
  312.  
  313. Chris Hofstader adds: "...I finally heard from ... Dictronics ...  who
  314. purchased MessageNet.  Previously MessageNet purchased VoiceTek.  I,
  315. with the cooperative and patient assistance of Bill at Mail Boxes
  316. Etc., have spent much of the summer chasing corporate ownership of our
  317. phone number.  We finally found a person with the authority to release
  318. the number to us.
  319.  
  320. NETel is setting up a system for us that will at first forward our
  321. calls to a different rented number.  We will in the coming weeks
  322. purchase an answering system and put it in a stable home with a very
  323. inexpensive "incoming" only line attached.
  324.  
  325. This problem is finally solved...  Bankruptcy and
  326. corporate takeovers are a complete hassle to trace through."
  327.  
  328. The number was and will be 617-243-4091.  It is a voice-mail phone, so
  329. please leave your name and phone number or address, and your question
  330. or request, and our person will get back to you.
  331.                 --==--
  332.  
  333. <><>LPF bibliography & on-line index continues - by Michael Ernst<><>
  334.  
  335. [Two people have since volunteered to maintain this important
  336. resource.  I included all of Mike's description to show how much work
  337. he has done on the index for the LPF.  We thank you for your efforts,
  338. Mike.]
  339.  
  340. For the past few year and a half I have been maintaining two files for
  341. the League for Programming Freedom: a partial list of software patents
  342. and an online index to the League's hardcopy files.  Other commitments
  343. (and the possibility that I will soon leave the Boston area) force me
  344. to delegate these tasks to someone else, and I am looking for
  345. volunteers to take over responsibility for one or both of the files.
  346. (One person doesn't necessarily have to manage both of them.)
  347.  
  348. I spend several hours every month going through new acquisitions which
  349. are placed in a file in 545 Technology Square (the FSF headquarters),
  350. deciding in which physical file folder to store them, and indexing
  351. them electronically.  When I come across references to, or articles
  352. about, software patents or user interface copyrights, I place them in
  353. the electronic index as well and hunt them down if it's convenient.  I
  354. often read or skim articles and patents so that I can provide a precis
  355. along with information about the title, author, and date of
  356. publication; this makes the index much more useful.  When I update the
  357. files, I send diffs of the changes to a set of interested people.
  358.  
  359. I hope that someone will be willing to take over this responsibility,
  360. for at least two reasons.  First, it is essential to keeping the
  361. League's extensive set of hardcopy files in order; without some
  362. organization and an index, they would be nearly useless (as they were
  363. before I started).  Second, I would hate to see my significant
  364. investment of time go to waste if the present organization was allowed
  365. to fall before entropy.
  366.  
  367. If you'd like to look at the files, either to use them or because you
  368. are interested in possibly taking them over, you can find them for
  369. anonymous ftp in the directory mintaka.lcs.mit.edu:/mitlpf/ai, files
  370. index and patent-list.
  371.                     -Michael Ernst
  372.                      mernst@theory.lcs.mit.edu
  373.  
  374.                 --==--
  375.  
  376.       <><>Another way to publicize the LPF -  Frank P. Bresz<><>
  377.  
  378.     WOW what a response.... using a question instead of
  379.    just a signature works far better for recruiting purposes.  I have
  380.    had this signature : 
  381.  
  382. Frank P. Bresz  |PCD Simulators Department, Westinghouse Electric Corporation
  383. fpb@ittc.wec.com|My opinions are mine, WEC pays big money for official opinions
  384. uunet!ittc!fpb  |Member: League for Programming Freedom (LPF) | STOP Software |
  385. +1 412 733 6749 |For more information on the 'LPF' send mail  |  Patents Now  |
  386.  
  387.    For about a month (perhaps longer).  In the past week I have
  388.    started (as suggested in the 'recruiting' document) just posing the
  389.    question to mail contacts from usenet and the like.  I take the
  390.    time to remove my affiliation so as to not 'lead' the person into
  391.     anything they might not want to say/think.
  392.  
  393.    I have already received 2 or 3 responses and at least 1 'Yep, looks
  394.    like I better join', after sending the papers.
  395.  
  396.    Just thought I would let the folks know that it really works and it
  397.    is worth the few minutes it takes to do it.
  398.  
  399. [the signature publicity is also expanding; we now get 10 to 20
  400. requests for info in a week stating that they "saw us in a .sig." -
  401. spiker]
  402.  
  403.                 --==--
  404.  
  405.        <><><>LPF email lists - who and what they are for<><><>
  406.  
  407. These lists are for LPF members only, although you may, of course,
  408. redistribute postings to your friends in the hopes of getting them to
  409. actively support the LPF by joining.
  410.  
  411. The moderated mailing list:
  412.         league-activists@prep.ai.mit.edu
  413.  
  414.   and its two sub-lists:
  415.        league-activists-boston@prep.ai.mit.edu
  416.   and  league-activists-remote@prep.ai.mit.edu should be used only
  417.  
  418.     for members' requests for assistance in league projects, local or
  419.     nationally, or for announcements from LPF.
  420.  
  421.     These lists are filtered by a moderator to:
  422.        - insure this use;
  423.        - minimize the number of messages;
  424.        - remove items meant for the list's -request address;
  425.        - forward items that should have been sent to another list.
  426.  
  427.     There may be a delay of up to 3 days for your message to be sent on
  428.     L-act, so plan ahead for volunteer requests.
  429.  
  430. League-tactics@prep.ai.mit.edu is for discussion of LPF directions and
  431. is not moderated.
  432.  
  433. If you want to subscribe, change your eddress (email address), or be
  434. removed from either list, please use:
  435.  
  436.         league-activists-request@prep.ai.mit.edu
  437. or      league-tactics-request@prep.ai.mit.edu
  438.  
  439.  
  440. General questions about the LPF, and administrative questions about
  441. your membership or your email copy of the newsletter should still go
  442. to: league@prep.ai.mit.edu
  443.                 --==--
  444.  
  445.     Viewpoint: Software Patents - Boom or Bane? -  by rms
  446.        (Appeared in June 1, 1992 Computerworld, p. 33)
  447.  
  448. If you develop software, or even if you use software, software patents
  449. are a threat to your work.
  450.  
  451. Patents in software provide little benefit to society: past experience
  452. shows that many new algorithms were published and many new features
  453. tried out, in the absence of patents.  The burden they impose is
  454. immense: every design decision now carries the risk of being sued for
  455. infringing a patent; most new techniques and features are off-limits
  456. for seventeen years.  As Bank of America has learned, even the users
  457. of popular software packages can be sued.
  458.  
  459. When people first learn about the problem of software patents, their
  460. attention is often drawn to the absurd patents that cover techniques
  461. already widely known---such as ``natural order recalculation'' in
  462. spreadsheets.
  463.  
  464. Focusing on these examples can lead some people to ignore the rest of
  465. the problem.  They are attracted to the position that the patent
  466. system is basically correct and needs only ``reforms'' to carry out
  467. its own rules properly.  For example, they propose a data base of
  468. prior art for patent examiners to study.  But how much good would this
  469. do?  Let's consider an example.
  470.  
  471. In April 1991, software developer Ross Williams began publishing a
  472. series of data compression programs using new algorithms of his own
  473. devising.  Their superior speed and compression quality soon attracted
  474. users.
  475.  
  476. The following September, use of these programs in the United States
  477. was halted by a newly issued patent, number 5,049,881.  Dean Gibson
  478. and Mark Graybill had applied for the patent on June 18, 1990.
  479.  
  480. Under the current patent rules, the validity of the patent depends on
  481. whether there is ``prior art'': whether the basic idea was published
  482. before that date in 1990.  Williams's publication in April 1991 came
  483. after that date, so it does not count.
  484.  
  485. Ghiora Drori, a student at the University of San Francisco, described
  486. a similar algorithm in 1988/9 in a class paper, but it was not
  487. published.  This doesn't count either.
  488.  
  489. Reforms to make the patent system work ``properly'' would be no help
  490. here---because the patent would still exist.  There is no prior art
  491. for it.  It is not close to obvious, as the patent system interprets
  492. the term.  (Like most patents, it is neither revolutionary nor
  493. trivial, but somewhere in between.)  The fault is in the rules
  494. themselves, not their execution.
  495.  
  496. Between this and other data compression patents, it is now difficult
  497. to design any high-quality compression program that is unambiguously
  498. lawful---because it is not easy to tell just how far a given patent
  499. stretches.
  500.  
  501. In the US legal system, patents are intended as a bargain between
  502. society and individuals; society is supposed to gain through the
  503. disclosure of techniques that would otherwise never be available.  It
  504. is clear that society has gained nothing by issuing patent number
  505. 5,049,881.
  506.  
  507. Under current rules, our ability to use Williams's programs depends on
  508. whether anyone happened to publish the same idea before April 1991.
  509. More fundamentally, it depends on when various people happened to have
  510. this idea.  That is to say, it depends on luck.  This system is good
  511. for promoting the practice of law rather than that of software.
  512.  
  513. Teaching the Patent Office to look at more of the existing prior art
  514. might prevent some outrageous mistakes.  It will not cure the greater
  515. problem, which is the patenting of every @emph{new} wrinkle in the
  516. use of computers, like the one that Williams and others independently
  517. developed.
  518.  
  519. This will turn software into a quagmire.  Even an innovative program
  520. will use dozens of known techniques and features, and each is likely
  521. to be off limits if it is less than two decades old.  Our ability to
  522. use each wrinkle will depend on luck, and if we are unlucky half the
  523. time, few programs will escape infringing a large number of patents.
  524. Navigating the maze of patents will be harder than writing software.
  525. As @cite{The Economist} says, software patents are simply bad for
  526. business.
  527.  
  528. A reform substantial enough to solve this problem would have to
  529. eliminate nearly all software patents.  Since the problem is grave, we
  530. should not wait to decide which handful do benefit society, if any.
  531. We should abolish them all without delay, and leave the tuning for
  532. later.
  533.                 --==--
  534.  
  535.    <><><> LPF Boutique: Materials Available from the League <><><>
  536.  
  537.     Please send your order to the League address on the first page We
  538. don't take credit cards yet, but are working on this with our bank.
  539. We do take Traveler's Checks.
  540.                                Buttons
  541.      We have reprinted the famous ``fanged apple'' buttons.  These
  542. buttons show the symbol of Apple computer with an alien snake's body
  543. and face.  You can buy buttons by mail from the League, for $2 each,
  544. in quantities of at least three.  We give out buttons at events, but
  545. ask for a donation.
  546.                    Stickers
  547.      We also have stickers showing Liberty Empowering the Programmer,
  548. with the League's name and address.  You can order stickers by mail
  549. from the League at $5 for 10 stickers; for larger orders, phone us to
  550. discuss a price.  We hand them out free when it is convenient, such as
  551. at our events, but since mailing packages to individuals costs money,
  552. we want to make it an opportunity to raise funds.
  553.      Post stickers at eye level and separated from other posted
  554. articles, to make them easy to see.  The stickers are not made to
  555. survive rain.
  556.               Liberty Postcards
  557.      We also have postcards showing Liberty Empowering the Programmer,
  558. with the League's name and address.  Same terms as the stickers.
  559.             Large Liberty Posters
  560.      We have a few posters with the same image that is on the
  561. stickers, approximately 2.5 ft by 1.5 ft.  They are $4 each and $4
  562. total shipping and handling in the US for the first one to five
  563. posters, and $2 for each additional five.
  564.                  Coffee Mugs
  565.      Our coffee mugs have the Fanged Apple design in full color on one
  566. side and ``League for Programming Freedom'' on the other.  They hold
  567. twelve ounces and are microwave safe.  You can order a mug for $15,
  568. nonmembers $17, plus $3.00 shipping and handling.  They are now in
  569. stock.  Note the price increase.
  570.                    T-Shirt
  571.      Michael Ernst has produced t-shirts with Liberty and ``League for
  572. Programming Freedom'' on the front and ``Innovate, Don't Litigate'' on
  573. the back.  (The back slogan will change from time to time.)  You can
  574. order shirts by mail from the League for $10, nonmembers $12, plus $2
  575. for shipping and handling.  Available colors are yellow, blue and
  576. peach (ecru); if you specify a color, we will assume you would rather
  577. have another color than no shirt.  If you want a chosen color or
  578. nothing, say so explicitly.  Please specify the shirt size!  (M, L or
  579. XL.)  We are sold out of XL shirts, but will be making more new shirts
  580. with the next version of the back slogan by the end of Sept.
  581.            Position Papers and Memberships
  582.      We will send anyone a copy of the League position papers.  If you
  583. want other copies to hand out at an event, we'll send you as many as
  584. you need.  Please discuss your plans with us.  One-year memberships
  585. are $42 for professionals, $10.50 for students, and $21 for others.
  586. The dues are $100 for an institution with up to three employees, $250
  587. for an institution with four to nine employees, and $500 for an
  588. institution with ten or more employees. For $5000, an institution can
  589. be a sponsor rather than a member.  We have 10 inst. members, now.
  590.              League Papers Online
  591. You can retrieve LPF written materials in TeXinfo format by anonymous
  592. ftp from prep.ai.mit.edu in the directory /pub/lpf.  These include the
  593. position papers, membership form, handouts, friends of the court
  594. briefs, and articles about the LPF's issues of concern. In addition to
  595. the above, Joe Wells has PostScript, DVI, plain text, and Info format
  596. versions of the papers "Against User Interface Copyright"
  597. (look-and-feel) and "Against Software Patents" (patents) available for
  598. FTP from this location: cs.bu.edu:pub/jbw/lpf/ 
  599.             League Video Cassettes 
  600. We have a four-hour video tape of two of Richard Stallman's speeches for the
  601. LPF.  If you'd like to give LPF speeches, we can send you copies of
  602. these tape to give you an example to learn from.  If you'd like
  603. copies for another purpose, we can send them for $20 each.  They will
  604. be available in Oct.  <><><>
  605.  
  606.        <><><> End of August 1992 Programming Freedom <><><>
  607.