From 8d4839f4f9dca529f668f3e83af396d3277692e5 Mon Sep 17 00:00:00 2001 From: chris Date: Tue, 6 Jan 2004 07:26:27 +0000 Subject: [PATCH] Added copyright notices. --- asio/src/tests/performance/client.cpp | 14 ++++++++++++++ asio/src/tests/performance/server.cpp | 14 ++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/asio/src/tests/performance/client.cpp b/asio/src/tests/performance/client.cpp index cf1178ee..be4d47c9 100644 --- a/asio/src/tests/performance/client.cpp +++ b/asio/src/tests/performance/client.cpp @@ -1,3 +1,17 @@ +// +// client.hpp +// ~~~~~~~~~~ +// +// Copyright (c) 2003, 2004 Christopher M. Kohlhoff (chris@kohlhoff.com) +// +// Permission to use, copy, modify, distribute and sell this software and its +// documentation for any purpose is hereby granted without fee, provided that +// the above copyright notice appears in all copies and that both the copyright +// notice and this permission notice appear in supporting documentation. This +// software is provided "as is" without express or implied warranty, and with +// no claim as to its suitability for any purpose. +// + #include "asio.hpp" #include #include diff --git a/asio/src/tests/performance/server.cpp b/asio/src/tests/performance/server.cpp index 6440c45e..b7baa69e 100644 --- a/asio/src/tests/performance/server.cpp +++ b/asio/src/tests/performance/server.cpp @@ -1,3 +1,17 @@ +// +// server.hpp +// ~~~~~~~~~~ +// +// Copyright (c) 2003, 2004 Christopher M. Kohlhoff (chris@kohlhoff.com) +// +// Permission to use, copy, modify, distribute and sell this software and its +// documentation for any purpose is hereby granted without fee, provided that +// the above copyright notice appears in all copies and that both the copyright +// notice and this permission notice appear in supporting documentation. This +// software is provided "as is" without express or implied warranty, and with +// no claim as to its suitability for any purpose. +// + #include "asio.hpp" #include #include