mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-22 16:02:29 +02:00
Remove \$Id`$ headers
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
#
|
||||
# Makefile
|
||||
#
|
||||
# $Id: //poco/1.4/Net/samples/EchoServer/Makefile#1 $
|
||||
#
|
||||
# Makefile for Poco EchoServer
|
||||
#
|
||||
|
||||
|
@@ -1,8 +1,6 @@
|
||||
//
|
||||
// EchoServer.cpp
|
||||
//
|
||||
// $Id: //poco/1.4/Net/samples/EchoServer/src/EchoServer.cpp#1 $
|
||||
//
|
||||
// This sample demonstrates the SocketReactor and SocketAcceptor classes.
|
||||
//
|
||||
// Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH.
|
||||
|
@@ -1,8 +1,6 @@
|
||||
#
|
||||
# Makefile
|
||||
#
|
||||
# $Id: //poco/1.4/Net/samples/HTTPFormServer/Makefile#1 $
|
||||
#
|
||||
# Makefile for Poco HTTPFormServer
|
||||
#
|
||||
|
||||
|
@@ -1,8 +1,6 @@
|
||||
//
|
||||
// HTTPFormServer.cpp
|
||||
//
|
||||
// $Id: //poco/Main/Net/samples/HTTPFormServer/src/HTTPFormServer.cpp#5 $
|
||||
//
|
||||
// This sample demonstrates the HTTPServer and HTMLForm classes.
|
||||
//
|
||||
// Copyright (c) 2006, Applied Informatics Software Engineering GmbH.
|
||||
|
@@ -1,8 +1,6 @@
|
||||
#
|
||||
# Makefile
|
||||
#
|
||||
# $Id: //poco/1.4/Net/samples/HTTPLoadTest/Makefile#1 $
|
||||
#
|
||||
# Makefile for Poco HTTPLoadTest
|
||||
#
|
||||
|
||||
|
@@ -1,8 +1,6 @@
|
||||
//
|
||||
// HTTPLoadTest.cpp
|
||||
//
|
||||
// $Id: //poco/1.4/Net/samples/HTTPLoadTest/src/HTTPLoadTest.cpp#1 $
|
||||
//
|
||||
// This sample demonstrates the HTTPClientSession class.
|
||||
//
|
||||
// Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH.
|
||||
|
@@ -1,8 +1,6 @@
|
||||
#
|
||||
# Makefile
|
||||
#
|
||||
# $Id: //poco/1.4/Net/samples/HTTPTimeServer/Makefile#1 $
|
||||
#
|
||||
# Makefile for Poco HTTPTimeServer
|
||||
#
|
||||
|
||||
|
@@ -1,8 +1,6 @@
|
||||
//
|
||||
// HTTPTimeServer.cpp
|
||||
//
|
||||
// $Id: //poco/1.4/Net/samples/HTTPTimeServer/src/HTTPTimeServer.cpp#1 $
|
||||
//
|
||||
// This sample demonstrates the HTTPServer and related classes.
|
||||
//
|
||||
// Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH.
|
||||
|
@@ -1,8 +1,6 @@
|
||||
#
|
||||
# Makefile
|
||||
#
|
||||
# $Id: //poco/1.4/Net/samples/Mail/Makefile#1 $
|
||||
#
|
||||
# Makefile for Poco Mail
|
||||
#
|
||||
|
||||
|
@@ -1,8 +1,6 @@
|
||||
//
|
||||
// Mail.cpp
|
||||
//
|
||||
// $Id: //poco/1.4/Net/samples/Mail/src/Mail.cpp#2 $
|
||||
//
|
||||
// This sample demonstrates the MailMessage and SMTPClientSession classes.
|
||||
//
|
||||
// Copyright (c) 2005-2011, Applied Informatics Software Engineering GmbH.
|
||||
|
@@ -1,8 +1,6 @@
|
||||
#
|
||||
# Makefile
|
||||
#
|
||||
# $Id: //poco/1.4/Net/samples/Makefile#2 $
|
||||
#
|
||||
# Makefile for Poco Net Samples
|
||||
#
|
||||
|
||||
|
@@ -1,8 +1,6 @@
|
||||
#
|
||||
# Makefile
|
||||
#
|
||||
# $Id: //poco/1.4/Net/samples/Ping/Makefile#1 $
|
||||
#
|
||||
# Makefile for Poco ping
|
||||
#
|
||||
|
||||
|
@@ -1,8 +1,6 @@
|
||||
//
|
||||
// Ping.cpp
|
||||
//
|
||||
// $Id: //poco/1.4/Net/samples/Ping/src/Ping.cpp#1 $
|
||||
//
|
||||
// This sample demonstrates the Application class.
|
||||
//
|
||||
// Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH.
|
||||
|
@@ -1,8 +1,6 @@
|
||||
#
|
||||
# Makefile
|
||||
#
|
||||
# $Id: //poco/Main/Net/samples/SMTPLogger/Makefile#2 $
|
||||
#
|
||||
# Makefile for Poco SMTPLogger
|
||||
#
|
||||
|
||||
|
@@ -1,8 +1,6 @@
|
||||
//
|
||||
// Mail.cpp
|
||||
//
|
||||
// $Id: //poco/svn/Net/samples/SMTPLogger/src/SMTPLogger.cpp#1 $
|
||||
//
|
||||
// This sample demonstrates the SMTPChannel class.
|
||||
//
|
||||
// Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH.
|
||||
|
@@ -1,8 +1,6 @@
|
||||
#
|
||||
# Makefile
|
||||
#
|
||||
# $Id: //poco/1.4/Net/samples/TimeServer/Makefile#1 $
|
||||
#
|
||||
# Makefile for Poco TimeServer
|
||||
#
|
||||
|
||||
|
@@ -1,8 +1,6 @@
|
||||
//
|
||||
// TimeServer.cpp
|
||||
//
|
||||
// $Id: //poco/1.4/Net/samples/TimeServer/src/TimeServer.cpp#1 $
|
||||
//
|
||||
// This sample demonstrates the TCPServer and ServerSocket classes.
|
||||
//
|
||||
// Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH.
|
||||
|
@@ -1,8 +1,6 @@
|
||||
#
|
||||
# Makefile
|
||||
#
|
||||
# $Id: //poco/1.4/Net/samples/WebSocketServer/Makefile#1 $
|
||||
#
|
||||
# Makefile for Poco WebSocketServer
|
||||
#
|
||||
|
||||
|
@@ -1,8 +1,6 @@
|
||||
//
|
||||
// WebSocketServer.cpp
|
||||
//
|
||||
// $Id: //poco/1.4/Net/samples/WebSocketServer/src/WebSocketServer.cpp#1 $
|
||||
//
|
||||
// This sample demonstrates the WebSocket class.
|
||||
//
|
||||
// Copyright (c) 2012, Applied Informatics Software Engineering GmbH.
|
||||
|
@@ -1,8 +1,6 @@
|
||||
#
|
||||
# Makefile
|
||||
#
|
||||
# $Id: //poco/1.4/Net/samples/dict/Makefile#1 $
|
||||
#
|
||||
# Makefile for Poco dict
|
||||
#
|
||||
|
||||
|
@@ -1,8 +1,6 @@
|
||||
//
|
||||
// dict.cpp
|
||||
//
|
||||
// $Id: //poco/1.4/Net/samples/dict/src/dict.cpp#1 $
|
||||
//
|
||||
// This sample demonstrates the StreamSocket and SocketStream classes.
|
||||
//
|
||||
// Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH.
|
||||
|
@@ -1,8 +1,6 @@
|
||||
#
|
||||
# Makefile
|
||||
#
|
||||
# $Id: //poco/Main/template/sample.make#4 $
|
||||
#
|
||||
# Makefile for Poco download
|
||||
#
|
||||
|
||||
|
@@ -1,8 +1,6 @@
|
||||
//
|
||||
// download.cpp
|
||||
//
|
||||
// $Id: //poco/1.4/Net/samples/download/src/download.cpp#1 $
|
||||
//
|
||||
// This sample demonstrates the URIStreamOpener class.
|
||||
//
|
||||
// Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH.
|
||||
|
@@ -1,8 +1,6 @@
|
||||
#
|
||||
# Makefile
|
||||
#
|
||||
# $Id: //poco/1.4/Net/samples/httpget/Makefile#1 $
|
||||
#
|
||||
# Makefile for Poco httpget
|
||||
#
|
||||
|
||||
|
@@ -1,8 +1,6 @@
|
||||
//
|
||||
// httpget.cpp
|
||||
//
|
||||
// $Id: //poco/1.4/Net/samples/httpget/src/httpget.cpp#3 $
|
||||
//
|
||||
// This sample demonstrates the HTTPClientSession and the HTTPCredentials classes.
|
||||
//
|
||||
// Copyright (c) 2005-2012, Applied Informatics Software Engineering GmbH.
|
||||
|
@@ -1,8 +1,6 @@
|
||||
#
|
||||
# Makefile
|
||||
#
|
||||
# $Id: //poco/Main/template/sample.make#4 $
|
||||
#
|
||||
# Makefile for Poco download
|
||||
#
|
||||
|
||||
|
@@ -1,8 +1,6 @@
|
||||
//
|
||||
// ifconfig.cpp
|
||||
//
|
||||
// $Id: //poco/1.4/Net/samples/download/src/ifconfig.cpp#1 $
|
||||
//
|
||||
// This sample demonstrates the (display only) ifconfig-like capabilities
|
||||
// of the NetworkInterface class (on platforms where it is supported).
|
||||
//
|
||||
|
Reference in New Issue
Block a user