summaryrefslogtreecommitdiff
path: root/src/mongo/db/client.h
diff options
context:
space:
mode:
authorRamon Fernandez <ramon@mongodb.com>2018-10-22 15:58:11 -0400
committerRamon Fernandez <ramon@mongodb.com>2018-10-22 15:58:31 -0400
commitc229c7f9929b6dea82862c41fbdcc0dc86ce7424 (patch)
tree7fba2e65c219ce1559df2f9967106e1387b466ce /src/mongo/db/client.h
parent647e9df225d2e354032b715c9e43ac8b739b6651 (diff)
downloadmongo-c229c7f9929b6dea82862c41fbdcc0dc86ce7424.tar.gz
SERVER-37651 Move license to top of file for lint to work
Diffstat (limited to 'src/mongo/db/client.h')
-rw-r--r--src/mongo/db/client.h17
1 files changed, 8 insertions, 9 deletions
diff --git a/src/mongo/db/client.h b/src/mongo/db/client.h
index a882f01ebff..0393adf46f3 100644
--- a/src/mongo/db/client.h
+++ b/src/mongo/db/client.h
@@ -1,12 +1,3 @@
-/* @file db/client.h
-
- "Client" represents a connection to the database (the server-side) and corresponds
- to an open socket (or logical connection if pooling on sockets) from a client.
-
- todo: switch to asio...this will fit nicely with that.
-*/
-
-
/**
* Copyright (C) 2018-present MongoDB, Inc.
*
@@ -36,6 +27,14 @@
* it in the license file.
*/
+/* @file db/client.h
+
+ "Client" represents a connection to the database (the server-side) and corresponds
+ to an open socket (or logical connection if pooling on sockets) from a client.
+
+ todo: switch to asio...this will fit nicely with that.
+*/
+
#pragma once
#include <boost/optional.hpp>