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/Data/MySQL/Makefile#1 $
#
# Makefile for Poco MySQL
#

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,8 +1,6 @@
//
// MySQLstatementImpl.h
//
// $Id: //poco/1.4/Data/MySQL/include/Poco/Data/MySQL/MySQLStatementImpl.h#1 $
//
// Library: Data/MySQL
// Package: MySQL
// Module: MySQLstatementImpl

View File

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

View File

@@ -1,8 +1,6 @@
//
// SesssionHandle.h
//
// $Id: //poco/1.4/Data/MySQL/include/Poco/Data/MySQL/SessionHandle.h#1 $
//
// Library: Data/MySQL
// Package: MySQL
// Module: SessionHandle

View File

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

View File

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

View File

@@ -1,8 +1,6 @@
//
// Utility.h
//
// $Id: //poco/Main/Data/MySQL/include/Poco/Data/MySQL/Utility.h#2 $
//
// Library: Data/MySQL
// Package: MySQL
// Module: Utility

View File

@@ -1,8 +1,6 @@
//
// MySQLException.cpp
//
// $Id: //poco/1.4/Data/MySQL/src/Binder.cpp#1 $
//
// Library: Data/MySQL
// Package: MySQL
// Module: Binder

View File

@@ -1,8 +1,6 @@
//
// MySQLException.cpp
//
// $Id: //poco/1.4/Data/MySQL/src/Connector.cpp#1 $
//
// Library: Data/MySQL
// Package: MySQL
// Module: Connector

View File

@@ -1,8 +1,6 @@
//
// MySQLException.cpp
//
// $Id: //poco/1.4/Data/MySQL/src/Extractor.cpp#1 $
//
// Library: Data/MySQL
// Package: MySQL
// Module: Extractor

View File

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

View File

@@ -1,8 +1,6 @@
//
// MySQLException.cpp
//
// $Id: //poco/1.4/Data/MySQL/src/MySQLStatementImpl.cpp#1 $
//
// Library: Data/MySQL
// Package: MySQL
// Module: MySQLStatementImpl

View File

@@ -1,8 +1,6 @@
//
// MySQLException.cpp
//
// $Id: //poco/1.4/Data/MySQL/src/ResultMetadata.cpp#1 $
//
// Library: Data/MySQL
// Package: MySQL
// Module: ResultMetadata

View File

@@ -1,8 +1,6 @@
//
// SesssionHandle.cpp
//
// $Id: //poco/1.4/Data/MySQL/src/SessionHandle.cpp#1 $
//
// Library: Data/MySQL
// Package: MySQL
// Module: SessionHandle

View File

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

View File

@@ -1,8 +1,6 @@
//
// StatementExecutor.cpp
//
// $Id: //poco/1.3/Data/MySQL/src/StatementExecutor.cpp#1 $
//
// Library: Data/MySQL
// Package: MySQL
// Module: StatementExecutor

View File

@@ -1,8 +1,6 @@
//
// Utility.cpp
//
// $Id: //poco/Main/Data/MySQL/src/Utility.cpp#5 $
//
// Library: Data/MySQL
// Package: MySQL
// Module: Utility

View File

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

View File

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

View File

@@ -1,8 +1,6 @@
//
// MySQLTest.cpp
//
// $Id: //poco/1.4/Data/MySQL/testsuite/src/MySQLTest.cpp#1 $
//
// Copyright (c) 2008, Applied Informatics Software Engineering GmbH.
// and Contributors.
//

View File

@@ -1,8 +1,6 @@
//
// ODBCMySQLTest.h
//
// $Id: //poco/1.4/Data/MySQL/testsuite/src/ODBCMySQLTest.h#1 $
//
// Definition of the MySQLTest class.
//
// Copyright (c) 2008, Applied Informatics Software Engineering GmbH.

View File

@@ -1,8 +1,6 @@
//
// ODBCTestSuite.cpp
//
// $Id: //poco/1.4/Data/MySQL/testsuite/src/MySQLTestSuite.cpp#1 $
//
// Copyright (c) 2008, Applied Informatics Software Engineering GmbH.
// and Contributors.
//

View File

@@ -1,8 +1,6 @@
//
// ODBCTestSuite.h
//
// $Id: //poco/1.4/Data/MySQL/testsuite/src/MySQLTestSuite.h#1 $
//
// Definition of the ODBCTestSuite class.
//
// Copyright (c) 2008, Applied Informatics Software Engineering GmbH.

View File

@@ -1,8 +1,6 @@
//
// SQLExecutor.cpp
//
// $Id: //poco/1.4/Data/MySQL/testsuite/src/SQLExecutor.cpp#1 $
//
// Copyright (c) 2008, Applied Informatics Software Engineering GmbH.
// and Contributors.
//

View File

@@ -1,8 +1,6 @@
//
// SQLExecutor.h
//
// $Id: //poco/1.4/Data/MySQL/testsuite/src/SQLExecutor.h#1 $
//
// Definition of the SQLExecutor class.
//
// Copyright (c) 2008, Applied Informatics Software Engineering GmbH.

View File

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