diff options
author | Ken Martin <ken.martin@kitware.com> | 2006-05-10 18:15:15 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2006-05-10 18:15:15 (GMT) |
commit | d77fbb9640900294e5a32305188c89a3e70e6cc5 (patch) | |
tree | 50d36cc5b6773d2172a749135a8b3ee1e803c64e /Source/cmCommandArgumentParserTokens.h | |
parent | 20c27063ddbf22b5a90d27a2d45bd1b3d140e532 (diff) | |
download | CMake-d77fbb9640900294e5a32305188c89a3e70e6cc5.zip CMake-d77fbb9640900294e5a32305188c89a3e70e6cc5.tar.gz CMake-d77fbb9640900294e5a32305188c89a3e70e6cc5.tar.bz2 |
STYLE: fix line length
Diffstat (limited to 'Source/cmCommandArgumentParserTokens.h')
-rw-r--r-- | Source/cmCommandArgumentParserTokens.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Source/cmCommandArgumentParserTokens.h b/Source/cmCommandArgumentParserTokens.h index 377b6a2..c14b766 100644 --- a/Source/cmCommandArgumentParserTokens.h +++ b/Source/cmCommandArgumentParserTokens.h @@ -1,7 +1,8 @@ /* A Bison parser, made by GNU Bison 2.1. */ -/* Skeleton parser for Yacc-like parsing with Bison, - Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +/* Skeleton parser for Yacc-like parsing with Bison, Copyright (C) 1984, + 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, + Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by |