remove duplicate files and remaining Id headers

This commit is contained in:
Guenter Obiltschnig
2017-11-10 09:26:24 +01:00
parent 6ab7e11c16
commit c672c14e5a
49 changed files with 48 additions and 2748 deletions

View File

@@ -50,5 +50,3 @@ Jeff Adams
Martin Osborne Martin Osborne
Björn Schramke Björn Schramke
Francis Andre Francis Andre
--
$Id$

View File

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

View File

@@ -1,8 +1,6 @@
# #
# Makefile # Makefile
# #
# $Id$
#
# Makefile for Poco JSON # Makefile for Poco JSON
# #

View File

@@ -1,8 +1,6 @@
# #
# Makefile # Makefile
# #
# $Id$
#
# Makefile for Poco JSON Benchmark # Makefile for Poco JSON Benchmark
# #

View File

@@ -1,8 +1,6 @@
# #
# Makefile # Makefile
# #
# $Id$
#
# Makefile for Poco JSON Samples # Makefile for Poco JSON Samples
# #

View File

@@ -1,8 +1,6 @@
# #
# Makefile # Makefile
# #
# $Id$
#
# Makefile for Poco JSON testsuite # Makefile for Poco JSON testsuite
# #

View File

@@ -1,8 +1,6 @@
# #
# Makefile # Makefile
# #
# $Id$
#
# Makefile for Poco MongoDB # Makefile for Poco MongoDB
# #

View File

@@ -1,8 +1,6 @@
# #
# Makefile # Makefile
# #
# $Id$
#
# Makefile for Poco MongoDB Samples # Makefile for Poco MongoDB Samples
# #

View File

@@ -1,8 +1,6 @@
# #
# Makefile # Makefile
# #
# $Id$
#
# Makefile for Poco MongoDB SQLToMongo # Makefile for Poco MongoDB SQLToMongo
# #

View File

@@ -1,8 +1,6 @@
# #
# Makefile # Makefile
# #
# $Id$
#
# Makefile for Poco MongoDB testsuite # Makefile for Poco MongoDB testsuite
# #

View File

@@ -1,8 +1,6 @@
# #
# Makefile # Makefile
# #
# $Id$
#
# Makefile for Poco Redis # Makefile for Poco Redis
# #

View File

@@ -1,8 +1,6 @@
// //
// Array.h // Array.h
// //
// $Id$
//
// Library: Redis // Library: Redis
// Package: Redis // Package: Redis
// Module: Array // Module: Array

View File

@@ -1,8 +1,6 @@
// //
// AsyncReader.h // AsyncReader.h
// //
// $Id$
//
// Library: Redis // Library: Redis
// Package: Redis // Package: Redis
// Module: AsyncReader // Module: AsyncReader

View File

@@ -1,8 +1,6 @@
// //
// Client.h // Client.h
// //
// $Id$
//
// Library: Redis // Library: Redis
// Package: Redis // Package: Redis
// Module: Client // Module: Client

View File

@@ -1,8 +1,6 @@
// //
// Command.h // Command.h
// //
// $Id$
//
// Library: Redis // Library: Redis
// Package: Redis // Package: Redis
// Module: Command // Module: Command

View File

@@ -1,8 +1,6 @@
// //
// Error.h // Error.h
// //
// $Id$
//
// Library: Redis // Library: Redis
// Package: Redis // Package: Redis
// Module: Error // Module: Error

View File

@@ -1,8 +1,6 @@
// //
// Exception.h // Exception.h
// //
// $Id$
//
// Library: Redis // Library: Redis
// Package: Redis // Package: Redis
// Module: Exception // Module: Exception

View File

@@ -1,8 +1,6 @@
// //
// PoolableConnectionFactory.h // PoolableConnectionFactory.h
// //
// $Id$
//
// Library: Redis // Library: Redis
// Package: Redis // Package: Redis
// Module: PoolableConnectionFactory // Module: PoolableConnectionFactory

View File

@@ -1,8 +1,6 @@
// //
// Redis.h // Redis.h
// //
// $Id$
//
// Library: Redis // Library: Redis
// Package: Redis // Package: Redis
// Module: Redis // Module: Redis

View File

@@ -1,8 +1,6 @@
// //
// RedisEventArgs.h // RedisEventArgs.h
// //
// $Id$
//
// Library: Redis // Library: Redis
// Package: Redis // Package: Redis
// Module: RedisEventArgs // Module: RedisEventArgs

View File

@@ -1,8 +1,6 @@
// //
// RedisStream.h // RedisStream.h
// //
// $Id$
//
// Library: Redis // Library: Redis
// Package: Redis // Package: Redis
// Module: RedisStream // Module: RedisStream

View File

@@ -1,8 +1,6 @@
// //
// Type.h // Type.h
// //
// $Id$
//
// Library: Redis // Library: Redis
// Package: Redis // Package: Redis
// Module: Type // Module: Type

View File

@@ -1,8 +1,6 @@
// //
// Array.h // Array.h
// //
// $Id$
//
// Library: Redis // Library: Redis
// Package: Redis // Package: Redis
// Module: Array // Module: Array

View File

@@ -1,8 +1,6 @@
// //
// AsyncReader.cpp // AsyncReader.cpp
// //
// $Id$
//
// Library: Redis // Library: Redis
// Package: Redis // Package: Redis
// Module: AsyncReader // Module: AsyncReader

View File

@@ -1,8 +1,6 @@
// //
// Client.cpp // Client.cpp
// //
// $Id$
//
// Library: Redis // Library: Redis
// Package: Redis // Package: Redis
// Module: Client // Module: Client

View File

@@ -1,8 +1,6 @@
// //
// Command.cpp // Command.cpp
// //
// $Id$
//
// Library: Redis // Library: Redis
// Package: Redis // Package: Redis
// Module: Command // Module: Command

View File

@@ -1,8 +1,6 @@
// //
// Error.cpp // Error.cpp
// //
// $Id$
//
// Library: Redis // Library: Redis
// Package: Redis // Package: Redis
// Module: Error // Module: Error

View File

@@ -1,8 +1,6 @@
// //
// Exception.h // Exception.h
// //
// $Id$
//
// Library: Redis // Library: Redis
// Package: Redis // Package: Redis
// Module: Exception // Module: Exception

View File

@@ -1,8 +1,6 @@
// //
// RedisEventArgs.cpp // RedisEventArgs.cpp
// //
// $Id$
//
// Library: Redis // Library: Redis
// Package: Redis // Package: Redis
// Module: RedisEventArgs // Module: RedisEventArgs

View File

@@ -1,8 +1,6 @@
// //
// RedisStream.cpp // RedisStream.cpp
// //
// $Id$
//
// Library: Redis // Library: Redis
// Package: Redis // Package: Redis
// Module: RedisStream // Module: RedisStream

View File

@@ -1,8 +1,6 @@
// //
// Type.h // Type.h
// //
// $Id$
//
// Library: Redis // Library: Redis
// Package: Redis // Package: Redis
// Module: Type // Module: Type

View File

@@ -1,8 +1,6 @@
# #
# Makefile # Makefile
# #
# $Id$
#
# Makefile for Poco Redis testsuite # Makefile for Poco Redis testsuite
# #

View File

@@ -1,8 +1,6 @@
// //
// Driver.cpp // Driver.cpp
// //
// $Id$
//
// Console-based test driver for Poco MongoDB. // Console-based test driver for Poco MongoDB.
// //
// Copyright (c) 2015, Applied Informatics Software Engineering GmbH. // Copyright (c) 2015, Applied Informatics Software Engineering GmbH.

View File

@@ -1,8 +1,6 @@
// //
// RedisTest.cpp // RedisTest.cpp
// //
// $Id$
//
// Copyright (c) 2015, Applied Informatics Software Engineering GmbH. // Copyright (c) 2015, Applied Informatics Software Engineering GmbH.
// and Contributors. // and Contributors.
// //

View File

@@ -1,8 +1,6 @@
// //
// RedisTest.h // RedisTest.h
// //
// $Id$
//
// Definition of the RedisTest class. // Definition of the RedisTest class.
// //
// Copyright (c) 2015, Applied Informatics Software Engineering GmbH. // Copyright (c) 2015, Applied Informatics Software Engineering GmbH.

View File

@@ -1,8 +1,6 @@
// //
// RedisTestSuite.cpp // RedisTestSuite.cpp
// //
// $Id$
//
// Copyright (c) 2015, Applied Informatics Software Engineering GmbH. // Copyright (c) 2015, Applied Informatics Software Engineering GmbH.
// and Contributors. // and Contributors.
// //

View File

@@ -1,8 +1,6 @@
// //
// RedisTestSuite.h // RedisTestSuite.h
// //
// $Id$
//
// Definition of the RedisTestSuite class. // Definition of the RedisTestSuite class.
// //
// Copyright (c) 2015, Applied Informatics Software Engineering GmbH. // Copyright (c) 2015, Applied Informatics Software Engineering GmbH.

View File

@@ -1,8 +1,6 @@
// //
// WinCEDriver.cpp // WinCEDriver.cpp
// //
// $Id$
//
// Console-based test driver for Windows CE. // Console-based test driver for Windows CE.
// //
// Copyright (c) 2015, Applied Informatics Software Engineering GmbH. // Copyright (c) 2015, Applied Informatics Software Engineering GmbH.

View File

@@ -1,8 +1,6 @@
// //
// WinDriver.cpp // WinDriver.cpp
// //
// $Id$
//
// Windows test driver for Poco MongoDB. // Windows test driver for Poco MongoDB.
// //
// Copyright (c) 2015, Applied Informatics Software Engineering GmbH. // Copyright (c) 2015, Applied Informatics Software Engineering GmbH.

View File

@@ -1,8 +1,6 @@
# #
# Makefile # Makefile
# #
# $Id$
#
# Makefile for Poco SevenZip Samples # Makefile for Poco SevenZip Samples
# #

View File

@@ -1,8 +1,6 @@
# #
# Makefile # Makefile
# #
# $Id$
#
# Makefile for Poco SevenZip un7zip sample # Makefile for Poco SevenZip un7zip sample
# #

View File

@@ -1,7 +1,5 @@
@echo off @echo off
rem rem
rem $Id$
rem
rem A script for running the POCO testsuites. rem A script for running the POCO testsuites.
rem rem
rem usage: runtests [64] rem usage: runtests [64]

View File

@@ -1,7 +1,5 @@
#! /bin/sh #! /bin/sh
# #
# $Id$
#
# A script for running the POCO testsuites. # A script for running the POCO testsuites.
# #
# usage: runtests [component [test] ] # usage: runtests [component [test] ]

View File

@@ -1,7 +1,5 @@
@echo off @echo off
rem rem
rem $Id$
rem
rem A script for running the POCO testsuites. rem A script for running the POCO testsuites.
rem rem
rem usage: runtests2 [64] rem usage: runtests2 [64]

View File

@@ -7,8 +7,6 @@ rem
rem POCO C++ Libraries command-line build script rem POCO C++ Libraries command-line build script
rem for MS Visual Studio 2008 to 2013 rem for MS Visual Studio 2008 to 2013
rem rem
rem $Id$
rem
rem Copyright (c) 2006-2017 by Applied Informatics Software Engineering GmbH rem Copyright (c) 2006-2017 by Applied Informatics Software Engineering GmbH
rem and Contributors. rem and Contributors.
rem rem

View File

@@ -1,6 +1,4 @@
# #
# $Id$
#
# - Find pcre # - Find pcre
# Find the native PCRE includes and library # Find the native PCRE includes and library
# #

2
configure vendored
View File

@@ -2,8 +2,6 @@
# #
# configure # configure
# #
# $Id$
#
# Configuration script for POCO. # Configuration script for POCO.
# #
# Invoke configure --help for help. # Invoke configure --help for help.

View File

@@ -1,7 +1,5 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!-- $Id -->
<html> <html>
<head> <head>
<title>POCO C++ Libraries - Acknowledgements</title> <title>POCO C++ Libraries - Acknowledgements</title>

File diff suppressed because it is too large Load Diff