diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-04-18 14:32:28 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-04-18 14:32:28 (GMT) |
commit | 0ec43f7abdae1631926ed8139222d61cb9eb036c (patch) | |
tree | eac3e2b977df857c5b0146f102ae557473d81dfb /Docs | |
parent | 88ebd1d36231f410b30dbee4200e940edf48301e (diff) | |
download | CMake-0ec43f7abdae1631926ed8139222d61cb9eb036c.zip CMake-0ec43f7abdae1631926ed8139222d61cb9eb036c.tar.gz CMake-0ec43f7abdae1631926ed8139222d61cb9eb036c.tar.bz2 |
ENH: Cleanup header and make license compatible with VIM
Diffstat (limited to 'Docs')
-rw-r--r-- | Docs/cmake-indent.vim | 17 | ||||
-rw-r--r-- | Docs/cmake-syntax.vim | 15 |
2 files changed, 9 insertions, 23 deletions
diff --git a/Docs/cmake-indent.vim b/Docs/cmake-indent.vim index b7b4d7e..e36937d 100644 --- a/Docs/cmake-indent.vim +++ b/Docs/cmake-indent.vim @@ -2,17 +2,10 @@ " " Program: CMake - Cross-Platform Makefile Generator " Module: $RCSfile$ -" Language: C++ +" Language: VIM " Date: $Date$ " 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 @@ -21,10 +14,10 @@ " 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 +" +" Licence: The CMake license applies to this file. See +" http://www.cmake.org/HTML/Copyright.html +" This implies that distribution with Vim is allowed if exists("b:did_indent") finish diff --git a/Docs/cmake-syntax.vim b/Docs/cmake-syntax.vim index bb656bb..8dfe3d7 100644 --- a/Docs/cmake-syntax.vim +++ b/Docs/cmake-syntax.vim @@ -2,17 +2,10 @@ " " Program: CMake - Cross-Platform Makefile Generator " Module: $RCSfile$ -" Language: C++ +" Language: VIM " Date: $Date$ " 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 @@ -22,9 +15,9 @@ " 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 +" Licence: The CMake license applies to this file. 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 6.x: Quit when a syntax file was already loaded |