Added copyright notices.

This commit is contained in:
chris 2004-01-06 07:26:27 +00:00
parent 41d1ad5220
commit 8d4839f4f9
2 changed files with 28 additions and 0 deletions

View File

@ -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 <algorithm>
#include <boost/bind.hpp>

View File

@ -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 <algorithm>
#include <boost/bind.hpp>