Update of /cvsroot/boost/boost/libs/asio/example/http/client
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv5110/example/http/client
Modified Files:
Jamfile async_client.cpp sync_client.cpp
Log Message:
Add copyright notices.
Index: Jamfile
===================================================================
RCS file: /cvsroot/boost/boost/libs/asio/example/http/client/Jamfile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Jamfile 9 Jul 2006 07:08:03 -0000 1.2
+++ Jamfile 25 Jul 2006 11:04:00 -0000 1.3
@@ -1,3 +1,10 @@
+#
+# 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)
+#
+
subproject libs/asio/example/http/client ;
project boost : $(BOOST_ROOT) ;
Index: async_client.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/asio/example/http/client/async_client.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- async_client.cpp 9 Jul 2006 07:08:03 -0000 1.2
+++ async_client.cpp 25 Jul 2006 11:04:00 -0000 1.3
@@ -1,3 +1,13 @@
+//
+// async_client.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 <istream>
#include <ostream>
Index: sync_client.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/asio/example/http/client/sync_client.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- sync_client.cpp 9 Jul 2006 07:08:03 -0000 1.2
+++ sync_client.cpp 25 Jul 2006 11:04:00 -0000 1.3
@@ -1,3 +1,13 @@
+//
+// sync_client.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 <istream>
#include <ostream>
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs