2
0
mirror of https://github.com/boostorg/asio.git synced 2026-01-26 18:22:09 +00:00

Add copyright notices.

[SVN r34726]
This commit is contained in:
Christopher Kohlhoff
2006-07-25 11:04:06 +00:00
parent 418caa0ef9
commit 0c65769b47
79 changed files with 739 additions and 0 deletions

View File

@@ -1,3 +1,13 @@
//
// timer.cpp
// ~~~~~~~~~
//
// Copyright (c) 2003-2006 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
//
#include <iostream>
#include <boost/asio.hpp>
#include <boost/bind.hpp>