gss-2
上传用户:dgyhgb
上传日期:2007-01-07
资源大小:676k
文件大小:32k
源码类别:

SQL Server

开发平台:

Unix_Linux

  1. This is Info file gss, produced by Makeinfo-1.63 from the input file
  2. /home/gsql/0.7b5/etc/gss.texi.
  3. 
  4. File: gss,  Node: Sending Patches,  Prev: Checklist,  Up: Bugs
  5. Sending Patches for the GNU SQL Server
  6. --------------------------------------
  7.    If you would like to write bug fixes or improvements for GNU SQL
  8. Server, that is very helpful.  When you send your changes, please
  9. follow these guidelines to make it easy for the maintainers to use
  10. them.  If you don't follow these guidelines, your information might
  11. still be useful, but using it will take extra work.  Maintaining the
  12. GNU SQL Server is a lot of work in the best of circumstances, and we
  13. can't keep up unless you do your best to help.
  14.    * Send an explanation with your changes of what problem they fix or
  15.      what improvement they bring about.  For a bug fix, just include a
  16.      copy of the bug report, and explain why the change fixes the bug.
  17.      (Referring to a bug report is not as good as including it, because
  18.      then we will have to look it up, and we have probably already
  19.      deleted it if we've already fixed the bug.)
  20.    * Always include a proper bug report for the problem you think you
  21.      have fixed.  We need to convince ourselves that the change is
  22.      right before installing it.  Even if it is correct, we might have
  23.      trouble understanding it if we don't have a way to reproduce the
  24.      problem.
  25.    * Include all the comments that are appropriate to help people
  26.      reading the source in the future understand why this change was
  27.      needed.
  28.    * Don't mix together changes made for different reasons.  Send them
  29.      *individually*.
  30.      If you make two changes for separate reasons, then we might not
  31.      want to install them both.  We might want to install just one.  If
  32.      you send them all jumbled together in a single set of diffs, we
  33.      have to do extra work to disentangle them--to figure out which
  34.      parts of the change serve which purpose.  If we don't have time
  35.      for this, we might have to ignore your changes entirely.
  36.      If you send each change as soon as you have written it, with its
  37.      own explanation, then two changes never get tangled up, and we can
  38.      consider each one properly without any extra work to disentangle
  39.      them.
  40.    * Send each change as soon as that change is finished.  Sometimes
  41.      people think they are helping us by accumulating many changes to
  42.      send them all together.  As explained above, this is absolutely
  43.      the worst thing you could do.
  44.      Since you should send each change separately, you might as well
  45.      send it right away.  That gives us the option of installing it
  46.      immediately if it is important.
  47.    * Use `diff -c' to make your diffs.  Diffs without context are hard
  48.      to install reliably.  More than that, they are hard to study; we
  49.      must always study a patch to decide whether we want to install it.
  50.      Unidiff format is better than contextless diffs, but not as easy
  51.      to read as `-c' format.
  52.      If you have GNU diff, use `diff -c -F'^[_a-zA-Z0-9$]+ *('' when
  53.      making diffs of C code.  This shows the name of the function that
  54.      each change occurs in.
  55.    * Write the change log entries for your changes.  This is both to
  56.      save us the extra work of writing them, and to help explain your
  57.      changes so we can understand them.
  58.      The purpose of the change log is to show people where to find what
  59.      was changed.  So you need to be specific about what functions you
  60.      changed; in large functions, it's often helpful to indicate where
  61.      within the function the change was.
  62.      On the other hand, once you have shown people where to find the
  63.      change, you need not explain its purpose in the change log.  Thus,
  64.      if you add a new function, all you need to say about it is that it
  65.      is new.  If you feel that the purpose needs explaining, it
  66.      probably does--but put the explanation in comments in the code.
  67.      It will be more useful there.
  68.      Please read the `ChangeLog' files in the `top' directory to see
  69.      what kinds of information to put in, and to learn the style that
  70.      we use.  If you would like your name to appear in the header line,
  71.      showing who made the change, send us the header line.
  72.    * When you write the fix, keep in mind that we can't install a
  73.      change that would break other systems.  Please think about what
  74.      effect your change will have if compiled on another type of system.
  75.      Sometimes people send fixes that *might* be an improvement in
  76.      general--but it is hard to be sure of this.  It's hard to install
  77.      such changes because we have to study them very carefully.  Of
  78.      course, a good explanation of the reasoning by which you concluded
  79.      the change was correct can help convince us.
  80.      The safest changes are changes to the configuration files for a
  81.      particular machine.  These are safe because they can't create new
  82.      bugs on other machines.
  83.      Please help us keep up with the workload by designing the patch in
  84.      a form that is clearly safe to install.
  85. 
  86. File: gss,  Node: Manifesto,  Next: Acknowledgments,  Prev: Copying,  Up: Top
  87. The GNU Manifesto
  88. *****************
  89.      The GNU Manifesto which appears below was written by Richard
  90.      Stallman at the beginning of the GNU project, to ask for
  91.      participation and support.  For the first few years, it was
  92.      updated in minor ways to account for developments, but now it
  93.      seems best to leave it unchanged as most people have seen it.
  94.      Since that time, we have learned about certain common
  95.      misunderstandings that different wording could help avoid.
  96.      Footnotes added in 1993 help clarify these points.
  97.      For up-to-date information about the available GNU software,
  98.      please see the latest issue of the GNU's Bulletin.  The list is
  99.      much too long to include here.
  100. What's GNU?  Gnu's Not Unix!
  101. ============================
  102.    GNU, which stands for Gnu's Not Unix, is the name for the complete
  103. Unix-compatible software system which I am writing so that I can give it
  104. away free to everyone who can use it.(1) Several other volunteers are
  105. helping me.  Contributions of time, money, programs and equipment are
  106. greatly needed.
  107.    So far we have an Emacs text editor with Lisp for writing editor
  108. commands, a source level debugger, a yacc-compatible parser generator,
  109. a linker, and around 35 utilities.  A shell (command interpreter) is
  110. nearly completed.  A new portable optimizing C compiler has compiled
  111. itself and may be released this year.  An initial kernel exists but
  112. many more features are needed to emulate Unix.  When the kernel and
  113. compiler are finished, it will be possible to distribute a GNU system
  114. suitable for program development.  We will use TeX as our text
  115. formatter, but an nroff is being worked on.  We will use the free,
  116. portable X window system as well.  After this we will add a portable
  117. Common Lisp, an Empire game, a spreadsheet, and hundreds of other
  118. things, plus on-line documentation.  We hope to supply, eventually,
  119. everything useful that normally comes with a Unix system, and more.
  120.    GNU will be able to run Unix programs, but will not be identical to
  121. Unix.  We will make all improvements that are convenient, based on our
  122. experience with other operating systems.  In particular, we plan to
  123. have longer file names, file version numbers, a crashproof file system,
  124. file name completion perhaps, terminal-independent display support, and
  125. perhaps eventually a Lisp-based window system through which several
  126. Lisp programs and ordinary Unix programs can share a screen.  Both C
  127. and Lisp will be available as system programming languages.  We will
  128. try to support UUCP, MIT Chaosnet, and Internet protocols for
  129. communication.
  130.    GNU is aimed initially at machines in the 68000/16000 class with
  131. virtual memory, because they are the easiest machines to make it run
  132. on.  The extra effort to make it run on smaller machines will be left
  133. to someone who wants to use it on them.
  134.    To avoid horrible confusion, please pronounce the `G' in the word
  135. `GNU' when it is the name of this project.
  136. Why I Must Write GNU
  137. ====================
  138.    I consider that the golden rule requires that if I like a program I
  139. must share it with other people who like it.  Software sellers want to
  140. divide the users and conquer them, making each user agree not to share
  141. with others.  I refuse to break solidarity with other users in this
  142. way.  I cannot in good conscience sign a nondisclosure agreement or a
  143. software license agreement.  For years I worked within the Artificial
  144. Intelligence Lab to resist such tendencies and other inhospitalities,
  145. but eventually they had gone too far: I could not remain in an
  146. institution where such things are done for me against my will.
  147.    So that I can continue to use computers without dishonor, I have
  148. decided to put together a sufficient body of free software so that I
  149. will be able to get along without any software that is not free.  I
  150. have resigned from the AI lab to deny MIT any legal excuse to prevent
  151. me from giving GNU away.
  152. Why GNU Will Be Compatible with Unix
  153. ====================================
  154.    Unix is not my ideal system, but it is not too bad.  The essential
  155. features of Unix seem to be good ones, and I think I can fill in what
  156. Unix lacks without spoiling them.  And a system compatible with Unix
  157. would be convenient for many other people to adopt.
  158. How GNU Will Be Available
  159. =========================
  160.    GNU is not in the public domain.  Everyone will be permitted to
  161. modify and redistribute GNU, but no distributor will be allowed to
  162. restrict its further redistribution.  That is to say, proprietary
  163. modifications will not be allowed.  I want to make sure that all
  164. versions of GNU remain free.
  165. Why Many Other Programmers Want to Help
  166. =======================================
  167.    I have found many other programmers who are excited about GNU and
  168. want to help.
  169.    Many programmers are unhappy about the commercialization of system
  170. software.  It may enable them to make more money, but it requires them
  171. to feel in conflict with other programmers in general rather than feel
  172. as comrades.  The fundamental act of friendship among programmers is the
  173. sharing of programs; marketing arrangements now typically used
  174. essentially forbid programmers to treat others as friends.  The
  175. purchaser of software must choose between friendship and obeying the
  176. law.  Naturally, many decide that friendship is more important.  But
  177. those who believe in law often do not feel at ease with either choice.
  178. They become cynical and think that programming is just a way of making
  179. money.
  180.    By working on and using GNU rather than proprietary programs, we can
  181. be hospitable to everyone and obey the law.  In addition, GNU serves as
  182. an example to inspire and a banner to rally others to join us in
  183. sharing.  This can give us a feeling of harmony which is impossible if
  184. we use software that is not free.  For about half the programmers I
  185. talk to, this is an important happiness that money cannot replace.
  186. How You Can Contribute
  187. ======================
  188.    I am asking computer manufacturers for donations of machines and
  189. money.  I'm asking individuals for donations of programs and work.
  190.    One consequence you can expect if you donate machines is that GNU
  191. will run on them at an early date.  The machines should be complete,
  192. ready to use systems, approved for use in a residential area, and not
  193. in need of sophisticated cooling or power.
  194.    I have found very many programmers eager to contribute part-time
  195. work for GNU.  For most projects, such part-time distributed work would
  196. be very hard to coordinate; the independently-written parts would not
  197. work together.  But for the particular task of replacing Unix, this
  198. problem is absent.  A complete Unix system contains hundreds of utility
  199. programs, each of which is documented separately.  Most interface
  200. specifications are fixed by Unix compatibility.  If each contributor
  201. can write a compatible replacement for a single Unix utility, and make
  202. it work properly in place of the original on a Unix system, then these
  203. utilities will work right when put together.  Even allowing for Murphy
  204. to create a few unexpected problems, assembling these components will
  205. be a feasible task.  (The kernel will require closer communication and
  206. will be worked on by a small, tight group.)
  207.    If I get donations of money, I may be able to hire a few people full
  208. or part time.  The salary won't be high by programmers' standards, but
  209. I'm looking for people for whom building community spirit is as
  210. important as making money.  I view this as a way of enabling dedicated
  211. people to devote their full energies to working on GNU by sparing them
  212. the need to make a living in another way.
  213. Why All Computer Users Will Benefit
  214. ===================================
  215.    Once GNU is written, everyone will be able to obtain good system
  216. software free, just like air.(2)
  217.    This means much more than just saving everyone the price of a Unix
  218. license.  It means that much wasteful duplication of system programming
  219. effort will be avoided.  This effort can go instead into advancing the
  220. state of the art.
  221.    Complete system sources will be available to everyone.  As a result,
  222. a user who needs changes in the system will always be free to make them
  223. himself, or hire any available programmer or company to make them for
  224. him.  Users will no longer be at the mercy of one programmer or company
  225. which owns the sources and is in sole position to make changes.
  226.    Schools will be able to provide a much more educational environment
  227. by encouraging all students to study and improve the system code.
  228. Harvard's computer lab used to have the policy that no program could be
  229. installed on the system if its sources were not on public display, and
  230. upheld it by actually refusing to install certain programs.  I was very
  231. much inspired by this.
  232.    Finally, the overhead of considering who owns the system software
  233. and what one is or is not entitled to do with it will be lifted.
  234.    Arrangements to make people pay for using a program, including
  235. licensing of copies, always incur a tremendous cost to society through
  236. the cumbersome mechanisms necessary to figure out how much (that is,
  237. which programs) a person must pay for.  And only a police state can
  238. force everyone to obey them.  Consider a space station where air must
  239. be manufactured at great cost: charging each breather per liter of air
  240. may be fair, but wearing the metered gas mask all day and all night is
  241. intolerable even if everyone can afford to pay the air bill.  And the
  242. TV cameras everywhere to see if you ever take the mask off are
  243. outrageous.  It's better to support the air plant with a head tax and
  244. chuck the masks.
  245.    Copying all or parts of a program is as natural to a programmer as
  246. breathing, and as productive.  It ought to be as free.
  247. Some Easily Rebutted Objections to GNU's Goals
  248. ==============================================
  249.      "Nobody will use it if it is free, because that means they can't
  250.      rely on any support."
  251.      "You have to charge for the program to pay for providing the
  252.      support."
  253.    If people would rather pay for GNU plus service than get GNU free
  254. without service, a company to provide just service to people who have
  255. obtained GNU free ought to be profitable.(3)
  256.    We must distinguish between support in the form of real programming
  257. work and mere handholding.  The former is something one cannot rely on
  258. from a software vendor.  If your problem is not shared by enough
  259. people, the vendor will tell you to get lost.
  260.    If your business needs to be able to rely on support, the only way
  261. is to have all the necessary sources and tools.  Then you can hire any
  262. available person to fix your problem; you are not at the mercy of any
  263. individual.  With Unix, the price of sources puts this out of
  264. consideration for most businesses.  With GNU this will be easy.  It is
  265. still possible for there to be no available competent person, but this
  266. problem cannot be blamed on distribution arrangements.  GNU does not
  267. eliminate all the world's problems, only some of them.
  268.    Meanwhile, the users who know nothing about computers need
  269. handholding: doing things for them which they could easily do
  270. themselves but don't know how.
  271.    Such services could be provided by companies that sell just
  272. hand-holding and repair service.  If it is true that users would rather
  273. spend money and get a product with service, they will also be willing
  274. to buy the service having got the product free.  The service companies
  275. will compete in quality and price; users will not be tied to any
  276. particular one.  Meanwhile, those of us who don't need the service
  277. should be able to use the program without paying for the service.
  278.      "You cannot reach many people without advertising, and you must
  279.      charge for the program to support that."
  280.      "It's no use advertising a program people can get free."
  281.    There are various forms of free or very cheap publicity that can be
  282. used to inform numbers of computer users about something like GNU.  But
  283. it may be true that one can reach more microcomputer users with
  284. advertising.  If this is really so, a business which advertises the
  285. service of copying and mailing GNU for a fee ought to be successful
  286. enough to pay for its advertising and more.  This way, only the users
  287. who benefit from the advertising pay for it.
  288.    On the other hand, if many people get GNU from their friends, and
  289. such companies don't succeed, this will show that advertising was not
  290. really necessary to spread GNU.  Why is it that free market advocates
  291. don't want to let the free market decide this?(4)
  292.      "My company needs a proprietary operating system to get a
  293.      competitive edge."
  294.    GNU will remove operating system software from the realm of
  295. competition.  You will not be able to get an edge in this area, but
  296. neither will your competitors be able to get an edge over you.  You and
  297. they will compete in other areas, while benefiting mutually in this
  298. one.  If your business is selling an operating system, you will not
  299. like GNU, but that's tough on you.  If your business is something else,
  300. GNU can save you from being pushed into the expensive business of
  301. selling operating systems.
  302.    I would like to see GNU development supported by gifts from many
  303. manufacturers and users, reducing the cost to each.(5)
  304.      "Don't programmers deserve a reward for their creativity?"
  305.    If anything deserves a reward, it is social contribution.
  306. Creativity can be a social contribution, but only in so far as society
  307. is free to use the results.  If programmers deserve to be rewarded for
  308. creating innovative programs, by the same token they deserve to be
  309. punished if they restrict the use of these programs.
  310.      "Shouldn't a programmer be able to ask for a reward for his
  311.      creativity?"
  312.    There is nothing wrong with wanting pay for work, or seeking to
  313. maximize one's income, as long as one does not use means that are
  314. destructive.  But the means customary in the field of software today
  315. are based on destruction.
  316.    Extracting money from users of a program by restricting their use of
  317. it is destructive because the restrictions reduce the amount and the
  318. ways that the program can be used.  This reduces the amount of wealth
  319. that humanity derives from the program.  When there is a deliberate
  320. choice to restrict, the harmful consequences are deliberate destruction.
  321.    The reason a good citizen does not use such destructive means to
  322. become wealthier is that, if everyone did so, we would all become
  323. poorer from the mutual destructiveness.  This is Kantian ethics; or,
  324. the Golden Rule.  Since I do not like the consequences that result if
  325. everyone hoards information, I am required to consider it wrong for one
  326. to do so.  Specifically, the desire to be rewarded for one's creativity
  327. does not justify depriving the world in general of all or part of that
  328. creativity.
  329.      "Won't programmers starve?"
  330.    I could answer that nobody is forced to be a programmer.  Most of us
  331. cannot manage to get any money for standing on the street and making
  332. faces.  But we are not, as a result, condemned to spend our lives
  333. standing on the street making faces, and starving.  We do something
  334. else.
  335.    But that is the wrong answer because it accepts the questioner's
  336. implicit assumption: that without ownership of software, programmers
  337. cannot possibly be paid a cent.  Supposedly it is all or nothing.
  338.    The real reason programmers will not starve is that it will still be
  339. possible for them to get paid for programming; just not paid as much as
  340. now.
  341.    Restricting copying is not the only basis for business in software.
  342. It is the most common basis because it brings in the most money.  If it
  343. were prohibited, or rejected by the customer, software business would
  344. move to other bases of organization which are now used less often.
  345. There are always numerous ways to organize any kind of business.
  346.    Probably programming will not be as lucrative on the new basis as it
  347. is now.  But that is not an argument against the change.  It is not
  348. considered an injustice that sales clerks make the salaries that they
  349. now do.  If programmers made the same, that would not be an injustice
  350. either.  (In practice they would still make considerably more than
  351. that.)
  352.      "Don't people have a right to control how their creativity is
  353.      used?"
  354.    "Control over the use of one's ideas" really constitutes control over
  355. other people's lives; and it is usually used to make their lives more
  356. difficult.
  357.    People who have studied the issue of intellectual property rights
  358. carefully (such as lawyers) say that there is no intrinsic right to
  359. intellectual property.  The kinds of supposed intellectual property
  360. rights that the government recognizes were created by specific acts of
  361. legislation for specific purposes.
  362.    For example, the patent system was established to encourage
  363. inventors to disclose the details of their inventions.  Its purpose was
  364. to help society rather than to help inventors.  At the time, the life
  365. span of 17 years for a patent was short compared with the rate of
  366. advance of the state of the art.  Since patents are an issue only among
  367. manufacturers, for whom the cost and effort of a license agreement are
  368. small compared with setting up production, the patents often do not do
  369. much harm.  They do not obstruct most individuals who use patented
  370. products.
  371.    The idea of copyright did not exist in ancient times, when authors
  372. frequently copied other authors at length in works of non-fiction.  This
  373. practice was useful, and is the only way many authors' works have
  374. survived even in part.  The copyright system was created expressly for
  375. the purpose of encouraging authorship.  In the domain for which it was
  376. invented--books, which could be copied economically only on a printing
  377. press--it did little harm, and did not obstruct most of the individuals
  378. who read the books.
  379.    All intellectual property rights are just licenses granted by society
  380. because it was thought, rightly or wrongly, that society as a whole
  381. would benefit by granting them.  But in any particular situation, we
  382. have to ask: are we really better off granting such license?  What kind
  383. of act are we licensing a person to do?
  384.    The case of programs today is very different from that of books a
  385. hundred years ago.  The fact that the easiest way to copy a program is
  386. from one neighbor to another, the fact that a program has both source
  387. code and object code which are distinct, and the fact that a program is
  388. used rather than read and enjoyed, combine to create a situation in
  389. which a person who enforces a copyright is harming society as a whole
  390. both materially and spiritually; in which a person should not do so
  391. regardless of whether the law enables him to.
  392.      "Competition makes things get done better."
  393.    The paradigm of competition is a race: by rewarding the winner, we
  394. encourage everyone to run faster.  When capitalism really works this
  395. way, it does a good job; but its defenders are wrong in assuming it
  396. always works this way.  If the runners forget why the reward is offered
  397. and become intent on winning, no matter how, they may find other
  398. strategies--such as, attacking other runners.  If the runners get into
  399. a fist fight, they will all finish late.
  400.    Proprietary and secret software is the moral equivalent of runners
  401. in a fist fight.  Sad to say, the only referee we've got does not seem
  402. to object to fights; he just regulates them ("For every ten yards you
  403. run, you can fire one shot").  He really ought to break them up, and
  404. penalize runners for even trying to fight.
  405.      "Won't everyone stop programming without a monetary incentive?"
  406.    Actually, many people will program with absolutely no monetary
  407. incentive.  Programming has an irresistible fascination for some
  408. people, usually the people who are best at it.  There is no shortage of
  409. professional musicians who keep at it even though they have no hope of
  410. making a living that way.
  411.    But really this question, though commonly asked, is not appropriate
  412. to the situation.  Pay for programmers will not disappear, only become
  413. less.  So the right question is, will anyone program with a reduced
  414. monetary incentive?  My experience shows that they will.
  415.    For more than ten years, many of the world's best programmers worked
  416. at the Artificial Intelligence Lab for far less money than they could
  417. have had anywhere else.  They got many kinds of non-monetary rewards:
  418. fame and appreciation, for example.  And creativity is also fun, a
  419. reward in itself.
  420.    Then most of them left when offered a chance to do the same
  421. interesting work for a lot of money.
  422.    What the facts show is that people will program for reasons other
  423. than riches; but if given a chance to make a lot of money as well, they
  424. will come to expect and demand it.  Low-paying organizations do poorly
  425. in competition with high-paying ones, but they do not have to do badly
  426. if the high-paying ones are banned.
  427.      "We need the programmers desperately.  If they demand that we stop
  428.      helping our neighbors, we have to obey."
  429.    You're never so desperate that you have to obey this sort of demand.
  430. Remember: millions for defense, but not a cent for tribute!
  431.      "Programmers need to make a living somehow."
  432.    In the short run, this is true.  However, there are plenty of ways
  433. that programmers could make a living without selling the right to use a
  434. program.  This way is customary now because it brings programmers and
  435. businessmen the most money, not because it is the only way to make a
  436. living.  It is easy to find other ways if you want to find them.  Here
  437. are a number of examples.
  438.    A manufacturer introducing a new computer will pay for the porting of
  439. operating systems onto the new hardware.
  440.    The sale of teaching, hand-holding and maintenance services could
  441. also employ programmers.
  442.    People with new ideas could distribute programs as freeware, asking
  443. for donations from satisfied users, or selling hand-holding services.
  444. I have met people who are already working this way successfully.
  445.    Users with related needs can form users' groups, and pay dues.  A
  446. group would contract with programming companies to write programs that
  447. the group's members would like to use.
  448.    All sorts of development can be funded with a Software Tax:
  449.      Suppose everyone who buys a computer has to pay x percent of the
  450.      price as a software tax.  The government gives this to an agency
  451.      like the NSF to spend on software development.
  452.      But if the computer buyer makes a donation to software development
  453.      himself, he can take a credit against the tax.  He can donate to
  454.      the project of his own choosing--often, chosen because he hopes to
  455.      use the results when it is done.  He can take a credit for any
  456.      amount of donation up to the total tax he had to pay.
  457.      The total tax rate could be decided by a vote of the payers of the
  458.      tax, weighted according to the amount they will be taxed on.
  459.      The consequences:
  460.         * The computer-using community supports software development.
  461.         * This community decides what level of support is needed.
  462.         * Users who care which projects their share is spent on can
  463.           choose this for themselves.
  464.    In the long run, making programs free is a step toward the
  465. post-scarcity world, where nobody will have to work very hard just to
  466. make a living.  People will be free to devote themselves to activities
  467. that are fun, such as programming, after spending the necessary ten
  468. hours a week on required tasks such as legislation, family counseling,
  469. robot repair and asteroid prospecting.  There will be no need to be
  470. able to make a living from programming.
  471.    We have already greatly reduced the amount of work that the whole
  472. society must do for its actual productivity, but only a little of this
  473. has translated itself into leisure for workers because much
  474. nonproductive activity is required to accompany productive activity.
  475. The main causes of this are bureaucracy and isometric struggles against
  476. competition.  Free software will greatly reduce these drains in the
  477. area of software production.  We must do this, in order for technical
  478. gains in productivity to translate into less work for us.
  479.    ---------- Footnotes ----------
  480.    (1)  The wording here was careless.  The intention was that nobody
  481. would have to pay for *permission* to use the GNU system.  But the
  482. words don't make this clear, and people often interpret them as saying
  483. that copies of GNU should always be distributed at little or no charge.
  484. That was never the intent; later on, the manifesto mentions the
  485. possibility of companies providing the service of distribution for a
  486. profit.  Subsequently I have learned to distinguish carefully between
  487. "free" in the sense of freedom and "free" in the sense of price.  Free
  488. software is software that users have the freedom to distribute and
  489. change.  Some users may obtain copies at no charge, while others pay to
  490. obtain copies--and if the funds help support improving the software, so
  491. much the better.  The important thing is that everyone who has a copy
  492. has the freedom to cooperate with others in using it.
  493.    (2)  This is another place I failed to distinguish carefully between
  494. the two different meanings of "free".  The statement as it stands is
  495. not false--you can get copies of GNU software at no charge, from your
  496. friends or over the net.  But it does suggest the wrong idea.
  497.    (3)  Several such companies now exist.
  498.    (4)  The Free Software Foundation raises most of its funds from a
  499. distribution service, although it is a charity rather than a company.
  500. If *no one* chooses to obtain copies by ordering the from the FSF, it
  501. will be unable to do its work.  But this does not mean that proprietary
  502. restrictions are justified to force every user to pay.  If a small
  503. fraction of all the users order copies from the FSF, that is sufficient
  504. to keep the FSF afloat.  So we ask users to choose to support us in
  505. this way.  Have you done your part?
  506.    (5)  A group of computer companies recently pooled funds to support
  507. maintenance of the GNU C Compiler.
  508. 
  509. File: gss,  Node: Acknowledgments,  Next: Intro,  Prev: Manifesto,  Up: Top
  510. Acknowledgments
  511. ***************
  512.    Many people have contributed code included in the Free Software
  513. Foundation's distribution of GNU SQL Server. To show our appreciation
  514. for their public spirit, we list here those who have written substantial
  515. portions.
  516.    This package was originally developed by research staff of Institute
  517. of System Programming of Russian Academy of Science and students of
  518. Moscow State University. Contributors to GNU SQL Server include Sergei
  519. Kuznetsov, Michael Kimelman, Vera Ponomarenko, Konstantin Dyshlevoy,
  520. Andrei Yachine, Eugene Voinov.
  521. 
  522. File: gss,  Node: Key Index,  Next: Command Index,  Prev: Bugs,  Up: Top
  523. Key (Character) Index
  524. *********************
  525. * Menu:
  526. 
  527. File: gss,  Node: Command Index,  Next: Variable Index,  Prev: Key Index,  Up: Top
  528. Command and Function Index
  529. **************************
  530. * Menu:
  531. * GSS-version:                          Understanding Bug Reporting.
  532. 
  533. File: gss,  Node: Variable Index,  Next: Concept Index,  Prev: Command Index,  Up: Top
  534. Variable Index
  535. **************
  536. * Menu:
  537. 
  538. File: gss,  Node: Concept Index,  Prev: Variable Index,  Up: Top
  539. Concept Index
  540. *************
  541. * Menu:
  542. * bugs:                                 Bugs.
  543. * patches, sending:                     Sending Patches.
  544. * reporting bugs:                       Checklist.
  545. * sending patches for the GNU SQL Server: Sending Patches.