diff options
Diffstat (limited to 'Source/cmExprLexer.h')
-rw-r--r-- | Source/cmExprLexer.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Source/cmExprLexer.h b/Source/cmExprLexer.h index aa61053..c9fdaeb 100644 --- a/Source/cmExprLexer.h +++ b/Source/cmExprLexer.h @@ -1,3 +1,19 @@ +/*========================================================================= + + Program: CMake - Cross-Platform Makefile Generator + Module: $RCSfile$ + Language: C++ + Date: $Date$ + Version: $Revision$ + + Copyright (c) 2007 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. + +=========================================================================*/ #ifndef cmExpr_yyHEADER_H #define cmExpr_yyHEADER_H 1 #define cmExpr_yyIN_HEADER 1 |