src/*: Remove VIM - Vi improved ... header

Regarding the individual items in the header:

`Vim - Vi improved	by Bram Moolenar`
  Bram Moolenar is already mentioned throughout the documentation, as
  well as the intro screen.

`:help uganda`
  It's already shown to all users who don't use `shortmess+=I` upon
  starting nvim, and is already placed prominently in help.txt, i.e.,
  `:help` run with no arguments.

`:help credits`
  Already mentioned near the top of help.txt.

`README.md`
  Already mentioned in develop.txt.
This commit is contained in:
Michael Reed
2015-11-27 16:09:27 -05:00
parent 951714ede6
commit 53ee6425c8
46 changed files with 6 additions and 329 deletions

View File

@@ -4,9 +4,8 @@
*
* The basic idea/structure of cscope for Vim was borrowed from Nvi. There
* might be a few lines of code that look similar to what Nvi has.
*
* See README.md for an overview of the Vim source code.
*/
#include <stdbool.h>
#include <assert.h>