LICENSE 4.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. VIM LICENSE
  2. I) There are no restrictions on distributing unmodified copies of Vim except
  3. that they must include this license text. You can also distribute
  4. unmodified parts of Vim, likewise unrestricted except that they must
  5. include this license text. You are also allowed to include executables
  6. that you made from the unmodified Vim sources, plus your own usage
  7. examples and Vim scripts.
  8. II) It is allowed to distribute a modified (or extended) version of Vim,
  9. including executables and/or source code, when the following four
  10. conditions are met:
  11. 1) This license text must be included unmodified.
  12. 2) The modified Vim must be distributed in one of the following five ways:
  13. a) If you make changes to Vim yourself, you must clearly describe in
  14. the distribution how to contact you. When the maintainer asks you
  15. (in any way) for a copy of the modified Vim you distributed, you
  16. must make your changes, including source code, available to the
  17. maintainer without fee. The maintainer reserves the right to
  18. include your changes in the official version of Vim. What the
  19. maintainer will do with your changes and under what license they
  20. will be distributed is negotiable. If there has been no negotiation
  21. then this license, or a later version, also applies to your changes.
  22. The current maintainer is Bram Moolenaar <Bram@vim.org>. If this
  23. changes it will be announced in appropriate places (most likely
  24. vim.sf.net, www.vim.org and/or comp.editors). When it is completely
  25. impossible to contact the maintainer, the obligation to send him
  26. your changes ceases. Once the maintainer has confirmed that he has
  27. received your changes they will not have to be sent again.
  28. b) If you have received a modified Vim that was distributed as
  29. mentioned under a) you are allowed to further distribute it
  30. unmodified, as mentioned at I). If you make additional changes the
  31. text under a) applies to those changes.
  32. c) Provide all the changes, including source code, with every copy of
  33. the modified Vim you distribute. This may be done in the form of a
  34. context diff. You can choose what license to use for new code you
  35. add. The changes and their license must not restrict others from
  36. making their own changes to the official version of Vim.
  37. d) When you have a modified Vim which includes changes as mentioned
  38. under c), you can distribute it without the source code for the
  39. changes if the following three conditions are met:
  40. - The license that applies to the changes permits you to distribute
  41. the changes to the Vim maintainer without fee or restriction, and
  42. permits the Vim maintainer to include the changes in the official
  43. version of Vim without fee or restriction.
  44. - You keep the changes for at least three years after last
  45. distributing the corresponding modified Vim. When the maintainer
  46. or someone who you distributed the modified Vim to asks you (in
  47. any way) for the changes within this period, you must make them
  48. available to him.
  49. - You clearly describe in the distribution how to contact you. This
  50. contact information must remain valid for at least three years
  51. after last distributing the corresponding modified Vim, or as long
  52. as possible.
  53. e) When the GNU General Public License (GPL) applies to the changes,
  54. you can distribute the modified Vim under the GNU GPL version 2 or
  55. any later version.
  56. 3) A message must be added, at least in the output of the ":version"
  57. command and in the intro screen, such that the user of the modified Vim
  58. is able to see that it was modified. When distributing as mentioned
  59. under 2)e) adding the message is only required for as far as this does
  60. not conflict with the license used for the changes.
  61. 4) The contact information as required under 2)a) and 2)d) must not be
  62. removed or changed, except that the person himself can make
  63. corrections.
  64. III) If you distribute a modified version of Vim, you are encouraged to use
  65. the Vim license for your changes and make them available to the
  66. maintainer, including the source code. The preferred way to do this is
  67. by e-mail or by uploading the files to a server and e-mailing the URL.
  68. If the number of changes is small (e.g., a modified Makefile) e-mailing a
  69. context diff will do. The e-mail address to be used is
  70. <maintainer@vim.org>
  71. IV) It is not allowed to remove this license from the distribution of the Vim
  72. sources, parts of it or from a modified version. You may use this
  73. license for previous Vim releases instead of the license that they came
  74. with, at your option.