summaryrefslogtreecommitdiff
path: root/uvim/src/crypt_zip.c
diff options
context:
space:
mode:
Diffstat (limited to 'uvim/src/crypt_zip.c')
-rw-r--r--uvim/src/crypt_zip.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/uvim/src/crypt_zip.c b/uvim/src/crypt_zip.c
index e9b39a30d3..d11f47a584 100644
--- a/uvim/src/crypt_zip.c
+++ b/uvim/src/crypt_zip.c
@@ -1,16 +1,16 @@
/* vi:set ts=8 sts=4 sw=4 noet:
*
- * VIM - Vi IMproved by Bram Moolenaar
+ * MNV - MNV is not Vim by Bram Moolenaar
*
- * Do ":help uganda" in Vim to read copying and usage conditions.
- * Do ":help credits" in Vim to see a list of people who contributed.
- * See README.txt for an overview of the Vim source code.
+ * Do ":help uganda" in MNV to read copying and usage conditions.
+ * Do ":help credits" in MNV to see a list of people who contributed.
+ * See README.txt for an overview of the MNV source code.
*/
/*
* crypt_zip.c: Zip encryption support.
*/
-#include "vim.h"
+#include "mnv.h"
#if defined(FEAT_CRYPT)
/*