summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRamon Fernandez <ramon@mongodb.com>2018-10-16 12:52:49 -0400
committerRamon Fernandez <ramon@mongodb.com>2018-10-16 12:52:49 -0400
commitbe78169ede83e604bdd9ba602d4b449548477311 (patch)
tree83fa082f858bd3287b94f4386409a038b79df457
parent66b0c6b6732680d21fb1ee8a423ec49f0fc92453 (diff)
downloadmongo-be78169ede83e604bdd9ba602d4b449548477311.tar.gz
SERVER-37651 Fix packaging references to license files
-rw-r--r--debian/mongodb-org-server.docs2
-rw-r--r--debian/mongodb-org-unstable-server.docs2
-rw-r--r--rpm/mongo.mdv.spec4
-rw-r--r--rpm/mongodb-enterprise-init.spec2
-rw-r--r--rpm/mongodb-enterprise-unstable-init.spec2
-rw-r--r--rpm/mongodb-enterprise-unstable.spec2
-rw-r--r--rpm/mongodb-enterprise.spec2
-rw-r--r--rpm/mongodb-org-init.spec6
-rw-r--r--rpm/mongodb-org-unstable-init.spec6
-rw-r--r--rpm/mongodb-org-unstable.spec6
-rw-r--r--rpm/mongodb-org.spec6
11 files changed, 20 insertions, 20 deletions
diff --git a/debian/mongodb-org-server.docs b/debian/mongodb-org-server.docs
index b1cea8cce6f..a280026b6f9 100644
--- a/debian/mongodb-org-server.docs
+++ b/debian/mongodb-org-server.docs
@@ -1,4 +1,4 @@
-GNU-AGPL-3.0
+LICENSE-Community.txt
README
THIRD-PARTY-NOTICES
MPL-2
diff --git a/debian/mongodb-org-unstable-server.docs b/debian/mongodb-org-unstable-server.docs
index b1cea8cce6f..a280026b6f9 100644
--- a/debian/mongodb-org-unstable-server.docs
+++ b/debian/mongodb-org-unstable-server.docs
@@ -1,4 +1,4 @@
-GNU-AGPL-3.0
+LICENSE-Community.txt
README
THIRD-PARTY-NOTICES
MPL-2
diff --git a/rpm/mongo.mdv.spec b/rpm/mongo.mdv.spec
index c3de80cc751..16378f77ad2 100644
--- a/rpm/mongo.mdv.spec
+++ b/rpm/mongo.mdv.spec
@@ -6,7 +6,7 @@ Name: %{name}
Version: %{version}
Release: %{release}
Summary: MongoDB client shell and tools
-License: AGPL 3.0
+License: SSPL 1.0
URL: http://www.mongodb.org
Group: Databases
@@ -130,7 +130,7 @@ fi
%files
%defattr(-,root,root,-)
-%doc README GNU-AGPL-3.0.txt
+%doc README LICENSE-Community.txt
%{_bindir}/install_compass
%{_bindir}/mongo
diff --git a/rpm/mongodb-enterprise-init.spec b/rpm/mongodb-enterprise-init.spec
index 78f04f08cc6..ba72739c97d 100644
--- a/rpm/mongodb-enterprise-init.spec
+++ b/rpm/mongodb-enterprise-init.spec
@@ -255,7 +255,7 @@ fi
%files tools
%defattr(-,root,root,-)
-#%doc README GNU-AGPL-3.0.txt
+#%doc README LICENSE-Community.txt
%{_bindir}/bsondump
%{_bindir}/install_compass
diff --git a/rpm/mongodb-enterprise-unstable-init.spec b/rpm/mongodb-enterprise-unstable-init.spec
index 55d25d17877..83ce83c1356 100644
--- a/rpm/mongodb-enterprise-unstable-init.spec
+++ b/rpm/mongodb-enterprise-unstable-init.spec
@@ -244,7 +244,7 @@ fi
%files tools
%defattr(-,root,root,-)
-#%doc README GNU-AGPL-3.0.txt
+#%doc README LICENSE-Community.txt
%{_bindir}/bsondump
%{_bindir}/install_compass
diff --git a/rpm/mongodb-enterprise-unstable.spec b/rpm/mongodb-enterprise-unstable.spec
index 16b32774eeb..8d936953f76 100644
--- a/rpm/mongodb-enterprise-unstable.spec
+++ b/rpm/mongodb-enterprise-unstable.spec
@@ -241,7 +241,7 @@ fi
%files tools
%defattr(-,root,root,-)
-#%doc README GNU-AGPL-3.0.txt
+#%doc README LICENSE-Community.txt
%{_bindir}/bsondump
%{_bindir}/install_compass
diff --git a/rpm/mongodb-enterprise.spec b/rpm/mongodb-enterprise.spec
index c4476280cf4..7a3ea2cd0cb 100644
--- a/rpm/mongodb-enterprise.spec
+++ b/rpm/mongodb-enterprise.spec
@@ -251,7 +251,7 @@ fi
%files tools
%defattr(-,root,root,-)
-#%doc README GNU-AGPL-3.0.txt
+#%doc README LICENSE-Community.txt
%{_bindir}/bsondump
%{_bindir}/install_compass
diff --git a/rpm/mongodb-org-init.spec b/rpm/mongodb-org-init.spec
index 8bc85f2a2a7..bd67331180c 100644
--- a/rpm/mongodb-org-init.spec
+++ b/rpm/mongodb-org-init.spec
@@ -6,7 +6,7 @@ Release: %{dynamic_release}%{?dist}
Obsoletes: mongo-10gen
Provides: mongo-10gen
Summary: MongoDB open source document-oriented database system (metapackage)
-License: AGPL 3.0
+License: SSPL 1.0
URL: http://www.mongodb.org
Group: Applications/Databases
Requires: mongodb-org-server = %{version}, mongodb-org-shell = %{version}, mongodb-org-mongos = %{version}, mongodb-org-tools = %{version}
@@ -231,7 +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 GNU-AGPL-3.0
+%doc LICENSE-Community.txt
%doc README
%doc THIRD-PARTY-NOTICES
%doc MPL-2
@@ -250,7 +250,7 @@ fi
%files tools
%defattr(-,root,root,-)
-#%doc README GNU-AGPL-3.0.txt
+#%doc README LICENSE-Community.txt
%{_bindir}/bsondump
%{_bindir}/install_compass
diff --git a/rpm/mongodb-org-unstable-init.spec b/rpm/mongodb-org-unstable-init.spec
index 04575b90b3a..70fe4ae710a 100644
--- a/rpm/mongodb-org-unstable-init.spec
+++ b/rpm/mongodb-org-unstable-init.spec
@@ -4,7 +4,7 @@ Conflicts: mongo-10gen, mongo-10gen-enterprise, mongo-10gen-enterprise-server, m
Version: %{dynamic_version}
Release: %{dynamic_release}%{?dist}
Summary: MongoDB open source document-oriented database system (metapackage)
-License: AGPL 3.0
+License: SSPL 1.0
URL: http://www.mongodb.org
Group: Applications/Databases
Requires: mongodb-org-unstable-server = %{version}, mongodb-org-unstable-shell = %{version}, mongodb-org-unstable-mongos = %{version}, mongodb-org-unstable-tools = %{version}
@@ -221,7 +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 GNU-AGPL-3.0
+%doc LICENSE-Community.txt
%doc README
%doc THIRD-PARTY-NOTICES
%doc MPL-2
@@ -238,7 +238,7 @@ fi
%files tools
%defattr(-,root,root,-)
-#%doc README GNU-AGPL-3.0.txt
+#%doc README LICENSE-Community.txt
%{_bindir}/bsondump
%{_bindir}/install_compass
diff --git a/rpm/mongodb-org-unstable.spec b/rpm/mongodb-org-unstable.spec
index 7903d7067ab..2f1100ee77d 100644
--- a/rpm/mongodb-org-unstable.spec
+++ b/rpm/mongodb-org-unstable.spec
@@ -4,7 +4,7 @@ Conflicts: mongo-10gen, mongo-10gen-enterprise, mongo-10gen-enterprise-server, m
Version: %{dynamic_version}
Release: %{dynamic_release}%{?dist}
Summary: MongoDB open source document-oriented database system (metapackage)
-License: AGPL 3.0
+License: SSPL 1.0
URL: http://www.mongodb.org
Group: Applications/Databases
Requires: mongodb-org-unstable-server = %{version}, mongodb-org-unstable-shell = %{version}, mongodb-org-unstable-mongos = %{version}, mongodb-org-unstable-tools = %{version}
@@ -217,7 +217,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 GNU-AGPL-3.0
+%doc LICENSE-Community.txt
%doc README
%doc THIRD-PARTY-NOTICES
%doc MPL-2
@@ -234,7 +234,7 @@ fi
%files tools
%defattr(-,root,root,-)
-#%doc README GNU-AGPL-3.0.txt
+#%doc README LICENSE-Community.txt
%{_bindir}/bsondump
%{_bindir}/install_compass
diff --git a/rpm/mongodb-org.spec b/rpm/mongodb-org.spec
index 4bc3d6f4e48..d4abf26cd03 100644
--- a/rpm/mongodb-org.spec
+++ b/rpm/mongodb-org.spec
@@ -6,7 +6,7 @@ Release: %{dynamic_release}%{?dist}
Obsoletes: mongo-10gen
Provides: mongo-10gen
Summary: MongoDB open source document-oriented database system (metapackage)
-License: AGPL 3.0
+License: SSPL 1.0
URL: http://www.mongodb.org
Group: Applications/Databases
Requires: mongodb-org-server = %{version}, mongodb-org-shell = %{version}, mongodb-org-mongos = %{version}, mongodb-org-tools = %{version}
@@ -227,7 +227,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 GNU-AGPL-3.0
+%doc LICENSE-Community.txt
%doc README
%doc THIRD-PARTY-NOTICES
%doc MPL-2
@@ -246,7 +246,7 @@ fi
%files tools
%defattr(-,root,root,-)
-#%doc README GNU-AGPL-3.0.txt
+#%doc README LICENSE-Community.txt
%{_bindir}/bsondump
%{_bindir}/install_compass