summaryrefslogtreecommitdiff
path: root/libs/asio/example/cpp03/tutorial
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@baserock.org>2014-08-05 19:32:57 +0000
committer <>2014-10-07 10:01:33 +0000
commit1c3648bf5b7d17fcd4fe9bc95802b16fd9eee304 (patch)
tree03de66686a262696ec2ac408e62250dc1f0c01aa /libs/asio/example/cpp03/tutorial
parent8c4528713d907ee2cfd3bfcbbad272c749867f84 (diff)
downloadboost-tarball-1c3648bf5b7d17fcd4fe9bc95802b16fd9eee304.tar.gz
Imported from /home/lorry/working-area/delta_boost-tarball/boost_1_56_0.tar.bz2.boost_1_56_0
Diffstat (limited to 'libs/asio/example/cpp03/tutorial')
-rw-r--r--libs/asio/example/cpp03/tutorial/Jamfile2
-rw-r--r--libs/asio/example/cpp03/tutorial/Jamfile.v22
-rw-r--r--libs/asio/example/cpp03/tutorial/daytime1/client.cpp2
-rw-r--r--libs/asio/example/cpp03/tutorial/daytime2/server.cpp2
-rw-r--r--libs/asio/example/cpp03/tutorial/daytime3/server.cpp2
-rw-r--r--libs/asio/example/cpp03/tutorial/daytime4/client.cpp2
-rw-r--r--libs/asio/example/cpp03/tutorial/daytime5/server.cpp2
-rw-r--r--libs/asio/example/cpp03/tutorial/daytime6/server.cpp2
-rw-r--r--libs/asio/example/cpp03/tutorial/daytime7/server.cpp2
-rw-r--r--libs/asio/example/cpp03/tutorial/daytime_dox.txt2
-rw-r--r--libs/asio/example/cpp03/tutorial/index_dox.txt2
-rw-r--r--libs/asio/example/cpp03/tutorial/timer1/timer.cpp2
-rw-r--r--libs/asio/example/cpp03/tutorial/timer2/timer.cpp2
-rw-r--r--libs/asio/example/cpp03/tutorial/timer3/timer.cpp2
-rw-r--r--libs/asio/example/cpp03/tutorial/timer4/timer.cpp2
-rw-r--r--libs/asio/example/cpp03/tutorial/timer5/timer.cpp2
-rw-r--r--libs/asio/example/cpp03/tutorial/timer_dox.txt2
17 files changed, 17 insertions, 17 deletions
diff --git a/libs/asio/example/cpp03/tutorial/Jamfile b/libs/asio/example/cpp03/tutorial/Jamfile
index 5ea033ed4..dd0fa3989 100644
--- a/libs/asio/example/cpp03/tutorial/Jamfile
+++ b/libs/asio/example/cpp03/tutorial/Jamfile
@@ -1,5 +1,5 @@
#
-# Copyright (c) 2003-2013 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+# Copyright (c) 2003-2014 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)
diff --git a/libs/asio/example/cpp03/tutorial/Jamfile.v2 b/libs/asio/example/cpp03/tutorial/Jamfile.v2
index a38dffc6e..bd7b116ca 100644
--- a/libs/asio/example/cpp03/tutorial/Jamfile.v2
+++ b/libs/asio/example/cpp03/tutorial/Jamfile.v2
@@ -1,5 +1,5 @@
#
-# Copyright (c) 2003-2013 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+# Copyright (c) 2003-2014 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)
diff --git a/libs/asio/example/cpp03/tutorial/daytime1/client.cpp b/libs/asio/example/cpp03/tutorial/daytime1/client.cpp
index c36b583a2..3959c0dfd 100644
--- a/libs/asio/example/cpp03/tutorial/daytime1/client.cpp
+++ b/libs/asio/example/cpp03/tutorial/daytime1/client.cpp
@@ -2,7 +2,7 @@
// client.cpp
// ~~~~~~~~~~
//
-// Copyright (c) 2003-2013 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 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)
diff --git a/libs/asio/example/cpp03/tutorial/daytime2/server.cpp b/libs/asio/example/cpp03/tutorial/daytime2/server.cpp
index 469dee20b..780d8739c 100644
--- a/libs/asio/example/cpp03/tutorial/daytime2/server.cpp
+++ b/libs/asio/example/cpp03/tutorial/daytime2/server.cpp
@@ -2,7 +2,7 @@
// server.cpp
// ~~~~~~~~~~
//
-// Copyright (c) 2003-2013 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 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)
diff --git a/libs/asio/example/cpp03/tutorial/daytime3/server.cpp b/libs/asio/example/cpp03/tutorial/daytime3/server.cpp
index 529fc1056..4171b7f16 100644
--- a/libs/asio/example/cpp03/tutorial/daytime3/server.cpp
+++ b/libs/asio/example/cpp03/tutorial/daytime3/server.cpp
@@ -2,7 +2,7 @@
// server.cpp
// ~~~~~~~~~~
//
-// Copyright (c) 2003-2013 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 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)
diff --git a/libs/asio/example/cpp03/tutorial/daytime4/client.cpp b/libs/asio/example/cpp03/tutorial/daytime4/client.cpp
index 997e73654..b41de359f 100644
--- a/libs/asio/example/cpp03/tutorial/daytime4/client.cpp
+++ b/libs/asio/example/cpp03/tutorial/daytime4/client.cpp
@@ -2,7 +2,7 @@
// client.cpp
// ~~~~~~~~~~
//
-// Copyright (c) 2003-2013 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 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)
diff --git a/libs/asio/example/cpp03/tutorial/daytime5/server.cpp b/libs/asio/example/cpp03/tutorial/daytime5/server.cpp
index 0de1682f4..aab57c55b 100644
--- a/libs/asio/example/cpp03/tutorial/daytime5/server.cpp
+++ b/libs/asio/example/cpp03/tutorial/daytime5/server.cpp
@@ -2,7 +2,7 @@
// server.cpp
// ~~~~~~~~~~
//
-// Copyright (c) 2003-2013 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 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)
diff --git a/libs/asio/example/cpp03/tutorial/daytime6/server.cpp b/libs/asio/example/cpp03/tutorial/daytime6/server.cpp
index 298c96d1f..5a72cb6aa 100644
--- a/libs/asio/example/cpp03/tutorial/daytime6/server.cpp
+++ b/libs/asio/example/cpp03/tutorial/daytime6/server.cpp
@@ -2,7 +2,7 @@
// server.cpp
// ~~~~~~~~~~
//
-// Copyright (c) 2003-2013 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 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)
diff --git a/libs/asio/example/cpp03/tutorial/daytime7/server.cpp b/libs/asio/example/cpp03/tutorial/daytime7/server.cpp
index 2cf04b9c3..12d957c77 100644
--- a/libs/asio/example/cpp03/tutorial/daytime7/server.cpp
+++ b/libs/asio/example/cpp03/tutorial/daytime7/server.cpp
@@ -2,7 +2,7 @@
// server.cpp
// ~~~~~~~~~~
//
-// Copyright (c) 2003-2013 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 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)
diff --git a/libs/asio/example/cpp03/tutorial/daytime_dox.txt b/libs/asio/example/cpp03/tutorial/daytime_dox.txt
index 73a9181f0..8bef4fb56 100644
--- a/libs/asio/example/cpp03/tutorial/daytime_dox.txt
+++ b/libs/asio/example/cpp03/tutorial/daytime_dox.txt
@@ -1,5 +1,5 @@
//
-// Copyright (c) 2003-2013 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 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)
diff --git a/libs/asio/example/cpp03/tutorial/index_dox.txt b/libs/asio/example/cpp03/tutorial/index_dox.txt
index d25e0298c..47818f69f 100644
--- a/libs/asio/example/cpp03/tutorial/index_dox.txt
+++ b/libs/asio/example/cpp03/tutorial/index_dox.txt
@@ -1,5 +1,5 @@
//
-// Copyright (c) 2003-2013 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 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)
diff --git a/libs/asio/example/cpp03/tutorial/timer1/timer.cpp b/libs/asio/example/cpp03/tutorial/timer1/timer.cpp
index ccd7e85bd..9239059d4 100644
--- a/libs/asio/example/cpp03/tutorial/timer1/timer.cpp
+++ b/libs/asio/example/cpp03/tutorial/timer1/timer.cpp
@@ -2,7 +2,7 @@
// timer.cpp
// ~~~~~~~~~
//
-// Copyright (c) 2003-2013 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 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)
diff --git a/libs/asio/example/cpp03/tutorial/timer2/timer.cpp b/libs/asio/example/cpp03/tutorial/timer2/timer.cpp
index cbf02073a..5921f5308 100644
--- a/libs/asio/example/cpp03/tutorial/timer2/timer.cpp
+++ b/libs/asio/example/cpp03/tutorial/timer2/timer.cpp
@@ -2,7 +2,7 @@
// timer.cpp
// ~~~~~~~~~
//
-// Copyright (c) 2003-2013 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 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)
diff --git a/libs/asio/example/cpp03/tutorial/timer3/timer.cpp b/libs/asio/example/cpp03/tutorial/timer3/timer.cpp
index 60dea7bec..84f1dbcd3 100644
--- a/libs/asio/example/cpp03/tutorial/timer3/timer.cpp
+++ b/libs/asio/example/cpp03/tutorial/timer3/timer.cpp
@@ -2,7 +2,7 @@
// timer.cpp
// ~~~~~~~~~
//
-// Copyright (c) 2003-2013 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 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)
diff --git a/libs/asio/example/cpp03/tutorial/timer4/timer.cpp b/libs/asio/example/cpp03/tutorial/timer4/timer.cpp
index 32489133a..f428ae9b5 100644
--- a/libs/asio/example/cpp03/tutorial/timer4/timer.cpp
+++ b/libs/asio/example/cpp03/tutorial/timer4/timer.cpp
@@ -2,7 +2,7 @@
// timer.cpp
// ~~~~~~~~~
//
-// Copyright (c) 2003-2013 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 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)
diff --git a/libs/asio/example/cpp03/tutorial/timer5/timer.cpp b/libs/asio/example/cpp03/tutorial/timer5/timer.cpp
index a025c8b89..85d81fa60 100644
--- a/libs/asio/example/cpp03/tutorial/timer5/timer.cpp
+++ b/libs/asio/example/cpp03/tutorial/timer5/timer.cpp
@@ -2,7 +2,7 @@
// timer.cpp
// ~~~~~~~~~
//
-// Copyright (c) 2003-2013 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 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)
diff --git a/libs/asio/example/cpp03/tutorial/timer_dox.txt b/libs/asio/example/cpp03/tutorial/timer_dox.txt
index b980a1dad..946355ca8 100644
--- a/libs/asio/example/cpp03/tutorial/timer_dox.txt
+++ b/libs/asio/example/cpp03/tutorial/timer_dox.txt
@@ -1,5 +1,5 @@
//
-// Copyright (c) 2003-2013 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2014 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)