Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r81691 - trunk/libs/coroutine/example/asio
From: oliver.kowalke_at_[hidden]
Date: 2012-12-03 07:30:21


Author: olli
Date: 2012-12-03 07:30:20 EST (Mon, 03 Dec 2012)
New Revision: 81691
URL: http://svn.boost.org/trac/boost/changeset/81691

Log:
icoroutine: missing copyright and licence to examples added

Text files modified:
   trunk/libs/coroutine/example/asio/stream_client.cpp | 6 ++++++
   trunk/libs/coroutine/example/asio/stream_server.cpp | 6 ++++++
   2 files changed, 12 insertions(+), 0 deletions(-)

Modified: trunk/libs/coroutine/example/asio/stream_client.cpp
==============================================================================
--- trunk/libs/coroutine/example/asio/stream_client.cpp (original)
+++ trunk/libs/coroutine/example/asio/stream_client.cpp 2012-12-03 07:30:20 EST (Mon, 03 Dec 2012)
@@ -1,3 +1,9 @@
+
+// Copyright Oliver Kowalke 2009.
+// 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 <cstdlib>
 #include <iostream>
 #include <stdexcept>

Modified: trunk/libs/coroutine/example/asio/stream_server.cpp
==============================================================================
--- trunk/libs/coroutine/example/asio/stream_server.cpp (original)
+++ trunk/libs/coroutine/example/asio/stream_server.cpp 2012-12-03 07:30:20 EST (Mon, 03 Dec 2012)
@@ -1,3 +1,9 @@
+
+// Copyright Oliver Kowalke 2009.
+// 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)
+
 #define NOMINMAX
 
 #include <cstdlib>


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk