Remove \$Id`$ headers

This commit is contained in:
Günter Obiltschnig
2017-09-09 11:14:06 +02:00
parent 6ade50b1ab
commit 04e7e04d4d
2270 changed files with 166 additions and 4711 deletions

View File

@@ -1,8 +1,6 @@
#
# Makefile
#
# $Id: //poco/1.4/CppParser/Makefile#2 $
#
# Makefile for Poco CppParser
#

View File

@@ -1,8 +1,6 @@
//
// Attributes.h
//
// $Id: //poco/1.4/CppParser/include/Poco/CppParser/Attributes.h#2 $
//
// Library: CppParser
// Package: Attributes
// Module: Attributes

View File

@@ -1,8 +1,6 @@
//
// AttributesParser.h
//
// $Id: //poco/1.4/CppParser/include/Poco/CppParser/AttributesParser.h#2 $
//
// Library: CppParser
// Package: Attributes
// Module: AttributesParser

View File

@@ -1,8 +1,6 @@
//
// BuiltIn.h
//
// $Id: //poco/1.4/CppParser/include/Poco/CppParser/BuiltIn.h#1 $
//
// Library: CppParser
// Package: SymbolTable
// Module: BuiltIn

View File

@@ -1,8 +1,6 @@
//
// CppParser.h
//
// $Id: //poco/1.4/CppParser/include/Poco/CppParser/CppParser.h#2 $
//
// Library: CppParser
// Package: CppParser
// Module: CppParser

View File

@@ -1,8 +1,6 @@
//
// CppToken.h
//
// $Id: //poco/1.4/CppParser/include/Poco/CppParser/CppToken.h#2 $
//
// Library: CppParser
// Package: CppParser
// Module: CppToken

View File

@@ -1,8 +1,6 @@
//
// Decl.h
//
// $Id: //poco/1.4/CppParser/include/Poco/CppParser/Decl.h#1 $
//
// Library: CppParser
// Package: SymbolTable
// Module: Decl

View File

@@ -1,8 +1,6 @@
//
// Enum.h
//
// $Id: //poco/1.4/CppParser/include/Poco/CppParser/Enum.h#1 $
//
// Library: CppParser
// Package: SymbolTable
// Module: Enum

View File

@@ -1,8 +1,6 @@
//
// EnumValue.h
//
// $Id: //poco/1.4/CppParser/include/Poco/CppParser/EnumValue.h#1 $
//
// Library: CppParser
// Package: SymbolTable
// Module: EnumValue

View File

@@ -1,8 +1,6 @@
//
// Function.h
//
// $Id: //poco/1.4/CppParser/include/Poco/CppParser/Function.h#2 $
//
// Library: CppParser
// Package: SymbolTable
// Module: Function

View File

@@ -1,8 +1,6 @@
//
// NameSpace.h
//
// $Id: //poco/1.4/CppParser/include/Poco/CppParser/NameSpace.h#1 $
//
// Library: CppParser
// Package: SymbolTable
// Module: NameSpace

View File

@@ -1,8 +1,6 @@
//
// Parameter.h
//
// $Id: //poco/1.4/CppParser/include/Poco/CppParser/Parameter.h#1 $
//
// Library: CppParser
// Package: SymbolTable
// Module: Parameter

View File

@@ -1,8 +1,6 @@
//
// Parser.h
//
// $Id: //poco/1.4/CppParser/include/Poco/CppParser/Parser.h#1 $
//
// Library: CppParser
// Package: CppParser
// Module: Parser

View File

@@ -1,8 +1,6 @@
//
// Struct.h
//
// $Id: //poco/1.4/CppParser/include/Poco/CppParser/Struct.h#2 $
//
// Library: CppParser
// Package: SymbolTable
// Module: Struct

View File

@@ -1,8 +1,6 @@
//
// Symbol.h
//
// $Id: //poco/1.4/CppParser/include/Poco/CppParser/Symbol.h#2 $
//
// Library: CppParser
// Package: SymbolTable
// Module: Symbol

View File

@@ -1,8 +1,6 @@
//
// Tokenizer.h
//
// $Id: //poco/1.4/CppParser/include/Poco/CppParser/Tokenizer.h#1 $
//
// Library: CppParser
// Package: CppParser
// Module: Tokenizer

View File

@@ -1,8 +1,6 @@
//
// TypeDef.h
//
// $Id: //poco/1.4/CppParser/include/Poco/CppParser/TypeDef.h#1 $
//
// Library: CppParser
// Package: SymbolTable
// Module: TypeDef

View File

@@ -1,8 +1,6 @@
//
// Utility.h
//
// $Id: //poco/1.4/CppParser/include/Poco/CppParser/Utility.h#1 $
//
// Library: CppParser
// Package: CppParser
// Module: Utility

View File

@@ -1,8 +1,6 @@
//
// Variable.h
//
// $Id: //poco/1.4/CppParser/include/Poco/CppParser/Variable.h#1 $
//
// Library: CppParser
// Package: SymbolTable
// Module: Variable

View File

@@ -1,8 +1,6 @@
//
// Attributes.cpp
//
// $Id: //poco/1.4/CppParser/src/Attributes.cpp#2 $
//
// Library: CppParser
// Package: Attributes
// Module: Attributes

View File

@@ -1,8 +1,6 @@
//
// AttributesParser.cpp
//
// $Id: //poco/1.4/CppParser/src/AttributesParser.cpp#1 $
//
// Library: CppParser
// Package: Attributes
// Module: AttributesParser

View File

@@ -1,8 +1,6 @@
//
// BuiltIn.cpp
//
// $Id: //poco/1.4/CppParser/src/BuiltIn.cpp#1 $
//
// Library: CppParser
// Package: SymbolTable
// Module: BuiltIn

View File

@@ -1,8 +1,6 @@
//
// CppToken.cpp
//
// $Id: //poco/1.4/CppParser/src/CppToken.cpp#3 $
//
// Library: CppParser
// Package: CppParser
// Module: CppToken

View File

@@ -1,8 +1,6 @@
//
// Decl.cpp
//
// $Id: //poco/1.4/CppParser/src/Decl.cpp#1 $
//
// Library: CppParser
// Package: SymbolTable
// Module: Decl

View File

@@ -1,8 +1,6 @@
//
// Enum.cpp
//
// $Id: //poco/1.4/CppParser/src/Enum.cpp#1 $
//
// Library: CppParser
// Package: SymbolTable
// Module: Enum

View File

@@ -1,8 +1,6 @@
//
// EnumValue.cpp
//
// $Id: //poco/1.4/CppParser/src/EnumValue.cpp#1 $
//
// Library: CppParser
// Package: SymbolTable
// Module: EnumValue

View File

@@ -1,8 +1,6 @@
//
// Function.cpp
//
// $Id: //poco/1.4/CppParser/src/Function.cpp#2 $
//
// Library: CppParser
// Package: SymbolTable
// Module: Function

View File

@@ -1,8 +1,6 @@
//
// Namespace.cpp
//
// $Id: //poco/1.4/CppParser/src/NameSpace.cpp#1 $
//
// Library: CppParser
// Package: SymbolTable
// Module: Namespace

View File

@@ -1,8 +1,6 @@
//
// Parameter.cpp
//
// $Id: //poco/1.4/CppParser/src/Parameter.cpp#2 $
//
// Library: CppParser
// Package: SymbolTable
// Module: Parameter

View File

@@ -1,8 +1,6 @@
//
// Parser.cpp
//
// $Id: //poco/1.4/CppParser/src/Parser.cpp#2 $
//
// Library: CppParser
// Package: CppParser
// Module: Parser

View File

@@ -1,8 +1,6 @@
//
// Struct.cpp
//
// $Id: //poco/1.4/CppParser/src/Struct.cpp#1 $
//
// Library: CppParser
// Package: SymbolTable
// Module: Struct

View File

@@ -1,8 +1,6 @@
//
// Symbol.cpp
//
// $Id: //poco/1.4/CppParser/src/Symbol.cpp#2 $
//
// Library: CppParser
// Package: SymbolTable
// Module: Symbol

View File

@@ -1,8 +1,6 @@
//
// Tokenizer.cpp
//
// $Id: //poco/1.4/CppParser/src/Tokenizer.cpp#1 $
//
// Library: CppParser
// Package: CppParser
// Module: Tokenizer

View File

@@ -1,8 +1,6 @@
//
// TypeDef.cpp
//
// $Id: //poco/1.4/CppParser/src/TypeDef.cpp#1 $
//
// Library: CppParser
// Package: SymbolTable
// Module: TypeDef

View File

@@ -1,8 +1,6 @@
//
// Utility.cpp
//
// $Id: //poco/1.4/CppParser/src/Utility.cpp#3 $
//
// Library: CppParser
// Package: CppParser
// Module: Utility

View File

@@ -1,8 +1,6 @@
//
// Variable.cpp
//
// $Id: //poco/1.4/CppParser/src/Variable.cpp#1 $
//
// Library: CppParser
// Package: SymbolTable
// Module: Variable

View File

@@ -1,8 +1,6 @@
#
# Makefile
#
# $Id: //poco/1.3/CppParser/testsuite/Makefile#1 $
#
# Makefile for Poco CppParser testsuite
#

View File

@@ -1,8 +1,6 @@
//
// AttributesParserTest.cpp
//
// $Id: //poco/1.3/CppParser/testsuite/src/AttributesParserTest.cpp#1 $
//
// Copyright (c) 2006, Applied Informatics Software Engineering GmbH.
// and Contributors.
//

View File

@@ -1,8 +1,6 @@
//
// AttributesParserTest.h
//
// $Id: //poco/1.3/CppParser/testsuite/src/AttributesParserTest.h#1 $
//
// Definition of the AttributesParserTest class.
//
// Copyright (c) 2006, Applied Informatics Software Engineering GmbH.

View File

@@ -1,8 +1,6 @@
//
// AttributesTestSuite.cpp
//
// $Id: //poco/1.3/CppParser/testsuite/src/AttributesTestSuite.cpp#1 $
//
// Copyright (c) 2006, Applied Informatics Software Engineering GmbH.
// and Contributors.
//

View File

@@ -1,8 +1,6 @@
//
// AttributesTestSuite.h
//
// $Id: //poco/1.3/CppParser/testsuite/src/AttributesTestSuite.h#1 $
//
// Definition of the AttributesTestSuite class.
//
// Copyright (c) 2006, Applied Informatics Software Engineering GmbH.

View File

@@ -1,8 +1,6 @@
//
// CppParserTest.cpp
//
// $Id: //poco/1.3/CppParser/testsuite/src/CppParserTest.cpp#2 $
//
// Copyright (c) 2006, Applied Informatics Software Engineering GmbH.
// and Contributors.
//

View File

@@ -1,8 +1,6 @@
//
// CppParserTest.h
//
// $Id: //poco/1.3/CppParser/testsuite/src/CppParserTest.h#2 $
//
// Definition of the CppParserTest class.
//
// Copyright (c) 2006, Applied Informatics Software Engineering GmbH.

View File

@@ -1,8 +1,6 @@
//
// CppParserTestSuite.cpp
//
// $Id: //poco/1.3/CppParser/testsuite/src/CppParserTestSuite.cpp#1 $
//
// Copyright (c) 2006, Applied Informatics Software Engineering GmbH.
// and Contributors.
//

View File

@@ -1,8 +1,6 @@
//
// CppParserTestSuite.h
//
// $Id: //poco/1.3/CppParser/testsuite/src/CppParserTestSuite.h#1 $
//
// Definition of the CppParserTestSuite class.
//
// Copyright (c) 2006, Applied Informatics Software Engineering GmbH.

View File

@@ -1,8 +1,6 @@
//
// Driver.cpp
//
// $Id: //poco/1.3/CppParser/testsuite/src/Driver.cpp#1 $
//
// Console-based test driver for Poco CppParser.
//
// Copyright (c) 2006, Applied Informatics Software Engineering GmbH.

View File

@@ -1,8 +1,6 @@
//
// WinDriver.cpp
//
// $Id: //poco/1.3/CppParser/testsuite/src/WinDriver.cpp#1 $
//
// Windows test driver for Poco CppParser.
//
// Copyright (c) 2006, Applied Informatics Software Engineering GmbH.