summaryrefslogtreecommitdiff
path: root/src/mongo/db/fts/ftsmongod.cpp
diff options
context:
space:
mode:
authorAndrew Morrow <acm@mongodb.com>2017-05-25 08:51:12 -0400
committerAndrew Morrow <acm@mongodb.com>2017-05-25 08:51:12 -0400
commitc2042630ceaf216c4cbd425e83115a0f5f532546 (patch)
tree2946ff16841caf2c42c7336f8266e1c5452027cf /src/mongo/db/fts/ftsmongod.cpp
parentb4e14a64d7f51846e7c7ed94047ac545e26dce25 (diff)
downloadmongo-c2042630ceaf216c4cbd425e83115a0f5f532546.tar.gz
SERVER-29220 fix lint
Diffstat (limited to 'src/mongo/db/fts/ftsmongod.cpp')
-rw-r--r--src/mongo/db/fts/ftsmongod.cpp28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/mongo/db/fts/ftsmongod.cpp b/src/mongo/db/fts/ftsmongod.cpp
index c2b5648d56f..ad70175cb4c 100644
--- a/src/mongo/db/fts/ftsmongod.cpp
+++ b/src/mongo/db/fts/ftsmongod.cpp
@@ -1,2 +1,30 @@
+/**
+* Copyright (C) 2017 MongoDB Inc.
+*
+* This program is free software: you can redistribute it and/or modify
+* it under the terms of the GNU Affero General Public License, version 3,
+* as published by the Free Software Foundation.
+*
+* This program is distributed in the hope that it will be useful,
+* but WITHOUT ANY WARRANTY; without even the implied warranty of
+* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+* GNU Affero General Public License for more details.
+*
+* You should have received a copy of the GNU Affero General Public License
+* along with this program. If not, see <http://www.gnu.org/licenses/>.
+*
+* As a special exception, the copyright holders give permission to link the
+* code of portions of this program with the OpenSSL library under certain
+* conditions as described in each individual source file and distribute
+* linked combinations including the program with the OpenSSL library. You
+* must comply with the GNU Affero General Public License in all respects for
+* all of the code used other than as permitted herein. If you modify file(s)
+* with this exception, you may extend this exception to your version of the
+* file(s), but you are not obligated to do so. If you do not wish to do so,
+* delete this exception statement from your version. If you delete this
+* exception statement from all source files in the program, then also delete
+* it in the license file.
+*/
+
// This file intentionally blank. ftsmongod.cpp exists to anchor construction of the ftsmongod
// library, which would otherwise have no object files.