mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-03-23 03:37:15 +01:00
turn on svn Id tags
This commit is contained in:
parent
de6dd7a378
commit
cf2622da34
@ -5,7 +5,7 @@
|
||||
* Project led by Terence Parr at http://www.jGuru.com
|
||||
* Software rights: http://www.antlr.org/license.html
|
||||
*
|
||||
* $Id: ANTLRException.hpp 1361 2007-06-07 02:34:05Z vkurland $
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include <antlr/config.hpp>
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
* Project led by Terence Parr at http://www.jGuru.com
|
||||
* Software rights: http://www.antlr.org/license.html
|
||||
*
|
||||
* $Id: ANTLRUtil.cpp 1361 2007-06-07 02:34:05Z vkurland $
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include <antlr/config.hpp>
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
* Project led by Terence Parr at http://www.jGuru.com
|
||||
* Software rights: http://www.antlr.org/license.html
|
||||
*
|
||||
* $Id: ANTLRUtil.hpp 1361 2007-06-07 02:34:05Z vkurland $
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include <antlr/config.hpp>
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
* Project led by Terence Parr at http://www.jGuru.com
|
||||
* Software rights: http://www.antlr.org/license.html
|
||||
*
|
||||
* $Id: AST.hpp 1361 2007-06-07 02:34:05Z vkurland $
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include <antlr/config.hpp>
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
* Project led by Terence Parr at http://www.jGuru.com
|
||||
* Software rights: http://www.antlr.org/license.html
|
||||
*
|
||||
* $Id: ASTArray.hpp 1361 2007-06-07 02:34:05Z vkurland $
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include <antlr/config.hpp>
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
* Project led by Terence Parr at http://www.jGuru.com
|
||||
* Software rights: http://www.antlr.org/license.html
|
||||
*
|
||||
* $Id: ASTFactory.cpp 1361 2007-06-07 02:34:05Z vkurland $
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include "antlr/CommonAST.hpp"
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
* Project led by Terence Parr at http://www.jGuru.com
|
||||
* Software rights: http://www.antlr.org/license.html
|
||||
*
|
||||
* $Id: ASTFactory.hpp 1361 2007-06-07 02:34:05Z vkurland $
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include <antlr/config.hpp>
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
* Project led by Terence Parr at http://www.jGuru.com
|
||||
* Software rights: http://www.antlr.org/license.html
|
||||
*
|
||||
* $Id: ASTNULLType.cpp 1361 2007-06-07 02:34:05Z vkurland $
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include "antlr/config.hpp"
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
* Project led by Terence Parr at http://www.jGuru.com
|
||||
* Software rights: http://www.antlr.org/license.html
|
||||
*
|
||||
* $Id: ASTNULLType.hpp 1361 2007-06-07 02:34:05Z vkurland $
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include <antlr/config.hpp>
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
* Project led by Terence Parr at http://www.jGuru.com
|
||||
* Software rights: http://www.antlr.org/license.html
|
||||
*
|
||||
* $Id: ASTPair.hpp 1361 2007-06-07 02:34:05Z vkurland $
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include <antlr/config.hpp>
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
* Project led by Terence Parr at http://www.jGuru.com
|
||||
* Software rights: http://www.antlr.org/license.html
|
||||
*
|
||||
* $Id: ASTRefCount.cpp 1361 2007-06-07 02:34:05Z vkurland $
|
||||
* $Id$
|
||||
*/
|
||||
#include "antlr/ASTRefCount.hpp"
|
||||
#include "antlr/AST.hpp"
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
* Project led by Terence Parr at http://www.jGuru.com
|
||||
* Software rights: http://www.antlr.org/license.html
|
||||
*
|
||||
* $Id: ASTRefCount.hpp 1361 2007-06-07 02:34:05Z vkurland $
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
# include <antlr/config.hpp>
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
* Project led by Terence Parr at http://www.jGuru.com
|
||||
* Software rights: http://www.antlr.org/license.html
|
||||
*
|
||||
* $Id: BaseAST.cpp 1361 2007-06-07 02:34:05Z vkurland $
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include "antlr/config.hpp"
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
* Project led by Terence Parr at http://www.jGuru.com
|
||||
* Software rights: http://www.antlr.org/license.html
|
||||
*
|
||||
* $Id: BaseAST.hpp 1361 2007-06-07 02:34:05Z vkurland $
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include <antlr/config.hpp>
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
* Project led by Terence Parr at http://www.jGuru.com
|
||||
* Software rights: http://www.antlr.org/license.html
|
||||
*
|
||||
* $Id: BitSet.cpp 1361 2007-06-07 02:34:05Z vkurland $
|
||||
* $Id$
|
||||
*/
|
||||
#include "antlr/BitSet.hpp"
|
||||
#include <string>
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
* Project led by Terence Parr at http://www.jGuru.com
|
||||
* Software rights: http://www.antlr.org/license.html
|
||||
*
|
||||
* $Id: BitSet.hpp 1361 2007-06-07 02:34:05Z vkurland $
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include <antlr/config.hpp>
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
* Project led by Terence Parr at http://www.jGuru.com
|
||||
* Software rights: http://www.antlr.org/license.html
|
||||
*
|
||||
* $Id: CharBuffer.cpp 1361 2007-06-07 02:34:05Z vkurland $
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include "antlr/CharBuffer.hpp"
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
* Project led by Terence Parr at http://www.jGuru.com
|
||||
* Software rights: http://www.antlr.org/license.html
|
||||
*
|
||||
* $Id: CharBuffer.hpp 1361 2007-06-07 02:34:05Z vkurland $
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include <antlr/config.hpp>
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
* Project led by Terence Parr at http://www.jGuru.com
|
||||
* Software rights: http://www.antlr.org/license.html
|
||||
*
|
||||
* $Id: CharInputBuffer.hpp 1361 2007-06-07 02:34:05Z vkurland $
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
# include <antlr/config.hpp>
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
* Project led by Terence Parr at http://www.jGuru.com
|
||||
* Software rights: http://www.antlr.org/license.html
|
||||
*
|
||||
* $Id: CharScanner.cpp 1361 2007-06-07 02:34:05Z vkurland $
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include <iostream>
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
* Project led by Terence Parr at http://www.jGuru.com
|
||||
* Software rights: http://www.antlr.org/license.html
|
||||
*
|
||||
* $Id: CharScanner.hpp 1361 2007-06-07 02:34:05Z vkurland $
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include <antlr/config.hpp>
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
* Project led by Terence Parr at http://www.jGuru.com
|
||||
* Software rights: http://www.antlr.org/license.html
|
||||
*
|
||||
* $Id: CharStreamException.hpp 1361 2007-06-07 02:34:05Z vkurland $
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include <antlr/config.hpp>
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
* Project led by Terence Parr at http://www.jGuru.com
|
||||
* Software rights: http://www.antlr.org/license.html
|
||||
*
|
||||
* $Id: CharStreamIOException.hpp 1361 2007-06-07 02:34:05Z vkurland $
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include <antlr/config.hpp>
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
* Project led by Terence Parr at http://www.jGuru.com
|
||||
* Software rights: http://www.antlr.org/license.html
|
||||
*
|
||||
* $Id: CircularQueue.hpp 1361 2007-06-07 02:34:05Z vkurland $
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include <antlr/config.hpp>
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
* Project led by Terence Parr at http://www.jGuru.com
|
||||
* Software rights: http://www.antlr.org/license.html
|
||||
*
|
||||
* $Id: CommonAST.cpp 1361 2007-06-07 02:34:05Z vkurland $
|
||||
* $Id$
|
||||
*/
|
||||
#include "antlr/config.hpp"
|
||||
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
* Project led by Terence Parr at http://www.jGuru.com
|
||||
* Software rights: http://www.antlr.org/license.html
|
||||
*
|
||||
* $Id: CommonAST.hpp 1361 2007-06-07 02:34:05Z vkurland $
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include <antlr/config.hpp>
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
* Project led by Terence Parr at http://www.jGuru.com
|
||||
* Software rights: http://www.antlr.org/license.html
|
||||
*
|
||||
* $Id: CommonASTWithHiddenTokens.cpp 1361 2007-06-07 02:34:05Z vkurland $
|
||||
* $Id$
|
||||
*/
|
||||
#include "antlr/config.hpp"
|
||||
#include "antlr/AST.hpp"
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
* Project led by Terence Parr at http://www.jGuru.com
|
||||
* Software rights: http://www.antlr.org/license.html
|
||||
*
|
||||
* $Id: CommonASTWithHiddenTokens.hpp 1361 2007-06-07 02:34:05Z vkurland $
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include <antlr/config.hpp>
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
* Project led by Terence Parr at http://www.jGuru.com
|
||||
* Software rights: http://www.antlr.org/license.html
|
||||
*
|
||||
* $Id: CommonHiddenStreamToken.cpp 1361 2007-06-07 02:34:05Z vkurland $
|
||||
* $Id$
|
||||
*/
|
||||
#include "antlr/CommonHiddenStreamToken.hpp"
|
||||
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
* Project led by Terence Parr at http://www.jGuru.com
|
||||
* Software rights: http://www.antlr.org/license.html
|
||||
*
|
||||
* $Id: CommonHiddenStreamToken.hpp 1361 2007-06-07 02:34:05Z vkurland $
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include <antlr/config.hpp>
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
* Project led by Terence Parr at http://www.jGuru.com
|
||||
* Software rights: http://www.antlr.org/license.html
|
||||
*
|
||||
* $Id: CommonToken.cpp 1361 2007-06-07 02:34:05Z vkurland $
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include "antlr/CommonToken.hpp"
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
* Project led by Terence Parr at http://www.jGuru.com
|
||||
* Software rights: http://www.antlr.org/license.html
|
||||
*
|
||||
* $Id: CommonToken.hpp 1361 2007-06-07 02:34:05Z vkurland $
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include <antlr/config.hpp>
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
* Project led by Terence Parr at http://www.jGuru.com
|
||||
* Software rights: http://www.antlr.org/license.html
|
||||
*
|
||||
* $Id: IOException.hpp 1361 2007-06-07 02:34:05Z vkurland $
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include <antlr/config.hpp>
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
* Project led by Terence Parr at http://www.jGuru.com
|
||||
* Software rights: http://www.antlr.org/license.html
|
||||
*
|
||||
* $Id: InputBuffer.cpp 1361 2007-06-07 02:34:05Z vkurland $
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include "antlr/config.hpp"
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
* Project led by Terence Parr at http://www.jGuru.com
|
||||
* Software rights: http://www.antlr.org/license.html
|
||||
*
|
||||
* $Id: InputBuffer.hpp 1361 2007-06-07 02:34:05Z vkurland $
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include <antlr/config.hpp>
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
* Project led by Terence Parr at http://www.jGuru.com
|
||||
* Software rights: http://www.antlr.org/license.html
|
||||
*
|
||||
* $Id: LLkParser.cpp 1361 2007-06-07 02:34:05Z vkurland $
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include "antlr/LLkParser.hpp"
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
* Project led by Terence Parr at http://www.jGuru.com
|
||||
* Software rights: http://www.antlr.org/license.html
|
||||
*
|
||||
* $Id: LLkParser.hpp 1361 2007-06-07 02:34:05Z vkurland $
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include <antlr/config.hpp>
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
* Project led by Terence Parr at http://www.jGuru.com
|
||||
* Software rights: http://www.antlr.org/license.html
|
||||
*
|
||||
* $Id: LexerSharedInputState.hpp 1361 2007-06-07 02:34:05Z vkurland $
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include <antlr/config.hpp>
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
* Project led by Terence Parr at http://www.jGuru.com
|
||||
* Software rights: http://www.antlr.org/license.html
|
||||
*
|
||||
* $Id: MismatchedCharException.cpp 1361 2007-06-07 02:34:05Z vkurland $
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include "antlr/CharScanner.hpp"
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
* Project led by Terence Parr at http://www.jGuru.com
|
||||
* Software rights: http://www.antlr.org/license.html
|
||||
*
|
||||
* $Id: MismatchedCharException.hpp 1361 2007-06-07 02:34:05Z vkurland $
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include <antlr/config.hpp>
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
* Project led by Terence Parr at http://www.jGuru.com
|
||||
* Software rights: http://www.antlr.org/license.html
|
||||
*
|
||||
* $Id: MismatchedTokenException.cpp 1361 2007-06-07 02:34:05Z vkurland $
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include "antlr/MismatchedTokenException.hpp"
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
* Project led by Terence Parr at http://www.jGuru.com
|
||||
* Software rights: http://www.antlr.org/license.html
|
||||
*
|
||||
* $Id: MismatchedTokenException.hpp 1361 2007-06-07 02:34:05Z vkurland $
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include <antlr/config.hpp>
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
* Project led by Terence Parr at http://www.jGuru.com
|
||||
* Software rights: http://www.antlr.org/license.html
|
||||
*
|
||||
* $Id: NoViableAltException.cpp 1361 2007-06-07 02:34:05Z vkurland $
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include "antlr/NoViableAltException.hpp"
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
* Project led by Terence Parr at http://www.jGuru.com
|
||||
* Software rights: http://www.antlr.org/license.html
|
||||
*
|
||||
* $Id: NoViableAltException.hpp 1361 2007-06-07 02:34:05Z vkurland $
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include <antlr/config.hpp>
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
* Project led by Terence Parr at http://www.jGuru.com
|
||||
* Software rights: http://www.antlr.org/license.html
|
||||
*
|
||||
* $Id: NoViableAltForCharException.cpp 1361 2007-06-07 02:34:05Z vkurland $
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include "antlr/NoViableAltForCharException.hpp"
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
* Project led by Terence Parr at http://www.jGuru.com
|
||||
* Software rights: http://www.antlr.org/license.html
|
||||
*
|
||||
* $Id: NoViableAltForCharException.hpp 1361 2007-06-07 02:34:05Z vkurland $
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
# include <antlr/config.hpp>
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
* Project led by Terence Parr at http://www.jGuru.com
|
||||
* Software rights: http://www.antlr.org/license.html
|
||||
*
|
||||
* $Id: Parser.cpp 1361 2007-06-07 02:34:05Z vkurland $
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include "antlr/Parser.hpp"
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
* Project led by Terence Parr at http://www.jGuru.com
|
||||
* Software rights: http://www.antlr.org/license.html
|
||||
*
|
||||
* $Id: Parser.hpp 1361 2007-06-07 02:34:05Z vkurland $
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include <antlr/config.hpp>
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
* Project led by Terence Parr at http://www.jGuru.com
|
||||
* Software rights: http://www.antlr.org/license.html
|
||||
*
|
||||
* $Id: ParserSharedInputState.hpp 1361 2007-06-07 02:34:05Z vkurland $
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include <antlr/config.hpp>
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
* Project led by Terence Parr at http://www.jGuru.com
|
||||
* Software rights: http://www.antlr.org/license.html
|
||||
*
|
||||
* $Id: RecognitionException.cpp 1361 2007-06-07 02:34:05Z vkurland $
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include "antlr/RecognitionException.hpp"
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
* Project led by Terence Parr at http://www.jGuru.com
|
||||
* Software rights: http://www.antlr.org/license.html
|
||||
*
|
||||
* $Id: RecognitionException.hpp 1361 2007-06-07 02:34:05Z vkurland $
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
# include <antlr/config.hpp>
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
* Project led by Terence Parr at http://www.jGuru.com
|
||||
* Software rights: http://www.antlr.org/license.html
|
||||
*
|
||||
* $Id: RefCount.hpp 1361 2007-06-07 02:34:05Z vkurland $
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include <antlr/config.hpp>
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
* Project led by Terence Parr at http://www.jGuru.com
|
||||
* Software rights: http://www.antlr.org/license.html
|
||||
*
|
||||
* $Id: SemanticException.hpp 1361 2007-06-07 02:34:05Z vkurland $
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include <antlr/config.hpp>
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
* Project led by Terence Parr at http://www.jGuru.com
|
||||
* Software rights: http://www.antlr.org/license.html
|
||||
*
|
||||
* $Id: String.cpp 1361 2007-06-07 02:34:05Z vkurland $
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include "antlr/String.hpp"
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
* Project led by Terence Parr at http://www.jGuru.com
|
||||
* Software rights: http://www.antlr.org/license.html
|
||||
*
|
||||
* $Id: String.hpp 1361 2007-06-07 02:34:05Z vkurland $
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include <antlr/config.hpp>
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
* Project led by Terence Parr at http://www.jGuru.com
|
||||
* Software rights: http://www.antlr.org/license.html
|
||||
*
|
||||
* $Id: Token.cpp 1361 2007-06-07 02:34:05Z vkurland $
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include "antlr/Token.hpp"
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
* Project led by Terence Parr at http://www.jGuru.com
|
||||
* Software rights: http://www.antlr.org/license.html
|
||||
*
|
||||
* $Id: Token.hpp 1361 2007-06-07 02:34:05Z vkurland $
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include <antlr/config.hpp>
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
* Project led by Terence Parr at http://www.jGuru.com
|
||||
* Software rights: http://www.antlr.org/license.html
|
||||
*
|
||||
* $Id: TokenBuffer.cpp 1361 2007-06-07 02:34:05Z vkurland $
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include "antlr/TokenBuffer.hpp"
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
* Project led by Terence Parr at http://www.jGuru.com
|
||||
* Software rights: http://www.antlr.org/license.html
|
||||
*
|
||||
* $Id: TokenBuffer.hpp 1361 2007-06-07 02:34:05Z vkurland $
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include <antlr/config.hpp>
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
* Project led by Terence Parr at http://www.jGuru.com
|
||||
* Software rights: http://www.antlr.org/license.html
|
||||
*
|
||||
* $Id: TokenRefCount.cpp 1361 2007-06-07 02:34:05Z vkurland $
|
||||
* $Id$
|
||||
*/
|
||||
#include "antlr/TokenRefCount.hpp"
|
||||
#include "antlr/Token.hpp"
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
* Project led by Terence Parr at http://www.jGuru.com
|
||||
* Software rights: http://www.antlr.org/license.html
|
||||
*
|
||||
* $Id: TokenRefCount.hpp 1361 2007-06-07 02:34:05Z vkurland $
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
# include <antlr/config.hpp>
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
* Project led by Terence Parr at http://www.jGuru.com
|
||||
* Software rights: http://www.antlr.org/license.html
|
||||
*
|
||||
* $Id: TokenStream.hpp 1361 2007-06-07 02:34:05Z vkurland $
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include <antlr/config.hpp>
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
* Project led by Terence Parr at http://www.jGuru.com
|
||||
* Software rights: http://www.antlr.org/license.html
|
||||
*
|
||||
* $Id: TokenStreamBasicFilter.cpp 1361 2007-06-07 02:34:05Z vkurland $
|
||||
* $Id$
|
||||
*/
|
||||
#include "antlr/TokenStreamBasicFilter.hpp"
|
||||
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
* Project led by Terence Parr at http://www.jGuru.com
|
||||
* Software rights: http://www.antlr.org/license.html
|
||||
*
|
||||
* $Id: TokenStreamBasicFilter.hpp 1361 2007-06-07 02:34:05Z vkurland $
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include <antlr/config.hpp>
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
* Project led by Terence Parr at http://www.jGuru.com
|
||||
* Software rights: http://www.antlr.org/license.html
|
||||
*
|
||||
* $Id: TokenStreamException.hpp 1361 2007-06-07 02:34:05Z vkurland $
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include <antlr/config.hpp>
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
* Project led by Terence Parr at http://www.jGuru.com
|
||||
* Software rights: http://www.antlr.org/license.html
|
||||
*
|
||||
* $Id: TokenStreamHiddenTokenFilter.cpp 1361 2007-06-07 02:34:05Z vkurland $
|
||||
* $Id$
|
||||
*/
|
||||
#include "antlr/TokenStreamHiddenTokenFilter.hpp"
|
||||
#include "antlr/CommonHiddenStreamToken.hpp"
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
* Project led by Terence Parr at http://www.jGuru.com
|
||||
* Software rights: http://www.antlr.org/license.html
|
||||
*
|
||||
* $Id: TokenStreamHiddenTokenFilter.hpp 1361 2007-06-07 02:34:05Z vkurland $
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include <antlr/config.hpp>
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
* Project led by Terence Parr at http://www.jGuru.com
|
||||
* Software rights: http://www.antlr.org/license.html
|
||||
*
|
||||
* $Id: TokenStreamIOException.hpp 1361 2007-06-07 02:34:05Z vkurland $
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include <antlr/config.hpp>
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
* Project led by Terence Parr at http://www.jGuru.com
|
||||
* Software rights: http://www.antlr.org/license.html
|
||||
*
|
||||
* $Id: TokenStreamRecognitionException.hpp 1361 2007-06-07 02:34:05Z vkurland $
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include <antlr/config.hpp>
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
* Project led by Terence Parr at http://www.jGuru.com
|
||||
* Software rights: http://www.antlr.org/license.html
|
||||
*
|
||||
* $Id: TokenStreamRetryException.hpp 1361 2007-06-07 02:34:05Z vkurland $
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include <antlr/config.hpp>
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
* Project led by Terence Parr at http://www.jGuru.com
|
||||
* Software rights: http://www.antlr.org/license.html
|
||||
*
|
||||
* $Id: TokenStreamSelector.cpp 1361 2007-06-07 02:34:05Z vkurland $
|
||||
* $Id$
|
||||
*/
|
||||
#include "antlr/TokenStreamSelector.hpp"
|
||||
#include "antlr/TokenStreamRetryException.hpp"
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
* Project led by Terence Parr at http://www.jGuru.com
|
||||
* Software rights: http://www.antlr.org/license.html
|
||||
*
|
||||
* $Id: TokenStreamSelector.hpp 1361 2007-06-07 02:34:05Z vkurland $
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include <antlr/config.hpp>
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
* Project led by Terence Parr at http://www.jGuru.com
|
||||
* Software rights: http://www.antlr.org/license.html
|
||||
*
|
||||
* $Id: TokenWithIndex.hpp 1361 2007-06-07 02:34:05Z vkurland $
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include <antlr/config.hpp>
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
* Project led by Terence Parr at http://www.jGuru.com
|
||||
* Software rights: http://www.antlr.org/license.html
|
||||
*
|
||||
* $Id: TreeParser.cpp 1361 2007-06-07 02:34:05Z vkurland $
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include "antlr/TreeParser.hpp"
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
* Project led by Terence Parr at http://www.jGuru.com
|
||||
* Software rights: http://www.antlr.org/license.html
|
||||
*
|
||||
* $Id: TreeParser.hpp 1361 2007-06-07 02:34:05Z vkurland $
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include <antlr/config.hpp>
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
* Project led by Terence Parr at http://www.jGuru.com
|
||||
* Software rights: http://www.antlr.org/license.html
|
||||
*
|
||||
* $Id: TreeParserSharedInputState.hpp 1361 2007-06-07 02:34:05Z vkurland $
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include <antlr/config.hpp>
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
* Project led by Terence Parr at http://www.jGuru.com
|
||||
* Software rights: http://www.antlr.org/license.html
|
||||
*
|
||||
* $Id: config.hpp 1361 2007-06-07 02:34:05Z vkurland $
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
* Project led by Terence Parr at http://www.jGuru.com
|
||||
* Software rights: http://www.antlr.org/license.html
|
||||
*
|
||||
* $Id: dll.cpp 1361 2007-06-07 02:34:05Z vkurland $
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Author: Vadim Kurland vadim@vk.crocodile.org
|
||||
|
||||
$Id: ACL.cpp,v 1.1 2008/03/06 06:48:55 vkurland Exp $
|
||||
$Id$
|
||||
|
||||
This program is free software which we release under the GNU General Public
|
||||
License. You may redistribute and/or modify this program under the terms
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Author: Vadim Kurland vadim@vk.crocodile.org
|
||||
|
||||
$Id: ACL.h,v 1.1 2008/03/06 06:48:55 vkurland Exp $
|
||||
$Id$
|
||||
|
||||
This program is free software which we release under the GNU General Public
|
||||
License. You may redistribute and/or modify this program under the terms
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Author: Vadim Kurland vadim@vk.crocodile.org
|
||||
|
||||
$Id: Helper.cpp,v 1.1 2008/03/06 06:48:56 vkurland Exp $
|
||||
$Id$
|
||||
|
||||
This program is free software which we release under the GNU General Public
|
||||
License. You may redistribute and/or modify this program under the terms
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Author: Vadim Kurland vadim@vk.crocodile.org
|
||||
|
||||
$Id: Helper.h,v 1.1 2008/03/06 06:48:56 vkurland Exp $
|
||||
$Id$
|
||||
|
||||
This program is free software which we release under the GNU General Public
|
||||
License. You may redistribute and/or modify this program under the terms
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Author: Vadim Kurland vadim@vk.crocodile.org
|
||||
|
||||
$Id: PolicyCompiler_cisco.cpp,v 1.1 2008/03/06 06:48:56 vkurland Exp $
|
||||
$Id$
|
||||
|
||||
This program is free software which we release under the GNU General Public
|
||||
License. You may redistribute and/or modify this program under the terms
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Author: Vadim Kurland vadim@vk.crocodile.org
|
||||
|
||||
$Id: PolicyCompiler_cisco.h,v 1.1 2008/03/06 06:48:56 vkurland Exp $
|
||||
$Id$
|
||||
|
||||
This program is free software which we release under the GNU General Public
|
||||
License. You may redistribute and/or modify this program under the terms
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Author: Vadim Kurland vadim@vk.crocodile.org
|
||||
|
||||
$Id: PolicyCompiler_cisco_acls.cpp,v 1.1 2008/03/06 06:48:57 vkurland Exp $
|
||||
$Id$
|
||||
|
||||
This program is free software which we release under the GNU General Public
|
||||
License. You may redistribute and/or modify this program under the terms
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Author: Vadim Kurland vadim@fwbuilder.org
|
||||
|
||||
$Id: fwbedit.cpp 1450 2007-12-05 16:53:10Z vk $
|
||||
$Id$
|
||||
|
||||
This program is free software which we release under the GNU General Public
|
||||
License. You may redistribute and/or modify this program under the terms
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Author: Vadim Kurland vadim@fwbuilder.org
|
||||
|
||||
$Id: fwblookup.cpp 1450 2007-12-05 16:53:10Z vk $
|
||||
$Id$
|
||||
|
||||
This program is free software which we release under the GNU General Public
|
||||
License. You may redistribute and/or modify this program under the terms
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Author: Vadim Kurland vadim@fwbuilder.org
|
||||
|
||||
$Id: unit_tests.cpp 1107 2006-07-19 06:21:08Z vkurland $
|
||||
$Id$
|
||||
|
||||
This program is free software which we release under the GNU General Public
|
||||
License. You may redistribute and/or modify this program under the terms
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Author: Vadim Kurland vadim@vk.crocodile.org
|
||||
|
||||
$Id: OSConfigurator_ios.cpp,v 1.1 2008/03/06 06:48:57 vkurland Exp $
|
||||
$Id$
|
||||
|
||||
This program is free software which we release under the GNU General Public
|
||||
License. You may redistribute and/or modify this program under the terms
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Author: Vadim Kurland vadim@vk.crocodile.org
|
||||
|
||||
$Id: OSConfigurator_ios.h,v 1.1 2008/03/06 06:48:58 vkurland Exp $
|
||||
$Id$
|
||||
|
||||
This program is free software which we release under the GNU General Public
|
||||
License. You may redistribute and/or modify this program under the terms
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Author: Vadim Kurland vadim@vk.crocodile.org
|
||||
|
||||
$Id: PolicyCompiler_iosacl.cpp,v 1.1 2008/03/06 06:48:58 vkurland Exp $
|
||||
$Id$
|
||||
|
||||
This program is free software which we release under the GNU General Public
|
||||
License. You may redistribute and/or modify this program under the terms
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Author: Vadim Kurland vadim@vk.crocodile.org
|
||||
|
||||
$Id: PolicyCompiler_iosacl.h,v 1.1 2008/03/06 06:48:58 vkurland Exp $
|
||||
$Id$
|
||||
|
||||
This program is free software which we release under the GNU General Public
|
||||
License. You may redistribute and/or modify this program under the terms
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Author: Vadim Kurland vadim@vk.crocodile.org
|
||||
|
||||
$Id: PolicyCompiler_iosacl_writers.cpp,v 1.1 2008/03/06 06:48:58 vkurland Exp $
|
||||
$Id$
|
||||
|
||||
This program is free software which we release under the GNU General Public
|
||||
License. You may redistribute and/or modify this program under the terms
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Author: Vadim Kurland vadim@vk.crocodile.org
|
||||
|
||||
$Id: iosacl.cpp,v 1.2 2008/03/09 05:13:55 vkurland Exp $
|
||||
$Id$
|
||||
|
||||
This program is free software which we release under the GNU General Public
|
||||
License. You may redistribute and/or modify this program under the terms
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Author: Vadim Kurland vadim@vk.crocodile.org
|
||||
|
||||
$Id: ipf.cpp 1450 2007-12-05 16:53:10Z vk $
|
||||
$Id$
|
||||
|
||||
This program is free software which we release under the GNU General Public
|
||||
License. You may redistribute and/or modify this program under the terms
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Author: Vadim Kurland vadim@vk.crocodile.org
|
||||
|
||||
$Id: ipfw.cpp 1450 2007-12-05 16:53:10Z vk $
|
||||
$Id$
|
||||
|
||||
This program is free software which we release under the GNU General Public
|
||||
License. You may redistribute and/or modify this program under the terms
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Author: Vadim Kurland vadim@vk.crocodile.org
|
||||
|
||||
$Id: MangleTableCompiler_ipt.cpp 1381 2007-07-08 01:11:35Z vkurland $
|
||||
$Id$
|
||||
|
||||
This program is free software which we release under the GNU General Public
|
||||
License. You may redistribute and/or modify this program under the terms
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Author: Vadim Kurland vadim@vk.crocodile.org
|
||||
|
||||
$Id: MangleTableCompiler_ipt.h 914 2006-01-04 07:52:51Z vkurland $
|
||||
$Id$
|
||||
|
||||
This program is free software which we release under the GNU General Public
|
||||
License. You may redistribute and/or modify this program under the terms
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Author: Vadim Kurland vadim@vk.crocodile.org
|
||||
|
||||
$Id: NATCompiler_PrintRule.cpp 1179 2006-10-08 00:10:02Z vkurland $
|
||||
$Id$
|
||||
|
||||
This program is free software which we release under the GNU General Public
|
||||
License. You may redistribute and/or modify this program under the terms
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Author: Vadim Kurland vadim@vk.crocodile.org
|
||||
|
||||
$Id: NATCompiler_PrintRuleIptRst.cpp 1054 2006-06-05 04:53:22Z vkurland $
|
||||
$Id$
|
||||
|
||||
This program is free software which we release under the GNU General Public
|
||||
License. You may redistribute and/or modify this program under the terms
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Author: Vadim Kurland vadim@vk.crocodile.org
|
||||
|
||||
$Id: NATCompiler_PrintRuleIptRstEcho.cpp 1054 2006-06-05 04:53:22Z vkurland $
|
||||
$Id$
|
||||
|
||||
This program is free software which we release under the GNU General Public
|
||||
License. You may redistribute and/or modify this program under the terms
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Author: Vadim Kurland vadim@vk.crocodile.org
|
||||
|
||||
$Id: NATCompiler_ipt.cpp 1451 2007-12-09 23:53:22Z vk $
|
||||
$Id$
|
||||
|
||||
This program is free software which we release under the GNU General Public
|
||||
License. You may redistribute and/or modify this program under the terms
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Author: Vadim Kurland vadim@vk.crocodile.org
|
||||
|
||||
$Id: NATCompiler_ipt.h 1054 2006-06-05 04:53:22Z vkurland $
|
||||
$Id$
|
||||
|
||||
This program is free software which we release under the GNU General Public
|
||||
License. You may redistribute and/or modify this program under the terms
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Author: Vadim Kurland vadim@vk.crocodile.org
|
||||
|
||||
$Id: OSConfigurator_linux24.cpp 1369 2007-06-17 03:28:20Z vkurland $
|
||||
$Id$
|
||||
|
||||
This program is free software which we release under the GNU General Public
|
||||
License. You may redistribute and/or modify this program under the terms
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Author: Vadim Kurland vadim@vk.crocodile.org
|
||||
|
||||
$Id: OSConfigurator_linux24.h 1026 2006-05-16 22:39:59Z vkurland $
|
||||
$Id$
|
||||
|
||||
This program is free software which we release under the GNU General Public
|
||||
License. You may redistribute and/or modify this program under the terms
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Author: Vadim Kurland vadim@vk.crocodile.org
|
||||
|
||||
$Id: OSData.cpp 606 2004-10-25 04:23:14Z vkurland $
|
||||
$Id$
|
||||
|
||||
This program is free software which we release under the GNU General Public
|
||||
License. You may redistribute and/or modify this program under the terms
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Author: Vadim Kurland vadim@vk.crocodile.org
|
||||
|
||||
$Id: OSData.h 606 2004-10-25 04:23:14Z vkurland $
|
||||
$Id$
|
||||
|
||||
This program is free software which we release under the GNU General Public
|
||||
License. You may redistribute and/or modify this program under the terms
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Author: Vadim Kurland vadim@vk.crocodile.org
|
||||
|
||||
$Id: PolicyCompiler_PrintRule.cpp 1456 2007-12-13 16:38:34Z vk $
|
||||
$Id$
|
||||
|
||||
This program is free software which we release under the GNU General Public
|
||||
License. You may redistribute and/or modify this program under the terms
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Author: Vadim Kurland vadim@vk.crocodile.org
|
||||
|
||||
$Id: PolicyCompiler_PrintRuleIptRst.cpp 1054 2006-06-05 04:53:22Z vkurland $
|
||||
$Id$
|
||||
|
||||
This program is free software which we release under the GNU General Public
|
||||
License. You may redistribute and/or modify this program under the terms
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Author: Vadim Kurland vadim@vk.crocodile.org
|
||||
|
||||
$Id: PolicyCompiler_PrintRuleIptRstEcho.cpp 1054 2006-06-05 04:53:22Z vkurland $
|
||||
$Id$
|
||||
|
||||
This program is free software which we release under the GNU General Public
|
||||
License. You may redistribute and/or modify this program under the terms
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Author: Vadim Kurland vadim@vk.crocodile.org
|
||||
|
||||
$Id: PolicyCompiler_ipt.cpp 1451 2007-12-09 23:53:22Z vk $
|
||||
$Id$
|
||||
|
||||
This program is free software which we release under the GNU General Public
|
||||
License. You may redistribute and/or modify this program under the terms
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Author: Vadim Kurland vadim@vk.crocodile.org
|
||||
|
||||
$Id: PolicyCompiler_ipt.h 1381 2007-07-08 01:11:35Z vkurland $
|
||||
$Id$
|
||||
|
||||
This program is free software which we release under the GNU General Public
|
||||
License. You may redistribute and/or modify this program under the terms
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Author: Vadim Kurland vadim@vk.crocodile.org
|
||||
|
||||
$Id: PolicyCompiler_ipt_optimizer.cpp 1389 2007-07-19 01:46:30Z vkurland $
|
||||
$Id$
|
||||
|
||||
This program is free software which we release under the GNU General Public
|
||||
License. You may redistribute and/or modify this program under the terms
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Author: Vadim Kurland <vadim@vk.crocodile.org>
|
||||
|
||||
$Id: combinedAddress.cpp 1151 2006-09-11 00:41:10Z vkurland $
|
||||
$Id$
|
||||
|
||||
This program is free software which we release under the GNU General Public
|
||||
License. You may redistribute and/or modify this program under the terms
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Author: Vadim Kurland <vadim@vk.crocodile.org>
|
||||
|
||||
$Id: combinedAddress.h 1151 2006-09-11 00:41:10Z vkurland $
|
||||
$Id$
|
||||
|
||||
This program is free software which we release under the GNU General Public
|
||||
License. You may redistribute and/or modify this program under the terms
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Author: Vadim Kurland vadim@vk.crocodile.org
|
||||
|
||||
$Id: ipt.cpp 1459 2007-12-15 05:56:12Z vk $
|
||||
$Id$
|
||||
|
||||
This program is free software which we release under the GNU General Public
|
||||
License. You may redistribute and/or modify this program under the terms
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Author: Vadim Kurland vadim@fwbuilder.org
|
||||
|
||||
$Id: iosacl.g 1392 2007-08-06 07:07:23Z vkurland $
|
||||
$Id$
|
||||
|
||||
This program is free software which we release under the GNU General Public
|
||||
License. You may redistribute and/or modify this program under the terms
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Author: Vadim Kurland vadim@fwbuilder.org
|
||||
|
||||
$Id: iptables.g 1392 2007-08-06 07:07:23Z vkurland $
|
||||
$Id$
|
||||
|
||||
This program is free software which we release under the GNU General Public
|
||||
License. You may redistribute and/or modify this program under the terms
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Author: Vadim Kurland vadim@vk.crocodile.org
|
||||
|
||||
$Id: pf.cpp 1459 2007-12-15 05:56:12Z vk $
|
||||
$Id$
|
||||
|
||||
This program is free software which we release under the GNU General Public
|
||||
License. You may redistribute and/or modify this program under the terms
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Author: Vadim Kurland vadim@vk.crocodile.org
|
||||
|
||||
$Id: NATCompiler_ipf.cpp 1429 2007-10-10 16:05:37Z vk $
|
||||
$Id$
|
||||
|
||||
This program is free software which we release under the GNU General Public
|
||||
License. You may redistribute and/or modify this program under the terms
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Author: Vadim Kurland vadim@vk.crocodile.org
|
||||
|
||||
$Id: NATCompiler_ipf.h 1429 2007-10-10 16:05:37Z vk $
|
||||
$Id$
|
||||
|
||||
This program is free software which we release under the GNU General Public
|
||||
License. You may redistribute and/or modify this program under the terms
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Author: Vadim Kurland vadim@vk.crocodile.org
|
||||
|
||||
$Id: NATCompiler_ipf_writers.cpp 1028 2006-05-17 02:30:19Z vkurland $
|
||||
$Id$
|
||||
|
||||
This program is free software which we release under the GNU General Public
|
||||
License. You may redistribute and/or modify this program under the terms
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Author: Vadim Kurland vadim@vk.crocodile.org
|
||||
|
||||
$Id: NATCompiler_ipfw.cpp 955 2006-03-08 07:10:09Z vkurland $
|
||||
$Id$
|
||||
|
||||
This program is free software which we release under the GNU General Public
|
||||
License. You may redistribute and/or modify this program under the terms
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Author: Vadim Kurland vadim@vk.crocodile.org
|
||||
|
||||
$Id: NATCompiler_ipfw.h 282 2004-05-11 06:06:30Z vkurland $
|
||||
$Id$
|
||||
|
||||
This program is free software which we release under the GNU General Public
|
||||
License. You may redistribute and/or modify this program under the terms
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Author: Vadim Kurland vadim@vk.crocodile.org
|
||||
|
||||
$Id: NATCompiler_ipfw_writers.cpp 297 2004-05-15 06:19:03Z vkurland $
|
||||
$Id$
|
||||
|
||||
This program is free software which we release under the GNU General Public
|
||||
License. You may redistribute and/or modify this program under the terms
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Author: Vadim Kurland vadim@vk.crocodile.org
|
||||
|
||||
$Id: NATCompiler_pf.cpp 1372 2007-06-21 03:25:45Z vkurland $
|
||||
$Id$
|
||||
|
||||
This program is free software which we release under the GNU General Public
|
||||
License. You may redistribute and/or modify this program under the terms
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Author: Vadim Kurland vadim@vk.crocodile.org
|
||||
|
||||
$Id: NATCompiler_pf.h 1372 2007-06-21 03:25:45Z vkurland $
|
||||
$Id$
|
||||
|
||||
This program is free software which we release under the GNU General Public
|
||||
License. You may redistribute and/or modify this program under the terms
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Author: Vadim Kurland vadim@vk.crocodile.org
|
||||
|
||||
$Id: NATCompiler_pf_negation.cpp 1148 2006-09-09 05:05:03Z vkurland $
|
||||
$Id$
|
||||
|
||||
This program is free software which we release under the GNU General Public
|
||||
License. You may redistribute and/or modify this program under the terms
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Author: Vadim Kurland vadim@vk.crocodile.org
|
||||
|
||||
$Id: NATCompiler_pf_writers.cpp 1078 2006-06-22 05:04:16Z vkurland $
|
||||
$Id$
|
||||
|
||||
This program is free software which we release under the GNU General Public
|
||||
License. You may redistribute and/or modify this program under the terms
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Author: Vadim Kurland vadim@vk.crocodile.org
|
||||
|
||||
$Id: OSConfigurator_freebsd.cpp 951 2006-03-06 03:02:58Z vkurland $
|
||||
$Id$
|
||||
|
||||
This program is free software which we release under the GNU General Public
|
||||
License. You may redistribute and/or modify this program under the terms
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Author: Vadim Kurland vadim@vk.crocodile.org
|
||||
|
||||
$Id: OSConfigurator_freebsd.h 749 2005-03-30 07:33:18Z vkurland $
|
||||
$Id$
|
||||
|
||||
This program is free software which we release under the GNU General Public
|
||||
License. You may redistribute and/or modify this program under the terms
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Author: Vadim Kurland vadim@vk.crocodile.org
|
||||
|
||||
$Id: OSConfigurator_macosx.cpp 951 2006-03-06 03:02:58Z vkurland $
|
||||
$Id$
|
||||
|
||||
This program is free software which we release under the GNU General Public
|
||||
License. You may redistribute and/or modify this program under the terms
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Author: Vadim Kurland vadim@vk.crocodile.org
|
||||
|
||||
$Id: OSConfigurator_macosx.h 282 2004-05-11 06:06:30Z vkurland $
|
||||
$Id$
|
||||
|
||||
This program is free software which we release under the GNU General Public
|
||||
License. You may redistribute and/or modify this program under the terms
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Author: Vadim Kurland vadim@vk.crocodile.org
|
||||
|
||||
$Id: OSConfigurator_openbsd.cpp 951 2006-03-06 03:02:58Z vkurland $
|
||||
$Id$
|
||||
|
||||
This program is free software which we release under the GNU General Public
|
||||
License. You may redistribute and/or modify this program under the terms
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Author: Vadim Kurland vadim@vk.crocodile.org
|
||||
|
||||
$Id: OSConfigurator_openbsd.h 282 2004-05-11 06:06:30Z vkurland $
|
||||
$Id$
|
||||
|
||||
This program is free software which we release under the GNU General Public
|
||||
License. You may redistribute and/or modify this program under the terms
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Author: Vadim Kurland vadim@vk.crocodile.org
|
||||
|
||||
$Id: OSConfigurator_solaris.cpp 959 2006-03-19 06:35:00Z vkurland $
|
||||
$Id$
|
||||
|
||||
This program is free software which we release under the GNU General Public
|
||||
License. You may redistribute and/or modify this program under the terms
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Author: Vadim Kurland vadim@vk.crocodile.org
|
||||
|
||||
$Id: OSConfigurator_solaris.h 282 2004-05-11 06:06:30Z vkurland $
|
||||
$Id$
|
||||
|
||||
This program is free software which we release under the GNU General Public
|
||||
License. You may redistribute and/or modify this program under the terms
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Author: Vadim Kurland vadim@vk.crocodile.org
|
||||
|
||||
$Id: OSData.cpp 282 2004-05-11 06:06:30Z vkurland $
|
||||
$Id$
|
||||
|
||||
This program is free software which we release under the GNU General Public
|
||||
License. You may redistribute and/or modify this program under the terms
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Author: Vadim Kurland vadim@vk.crocodile.org
|
||||
|
||||
$Id: OSData.h 282 2004-05-11 06:06:30Z vkurland $
|
||||
$Id$
|
||||
|
||||
This program is free software which we release under the GNU General Public
|
||||
License. You may redistribute and/or modify this program under the terms
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Author: Vadim Kurland vadim@vk.crocodile.org
|
||||
|
||||
$Id: PolicyCompiler_ipf.cpp 1303 2007-05-08 02:11:39Z vkurland $
|
||||
$Id$
|
||||
|
||||
This program is free software which we release under the GNU General Public
|
||||
License. You may redistribute and/or modify this program under the terms
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Author: Vadim Kurland vadim@vk.crocodile.org
|
||||
|
||||
$Id: PolicyCompiler_ipf.h 1027 2006-05-16 23:00:17Z vkurland $
|
||||
$Id$
|
||||
|
||||
This program is free software which we release under the GNU General Public
|
||||
License. You may redistribute and/or modify this program under the terms
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Author: Vadim Kurland vadim@vk.crocodile.org
|
||||
|
||||
$Id: PolicyCompiler_ipf_optimizer.cpp 1148 2006-09-09 05:05:03Z vkurland $
|
||||
$Id$
|
||||
|
||||
This program is free software which we release under the GNU General Public
|
||||
License. You may redistribute and/or modify this program under the terms
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Author: Vadim Kurland vadim@vk.crocodile.org
|
||||
|
||||
$Id: PolicyCompiler_ipf_writers.cpp 1301 2007-05-08 00:22:58Z vkurland $
|
||||
$Id$
|
||||
|
||||
This program is free software which we release under the GNU General Public
|
||||
License. You may redistribute and/or modify this program under the terms
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Author: Vadim Kurland vadim@vk.crocodile.org
|
||||
|
||||
$Id: PolicyCompiler_ipfw.cpp 1301 2007-05-08 00:22:58Z vkurland $
|
||||
$Id$
|
||||
|
||||
This program is free software which we release under the GNU General Public
|
||||
License. You may redistribute and/or modify this program under the terms
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Author: Vadim Kurland vadim@vk.crocodile.org
|
||||
|
||||
$Id: PolicyCompiler_ipfw.h 1177 2006-10-07 06:42:44Z vkurland $
|
||||
$Id$
|
||||
|
||||
This program is free software which we release under the GNU General Public
|
||||
License. You may redistribute and/or modify this program under the terms
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Author: Vadim Kurland vadim@vk.crocodile.org
|
||||
|
||||
$Id: PolicyCompiler_ipfw_writers.cpp 1303 2007-05-08 02:11:39Z vkurland $
|
||||
$Id$
|
||||
|
||||
This program is free software which we release under the GNU General Public
|
||||
License. You may redistribute and/or modify this program under the terms
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Author: Vadim Kurland vadim@vk.crocodile.org
|
||||
|
||||
$Id: PolicyCompiler_pf.cpp 1451 2007-12-09 23:53:22Z vk $
|
||||
$Id$
|
||||
|
||||
This program is free software which we release under the GNU General Public
|
||||
License. You may redistribute and/or modify this program under the terms
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Author: Vadim Kurland vadim@vk.crocodile.org
|
||||
|
||||
$Id: PolicyCompiler_pf.h 1075 2006-06-17 21:53:54Z vkurland $
|
||||
$Id$
|
||||
|
||||
This program is free software which we release under the GNU General Public
|
||||
License. You may redistribute and/or modify this program under the terms
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Author: Vadim Kurland vadim@vk.crocodile.org
|
||||
|
||||
$Id: PolicyCompiler_pf_writers.cpp 1451 2007-12-09 23:53:22Z vk $
|
||||
$Id$
|
||||
|
||||
This program is free software which we release under the GNU General Public
|
||||
License. You may redistribute and/or modify this program under the terms
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Author: Vadim Kurland vadim@vk.crocodile.org
|
||||
|
||||
$Id: Preprocessor_pf.cpp 1034 2006-05-21 04:47:10Z vkurland $
|
||||
$Id$
|
||||
|
||||
This program is free software which we release under the GNU General Public
|
||||
License. You may redistribute and/or modify this program under the terms
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Author: Vadim Kurland vadim@vk.crocodile.org
|
||||
|
||||
$Id: Preprocessor_pf.h 1034 2006-05-21 04:47:10Z vkurland $
|
||||
$Id$
|
||||
|
||||
This program is free software which we release under the GNU General Public
|
||||
License. You may redistribute and/or modify this program under the terms
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Author: Vadim Kurland vadim@vk.crocodile.org
|
||||
|
||||
$Id: TableFactory.cpp 1175 2006-10-07 05:49:05Z vkurland $
|
||||
$Id$
|
||||
|
||||
This program is free software which we release under the GNU General Public
|
||||
License. You may redistribute and/or modify this program under the terms
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Author: Vadim Kurland vadim@vk.crocodile.org
|
||||
|
||||
$Id: TableFactory.h 1033 2006-05-20 08:03:33Z vkurland $
|
||||
$Id$
|
||||
|
||||
This program is free software which we release under the GNU General Public
|
||||
License. You may redistribute and/or modify this program under the terms
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Author: Vadim Kurland vadim@vk.crocodile.org
|
||||
|
||||
$Id: NATCompiler_pix.cpp,v 1.1 2008/03/06 06:48:59 vkurland Exp $
|
||||
$Id$
|
||||
|
||||
This program is free software which we release under the GNU General Public
|
||||
License. You may redistribute and/or modify this program under the terms
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Author: Vadim Kurland vadim@vk.crocodile.org
|
||||
|
||||
$Id: NATCompiler_pix.h,v 1.1 2008/03/06 06:48:59 vkurland Exp $
|
||||
$Id$
|
||||
|
||||
This program is free software which we release under the GNU General Public
|
||||
License. You may redistribute and/or modify this program under the terms
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Author: Vadim Kurland vadim@vk.crocodile.org
|
||||
|
||||
$Id: NATCompiler_pix_writers.cpp,v 1.1 2008/03/06 06:48:59 vkurland Exp $
|
||||
$Id$
|
||||
|
||||
This program is free software which we release under the GNU General Public
|
||||
License. You may redistribute and/or modify this program under the terms
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Author: Vadim Kurland vadim@vk.crocodile.org
|
||||
|
||||
$Id: OSConfigurator_pix_os.cpp,v 1.1 2008/03/06 06:49:00 vkurland Exp $
|
||||
$Id$
|
||||
|
||||
This program is free software which we release under the GNU General Public
|
||||
License. You may redistribute and/or modify this program under the terms
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Author: Vadim Kurland vadim@vk.crocodile.org
|
||||
|
||||
$Id: OSConfigurator_pix_os.h,v 1.1 2008/03/06 06:49:00 vkurland Exp $
|
||||
$Id$
|
||||
|
||||
This program is free software which we release under the GNU General Public
|
||||
License. You may redistribute and/or modify this program under the terms
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Author: Vadim Kurland vadim@vk.crocodile.org
|
||||
|
||||
$Id: OSConfigurator_pix_os_fixups.cpp,v 1.1 2008/03/06 06:49:00 vkurland Exp $
|
||||
$Id$
|
||||
|
||||
This program is free software which we release under the GNU General Public
|
||||
License. You may redistribute and/or modify this program under the terms
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Author: Vadim Kurland vadim@vk.crocodile.org
|
||||
|
||||
$Id: PIXObjectGroup.cpp,v 1.1 2008/03/06 06:49:00 vkurland Exp $
|
||||
$Id$
|
||||
|
||||
This program is free software which we release under the GNU General Public
|
||||
License. You may redistribute and/or modify this program under the terms
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Author: Vadim Kurland vadim@vk.crocodile.org
|
||||
|
||||
$Id: PIXObjectGroup.h,v 1.1 2008/03/06 06:49:00 vkurland Exp $
|
||||
$Id$
|
||||
|
||||
This program is free software which we release under the GNU General Public
|
||||
License. You may redistribute and/or modify this program under the terms
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Author: Vadim Kurland vadim@vk.crocodile.org
|
||||
|
||||
$Id: PolicyCompiler_pix.cpp,v 1.1 2008/03/06 06:49:00 vkurland Exp $
|
||||
$Id$
|
||||
|
||||
This program is free software which we release under the GNU General Public
|
||||
License. You may redistribute and/or modify this program under the terms
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Author: Vadim Kurland vadim@vk.crocodile.org
|
||||
|
||||
$Id: PolicyCompiler_pix.h,v 1.1 2008/03/06 06:49:00 vkurland Exp $
|
||||
$Id$
|
||||
|
||||
This program is free software which we release under the GNU General Public
|
||||
License. You may redistribute and/or modify this program under the terms
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Author: Vadim Kurland vadim@vk.crocodile.org
|
||||
|
||||
$Id: PolicyCompiler_pix_v6_acls.cpp,v 1.1 2008/03/06 06:49:00 vkurland Exp $
|
||||
$Id$
|
||||
|
||||
This program is free software which we release under the GNU General Public
|
||||
License. You may redistribute and/or modify this program under the terms
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Author: Vadim Kurland vadim@vk.crocodile.org
|
||||
|
||||
$Id: PolicyCompiler_pix_writers.cpp,v 1.1 2008/03/06 06:49:00 vkurland Exp $
|
||||
$Id$
|
||||
|
||||
This program is free software which we release under the GNU General Public
|
||||
License. You may redistribute and/or modify this program under the terms
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Author: Vadim Kurland vadim@vk.crocodile.org
|
||||
|
||||
$Id: globalNATPool.cpp,v 1.1 2008/03/06 06:49:02 vkurland Exp $
|
||||
$Id$
|
||||
|
||||
This program is free software which we release under the GNU General Public
|
||||
License. You may redistribute and/or modify this program under the terms
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Author: Vadim Kurland vadim@vk.crocodile.org
|
||||
|
||||
$Id: pix.cpp,v 1.2 2008/03/09 05:13:55 vkurland Exp $
|
||||
$Id$
|
||||
|
||||
This program is free software which we release under the GNU General Public
|
||||
License. You may redistribute and/or modify this program under the terms
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
#
|
||||
# Author: Vadim Kurland vadim@vk.crocodile.org
|
||||
#
|
||||
# $Id: fwb_compile_all 784 2005-05-28 21:16:19Z vkurland $
|
||||
# $Id$
|
||||
#
|
||||
# This program is free software which we release under the GNU General Public
|
||||
# License. You may redistribute and/or modify this program under the terms
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Author: Vadim Kurland vadim@vk.crocodile.org
|
||||
|
||||
$Id: importer_test.cpp 1393 2007-08-06 07:15:24Z vkurland $
|
||||
$Id$
|
||||
|
||||
This program is free software which we release under the GNU General Public
|
||||
License. You may redistribute and/or modify this program under the terms
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
Author: Vadim Kurland vadim@fwbuilder.org
|
||||
|
||||
$Id: rcs_test.cpp 1445 2007-11-20 17:41:22Z alek $
|
||||
$Id$
|
||||
|
||||
This program is free software which we release under the GNU General Public
|
||||
License. You may redistribute and/or modify this program under the terms
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user