LICENSE.VIM 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289
  1. *uganda.txt* For Vim version 7.4. Last change: 2013 Jul 06
  2. VIM REFERENCE MANUAL by Bram Moolenaar
  3. *uganda* *Uganda* *copying* *copyright* *license*
  4. SUMMARY
  5. *iccf* *ICCF*
  6. Vim is Charityware. You can use and copy it as much as you like, but you are
  7. encouraged to make a donation for needy children in Uganda. Please see |kcc|
  8. below or visit the ICCF web site, available at these URLs:
  9. http://iccf-holland.org/
  10. http://www.vim.org/iccf/
  11. http://www.iccf.nl/
  12. You can also sponsor the development of Vim. Vim sponsors can vote for
  13. features. See |sponsor|. The money goes to Uganda anyway.
  14. The Open Publication License applies to the Vim documentation, see
  15. |manual-copyright|.
  16. === begin of license ===
  17. VIM LICENSE
  18. I) There are no restrictions on distributing unmodified copies of Vim except
  19. that they must include this license text. You can also distribute
  20. unmodified parts of Vim, likewise unrestricted except that they must
  21. include this license text. You are also allowed to include executables
  22. that you made from the unmodified Vim sources, plus your own usage
  23. examples and Vim scripts.
  24. II) It is allowed to distribute a modified (or extended) version of Vim,
  25. including executables and/or source code, when the following four
  26. conditions are met:
  27. 1) This license text must be included unmodified.
  28. 2) The modified Vim must be distributed in one of the following five ways:
  29. a) If you make changes to Vim yourself, you must clearly describe in
  30. the distribution how to contact you. When the maintainer asks you
  31. (in any way) for a copy of the modified Vim you distributed, you
  32. must make your changes, including source code, available to the
  33. maintainer without fee. The maintainer reserves the right to
  34. include your changes in the official version of Vim. What the
  35. maintainer will do with your changes and under what license they
  36. will be distributed is negotiable. If there has been no negotiation
  37. then this license, or a later version, also applies to your changes.
  38. The current maintainer is Bram Moolenaar <Bram@vim.org>. If this
  39. changes it will be announced in appropriate places (most likely
  40. vim.sf.net, www.vim.org and/or comp.editors). When it is completely
  41. impossible to contact the maintainer, the obligation to send him
  42. your changes ceases. Once the maintainer has confirmed that he has
  43. received your changes they will not have to be sent again.
  44. b) If you have received a modified Vim that was distributed as
  45. mentioned under a) you are allowed to further distribute it
  46. unmodified, as mentioned at I). If you make additional changes the
  47. text under a) applies to those changes.
  48. c) Provide all the changes, including source code, with every copy of
  49. the modified Vim you distribute. This may be done in the form of a
  50. context diff. You can choose what license to use for new code you
  51. add. The changes and their license must not restrict others from
  52. making their own changes to the official version of Vim.
  53. d) When you have a modified Vim which includes changes as mentioned
  54. under c), you can distribute it without the source code for the
  55. changes if the following three conditions are met:
  56. - The license that applies to the changes permits you to distribute
  57. the changes to the Vim maintainer without fee or restriction, and
  58. permits the Vim maintainer to include the changes in the official
  59. version of Vim without fee or restriction.
  60. - You keep the changes for at least three years after last
  61. distributing the corresponding modified Vim. When the maintainer
  62. or someone who you distributed the modified Vim to asks you (in
  63. any way) for the changes within this period, you must make them
  64. available to him.
  65. - You clearly describe in the distribution how to contact you. This
  66. contact information must remain valid for at least three years
  67. after last distributing the corresponding modified Vim, or as long
  68. as possible.
  69. e) When the GNU General Public License (GPL) applies to the changes,
  70. you can distribute the modified Vim under the GNU GPL version 2 or
  71. any later version.
  72. 3) A message must be added, at least in the output of the ":version"
  73. command and in the intro screen, such that the user of the modified Vim
  74. is able to see that it was modified. When distributing as mentioned
  75. under 2)e) adding the message is only required for as far as this does
  76. not conflict with the license used for the changes.
  77. 4) The contact information as required under 2)a) and 2)d) must not be
  78. removed or changed, except that the person himself can make
  79. corrections.
  80. III) If you distribute a modified version of Vim, you are encouraged to use
  81. the Vim license for your changes and make them available to the
  82. maintainer, including the source code. The preferred way to do this is
  83. by e-mail or by uploading the files to a server and e-mailing the URL.
  84. If the number of changes is small (e.g., a modified Makefile) e-mailing a
  85. context diff will do. The e-mail address to be used is
  86. <maintainer@vim.org>
  87. IV) It is not allowed to remove this license from the distribution of the Vim
  88. sources, parts of it or from a modified version. You may use this
  89. license for previous Vim releases instead of the license that they came
  90. with, at your option.
  91. === end of license ===
  92. Note:
  93. - If you are happy with Vim, please express that by reading the rest of this
  94. file and consider helping needy children in Uganda.
  95. - If you want to support further Vim development consider becoming a
  96. |sponsor|. The money goes to Uganda anyway.
  97. - According to Richard Stallman the Vim license is GNU GPL compatible.
  98. A few minor changes have been made since he checked it, but that should not
  99. make a difference.
  100. - If you link Vim with a library that goes under the GNU GPL, this limits
  101. further distribution to the GNU GPL. Also when you didn't actually change
  102. anything in Vim.
  103. - Once a change is included that goes under the GNU GPL, this forces all
  104. further changes to also be made under the GNU GPL or a compatible license.
  105. - If you distribute a modified version of Vim, you can include your name and
  106. contact information with the "--with-modified-by" configure argument or the
  107. MODIFIED_BY define.
  108. ==============================================================================
  109. Kibaale Children's Centre *kcc* *Kibaale* *charity*
  110. Kibaale Children's Centre (KCC) is located in Kibaale, a small town in the
  111. south of Uganda, near Tanzania, in East Africa. The area is known as Rakai
  112. District. The population is mostly farmers. Although people are poor, there
  113. is enough food. But this district is suffering from AIDS more than any other
  114. part of the world. Some say that it started there. Estimations are that 10
  115. to 30% of the Ugandans are infected with HIV. Because parents die, there are
  116. many orphans. In this district about 60,000 children have lost one or both
  117. parents, out of a population of 350,000. And this is still continuing.
  118. The children need a lot of help. The KCC is working hard to provide the needy
  119. with food, medical care and education. Food and medical care to keep them
  120. healthy now, and education so that they can take care of themselves in the
  121. future. KCC works on a Christian base, but help is given to children of any
  122. religion.
  123. The key to solving the problems in this area is education. This has been
  124. neglected in the past years with president Idi Amin and the following civil
  125. wars. Now that the government is stable again, the children and parents have
  126. to learn how to take care of themselves and how to avoid infections. There is
  127. also help for people who are ill and hungry, but the primary goal is to
  128. prevent people from getting ill and to teach them how to grow healthy food.
  129. Most of the orphans are living in an extended family. An uncle or older
  130. sister is taking care of them. Because these families are big and the income
  131. (if any) is low, a child is lucky if it gets healthy food. Clothes, medical
  132. care and schooling is beyond its reach. To help these needy children, a
  133. sponsorship program was put into place. A child can be financially adopted.
  134. For a few dollars a month KCC sees to it that the child gets indispensable
  135. items, is healthy, goes to school and KCC takes care of anything else that
  136. needs to be done for the child and the family that supports it.
  137. Besides helping the child directly, the environment where the child grows up
  138. needs to be improved. KCC helps schools to improve their teaching methods.
  139. There is a demonstration school at the centre and teacher trainings are given.
  140. Health workers are being trained, hygiene education is carried out and
  141. households are stimulated to build a proper latrine. I helped setting up a
  142. production site for cement slabs. These are used to build a good latrine.
  143. They are sold below cost price.
  144. There is a small clinic at the project, which provides children and their
  145. family with medical help. When needed, transport to a hospital is offered.
  146. Immunization programs are carried out and help is provided when an epidemic is
  147. breaking out (measles and cholera have been a problem).
  148. *donate*
  149. Summer 1994 to summer 1995 I spent a whole year at the centre, working as a
  150. volunteer. I have helped to expand the centre and worked in the area of water
  151. and sanitation. I learned that the help that the KCC provides really helps.
  152. When I came back to Holland, I wanted to continue supporting KCC. To do this
  153. I'm raising funds and organizing the sponsorship program. Please consider one
  154. of these possibilities:
  155. 1. Sponsor a child in primary school: 17 euro a month (or more).
  156. 2. Sponsor a child in secondary school: 25 euro a month (or more).
  157. 3. Sponsor the clinic: Any amount a month or quarter
  158. 4. A one-time donation
  159. Compared with other organizations that do child sponsorship the amounts are
  160. very low. This is because the money goes directly to the centre. Less than
  161. 5% is used for administration. This is possible because this is a small
  162. organization that works with volunteers. If you would like to sponsor a
  163. child, you should have the intention to do this for at least one year.
  164. How do you know that the money will be spent right? First of all you have my
  165. personal guarantee as the author of Vim. I trust the people that are working
  166. at the centre, I know them personally. Furthermore, the centre has been
  167. co-sponsored and inspected by World Vision, Save the Children Fund and is now
  168. under the supervision of Pacific Academy Outreach Society. The centre is
  169. visited about once a year to check the progress (at our own cost). I have
  170. visited the centre myself many times, starting in 1993. The visit reports are
  171. on the ICCF web site.
  172. If you have any further questions, send me e-mail: <Bram@vim.org>.
  173. The address of the centre is:
  174. Kibaale Children's Centre
  175. p.o. box 1658
  176. Masaka, Uganda, East Africa
  177. Sending money: *iccf-donations*
  178. Check the ICCF web site for the latest information! See |iccf| for the URL.
  179. USA: The methods mentioned below can be used.
  180. Sending a check to the Nehemiah Group Outreach Society (NGOS)
  181. is no longer possible, unfortunately. We are looking for
  182. another way to get you an IRS tax receipt.
  183. For sponsoring a child contact KCF in Canada (see below). US
  184. checks can be sent to them to lower banking costs.
  185. Canada: Contact Kibaale Children's Fund (KCF) in Surrey, Canada. They
  186. take care of the Canadian sponsors for the children in
  187. Kibaale. KCF forwards 100% of the money to the project in
  188. Uganda. You can send them a one time donation directly.
  189. Please send me a note so that I know what has been donated
  190. because of Vim. Ask KCF for information about sponsorship.
  191. Kibaale Children's Fund c/o Pacific Academy
  192. 10238-168 Street
  193. Surrey, B.C. V4N 1Z4
  194. Canada
  195. Phone: 604-581-5353
  196. If you make a donation to Kibaale Children's Fund (KCF) you
  197. will receive a tax receipt which can be submitted with your
  198. tax return.
  199. Holland: Transfer to the account of "Stichting ICCF Holland" in Lisse.
  200. This will allow for tax deduction if you live in Holland.
  201. Postbank, nr. 4548774
  202. IBAN: NL95 INGB 0004 5487 74
  203. Germany: It is possible to make donations that allow for a tax return.
  204. Check the ICCF web site for the latest information:
  205. http://iccf-holland.org/germany.html
  206. World: Use a postal money order. That should be possible from any
  207. country, mostly from the post office. Use this name (which is
  208. in my passport): "Abraham Moolenaar". Use Euro for the
  209. currency if possible.
  210. Europe: Use a bank transfer if possible. Your bank should have a form
  211. that you can use for this. See "Others" below for the swift
  212. code and IBAN number.
  213. Any other method should work. Ask for information about
  214. sponsorship.
  215. Credit Card: You can use PayPal to send money with a Credit card. This is
  216. the most widely used Internet based payment system. It's
  217. really simple to use. Use this link to find more info:
  218. https://www.paypal.com/en_US/mrb/pal=XAC62PML3GF8Q
  219. The e-mail address for sending the money to is:
  220. Bram@iccf-holland.org
  221. For amounts above 400 Euro ($500) sending a check is
  222. preferred.
  223. Others: Transfer to one of these accounts if possible:
  224. Postbank, account 4548774
  225. Swift code: INGB NL 2A
  226. IBAN: NL95 INGB 0004 5487 74
  227. under the name "stichting ICCF Holland", Lisse
  228. If that doesn't work:
  229. Rabobank Lisse, account 3765.05.117
  230. Swift code: RABO NL 2U
  231. under the name "Bram Moolenaar", Lisse
  232. Otherwise, send a check in euro or US dollars to the address
  233. below. Minimal amount: $70 (my bank does not accept smaller
  234. amounts for foreign check, sorry)
  235. Address to send checks to:
  236. Bram Moolenaar
  237. Finsterruetihof 1
  238. 8134 Adliswil
  239. Switzerland
  240. This address is expected to be valid for a long time.
  241. vim:tw=78:ts=8:ft=help:norl: