diff options
author | Ramon Fernandez <ramon@mongodb.com> | 2018-06-20 12:30:42 -0400 |
---|---|---|
committer | Ramon Fernandez <ramon@mongodb.com> | 2018-06-20 12:33:04 -0400 |
commit | c6b10c46cce635574297577f75f57b792b508893 (patch) | |
tree | 0a38caf01b707d01ed233529ab3c4cbf9c79e90c /rpm | |
parent | 43f8fc8c45b854c192f39368f843352c479008f5 (diff) | |
download | mongo-c6b10c46cce635574297577f75f57b792b508893.tar.gz |
SERVER-35665 Update license on all artifacts
License for Community artifacts is in the LICENSE-Community.txt file.
License for Enterprise artifacts is in the LICENSE-Enterprise.txt file.
This change also updates deb/rpm/msi packages.
Diffstat (limited to 'rpm')
-rw-r--r-- | rpm/mongodb-enterprise-init.spec | 2 | ||||
-rw-r--r-- | rpm/mongodb-enterprise-unstable-init.spec | 2 | ||||
-rw-r--r-- | rpm/mongodb-enterprise-unstable.spec | 2 | ||||
-rw-r--r-- | rpm/mongodb-enterprise.spec | 2 | ||||
-rw-r--r-- | rpm/mongodb-org-init.spec | 1 | ||||
-rw-r--r-- | rpm/mongodb-org-unstable-init.spec | 1 | ||||
-rw-r--r-- | rpm/mongodb-org-unstable.spec | 1 | ||||
-rw-r--r-- | rpm/mongodb-org.spec | 1 |
8 files changed, 8 insertions, 4 deletions
diff --git a/rpm/mongodb-enterprise-init.spec b/rpm/mongodb-enterprise-init.spec index 3a9a7b6a9c6..9e01ab36f81 100644 --- a/rpm/mongodb-enterprise-init.spec +++ b/rpm/mongodb-enterprise-init.spec @@ -236,7 +236,7 @@ fi %doc snmp/mongod.conf.master %doc snmp/mongod.conf.subagent %doc snmp/README-snmp.txt -%doc LICENSE.txt +%doc LICENSE-Enterprise.txt %doc README %doc THIRD-PARTY-NOTICES %doc MPL-2 diff --git a/rpm/mongodb-enterprise-unstable-init.spec b/rpm/mongodb-enterprise-unstable-init.spec index 6c3801871d4..3401cc5a2a3 100644 --- a/rpm/mongodb-enterprise-unstable-init.spec +++ b/rpm/mongodb-enterprise-unstable-init.spec @@ -227,7 +227,7 @@ fi %doc snmp/mongod.conf.master %doc snmp/mongod.conf.subagent %doc snmp/README-snmp.txt -%doc LICENSE.txt +%doc LICENSE-Enterprise.txt %doc README %doc THIRD-PARTY-NOTICES %doc MPL-2 diff --git a/rpm/mongodb-enterprise-unstable.spec b/rpm/mongodb-enterprise-unstable.spec index b80def4444f..599c1e07be2 100644 --- a/rpm/mongodb-enterprise-unstable.spec +++ b/rpm/mongodb-enterprise-unstable.spec @@ -229,7 +229,7 @@ fi %doc snmp/mongod.conf.master %doc snmp/mongod.conf.subagent %doc snmp/README-snmp.txt -%doc LICENSE.txt +%doc LICENSE-Enterprise.txt %doc README %doc THIRD-PARTY-NOTICES %doc MPL-2 diff --git a/rpm/mongodb-enterprise.spec b/rpm/mongodb-enterprise.spec index 7dfa6a25068..299d143d27e 100644 --- a/rpm/mongodb-enterprise.spec +++ b/rpm/mongodb-enterprise.spec @@ -236,7 +236,7 @@ fi %doc snmp/mongod.conf.master %doc snmp/mongod.conf.subagent %doc snmp/README-snmp.txt -%doc LICENSE.txt +%doc LICENSE-Enterprise.txt %doc README %doc THIRD-PARTY-NOTICES %doc MPL-2 diff --git a/rpm/mongodb-org-init.spec b/rpm/mongodb-org-init.spec index 9991e9e10b8..6e06aa74d55 100644 --- a/rpm/mongodb-org-init.spec +++ b/rpm/mongodb-org-init.spec @@ -231,6 +231,7 @@ fi %attr(0755,mongod,mongod) %dir /var/log/mongodb %attr(0755,mongod,mongod) %dir /var/run/mongodb %attr(0640,mongod,mongod) %config(noreplace) %verify(not md5 size mtime) /var/log/mongodb/mongod.log +%doc LICENSE-Community.txt %doc GNU-AGPL-3.0 %doc README %doc THIRD-PARTY-NOTICES diff --git a/rpm/mongodb-org-unstable-init.spec b/rpm/mongodb-org-unstable-init.spec index a3deb2add95..bb1acb1966c 100644 --- a/rpm/mongodb-org-unstable-init.spec +++ b/rpm/mongodb-org-unstable-init.spec @@ -221,6 +221,7 @@ fi %attr(0755,mongod,mongod) %dir /var/log/mongodb %attr(0755,mongod,mongod) %dir /var/run/mongodb %attr(0640,mongod,mongod) %config(noreplace) %verify(not md5 size mtime) /var/log/mongodb/mongod.log +%doc LICENSE-Community.txt %doc GNU-AGPL-3.0 %doc README %doc THIRD-PARTY-NOTICES diff --git a/rpm/mongodb-org-unstable.spec b/rpm/mongodb-org-unstable.spec index 2e572641aa0..1d112650a1b 100644 --- a/rpm/mongodb-org-unstable.spec +++ b/rpm/mongodb-org-unstable.spec @@ -221,6 +221,7 @@ fi %attr(0755,mongod,mongod) %dir /var/log/mongodb %attr(0755,mongod,mongod) %dir /var/run/mongodb %attr(0640,mongod,mongod) %config(noreplace) %verify(not md5 size mtime) /var/log/mongodb/mongod.log +%doc LICENSE-Community.txt %doc GNU-AGPL-3.0 %doc README %doc THIRD-PARTY-NOTICES diff --git a/rpm/mongodb-org.spec b/rpm/mongodb-org.spec index ab5cbca1a22..1c2d5148f37 100644 --- a/rpm/mongodb-org.spec +++ b/rpm/mongodb-org.spec @@ -231,6 +231,7 @@ fi %attr(0755,mongod,mongod) %dir /var/log/mongodb %attr(0755,mongod,mongod) %dir /var/run/mongodb %attr(0640,mongod,mongod) %config(noreplace) %verify(not md5 size mtime) /var/log/mongodb/mongod.log +%doc LICENSE-Community.txt %doc GNU-AGPL-3.0 %doc README %doc THIRD-PARTY-NOTICES |