ENH: Cleanup header and make license compatible with VIM
This commit is contained in:
parent
88ebd1d362
commit
0ec43f7abd
|
@ -2,17 +2,10 @@
|
||||||
"
|
"
|
||||||
" Program: CMake - Cross-Platform Makefile Generator
|
" Program: CMake - Cross-Platform Makefile Generator
|
||||||
" Module: $RCSfile$
|
" Module: $RCSfile$
|
||||||
" Language: C++
|
" Language: VIM
|
||||||
" Date: $Date$
|
" Date: $Date$
|
||||||
" Version: $Revision$
|
" Version: $Revision$
|
||||||
"
|
"
|
||||||
" Copyright (c) 2002 Kitware, Inc., Insight Consortium. All rights reserved.
|
|
||||||
" See Copyright.txt or http://www.cmake.org/HTML/Copyright.html for details.
|
|
||||||
"
|
|
||||||
" This software is distributed WITHOUT ANY WARRANTY" without even
|
|
||||||
" the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
|
|
||||||
" PURPOSE. See the above copyright notices for more information.
|
|
||||||
"
|
|
||||||
" =============================================================================
|
" =============================================================================
|
||||||
|
|
||||||
" Vim indent file
|
" Vim indent file
|
||||||
|
@ -21,10 +14,10 @@
|
||||||
" Maintainer: Andy Cedilnik <andy.cedilnik@kitware.com>
|
" Maintainer: Andy Cedilnik <andy.cedilnik@kitware.com>
|
||||||
" Last Change: $Date$
|
" Last Change: $Date$
|
||||||
" Version: $Revision$
|
" Version: $Revision$
|
||||||
"
|
"
|
||||||
" Licence: This program is free software; you can redistribute it
|
" Licence: The CMake license applies to this file. See
|
||||||
" and/or modify it under the terms of the CMake
|
" http://www.cmake.org/HTML/Copyright.html
|
||||||
" License. See http://www.cmake.org/HTML/Copyright.html
|
" This implies that distribution with Vim is allowed
|
||||||
|
|
||||||
if exists("b:did_indent")
|
if exists("b:did_indent")
|
||||||
finish
|
finish
|
||||||
|
|
|
@ -2,17 +2,10 @@
|
||||||
"
|
"
|
||||||
" Program: CMake - Cross-Platform Makefile Generator
|
" Program: CMake - Cross-Platform Makefile Generator
|
||||||
" Module: $RCSfile$
|
" Module: $RCSfile$
|
||||||
" Language: C++
|
" Language: VIM
|
||||||
" Date: $Date$
|
" Date: $Date$
|
||||||
" Version: $Revision$
|
" Version: $Revision$
|
||||||
"
|
"
|
||||||
" Copyright (c) 2002 Kitware, Inc., Insight Consortium. All rights reserved.
|
|
||||||
" See Copyright.txt or http://www.cmake.org/HTML/Copyright.html for details.
|
|
||||||
"
|
|
||||||
" This software is distributed WITHOUT ANY WARRANTY" without even
|
|
||||||
" the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
|
|
||||||
" PURPOSE. See the above copyright notices for more information.
|
|
||||||
"
|
|
||||||
" =============================================================================
|
" =============================================================================
|
||||||
|
|
||||||
" Vim syntax file
|
" Vim syntax file
|
||||||
|
@ -22,9 +15,9 @@
|
||||||
" Last Change: $Date$
|
" Last Change: $Date$
|
||||||
" Version: $Revision$
|
" Version: $Revision$
|
||||||
"
|
"
|
||||||
" Licence: This program is free software; you can redistribute it
|
" Licence: The CMake license applies to this file. See
|
||||||
" and/or modify it under the terms of the CMake
|
" http://www.cmake.org/HTML/Copyright.html
|
||||||
" License. See http://www.cmake.org/HTML/Copyright.html
|
" This implies that distribution with Vim is allowed
|
||||||
|
|
||||||
" For version 5.x: Clear all syntax items
|
" For version 5.x: Clear all syntax items
|
||||||
" For version 6.x: Quit when a syntax file was already loaded
|
" For version 6.x: Quit when a syntax file was already loaded
|
||||||
|
|
Loading…
Reference in New Issue