summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Whalen <ian@mongodb.com>2013-09-06 15:27:17 -0400
committerIan Whalen <ian@mongodb.com>2013-09-06 15:46:12 -0400
commiteeb7bb1ce2d530b4c00ce86383979eacac8c8e8c (patch)
treef3579cf546d4cbe1684204e84ad29dc732f6ca14
parent1d12521aef13942080808d6e1ea36f961f8c964b (diff)
downloadmongo-eeb7bb1ce2d530b4c00ce86383979eacac8c8e8c.tar.gz
SERVER-8886 Correct license exception for headers
-rw-r--r--src/mongo/s/balance.cpp2
-rw-r--r--src/mongo/s/balance.h2
-rw-r--r--src/mongo/s/balancer_policy.cpp2
-rw-r--r--src/mongo/s/balancer_policy.h2
-rw-r--r--src/mongo/s/bson_serializable.h2
-rw-r--r--src/mongo/s/chunk.cpp2
-rw-r--r--src/mongo/s/chunk.h2
-rw-r--r--src/mongo/s/chunk_diff.h2
-rw-r--r--src/mongo/s/chunk_diff.hpp2
-rw-r--r--src/mongo/s/chunk_diff_test.cpp2
-rw-r--r--src/mongo/s/chunk_version.h2
-rw-r--r--src/mongo/s/chunk_version_test.cpp2
-rw-r--r--src/mongo/s/client_info.cpp2
-rw-r--r--src/mongo/s/client_info.h2
-rw-r--r--src/mongo/s/cluster_client_internal.cpp2
-rw-r--r--src/mongo/s/cluster_client_internal.h2
-rw-r--r--src/mongo/s/collection_metadata.cpp2
-rw-r--r--src/mongo/s/collection_metadata.h2
-rw-r--r--src/mongo/s/collection_metadata_test.cpp2
-rw-r--r--src/mongo/s/commands_admin.cpp2
-rw-r--r--src/mongo/s/commands_public.cpp2
-rw-r--r--src/mongo/s/config.cpp2
-rw-r--r--src/mongo/s/config.h2
-rw-r--r--src/mongo/s/config_server_checker_service.cpp2
-rw-r--r--src/mongo/s/config_server_checker_service.h2
-rw-r--r--src/mongo/s/config_server_tests.cpp2
-rw-r--r--src/mongo/s/config_upgrade.cpp2
-rw-r--r--src/mongo/s/config_upgrade.h2
-rw-r--r--src/mongo/s/config_upgrade_helpers.cpp2
-rw-r--r--src/mongo/s/config_upgrade_helpers.h2
-rw-r--r--src/mongo/s/config_upgrade_v0_to_v4.cpp2
-rw-r--r--src/mongo/s/config_upgrade_v3_to_v4.cpp2
-rw-r--r--src/mongo/s/cursors.cpp2
-rw-r--r--src/mongo/s/cursors.h2
-rw-r--r--src/mongo/s/d_logic.cpp2
-rw-r--r--src/mongo/s/d_logic.h2
-rw-r--r--src/mongo/s/d_merge.cpp2
-rw-r--r--src/mongo/s/d_merge.h2
-rw-r--r--src/mongo/s/d_migrate.cpp2
-rw-r--r--src/mongo/s/d_split.cpp2
-rw-r--r--src/mongo/s/d_state.cpp2
-rw-r--r--src/mongo/s/d_writeback.cpp2
-rw-r--r--src/mongo/s/d_writeback.h2
-rw-r--r--src/mongo/s/default_version.cpp2
-rw-r--r--src/mongo/s/grid.cpp2
-rw-r--r--src/mongo/s/grid.h2
-rw-r--r--src/mongo/s/interrupt_status_mongos.cpp2
-rw-r--r--src/mongo/s/interrupt_status_mongos.h2
-rw-r--r--src/mongo/s/merge_chunks_cmd.cpp2
-rw-r--r--src/mongo/s/metadata_loader.cpp2
-rw-r--r--src/mongo/s/metadata_loader.h2
-rw-r--r--src/mongo/s/metadata_loader_test.cpp2
-rw-r--r--src/mongo/s/mongo_version_range.cpp2
-rw-r--r--src/mongo/s/mongo_version_range.h2
-rw-r--r--src/mongo/s/mongo_version_range_test.cpp2
-rw-r--r--src/mongo/s/range_arithmetic.cpp2
-rw-r--r--src/mongo/s/range_arithmetic.h2
-rw-r--r--src/mongo/s/range_arithmetic_test.cpp2
-rw-r--r--src/mongo/s/request.cpp2
-rw-r--r--src/mongo/s/request.h2
-rw-r--r--src/mongo/s/server.cpp2
-rw-r--r--src/mongo/s/server.h2
-rw-r--r--src/mongo/s/shard.cpp2
-rw-r--r--src/mongo/s/shard.h2
-rw-r--r--src/mongo/s/shard_test.cpp2
-rw-r--r--src/mongo/s/shardconnection.cpp2
-rw-r--r--src/mongo/s/shardkey.cpp2
-rw-r--r--src/mongo/s/shardkey.h2
-rw-r--r--src/mongo/s/stale_exception.h2
-rw-r--r--src/mongo/s/strategy.cpp2
-rw-r--r--src/mongo/s/strategy.h2
-rw-r--r--src/mongo/s/strategy_shard.cpp2
-rw-r--r--src/mongo/s/strategy_single.cpp2
-rw-r--r--src/mongo/s/type_changelog.cpp2
-rw-r--r--src/mongo/s/type_changelog.h2
-rw-r--r--src/mongo/s/type_changelog_test.cpp2
-rw-r--r--src/mongo/s/type_chunk.cpp2
-rw-r--r--src/mongo/s/type_chunk.h2
-rw-r--r--src/mongo/s/type_chunk_test.cpp2
-rw-r--r--src/mongo/s/type_collection.cpp2
-rw-r--r--src/mongo/s/type_collection.h2
-rw-r--r--src/mongo/s/type_collection_test.cpp2
-rw-r--r--src/mongo/s/type_config_version.cpp2
-rw-r--r--src/mongo/s/type_config_version.h2
-rw-r--r--src/mongo/s/type_config_version_test.cpp2
-rw-r--r--src/mongo/s/type_database.cpp2
-rw-r--r--src/mongo/s/type_database.h2
-rw-r--r--src/mongo/s/type_database_test.cpp2
-rw-r--r--src/mongo/s/type_lockpings.cpp2
-rw-r--r--src/mongo/s/type_lockpings.h2
-rw-r--r--src/mongo/s/type_lockpings_test.cpp2
-rw-r--r--src/mongo/s/type_locks.cpp2
-rw-r--r--src/mongo/s/type_locks.h2
-rw-r--r--src/mongo/s/type_locks_test.cpp2
-rw-r--r--src/mongo/s/type_mongos.cpp2
-rw-r--r--src/mongo/s/type_mongos.h2
-rw-r--r--src/mongo/s/type_mongos_test.cpp2
-rw-r--r--src/mongo/s/type_settings.cpp2
-rw-r--r--src/mongo/s/type_settings.h2
-rw-r--r--src/mongo/s/type_settings_test.cpp2
-rw-r--r--src/mongo/s/type_shard.cpp2
-rw-r--r--src/mongo/s/type_shard.h2
-rw-r--r--src/mongo/s/type_shard_test.cpp2
-rw-r--r--src/mongo/s/type_tags.cpp2
-rw-r--r--src/mongo/s/type_tags.h2
-rw-r--r--src/mongo/s/type_tags_test.cpp2
-rw-r--r--src/mongo/s/version_manager.cpp2
-rw-r--r--src/mongo/s/version_manager.h2
-rw-r--r--src/mongo/s/writeback_listener.cpp2
-rw-r--r--src/mongo/s/writeback_listener.h2
-rw-r--r--src/mongo/util/admin_access.h2
-rw-r--r--src/mongo/util/alignedbuilder.cpp2
-rw-r--r--src/mongo/util/alignedbuilder.h2
-rw-r--r--src/mongo/util/bufreader.h2
-rw-r--r--src/mongo/util/checksum.h2
-rw-r--r--src/mongo/util/compress.cpp2
-rw-r--r--src/mongo/util/compress.h2
-rw-r--r--src/mongo/util/concurrency/list.h2
-rw-r--r--src/mongo/util/concurrency/mapsf.h2
-rw-r--r--src/mongo/util/concurrency/msg.h2
-rw-r--r--src/mongo/util/concurrency/mutexdebugger.h2
-rw-r--r--src/mongo/util/concurrency/qlock.h2
-rw-r--r--src/mongo/util/concurrency/race.h2
-rw-r--r--src/mongo/util/concurrency/rwlock.h2
-rw-r--r--src/mongo/util/concurrency/rwlockimpl.cpp2
-rw-r--r--src/mongo/util/concurrency/rwlockimpl.h2
-rw-r--r--src/mongo/util/concurrency/simplerwlock.h2
-rw-r--r--src/mongo/util/concurrency/spin_lock.h2
-rw-r--r--src/mongo/util/concurrency/task.h2
-rw-r--r--src/mongo/util/concurrency/threadlocal.h2
-rw-r--r--src/mongo/util/concurrency/value.h2
-rw-r--r--src/mongo/util/descriptive_stats_test.cpp2
-rw-r--r--src/mongo/util/elapsed_tracker.cpp2
-rw-r--r--src/mongo/util/elapsed_tracker.h2
-rw-r--r--src/mongo/util/exception_filter_win32.cpp2
-rw-r--r--src/mongo/util/exception_filter_win32.h2
-rw-r--r--src/mongo/util/fail_point.cpp2
-rw-r--r--src/mongo/util/fail_point.h2
-rw-r--r--src/mongo/util/fail_point_registry.cpp2
-rw-r--r--src/mongo/util/fail_point_registry.h2
-rw-r--r--src/mongo/util/fail_point_service.cpp2
-rw-r--r--src/mongo/util/fail_point_service.h2
-rw-r--r--src/mongo/util/fail_point_test.cpp2
-rw-r--r--src/mongo/util/heapcheck.h2
-rw-r--r--src/mongo/util/histogram.cpp2
-rw-r--r--src/mongo/util/histogram.h2
-rw-r--r--src/mongo/util/intrusive_counter.cpp2
-rw-r--r--src/mongo/util/intrusive_counter.h2
-rw-r--r--src/mongo/util/logfile.cpp2
-rw-r--r--src/mongo/util/logfile.h2
-rw-r--r--src/mongo/util/mongoutils/html.h2
-rw-r--r--src/mongo/util/net/sock_test.cpp2
-rw-r--r--src/mongo/util/platform_init.cpp2
-rw-r--r--src/mongo/util/processinfo_test.cpp2
-rw-r--r--src/mongo/util/signal_handlers.cpp2
-rw-r--r--src/mongo/util/signal_handlers.h2
-rw-r--r--src/mongo/util/stack_introspect.cpp2
-rw-r--r--src/mongo/util/startup_test.cpp2
-rwxr-xr-xsrc/mongo/util/systeminfo.h2
-rwxr-xr-xsrc/mongo/util/systeminfo_linux2.cpp2
-rwxr-xr-xsrc/mongo/util/systeminfo_none.cpp2
-rwxr-xr-xsrc/mongo/util/systeminfo_win32.cpp2
-rwxr-xr-xsrc/mongo/util/trace.cpp2
-rwxr-xr-xsrc/mongo/util/trace.h2
-rw-r--r--src/mongo/util/version.h2
-rw-r--r--src/mongo/util/winutil.h2
166 files changed, 166 insertions, 166 deletions
diff --git a/src/mongo/s/balance.cpp b/src/mongo/s/balance.cpp
index 55d92fbcab0..d0e20da4696 100644
--- a/src/mongo/s/balance.cpp
+++ b/src/mongo/s/balance.cpp
@@ -23,7 +23,7 @@
* 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 here.
+* then also delete it in the license file.
*/
#include "mongo/pch.h"
diff --git a/src/mongo/s/balance.h b/src/mongo/s/balance.h
index 3e11a97e0dc..3db2b84889c 100644
--- a/src/mongo/s/balance.h
+++ b/src/mongo/s/balance.h
@@ -25,7 +25,7 @@
* 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 here.
+* then also delete it in the license file.
*/
#pragma once
diff --git a/src/mongo/s/balancer_policy.cpp b/src/mongo/s/balancer_policy.cpp
index 1752969e2b6..c252ea8f72b 100644
--- a/src/mongo/s/balancer_policy.cpp
+++ b/src/mongo/s/balancer_policy.cpp
@@ -24,7 +24,7 @@
* 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 here.
+* then also delete it in the license file.
*/
#include "mongo/pch.h"
diff --git a/src/mongo/s/balancer_policy.h b/src/mongo/s/balancer_policy.h
index b9f35d8dff4..0cb2e735854 100644
--- a/src/mongo/s/balancer_policy.h
+++ b/src/mongo/s/balancer_policy.h
@@ -25,7 +25,7 @@
* 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 here.
+* then also delete it in the license file.
*/
#ifndef S_BALANCER_POLICY_HEADER
diff --git a/src/mongo/s/bson_serializable.h b/src/mongo/s/bson_serializable.h
index 07ec3b39c01..e96df009f3b 100644
--- a/src/mongo/s/bson_serializable.h
+++ b/src/mongo/s/bson_serializable.h
@@ -23,7 +23,7 @@
* 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 here.
+ * then also delete it in the license file.
*/
#pragma once
diff --git a/src/mongo/s/chunk.cpp b/src/mongo/s/chunk.cpp
index 85948b8bcb4..3877a2ab098 100644
--- a/src/mongo/s/chunk.cpp
+++ b/src/mongo/s/chunk.cpp
@@ -25,7 +25,7 @@
* 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 here.
+ * then also delete it in the license file.
*/
#include "mongo/pch.h"
diff --git a/src/mongo/s/chunk.h b/src/mongo/s/chunk.h
index ee3666a2283..1077c473b63 100644
--- a/src/mongo/s/chunk.h
+++ b/src/mongo/s/chunk.h
@@ -25,7 +25,7 @@
* 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 here.
+* then also delete it in the license file.
*/
#pragma once
diff --git a/src/mongo/s/chunk_diff.h b/src/mongo/s/chunk_diff.h
index 0e16f1efb83..5b662a4fdaf 100644
--- a/src/mongo/s/chunk_diff.h
+++ b/src/mongo/s/chunk_diff.h
@@ -25,7 +25,7 @@
* 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 here.
+* then also delete it in the license file.
*/
#pragma once
diff --git a/src/mongo/s/chunk_diff.hpp b/src/mongo/s/chunk_diff.hpp
index 23ee5ba5c82..f6913ac48b8 100644
--- a/src/mongo/s/chunk_diff.hpp
+++ b/src/mongo/s/chunk_diff.hpp
@@ -25,7 +25,7 @@
* 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 here.
+* then also delete it in the license file.
*/
#pragma once
diff --git a/src/mongo/s/chunk_diff_test.cpp b/src/mongo/s/chunk_diff_test.cpp
index ea42ba5a154..5a9b61068d5 100644
--- a/src/mongo/s/chunk_diff_test.cpp
+++ b/src/mongo/s/chunk_diff_test.cpp
@@ -23,7 +23,7 @@
* 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 here.
+ * then also delete it in the license file.
*/
#include <string>
diff --git a/src/mongo/s/chunk_version.h b/src/mongo/s/chunk_version.h
index 7db0298423f..1047b3c3103 100644
--- a/src/mongo/s/chunk_version.h
+++ b/src/mongo/s/chunk_version.h
@@ -23,7 +23,7 @@
* 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 here.
+* then also delete it in the license file.
*/
#pragma once
diff --git a/src/mongo/s/chunk_version_test.cpp b/src/mongo/s/chunk_version_test.cpp
index 0800eb8355c..c5136ac34dc 100644
--- a/src/mongo/s/chunk_version_test.cpp
+++ b/src/mongo/s/chunk_version_test.cpp
@@ -23,7 +23,7 @@
* 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 here.
+ * then also delete it in the license file.
*/
#include "mongo/pch.h"
diff --git a/src/mongo/s/client_info.cpp b/src/mongo/s/client_info.cpp
index a82dff0f120..af8b8173f87 100644
--- a/src/mongo/s/client_info.cpp
+++ b/src/mongo/s/client_info.cpp
@@ -25,7 +25,7 @@
* 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 here.
+ * then also delete it in the license file.
*/
#include "mongo/pch.h"
diff --git a/src/mongo/s/client_info.h b/src/mongo/s/client_info.h
index 700e6b1c71f..536e6e0f405 100644
--- a/src/mongo/s/client_info.h
+++ b/src/mongo/s/client_info.h
@@ -25,7 +25,7 @@
* 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 here.
+ * then also delete it in the license file.
*/
#pragma once
diff --git a/src/mongo/s/cluster_client_internal.cpp b/src/mongo/s/cluster_client_internal.cpp
index 27c829e3549..99216920a1e 100644
--- a/src/mongo/s/cluster_client_internal.cpp
+++ b/src/mongo/s/cluster_client_internal.cpp
@@ -23,7 +23,7 @@
* 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 here.
+ * then also delete it in the license file.
*/
#include "mongo/s/cluster_client_internal.h"
diff --git a/src/mongo/s/cluster_client_internal.h b/src/mongo/s/cluster_client_internal.h
index 9baea21fdef..e5bb6c1731a 100644
--- a/src/mongo/s/cluster_client_internal.h
+++ b/src/mongo/s/cluster_client_internal.h
@@ -23,7 +23,7 @@
* 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 here.
+ * then also delete it in the license file.
*/
/**
diff --git a/src/mongo/s/collection_metadata.cpp b/src/mongo/s/collection_metadata.cpp
index 154a055e291..a6e7f91a682 100644
--- a/src/mongo/s/collection_metadata.cpp
+++ b/src/mongo/s/collection_metadata.cpp
@@ -23,7 +23,7 @@
* 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 here.
+ * then also delete it in the license file.
*/
#include "mongo/s/collection_metadata.h"
diff --git a/src/mongo/s/collection_metadata.h b/src/mongo/s/collection_metadata.h
index 02694defd81..99ef01b6d3c 100644
--- a/src/mongo/s/collection_metadata.h
+++ b/src/mongo/s/collection_metadata.h
@@ -23,7 +23,7 @@
* 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 here.
+ * then also delete it in the license file.
*/
#pragma once
diff --git a/src/mongo/s/collection_metadata_test.cpp b/src/mongo/s/collection_metadata_test.cpp
index d3f9ac1375b..0b7fa0f7e1d 100644
--- a/src/mongo/s/collection_metadata_test.cpp
+++ b/src/mongo/s/collection_metadata_test.cpp
@@ -23,7 +23,7 @@
* 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 here.
+ * then also delete it in the license file.
*/
#include <boost/scoped_ptr.hpp>
diff --git a/src/mongo/s/commands_admin.cpp b/src/mongo/s/commands_admin.cpp
index bf86a280093..d0e28cc888e 100644
--- a/src/mongo/s/commands_admin.cpp
+++ b/src/mongo/s/commands_admin.cpp
@@ -23,7 +23,7 @@
* 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 here.
+* then also delete it in the license file.
*/
#include "mongo/pch.h"
diff --git a/src/mongo/s/commands_public.cpp b/src/mongo/s/commands_public.cpp
index 2158a3b1366..231efc7722f 100644
--- a/src/mongo/s/commands_public.cpp
+++ b/src/mongo/s/commands_public.cpp
@@ -25,7 +25,7 @@
* 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 here.
+* then also delete it in the license file.
*/
#include "mongo/pch.h"
diff --git a/src/mongo/s/config.cpp b/src/mongo/s/config.cpp
index d2c1f8e616f..26a47ddee39 100644
--- a/src/mongo/s/config.cpp
+++ b/src/mongo/s/config.cpp
@@ -25,7 +25,7 @@
* 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 here.
+* then also delete it in the license file.
*/
#include "mongo/pch.h"
diff --git a/src/mongo/s/config.h b/src/mongo/s/config.h
index fe05e83265a..dbb83328dce 100644
--- a/src/mongo/s/config.h
+++ b/src/mongo/s/config.h
@@ -25,7 +25,7 @@
* 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 here.
+* then also delete it in the license file.
*/
/* This file is things related to the "grid configuration":
diff --git a/src/mongo/s/config_server_checker_service.cpp b/src/mongo/s/config_server_checker_service.cpp
index 3fef5337224..55648c46506 100644
--- a/src/mongo/s/config_server_checker_service.cpp
+++ b/src/mongo/s/config_server_checker_service.cpp
@@ -23,7 +23,7 @@
* 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 here.
+ * then also delete it in the license file.
*/
#include <boost/scoped_ptr.hpp>
diff --git a/src/mongo/s/config_server_checker_service.h b/src/mongo/s/config_server_checker_service.h
index 1467367b83d..78ae7654aa9 100644
--- a/src/mongo/s/config_server_checker_service.h
+++ b/src/mongo/s/config_server_checker_service.h
@@ -23,7 +23,7 @@
* 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 here.
+ * then also delete it in the license file.
*/
namespace mongo {
diff --git a/src/mongo/s/config_server_tests.cpp b/src/mongo/s/config_server_tests.cpp
index 5ff34139584..9a4acf61059 100644
--- a/src/mongo/s/config_server_tests.cpp
+++ b/src/mongo/s/config_server_tests.cpp
@@ -25,7 +25,7 @@
* 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 here.
+* then also delete it in the license file.
*/
#include "mongo/s/config.h"
diff --git a/src/mongo/s/config_upgrade.cpp b/src/mongo/s/config_upgrade.cpp
index a9d6898533e..40fb0f3d900 100644
--- a/src/mongo/s/config_upgrade.cpp
+++ b/src/mongo/s/config_upgrade.cpp
@@ -23,7 +23,7 @@
* 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 here.
+ * then also delete it in the license file.
*/
#include "mongo/s/config_upgrade.h"
diff --git a/src/mongo/s/config_upgrade.h b/src/mongo/s/config_upgrade.h
index 39f5dc34cf5..6c538094f57 100644
--- a/src/mongo/s/config_upgrade.h
+++ b/src/mongo/s/config_upgrade.h
@@ -23,7 +23,7 @@
* 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 here.
+ * then also delete it in the license file.
*/
#pragma once
diff --git a/src/mongo/s/config_upgrade_helpers.cpp b/src/mongo/s/config_upgrade_helpers.cpp
index f9ec096ecd9..f0e545f54ff 100644
--- a/src/mongo/s/config_upgrade_helpers.cpp
+++ b/src/mongo/s/config_upgrade_helpers.cpp
@@ -23,7 +23,7 @@
* 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 here.
+ * then also delete it in the license file.
*/
#include "mongo/s/config_upgrade_helpers.h"
diff --git a/src/mongo/s/config_upgrade_helpers.h b/src/mongo/s/config_upgrade_helpers.h
index a58a91545c1..9712bbd14b8 100644
--- a/src/mongo/s/config_upgrade_helpers.h
+++ b/src/mongo/s/config_upgrade_helpers.h
@@ -23,7 +23,7 @@
* 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 here.
+ * then also delete it in the license file.
*/
/**
diff --git a/src/mongo/s/config_upgrade_v0_to_v4.cpp b/src/mongo/s/config_upgrade_v0_to_v4.cpp
index ba13fe2dd96..66fd676a2d6 100644
--- a/src/mongo/s/config_upgrade_v0_to_v4.cpp
+++ b/src/mongo/s/config_upgrade_v0_to_v4.cpp
@@ -23,7 +23,7 @@
* 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 here.
+ * then also delete it in the license file.
*/
#include "mongo/s/config_upgrade.h"
diff --git a/src/mongo/s/config_upgrade_v3_to_v4.cpp b/src/mongo/s/config_upgrade_v3_to_v4.cpp
index 0344c397d91..e979a229c1c 100644
--- a/src/mongo/s/config_upgrade_v3_to_v4.cpp
+++ b/src/mongo/s/config_upgrade_v3_to_v4.cpp
@@ -23,7 +23,7 @@
* 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 here.
+ * then also delete it in the license file.
*/
#include "mongo/s/config_upgrade.h"
diff --git a/src/mongo/s/cursors.cpp b/src/mongo/s/cursors.cpp
index 13d1dc36e70..178e1e5ac41 100644
--- a/src/mongo/s/cursors.cpp
+++ b/src/mongo/s/cursors.cpp
@@ -24,7 +24,7 @@
* 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 here.
+ * then also delete it in the license file.
*/
diff --git a/src/mongo/s/cursors.h b/src/mongo/s/cursors.h
index 856c2b729bd..2401ceaecdc 100644
--- a/src/mongo/s/cursors.h
+++ b/src/mongo/s/cursors.h
@@ -24,7 +24,7 @@
* 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 here.
+ * then also delete it in the license file.
*/
diff --git a/src/mongo/s/d_logic.cpp b/src/mongo/s/d_logic.cpp
index 22aee94574e..9433237a2ac 100644
--- a/src/mongo/s/d_logic.cpp
+++ b/src/mongo/s/d_logic.cpp
@@ -25,7 +25,7 @@
* 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 here.
+* then also delete it in the license file.
*/
diff --git a/src/mongo/s/d_logic.h b/src/mongo/s/d_logic.h
index 67d41086a2c..41045811a81 100644
--- a/src/mongo/s/d_logic.h
+++ b/src/mongo/s/d_logic.h
@@ -24,7 +24,7 @@
* 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 here.
+ * then also delete it in the license file.
*/
diff --git a/src/mongo/s/d_merge.cpp b/src/mongo/s/d_merge.cpp
index abe94341210..bb190c7db64 100644
--- a/src/mongo/s/d_merge.cpp
+++ b/src/mongo/s/d_merge.cpp
@@ -23,7 +23,7 @@
* 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 here.
+ * then also delete it in the license file.
*/
#include "mongo/base/owned_pointer_vector.h"
diff --git a/src/mongo/s/d_merge.h b/src/mongo/s/d_merge.h
index 97ce04bcb4c..fb232af0b05 100644
--- a/src/mongo/s/d_merge.h
+++ b/src/mongo/s/d_merge.h
@@ -23,7 +23,7 @@
* 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 here.
+ * then also delete it in the license file.
*/
#include <string>
diff --git a/src/mongo/s/d_migrate.cpp b/src/mongo/s/d_migrate.cpp
index 225f0d7e105..85319a71bc2 100644
--- a/src/mongo/s/d_migrate.cpp
+++ b/src/mongo/s/d_migrate.cpp
@@ -25,7 +25,7 @@
* 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 here.
+* then also delete it in the license file.
*/
diff --git a/src/mongo/s/d_split.cpp b/src/mongo/s/d_split.cpp
index 25ecb3b8baf..ae72c795b9b 100644
--- a/src/mongo/s/d_split.cpp
+++ b/src/mongo/s/d_split.cpp
@@ -25,7 +25,7 @@
* 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 here.
+* then also delete it in the license file.
*/
#include "mongo/pch.h"
diff --git a/src/mongo/s/d_state.cpp b/src/mongo/s/d_state.cpp
index 82ca511c3cc..d84c00f3b1a 100644
--- a/src/mongo/s/d_state.cpp
+++ b/src/mongo/s/d_state.cpp
@@ -25,7 +25,7 @@
* 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 here.
+* then also delete it in the license file.
*/
diff --git a/src/mongo/s/d_writeback.cpp b/src/mongo/s/d_writeback.cpp
index 53d1eb663cb..f8b7db8c60b 100644
--- a/src/mongo/s/d_writeback.cpp
+++ b/src/mongo/s/d_writeback.cpp
@@ -25,7 +25,7 @@
* 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 here.
+* then also delete it in the license file.
*/
#include "mongo/pch.h"
diff --git a/src/mongo/s/d_writeback.h b/src/mongo/s/d_writeback.h
index c4dfbcf0126..86f5fefb6a2 100644
--- a/src/mongo/s/d_writeback.h
+++ b/src/mongo/s/d_writeback.h
@@ -25,7 +25,7 @@
* 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 here.
+* then also delete it in the license file.
*/
#pragma once
diff --git a/src/mongo/s/default_version.cpp b/src/mongo/s/default_version.cpp
index 05fda4d1dfe..246a0fcca0c 100644
--- a/src/mongo/s/default_version.cpp
+++ b/src/mongo/s/default_version.cpp
@@ -25,7 +25,7 @@
* 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 here.
+* then also delete it in the license file.
*/
#include "mongo/pch.h"
diff --git a/src/mongo/s/grid.cpp b/src/mongo/s/grid.cpp
index 9383a049a42..6f8947a2e5c 100644
--- a/src/mongo/s/grid.cpp
+++ b/src/mongo/s/grid.cpp
@@ -25,7 +25,7 @@
* 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 here.
+* then also delete it in the license file.
*/
#include "mongo/pch.h"
diff --git a/src/mongo/s/grid.h b/src/mongo/s/grid.h
index 3f6ef703d5c..c5035c03dad 100644
--- a/src/mongo/s/grid.h
+++ b/src/mongo/s/grid.h
@@ -25,7 +25,7 @@
* 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 here.
+* then also delete it in the license file.
*/
#pragma once
diff --git a/src/mongo/s/interrupt_status_mongos.cpp b/src/mongo/s/interrupt_status_mongos.cpp
index 5e3864f421d..f1289a89fd0 100644
--- a/src/mongo/s/interrupt_status_mongos.cpp
+++ b/src/mongo/s/interrupt_status_mongos.cpp
@@ -23,7 +23,7 @@
* 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 here.
+ * then also delete it in the license file.
*/
#include "mongo/pch.h"
diff --git a/src/mongo/s/interrupt_status_mongos.h b/src/mongo/s/interrupt_status_mongos.h
index f4329ca9fbb..fc733d8d648 100644
--- a/src/mongo/s/interrupt_status_mongos.h
+++ b/src/mongo/s/interrupt_status_mongos.h
@@ -23,7 +23,7 @@
* 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 here.
+ * then also delete it in the license file.
*/
#pragma once
diff --git a/src/mongo/s/merge_chunks_cmd.cpp b/src/mongo/s/merge_chunks_cmd.cpp
index 7f0648540c8..742bad635dc 100644
--- a/src/mongo/s/merge_chunks_cmd.cpp
+++ b/src/mongo/s/merge_chunks_cmd.cpp
@@ -23,7 +23,7 @@
* 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 here.
+ * then also delete it in the license file.
*/
#include "mongo/base/init.h"
diff --git a/src/mongo/s/metadata_loader.cpp b/src/mongo/s/metadata_loader.cpp
index 8ce7fd4d201..941514b1f09 100644
--- a/src/mongo/s/metadata_loader.cpp
+++ b/src/mongo/s/metadata_loader.cpp
@@ -23,7 +23,7 @@
* 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 here.
+ * then also delete it in the license file.
*/
#include "mongo/s/metadata_loader.h"
diff --git a/src/mongo/s/metadata_loader.h b/src/mongo/s/metadata_loader.h
index 6cb6b183341..a1af44ebca9 100644
--- a/src/mongo/s/metadata_loader.h
+++ b/src/mongo/s/metadata_loader.h
@@ -23,7 +23,7 @@
* 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 here.
+ * then also delete it in the license file.
*/
#pragma once
diff --git a/src/mongo/s/metadata_loader_test.cpp b/src/mongo/s/metadata_loader_test.cpp
index b7b198af8d3..0f8f0feb00a 100644
--- a/src/mongo/s/metadata_loader_test.cpp
+++ b/src/mongo/s/metadata_loader_test.cpp
@@ -23,7 +23,7 @@
* 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 here.
+ * then also delete it in the license file.
*/
#include <boost/scoped_ptr.hpp>
diff --git a/src/mongo/s/mongo_version_range.cpp b/src/mongo/s/mongo_version_range.cpp
index ec838b268a8..b3dc3f09c75 100644
--- a/src/mongo/s/mongo_version_range.cpp
+++ b/src/mongo/s/mongo_version_range.cpp
@@ -23,7 +23,7 @@
* 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 here.
+ * then also delete it in the license file.
*/
#include "mongo/s/mongo_version_range.h"
diff --git a/src/mongo/s/mongo_version_range.h b/src/mongo/s/mongo_version_range.h
index 3e62f909a78..94a47484a86 100644
--- a/src/mongo/s/mongo_version_range.h
+++ b/src/mongo/s/mongo_version_range.h
@@ -23,7 +23,7 @@
* 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 here.
+ * then also delete it in the license file.
*/
#pragma once
diff --git a/src/mongo/s/mongo_version_range_test.cpp b/src/mongo/s/mongo_version_range_test.cpp
index 77ce3363230..6aedd0168af 100644
--- a/src/mongo/s/mongo_version_range_test.cpp
+++ b/src/mongo/s/mongo_version_range_test.cpp
@@ -23,7 +23,7 @@
* 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 here.
+ * then also delete it in the license file.
*/
#include "mongo/s/mongo_version_range.h"
diff --git a/src/mongo/s/range_arithmetic.cpp b/src/mongo/s/range_arithmetic.cpp
index 75f28bea49f..e91f403632d 100644
--- a/src/mongo/s/range_arithmetic.cpp
+++ b/src/mongo/s/range_arithmetic.cpp
@@ -23,7 +23,7 @@
* 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 here.
+ * then also delete it in the license file.
*/
#include "mongo/s/range_arithmetic.h"
diff --git a/src/mongo/s/range_arithmetic.h b/src/mongo/s/range_arithmetic.h
index a58d22f3148..a1f0f440554 100644
--- a/src/mongo/s/range_arithmetic.h
+++ b/src/mongo/s/range_arithmetic.h
@@ -23,7 +23,7 @@
* 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 here.
+ * then also delete it in the license file.
*/
#pragma once
diff --git a/src/mongo/s/range_arithmetic_test.cpp b/src/mongo/s/range_arithmetic_test.cpp
index 34962b5927f..964c86c359e 100644
--- a/src/mongo/s/range_arithmetic_test.cpp
+++ b/src/mongo/s/range_arithmetic_test.cpp
@@ -23,7 +23,7 @@
* 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 here.
+ * then also delete it in the license file.
*/
#include "mongo/s/range_arithmetic.h"
diff --git a/src/mongo/s/request.cpp b/src/mongo/s/request.cpp
index 74a8dcb4ae9..00801215bbf 100644
--- a/src/mongo/s/request.cpp
+++ b/src/mongo/s/request.cpp
@@ -25,7 +25,7 @@
* 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 here.
+* then also delete it in the license file.
*/
#include "mongo/pch.h"
diff --git a/src/mongo/s/request.h b/src/mongo/s/request.h
index b06f6d708af..137821e4526 100644
--- a/src/mongo/s/request.h
+++ b/src/mongo/s/request.h
@@ -24,7 +24,7 @@
* 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 here.
+ * then also delete it in the license file.
*/
diff --git a/src/mongo/s/server.cpp b/src/mongo/s/server.cpp
index 5379207c83f..09b4e45cdd4 100644
--- a/src/mongo/s/server.cpp
+++ b/src/mongo/s/server.cpp
@@ -25,7 +25,7 @@
* 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 here.
+* then also delete it in the license file.
*/
#include "mongo/pch.h"
diff --git a/src/mongo/s/server.h b/src/mongo/s/server.h
index 397c31412fe..3594cb67b59 100644
--- a/src/mongo/s/server.h
+++ b/src/mongo/s/server.h
@@ -25,7 +25,7 @@
* 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 here.
+* then also delete it in the license file.
*/
#include <string>
diff --git a/src/mongo/s/shard.cpp b/src/mongo/s/shard.cpp
index 078bc65e06b..00c8c3405e4 100644
--- a/src/mongo/s/shard.cpp
+++ b/src/mongo/s/shard.cpp
@@ -25,7 +25,7 @@
* 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 here.
+ * then also delete it in the license file.
*/
#include "mongo/pch.h"
diff --git a/src/mongo/s/shard.h b/src/mongo/s/shard.h
index e6826da59eb..8f4f1653e23 100644
--- a/src/mongo/s/shard.h
+++ b/src/mongo/s/shard.h
@@ -25,7 +25,7 @@
* 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 here.
+* then also delete it in the license file.
*/
#pragma once
diff --git a/src/mongo/s/shard_test.cpp b/src/mongo/s/shard_test.cpp
index af5cf707a8c..de6fe4f3a6e 100644
--- a/src/mongo/s/shard_test.cpp
+++ b/src/mongo/s/shard_test.cpp
@@ -25,7 +25,7 @@
* 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 here.
+* then also delete it in the license file.
*/
#include "mongo/s/shard.h"
diff --git a/src/mongo/s/shardconnection.cpp b/src/mongo/s/shardconnection.cpp
index 4cb3b5af6e2..07e1c465f32 100644
--- a/src/mongo/s/shardconnection.cpp
+++ b/src/mongo/s/shardconnection.cpp
@@ -25,7 +25,7 @@
* 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 here.
+* then also delete it in the license file.
*/
#include "mongo/pch.h"
diff --git a/src/mongo/s/shardkey.cpp b/src/mongo/s/shardkey.cpp
index 1c8a6028fef..afd91ea7630 100644
--- a/src/mongo/s/shardkey.cpp
+++ b/src/mongo/s/shardkey.cpp
@@ -25,7 +25,7 @@
* 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 here.
+* then also delete it in the license file.
*/
#include "mongo/pch.h"
diff --git a/src/mongo/s/shardkey.h b/src/mongo/s/shardkey.h
index 2fecc52b605..b3e1c460199 100644
--- a/src/mongo/s/shardkey.h
+++ b/src/mongo/s/shardkey.h
@@ -25,7 +25,7 @@
* 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 here.
+* then also delete it in the license file.
*/
#pragma once
diff --git a/src/mongo/s/stale_exception.h b/src/mongo/s/stale_exception.h
index 3755d07c60b..79eaa4e51ce 100644
--- a/src/mongo/s/stale_exception.h
+++ b/src/mongo/s/stale_exception.h
@@ -23,7 +23,7 @@
* 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 here.
+* then also delete it in the license file.
*/
#pragma once
diff --git a/src/mongo/s/strategy.cpp b/src/mongo/s/strategy.cpp
index d50b77a42e2..f02ee2b64b8 100644
--- a/src/mongo/s/strategy.cpp
+++ b/src/mongo/s/strategy.cpp
@@ -25,7 +25,7 @@
* 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 here.
+ * then also delete it in the license file.
*/
#include "mongo/pch.h"
diff --git a/src/mongo/s/strategy.h b/src/mongo/s/strategy.h
index 643b8bb77e0..e62d60fd1fa 100644
--- a/src/mongo/s/strategy.h
+++ b/src/mongo/s/strategy.h
@@ -24,7 +24,7 @@
* 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 here.
+ * then also delete it in the license file.
*/
diff --git a/src/mongo/s/strategy_shard.cpp b/src/mongo/s/strategy_shard.cpp
index 45dbd7bb233..4cbfe290373 100644
--- a/src/mongo/s/strategy_shard.cpp
+++ b/src/mongo/s/strategy_shard.cpp
@@ -23,7 +23,7 @@
* 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 here.
+ * then also delete it in the license file.
*/
// strategy_sharded.cpp
diff --git a/src/mongo/s/strategy_single.cpp b/src/mongo/s/strategy_single.cpp
index 65dcaf12f98..89e4a97f3f9 100644
--- a/src/mongo/s/strategy_single.cpp
+++ b/src/mongo/s/strategy_single.cpp
@@ -23,7 +23,7 @@
* 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 here.
+ * then also delete it in the license file.
*/
// strategy_simple.cpp
diff --git a/src/mongo/s/type_changelog.cpp b/src/mongo/s/type_changelog.cpp
index d51f35f1c2a..7dc3ded0ffe 100644
--- a/src/mongo/s/type_changelog.cpp
+++ b/src/mongo/s/type_changelog.cpp
@@ -23,7 +23,7 @@
* 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 here.
+ * then also delete it in the license file.
*/
#include "mongo/s/type_changelog.h"
diff --git a/src/mongo/s/type_changelog.h b/src/mongo/s/type_changelog.h
index 7af8ae7a117..064eff73ced 100644
--- a/src/mongo/s/type_changelog.h
+++ b/src/mongo/s/type_changelog.h
@@ -23,7 +23,7 @@
* 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 here.
+ * then also delete it in the license file.
*/
#pragma once
diff --git a/src/mongo/s/type_changelog_test.cpp b/src/mongo/s/type_changelog_test.cpp
index de3359cc52f..4e53fffdd87 100644
--- a/src/mongo/s/type_changelog_test.cpp
+++ b/src/mongo/s/type_changelog_test.cpp
@@ -23,7 +23,7 @@
* 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 here.
+ * then also delete it in the license file.
*/
#include "mongo/s/type_changelog.h"
diff --git a/src/mongo/s/type_chunk.cpp b/src/mongo/s/type_chunk.cpp
index b2136f04896..fc592cb7b8a 100644
--- a/src/mongo/s/type_chunk.cpp
+++ b/src/mongo/s/type_chunk.cpp
@@ -23,7 +23,7 @@
* 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 here.
+ * then also delete it in the license file.
*/
#include "mongo/s/type_chunk.h"
diff --git a/src/mongo/s/type_chunk.h b/src/mongo/s/type_chunk.h
index 8bdff14a2e1..6a26db8d418 100644
--- a/src/mongo/s/type_chunk.h
+++ b/src/mongo/s/type_chunk.h
@@ -23,7 +23,7 @@
* 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 here.
+ * then also delete it in the license file.
*/
#pragma once
diff --git a/src/mongo/s/type_chunk_test.cpp b/src/mongo/s/type_chunk_test.cpp
index e712916e6d6..c85201857c6 100644
--- a/src/mongo/s/type_chunk_test.cpp
+++ b/src/mongo/s/type_chunk_test.cpp
@@ -23,7 +23,7 @@
* 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 here.
+ * then also delete it in the license file.
*/
#include "mongo/pch.h"
diff --git a/src/mongo/s/type_collection.cpp b/src/mongo/s/type_collection.cpp
index 443f211f2ce..59013b17716 100644
--- a/src/mongo/s/type_collection.cpp
+++ b/src/mongo/s/type_collection.cpp
@@ -23,7 +23,7 @@
* 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 here.
+ * then also delete it in the license file.
*/
#include "mongo/s/type_collection.h"
diff --git a/src/mongo/s/type_collection.h b/src/mongo/s/type_collection.h
index 4ec86e32c99..aa04b550cb6 100644
--- a/src/mongo/s/type_collection.h
+++ b/src/mongo/s/type_collection.h
@@ -23,7 +23,7 @@
* 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 here.
+ * then also delete it in the license file.
*/
#pragma once
diff --git a/src/mongo/s/type_collection_test.cpp b/src/mongo/s/type_collection_test.cpp
index 9c2416578a3..e0456148ed4 100644
--- a/src/mongo/s/type_collection_test.cpp
+++ b/src/mongo/s/type_collection_test.cpp
@@ -23,7 +23,7 @@
* 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 here.
+ * then also delete it in the license file.
*/
#include "mongo/pch.h"
diff --git a/src/mongo/s/type_config_version.cpp b/src/mongo/s/type_config_version.cpp
index 8a2b7cc3340..a15d6e45654 100644
--- a/src/mongo/s/type_config_version.cpp
+++ b/src/mongo/s/type_config_version.cpp
@@ -23,7 +23,7 @@
* 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 here.
+ * then also delete it in the license file.
*/
#include "mongo/s/type_config_version.h"
diff --git a/src/mongo/s/type_config_version.h b/src/mongo/s/type_config_version.h
index 94bdbec9157..5d4d9387d03 100644
--- a/src/mongo/s/type_config_version.h
+++ b/src/mongo/s/type_config_version.h
@@ -23,7 +23,7 @@
* 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 here.
+ * then also delete it in the license file.
*/
#pragma once
diff --git a/src/mongo/s/type_config_version_test.cpp b/src/mongo/s/type_config_version_test.cpp
index 78aaebbc32a..6cdddfa7f28 100644
--- a/src/mongo/s/type_config_version_test.cpp
+++ b/src/mongo/s/type_config_version_test.cpp
@@ -23,7 +23,7 @@
* 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 here.
+ * then also delete it in the license file.
*/
#include "mongo/bson/bsonobj.h"
diff --git a/src/mongo/s/type_database.cpp b/src/mongo/s/type_database.cpp
index b0c60a5ec81..e329caaed6c 100644
--- a/src/mongo/s/type_database.cpp
+++ b/src/mongo/s/type_database.cpp
@@ -23,7 +23,7 @@
* 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 here.
+ * then also delete it in the license file.
*/
#include "mongo/s/type_database.h"
diff --git a/src/mongo/s/type_database.h b/src/mongo/s/type_database.h
index 8c3586c0a1f..cdfb5274fd3 100644
--- a/src/mongo/s/type_database.h
+++ b/src/mongo/s/type_database.h
@@ -23,7 +23,7 @@
* 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 here.
+ * then also delete it in the license file.
*/
#pragma once
diff --git a/src/mongo/s/type_database_test.cpp b/src/mongo/s/type_database_test.cpp
index 808da6f7553..2e92c23d262 100644
--- a/src/mongo/s/type_database_test.cpp
+++ b/src/mongo/s/type_database_test.cpp
@@ -23,7 +23,7 @@
* 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 here.
+ * then also delete it in the license file.
*/
#include "mongo/pch.h"
diff --git a/src/mongo/s/type_lockpings.cpp b/src/mongo/s/type_lockpings.cpp
index f55ae72339e..9752dbf70e5 100644
--- a/src/mongo/s/type_lockpings.cpp
+++ b/src/mongo/s/type_lockpings.cpp
@@ -23,7 +23,7 @@
* 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 here.
+ * then also delete it in the license file.
*/
#include "mongo/s/type_lockpings.h"
diff --git a/src/mongo/s/type_lockpings.h b/src/mongo/s/type_lockpings.h
index 0342c1d5fc2..fe841792649 100644
--- a/src/mongo/s/type_lockpings.h
+++ b/src/mongo/s/type_lockpings.h
@@ -23,7 +23,7 @@
* 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 here.
+ * then also delete it in the license file.
*/
#pragma once
diff --git a/src/mongo/s/type_lockpings_test.cpp b/src/mongo/s/type_lockpings_test.cpp
index eb670a9a7cc..402349a5fb8 100644
--- a/src/mongo/s/type_lockpings_test.cpp
+++ b/src/mongo/s/type_lockpings_test.cpp
@@ -23,7 +23,7 @@
* 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 here.
+ * then also delete it in the license file.
*/
#include "mongo/s/type_lockpings.h"
diff --git a/src/mongo/s/type_locks.cpp b/src/mongo/s/type_locks.cpp
index f929824189b..68f79b0e465 100644
--- a/src/mongo/s/type_locks.cpp
+++ b/src/mongo/s/type_locks.cpp
@@ -23,7 +23,7 @@
* 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 here.
+ * then also delete it in the license file.
*/
#include "mongo/s/type_locks.h"
diff --git a/src/mongo/s/type_locks.h b/src/mongo/s/type_locks.h
index 2d5ce9ac097..5a96b282f0b 100644
--- a/src/mongo/s/type_locks.h
+++ b/src/mongo/s/type_locks.h
@@ -23,7 +23,7 @@
* 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 here.
+ * then also delete it in the license file.
*/
#pragma once
diff --git a/src/mongo/s/type_locks_test.cpp b/src/mongo/s/type_locks_test.cpp
index d6cbc5a1c71..602a5f672e1 100644
--- a/src/mongo/s/type_locks_test.cpp
+++ b/src/mongo/s/type_locks_test.cpp
@@ -23,7 +23,7 @@
* 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 here.
+ * then also delete it in the license file.
*/
#include "mongo/bson/oid.h"
diff --git a/src/mongo/s/type_mongos.cpp b/src/mongo/s/type_mongos.cpp
index 95860594354..1dfc425ddad 100644
--- a/src/mongo/s/type_mongos.cpp
+++ b/src/mongo/s/type_mongos.cpp
@@ -23,7 +23,7 @@
* 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 here.
+ * then also delete it in the license file.
*/
#include "mongo/s/type_mongos.h"
diff --git a/src/mongo/s/type_mongos.h b/src/mongo/s/type_mongos.h
index e53c4f629f1..b462390e04e 100644
--- a/src/mongo/s/type_mongos.h
+++ b/src/mongo/s/type_mongos.h
@@ -23,7 +23,7 @@
* 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 here.
+ * then also delete it in the license file.
*/
#pragma once
diff --git a/src/mongo/s/type_mongos_test.cpp b/src/mongo/s/type_mongos_test.cpp
index b6e1289add8..66eeda86898 100644
--- a/src/mongo/s/type_mongos_test.cpp
+++ b/src/mongo/s/type_mongos_test.cpp
@@ -23,7 +23,7 @@
* 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 here.
+ * then also delete it in the license file.
*/
#include "mongo/s/type_mongos.h"
diff --git a/src/mongo/s/type_settings.cpp b/src/mongo/s/type_settings.cpp
index c8c439c14b0..b92d21cd7c5 100644
--- a/src/mongo/s/type_settings.cpp
+++ b/src/mongo/s/type_settings.cpp
@@ -23,7 +23,7 @@
* 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 here.
+ * then also delete it in the license file.
*/
#include "mongo/s/type_settings.h"
diff --git a/src/mongo/s/type_settings.h b/src/mongo/s/type_settings.h
index c1f7205445b..633318d6ce7 100644
--- a/src/mongo/s/type_settings.h
+++ b/src/mongo/s/type_settings.h
@@ -23,7 +23,7 @@
* 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 here.
+ * then also delete it in the license file.
*/
#pragma once
diff --git a/src/mongo/s/type_settings_test.cpp b/src/mongo/s/type_settings_test.cpp
index 08d1842451a..6f00ef455ba 100644
--- a/src/mongo/s/type_settings_test.cpp
+++ b/src/mongo/s/type_settings_test.cpp
@@ -23,7 +23,7 @@
* 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 here.
+ * then also delete it in the license file.
*/
#include "mongo/s/type_settings.h"
diff --git a/src/mongo/s/type_shard.cpp b/src/mongo/s/type_shard.cpp
index 7448f647380..bf24b19b86a 100644
--- a/src/mongo/s/type_shard.cpp
+++ b/src/mongo/s/type_shard.cpp
@@ -23,7 +23,7 @@
* 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 here.
+ * then also delete it in the license file.
*/
#include "mongo/s/type_shard.h"
diff --git a/src/mongo/s/type_shard.h b/src/mongo/s/type_shard.h
index b76b63b31ca..eb5c0287e87 100644
--- a/src/mongo/s/type_shard.h
+++ b/src/mongo/s/type_shard.h
@@ -23,7 +23,7 @@
* 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 here.
+ * then also delete it in the license file.
*/
#pragma once
diff --git a/src/mongo/s/type_shard_test.cpp b/src/mongo/s/type_shard_test.cpp
index 9a15cf0ebcc..963ce3ed3d8 100644
--- a/src/mongo/s/type_shard_test.cpp
+++ b/src/mongo/s/type_shard_test.cpp
@@ -23,7 +23,7 @@
* 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 here.
+ * then also delete it in the license file.
*/
#include "mongo/pch.h"
diff --git a/src/mongo/s/type_tags.cpp b/src/mongo/s/type_tags.cpp
index 9e858218268..15f72ed9208 100644
--- a/src/mongo/s/type_tags.cpp
+++ b/src/mongo/s/type_tags.cpp
@@ -23,7 +23,7 @@
* 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 here.
+ * then also delete it in the license file.
*/
#include "mongo/s/type_tags.h"
diff --git a/src/mongo/s/type_tags.h b/src/mongo/s/type_tags.h
index de92b460a15..6561e5ebe9b 100644
--- a/src/mongo/s/type_tags.h
+++ b/src/mongo/s/type_tags.h
@@ -23,7 +23,7 @@
* 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 here.
+ * then also delete it in the license file.
*/
#pragma once
diff --git a/src/mongo/s/type_tags_test.cpp b/src/mongo/s/type_tags_test.cpp
index a2a1509d6e3..679cb8bf054 100644
--- a/src/mongo/s/type_tags_test.cpp
+++ b/src/mongo/s/type_tags_test.cpp
@@ -23,7 +23,7 @@
* 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 here.
+ * then also delete it in the license file.
*/
#include "mongo/s/type_tags.h"
diff --git a/src/mongo/s/version_manager.cpp b/src/mongo/s/version_manager.cpp
index bf45aa8581a..1ffef03ad2b 100644
--- a/src/mongo/s/version_manager.cpp
+++ b/src/mongo/s/version_manager.cpp
@@ -25,7 +25,7 @@
* 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 here.
+* then also delete it in the license file.
*/
#include "mongo/s/version_manager.h"
diff --git a/src/mongo/s/version_manager.h b/src/mongo/s/version_manager.h
index a3280ad514f..9b326f724af 100644
--- a/src/mongo/s/version_manager.h
+++ b/src/mongo/s/version_manager.h
@@ -23,7 +23,7 @@
* 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 here.
+* then also delete it in the license file.
*/
#pragma once
diff --git a/src/mongo/s/writeback_listener.cpp b/src/mongo/s/writeback_listener.cpp
index 5ec67f28379..e1d52f259f9 100644
--- a/src/mongo/s/writeback_listener.cpp
+++ b/src/mongo/s/writeback_listener.cpp
@@ -25,7 +25,7 @@
* 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 here.
+* then also delete it in the license file.
*/
#include "mongo/pch.h"
diff --git a/src/mongo/s/writeback_listener.h b/src/mongo/s/writeback_listener.h
index 689f52e0926..d129311727c 100644
--- a/src/mongo/s/writeback_listener.h
+++ b/src/mongo/s/writeback_listener.h
@@ -25,7 +25,7 @@
* 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 here.
+* then also delete it in the license file.
*/
#pragma once
diff --git a/src/mongo/util/admin_access.h b/src/mongo/util/admin_access.h
index cd58bbdaa0a..115004427b0 100644
--- a/src/mongo/util/admin_access.h
+++ b/src/mongo/util/admin_access.h
@@ -26,7 +26,7 @@
* 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 here.
+* then also delete it in the license file.
*/
#pragma once
diff --git a/src/mongo/util/alignedbuilder.cpp b/src/mongo/util/alignedbuilder.cpp
index 0360446e1e3..da650bc15ab 100644
--- a/src/mongo/util/alignedbuilder.cpp
+++ b/src/mongo/util/alignedbuilder.cpp
@@ -25,7 +25,7 @@
* 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 here.
+* then also delete it in the license file.
*/
#include "mongo/pch.h"
diff --git a/src/mongo/util/alignedbuilder.h b/src/mongo/util/alignedbuilder.h
index fedb0af00fd..600ea1c1914 100644
--- a/src/mongo/util/alignedbuilder.h
+++ b/src/mongo/util/alignedbuilder.h
@@ -25,7 +25,7 @@
* 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 here.
+* then also delete it in the license file.
*/
#pragma once
diff --git a/src/mongo/util/bufreader.h b/src/mongo/util/bufreader.h
index e61098fb251..0451dbd29c5 100644
--- a/src/mongo/util/bufreader.h
+++ b/src/mongo/util/bufreader.h
@@ -25,7 +25,7 @@
* 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 here.
+* then also delete it in the license file.
*/
#pragma once
diff --git a/src/mongo/util/checksum.h b/src/mongo/util/checksum.h
index 4d3440be858..cb133c05ba8 100644
--- a/src/mongo/util/checksum.h
+++ b/src/mongo/util/checksum.h
@@ -23,7 +23,7 @@
* 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 here.
+* then also delete it in the license file.
*/
#pragma once
diff --git a/src/mongo/util/compress.cpp b/src/mongo/util/compress.cpp
index f9114e2a37c..b06135d6dde 100644
--- a/src/mongo/util/compress.cpp
+++ b/src/mongo/util/compress.cpp
@@ -25,7 +25,7 @@
* 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 here.
+* then also delete it in the license file.
*/
#include "mongo/util/compress.h"
diff --git a/src/mongo/util/compress.h b/src/mongo/util/compress.h
index bc3276aa168..b8afa4d90c5 100644
--- a/src/mongo/util/compress.h
+++ b/src/mongo/util/compress.h
@@ -25,7 +25,7 @@
* 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 here.
+* then also delete it in the license file.
*/
#pragma once
diff --git a/src/mongo/util/concurrency/list.h b/src/mongo/util/concurrency/list.h
index 477bce32acb..5bcb2a7ed9f 100644
--- a/src/mongo/util/concurrency/list.h
+++ b/src/mongo/util/concurrency/list.h
@@ -25,7 +25,7 @@
* 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 here.
+* then also delete it in the license file.
*/
#pragma once
diff --git a/src/mongo/util/concurrency/mapsf.h b/src/mongo/util/concurrency/mapsf.h
index c1acee453f7..6152e841cc7 100644
--- a/src/mongo/util/concurrency/mapsf.h
+++ b/src/mongo/util/concurrency/mapsf.h
@@ -25,7 +25,7 @@
* 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 here.
+* then also delete it in the license file.
*/
#include "mongo/platform/unordered_map.h"
diff --git a/src/mongo/util/concurrency/msg.h b/src/mongo/util/concurrency/msg.h
index 8f28da14dc1..7652d107895 100644
--- a/src/mongo/util/concurrency/msg.h
+++ b/src/mongo/util/concurrency/msg.h
@@ -25,7 +25,7 @@
* 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 here.
+* then also delete it in the license file.
*/
#pragma once
diff --git a/src/mongo/util/concurrency/mutexdebugger.h b/src/mongo/util/concurrency/mutexdebugger.h
index 2f113734f6e..f0674e671e6 100644
--- a/src/mongo/util/concurrency/mutexdebugger.h
+++ b/src/mongo/util/concurrency/mutexdebugger.h
@@ -25,7 +25,7 @@
* 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 here.
+* then also delete it in the license file.
*/
#pragma once
diff --git a/src/mongo/util/concurrency/qlock.h b/src/mongo/util/concurrency/qlock.h
index f9784c4232c..cb9f3bf76d4 100644
--- a/src/mongo/util/concurrency/qlock.h
+++ b/src/mongo/util/concurrency/qlock.h
@@ -25,7 +25,7 @@
* 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 here.
+* then also delete it in the license file.
*/
#pragma once
diff --git a/src/mongo/util/concurrency/race.h b/src/mongo/util/concurrency/race.h
index cbfcdf16b92..557bb4c4a27 100644
--- a/src/mongo/util/concurrency/race.h
+++ b/src/mongo/util/concurrency/race.h
@@ -23,7 +23,7 @@
* 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 here.
+* then also delete it in the license file.
*/
#pragma once
diff --git a/src/mongo/util/concurrency/rwlock.h b/src/mongo/util/concurrency/rwlock.h
index c5537a97f4b..76d11403147 100644
--- a/src/mongo/util/concurrency/rwlock.h
+++ b/src/mongo/util/concurrency/rwlock.h
@@ -25,7 +25,7 @@
* 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 here.
+ * then also delete it in the license file.
*/
#pragma once
diff --git a/src/mongo/util/concurrency/rwlockimpl.cpp b/src/mongo/util/concurrency/rwlockimpl.cpp
index 1132348096d..c74f963d98d 100644
--- a/src/mongo/util/concurrency/rwlockimpl.cpp
+++ b/src/mongo/util/concurrency/rwlockimpl.cpp
@@ -25,7 +25,7 @@
* 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 here.
+* then also delete it in the license file.
*/
diff --git a/src/mongo/util/concurrency/rwlockimpl.h b/src/mongo/util/concurrency/rwlockimpl.h
index c8d08af467f..d4935af3355 100644
--- a/src/mongo/util/concurrency/rwlockimpl.h
+++ b/src/mongo/util/concurrency/rwlockimpl.h
@@ -25,7 +25,7 @@
* 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 here.
+* then also delete it in the license file.
*/
#pragma once
diff --git a/src/mongo/util/concurrency/simplerwlock.h b/src/mongo/util/concurrency/simplerwlock.h
index 844956afc81..5e094bafeb1 100644
--- a/src/mongo/util/concurrency/simplerwlock.h
+++ b/src/mongo/util/concurrency/simplerwlock.h
@@ -23,7 +23,7 @@
* 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 here.
+* then also delete it in the license file.
*/
#pragma once
diff --git a/src/mongo/util/concurrency/spin_lock.h b/src/mongo/util/concurrency/spin_lock.h
index 34d51ba84e9..4f22f958683 100644
--- a/src/mongo/util/concurrency/spin_lock.h
+++ b/src/mongo/util/concurrency/spin_lock.h
@@ -25,7 +25,7 @@
* 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 here.
+* then also delete it in the license file.
*/
#pragma once
diff --git a/src/mongo/util/concurrency/task.h b/src/mongo/util/concurrency/task.h
index 44c86860755..0679ca89fe7 100644
--- a/src/mongo/util/concurrency/task.h
+++ b/src/mongo/util/concurrency/task.h
@@ -25,7 +25,7 @@
* 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 here.
+* then also delete it in the license file.
*/
#pragma once
diff --git a/src/mongo/util/concurrency/threadlocal.h b/src/mongo/util/concurrency/threadlocal.h
index 11eba069db9..05109ad3c63 100644
--- a/src/mongo/util/concurrency/threadlocal.h
+++ b/src/mongo/util/concurrency/threadlocal.h
@@ -25,7 +25,7 @@
* 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 here.
+* then also delete it in the license file.
*/
#include "mongo/client/undef_macros.h"
diff --git a/src/mongo/util/concurrency/value.h b/src/mongo/util/concurrency/value.h
index 0e80cad72ba..808c0962594 100644
--- a/src/mongo/util/concurrency/value.h
+++ b/src/mongo/util/concurrency/value.h
@@ -27,7 +27,7 @@
* 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 here.
+* then also delete it in the license file.
*/
#pragma once
diff --git a/src/mongo/util/descriptive_stats_test.cpp b/src/mongo/util/descriptive_stats_test.cpp
index b1d37e3cbbb..a339e014a1d 100644
--- a/src/mongo/util/descriptive_stats_test.cpp
+++ b/src/mongo/util/descriptive_stats_test.cpp
@@ -23,7 +23,7 @@
* 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 here.
+ * then also delete it in the license file.
*/
/**
diff --git a/src/mongo/util/elapsed_tracker.cpp b/src/mongo/util/elapsed_tracker.cpp
index 1303a4fa655..07f72598f02 100644
--- a/src/mongo/util/elapsed_tracker.cpp
+++ b/src/mongo/util/elapsed_tracker.cpp
@@ -25,7 +25,7 @@
* 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 here.
+ * then also delete it in the license file.
*/
#include "mongo/platform/basic.h"
diff --git a/src/mongo/util/elapsed_tracker.h b/src/mongo/util/elapsed_tracker.h
index 374c1f95ee5..b2460cc66d9 100644
--- a/src/mongo/util/elapsed_tracker.h
+++ b/src/mongo/util/elapsed_tracker.h
@@ -25,7 +25,7 @@
* 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 here.
+ * then also delete it in the license file.
*/
#pragma once
diff --git a/src/mongo/util/exception_filter_win32.cpp b/src/mongo/util/exception_filter_win32.cpp
index e951dc167e1..c1611a4308c 100644
--- a/src/mongo/util/exception_filter_win32.cpp
+++ b/src/mongo/util/exception_filter_win32.cpp
@@ -23,7 +23,7 @@
* 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 here.
+* then also delete it in the license file.
*/
#ifdef _WIN32
diff --git a/src/mongo/util/exception_filter_win32.h b/src/mongo/util/exception_filter_win32.h
index 71b1070ed6d..a47dc68d1b1 100644
--- a/src/mongo/util/exception_filter_win32.h
+++ b/src/mongo/util/exception_filter_win32.h
@@ -23,7 +23,7 @@
* 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 here.
+* then also delete it in the license file.
*/
#pragma once
diff --git a/src/mongo/util/fail_point.cpp b/src/mongo/util/fail_point.cpp
index 79b43b34398..abbf324a7ec 100644
--- a/src/mongo/util/fail_point.cpp
+++ b/src/mongo/util/fail_point.cpp
@@ -23,7 +23,7 @@
* 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 here.
+ * then also delete it in the license file.
*/
#include "mongo/util/fail_point.h"
diff --git a/src/mongo/util/fail_point.h b/src/mongo/util/fail_point.h
index 66ee19ce8c3..c5dde1c4e0f 100644
--- a/src/mongo/util/fail_point.h
+++ b/src/mongo/util/fail_point.h
@@ -23,7 +23,7 @@
* 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 here.
+ * then also delete it in the license file.
*/
#pragma once
diff --git a/src/mongo/util/fail_point_registry.cpp b/src/mongo/util/fail_point_registry.cpp
index c03f52e03a9..828c9cf46b9 100644
--- a/src/mongo/util/fail_point_registry.cpp
+++ b/src/mongo/util/fail_point_registry.cpp
@@ -23,7 +23,7 @@
* 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 here.
+ * then also delete it in the license file.
*/
#include "mongo/util/fail_point_registry.h"
diff --git a/src/mongo/util/fail_point_registry.h b/src/mongo/util/fail_point_registry.h
index f03ab53204f..a9c0b2b4d88 100644
--- a/src/mongo/util/fail_point_registry.h
+++ b/src/mongo/util/fail_point_registry.h
@@ -23,7 +23,7 @@
* 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 here.
+ * then also delete it in the license file.
*/
/**
diff --git a/src/mongo/util/fail_point_service.cpp b/src/mongo/util/fail_point_service.cpp
index 94d2d77673b..612640b49b3 100644
--- a/src/mongo/util/fail_point_service.cpp
+++ b/src/mongo/util/fail_point_service.cpp
@@ -23,7 +23,7 @@
* 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 here.
+ * then also delete it in the license file.
*/
#include "mongo/util/fail_point_service.h"
diff --git a/src/mongo/util/fail_point_service.h b/src/mongo/util/fail_point_service.h
index 76b100ff277..abc2aacb468 100644
--- a/src/mongo/util/fail_point_service.h
+++ b/src/mongo/util/fail_point_service.h
@@ -23,7 +23,7 @@
* 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 here.
+ * then also delete it in the license file.
*/
/**
diff --git a/src/mongo/util/fail_point_test.cpp b/src/mongo/util/fail_point_test.cpp
index fe9cd239d1a..de9dad03bc6 100644
--- a/src/mongo/util/fail_point_test.cpp
+++ b/src/mongo/util/fail_point_test.cpp
@@ -23,7 +23,7 @@
* 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 here.
+ * then also delete it in the license file.
*/
#include <boost/thread/thread.hpp>
diff --git a/src/mongo/util/heapcheck.h b/src/mongo/util/heapcheck.h
index 54c8da09b33..b783ad2dedd 100644
--- a/src/mongo/util/heapcheck.h
+++ b/src/mongo/util/heapcheck.h
@@ -25,7 +25,7 @@
* 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 here.
+* then also delete it in the license file.
*/
#pragma once
diff --git a/src/mongo/util/histogram.cpp b/src/mongo/util/histogram.cpp
index 43cd73f36cf..72cc2e36c11 100644
--- a/src/mongo/util/histogram.cpp
+++ b/src/mongo/util/histogram.cpp
@@ -23,7 +23,7 @@
* 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 here.
+* then also delete it in the license file.
*/
#include "histogram.h"
diff --git a/src/mongo/util/histogram.h b/src/mongo/util/histogram.h
index bcbf17ceeb5..3e2630c0807 100644
--- a/src/mongo/util/histogram.h
+++ b/src/mongo/util/histogram.h
@@ -23,7 +23,7 @@
* 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 here.
+* then also delete it in the license file.
*/
#ifndef UTIL_HISTOGRAM_HEADER
diff --git a/src/mongo/util/intrusive_counter.cpp b/src/mongo/util/intrusive_counter.cpp
index dfb3d048936..722dc8ef6ec 100644
--- a/src/mongo/util/intrusive_counter.cpp
+++ b/src/mongo/util/intrusive_counter.cpp
@@ -23,7 +23,7 @@
* 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 here.
+ * then also delete it in the license file.
*/
#include "mongo/pch.h"
diff --git a/src/mongo/util/intrusive_counter.h b/src/mongo/util/intrusive_counter.h
index fdc28529657..51c92061bbb 100644
--- a/src/mongo/util/intrusive_counter.h
+++ b/src/mongo/util/intrusive_counter.h
@@ -23,7 +23,7 @@
* 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 here.
+ * then also delete it in the license file.
*/
#pragma once
diff --git a/src/mongo/util/logfile.cpp b/src/mongo/util/logfile.cpp
index fb4aa445b8a..affbba0a9dd 100644
--- a/src/mongo/util/logfile.cpp
+++ b/src/mongo/util/logfile.cpp
@@ -25,7 +25,7 @@
* 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 here.
+* then also delete it in the license file.
*/
#include "mongo/pch.h"
diff --git a/src/mongo/util/logfile.h b/src/mongo/util/logfile.h
index 88162a91989..f2dcc29e663 100644
--- a/src/mongo/util/logfile.h
+++ b/src/mongo/util/logfile.h
@@ -25,7 +25,7 @@
* 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 here.
+* then also delete it in the license file.
*/
#pragma once
diff --git a/src/mongo/util/mongoutils/html.h b/src/mongo/util/mongoutils/html.h
index a65db1a37ad..563440ffd1b 100644
--- a/src/mongo/util/mongoutils/html.h
+++ b/src/mongo/util/mongoutils/html.h
@@ -25,7 +25,7 @@
* 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 here.
+* then also delete it in the license file.
*/
#pragma once
diff --git a/src/mongo/util/net/sock_test.cpp b/src/mongo/util/net/sock_test.cpp
index 83d7be0079b..1bba7228e82 100644
--- a/src/mongo/util/net/sock_test.cpp
+++ b/src/mongo/util/net/sock_test.cpp
@@ -23,7 +23,7 @@
* 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 here.
+ * then also delete it in the license file.
*/
#include "mongo/platform/basic.h"
diff --git a/src/mongo/util/platform_init.cpp b/src/mongo/util/platform_init.cpp
index f45cea6d919..d284a6aa3ee 100644
--- a/src/mongo/util/platform_init.cpp
+++ b/src/mongo/util/platform_init.cpp
@@ -23,7 +23,7 @@
* 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 here.
+* then also delete it in the license file.
*/
#ifdef _WIN32
diff --git a/src/mongo/util/processinfo_test.cpp b/src/mongo/util/processinfo_test.cpp
index 5d3f5b46679..cdc34b0ebfe 100644
--- a/src/mongo/util/processinfo_test.cpp
+++ b/src/mongo/util/processinfo_test.cpp
@@ -23,7 +23,7 @@
* 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 here.
+ * then also delete it in the license file.
*/
#include "mongo/platform/basic.h"
diff --git a/src/mongo/util/signal_handlers.cpp b/src/mongo/util/signal_handlers.cpp
index c157317b558..3c54aa7badd 100644
--- a/src/mongo/util/signal_handlers.cpp
+++ b/src/mongo/util/signal_handlers.cpp
@@ -25,7 +25,7 @@
* 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 here.
+* then also delete it in the license file.
*/
#include "mongo/pch.h"
diff --git a/src/mongo/util/signal_handlers.h b/src/mongo/util/signal_handlers.h
index 65e912ba591..da4deaa8698 100644
--- a/src/mongo/util/signal_handlers.h
+++ b/src/mongo/util/signal_handlers.h
@@ -25,7 +25,7 @@
* 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 here.
+* then also delete it in the license file.
*/
#pragma once
diff --git a/src/mongo/util/stack_introspect.cpp b/src/mongo/util/stack_introspect.cpp
index 17c5b88907c..f79d42e4f62 100644
--- a/src/mongo/util/stack_introspect.cpp
+++ b/src/mongo/util/stack_introspect.cpp
@@ -25,7 +25,7 @@
* 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 here.
+* then also delete it in the license file.
*/
#include "mongo/util/stack_introspect.h"
diff --git a/src/mongo/util/startup_test.cpp b/src/mongo/util/startup_test.cpp
index d4485be93ef..007ac9d5ad9 100644
--- a/src/mongo/util/startup_test.cpp
+++ b/src/mongo/util/startup_test.cpp
@@ -25,7 +25,7 @@
* 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 here.
+* then also delete it in the license file.
*/
#include "mongo/util/startup_test.h"
diff --git a/src/mongo/util/systeminfo.h b/src/mongo/util/systeminfo.h
index 847de0bb1a4..65157834513 100755
--- a/src/mongo/util/systeminfo.h
+++ b/src/mongo/util/systeminfo.h
@@ -23,7 +23,7 @@
* 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 here.
+ * then also delete it in the license file.
*/
#pragma once
diff --git a/src/mongo/util/systeminfo_linux2.cpp b/src/mongo/util/systeminfo_linux2.cpp
index 7a0f8baaba1..3d5c0f632b8 100755
--- a/src/mongo/util/systeminfo_linux2.cpp
+++ b/src/mongo/util/systeminfo_linux2.cpp
@@ -23,7 +23,7 @@
* 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 here.
+ * then also delete it in the license file.
*/
#include "mongo/pch.h"
diff --git a/src/mongo/util/systeminfo_none.cpp b/src/mongo/util/systeminfo_none.cpp
index 04c42fd0149..b0b1b274dfa 100755
--- a/src/mongo/util/systeminfo_none.cpp
+++ b/src/mongo/util/systeminfo_none.cpp
@@ -23,7 +23,7 @@
* 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 here.
+ * then also delete it in the license file.
*/
#include "mongo/pch.h"
diff --git a/src/mongo/util/systeminfo_win32.cpp b/src/mongo/util/systeminfo_win32.cpp
index eb5003c1c33..d1dcd5d3b88 100755
--- a/src/mongo/util/systeminfo_win32.cpp
+++ b/src/mongo/util/systeminfo_win32.cpp
@@ -23,7 +23,7 @@
* 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 here.
+ * then also delete it in the license file.
*/
#include "mongo/pch.h"
diff --git a/src/mongo/util/trace.cpp b/src/mongo/util/trace.cpp
index 71d92b522c3..3f43e2c7151 100755
--- a/src/mongo/util/trace.cpp
+++ b/src/mongo/util/trace.cpp
@@ -23,7 +23,7 @@
* 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 here.
+ * then also delete it in the license file.
*/
#include "mongo/util/trace.h"
diff --git a/src/mongo/util/trace.h b/src/mongo/util/trace.h
index d4038cea791..2c8e7f1d327 100755
--- a/src/mongo/util/trace.h
+++ b/src/mongo/util/trace.h
@@ -23,7 +23,7 @@
* 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 here.
+ * then also delete it in the license file.
*/
#pragma once
diff --git a/src/mongo/util/version.h b/src/mongo/util/version.h
index ea47db9834b..9150725ad10 100644
--- a/src/mongo/util/version.h
+++ b/src/mongo/util/version.h
@@ -23,7 +23,7 @@
* 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 here.
+* then also delete it in the license file.
*/
#ifndef UTIL_VERSION_HEADER
diff --git a/src/mongo/util/winutil.h b/src/mongo/util/winutil.h
index 52c5bf1dded..b4f38ecc9ab 100644
--- a/src/mongo/util/winutil.h
+++ b/src/mongo/util/winutil.h
@@ -25,7 +25,7 @@
// * 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 here.
+// * then also delete it in the license file.
// */
//
// #include "mongo/pch.h"