Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit96fc0d2

Browse files
committed
Copyright email updates.
1 parent035da71 commit96fc0d2

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-13
lines changed

‎include/network/protocol/http/client/macros.hpp‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#ifndef BOOST_NETWORK_PROTOCOL_HTTP_CLIENT_MACROS_HPP_20110430
22
#defineBOOST_NETWORK_PROTOCOL_HTTP_CLIENT_MACROS_HPP_20110430
33

4-
// Copyright 2011 Dean Michael Berris <mikhailberis@gmail.com>.
4+
// Copyright 2011 Dean Michael Berris <dberris@google.com>.
55
// Distributed under the Boost Software License, Version 1.0.
66
// (See accompanying file LICENSE_1_0.txt or copy at
77
// http://www.boost.org/LICENSE_1_0.txt)

‎include/network/protocol/http/impl/request_parser.ipp‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// Implementation file for the header-only version of the request_parser.
66
//
77
// Copyright (c) 2003-2008 Christopher M. Kohlhoff (chris at kohlhoff dot com)
8-
// Copyright (c) 2009 Dean Michael Berris (mikhailberis@gmail.com)
8+
// Copyright (c) 2009 Dean Michael Berris (dberris@google.com)
99
// Copyright (c) 2009 Tarroo, Inc.
1010
//
1111
// Distributed under the Boost Software License, Version 1.0. (See accompanying

‎include/network/protocol/http/impl/response.ipp‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// Copyright (c) 2003-2008 Christopher M. Kohlhoff (chris at kohlhoff dot com)
3-
// Copyright (c) 2009 Dean Michael Berris (mikhailberis@gmail.com)
3+
// Copyright (c) 2009 Dean Michael Berris (dberris@google.com)
44
// Copyright (c) 2009 Tarroo, Inc.
55
//
66
// Distributed under the Boost Software License, Version 1.0. (See accompanying

‎include/network/protocol/http/message/header.hpp‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// ~~~~~~~~~~
44
//
55
// Copyright (c) 2003-2008 Christopher M. Kohlhoff (chris at kohlhoff dot com)
6-
// Copyright (c) 2009,2010 Dean Michael Berris (mikhailberis@gmail.com)
6+
// Copyright (c) 2009,2010 Dean Michael Berris (dberris@google.com)
77
// Copyright (c) 2009 Tarroo, Inc.
88
//
99
// Distributed under the Boost Software License, Version 1.0. (See accompanying

‎include/network/protocol/http/request_parser.hpp‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// Distributed under the Boost Software License, Version 1.0. (See accompanying
1111
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
1212
//
13-
// Modifications by Dean Michael Berris <mikhailberis@gmail.com>
13+
// Modifications by Dean Michael Berris <dberris@google.com>
1414
//
1515

1616
#ifndef HTTP_SERVER3_REQUEST_PARSER_HPP

‎include/network/protocol/http/server/connection/sync.hpp‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2009 (c) Dean Michael Berris <mikhailberis@gmail.com>
1+
// Copyright 2009 (c) Dean Michael Berris <dberris@google.com>
22
// Copyright 2009 (c) Tarroo, Inc.
33
// Adapted from Christopher Kholhoff's Boost.Asio Example, released under
44
// the Boost Software License, Version 1.0. (See acccompanying file LICENSE_1_0.txt

‎include/network/protocol/http/server/request.hpp‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// ~~~~~~~~~~~
44
//
55
// Copyright (c) 2003-2008 Christopher M. Kohlhoff (chris at kohlhoff dot com)
6-
// Copyright (c) 2009 Dean Michael Berris (mikhailberis@gmail.com)
6+
// Copyright (c) 2009 Dean Michael Berris (dberris@google.com)
77
// Copyright (c) 2009 Tarro, Inc.
88
//
99
// Distributed under the Boost Software License, Version 1.0. (See accompanying

‎libs/network/example/http/hello_world_server.cpp‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright 2009 (c) Tarro, Inc.
2-
// Copyright 2009 (c) Dean Michael Berris <mikhailberis@gmail.com>
2+
// Copyright 2009 (c) Dean Michael Berris <dberris@google.com>
33
// Distributed under the Boost Software License, Version 1.0.
44
// (See accompanying file LICENSE_1_0.txt or copy at
55
// http://www.boost.org/LICENSE_1_0.txt)

‎libs/network/test/http/client_get_streaming_test.cpp‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2011 Dean Michael Berris &lt;mikhailberis@gmail.com&gt;.
1+
// Copyright 2011 Dean Michael Berris &lt;dberris@google.com&gt;.
22
// Distributed under the Boost Software License, Version 1.0.
33
// (See accompanying file LICENSE_1_0.txt or copy at
44
// http://www.boost.org/LICENSE_1_0.txt)

‎libs/network/test/http/client_include_inlined.cpp‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2011 Dean Michael Berris &lt;mikhailberis@gmail.com&gt;.
1+
// Copyright 2011 Dean Michael Berris &lt;dberris@google.com&gt;.
22
// Distributed under the Boost Software License, Version 1.0.
33
// (See accompanying file LICENSE_1_0.txt or copy at
44
// http://www.boost.org/LICENSE_1_0.txt)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp