summaryrefslogtreecommitdiff
path: root/src/mongo/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/SConscript')
-rw-r--r--src/mongo/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/SConscript b/src/mongo/SConscript
index ceb7e7b3603..26c9d6b1c90 100644
--- a/src/mongo/SConscript
+++ b/src/mongo/SConscript
@@ -604,7 +604,7 @@ env.Append(MODULE_BANNERS = [distsrc.File('README'),
distsrc.File('THIRD-PARTY-NOTICES'),
distsrc.File('MPL-2')])
-# If no module has introduced a file named LICENSE.txt, then inject the AGPL.
+# If no module has introduced a file named LICENSE.txt, then inject the license.
if sum(itertools.imap(lambda x: x.name == "LICENSE.txt", env['MODULE_BANNERS'])) == 0:
env.Append(MODULE_BANNERS = [distsrc.File('LICENSE-Community.txt')])