diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-04-13 01:24:15 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-04-13 01:24:15 (GMT) |
commit | 58641b2ceb5d3401e1cb0e4bb897a9fe2329e525 (patch) | |
tree | ba694ec36592912b5bec9117b4c6177d730686a5 | |
parent | 51714935861d8d9245add8de9b2485e1cefd925d (diff) | |
download | CMake-58641b2ceb5d3401e1cb0e4bb897a9fe2329e525.zip CMake-58641b2ceb5d3401e1cb0e4bb897a9fe2329e525.tar.gz CMake-58641b2ceb5d3401e1cb0e4bb897a9fe2329e525.tar.bz2 |
ENH: Unify the comment
-rw-r--r-- | Docs/cmake-indent.vim | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/Docs/cmake-indent.vim b/Docs/cmake-indent.vim index c593d36..b7b4d7e 100644 --- a/Docs/cmake-indent.vim +++ b/Docs/cmake-indent.vim @@ -16,10 +16,15 @@ " ============================================================================= " Vim indent file -" Language: CMake (ft=cmake) -" Author: Andy Cedilnik <andy.cedilnik@kitware.com> -" URL: http://www.cmake.org -" Last Change: Sun Mar 23 15:41:55 EST 2003 +" Language: CMake (ft=cmake) +" Author: Andy Cedilnik <andy.cedilnik@kitware.com> +" Maintainer: Andy Cedilnik <andy.cedilnik@kitware.com> +" Last Change: $Date$ +" Version: $Revision$ +" +" Licence: This program is free software; you can redistribute it +" and/or modify it under the terms of the CMake +" License. See http://www.cmake.org/HTML/Copyright.html if exists("b:did_indent") finish |