diff --git a/_CoqProject b/_CoqProject
index 62919d7368992eee5bcbf4b45d7141b43ee87ae9..aeb000f4f9688fe2d061808041c8fbcba5b6efe8 100644
--- a/_CoqProject
+++ b/_CoqProject
@@ -2,7 +2,7 @@
 # We sometimes want to locally override notation (e.g. in proofmode/base.v, bi/embedding.v), and there
 # is no good way to do that with scopes.
 -arg -w -arg -notation-overridden
-# non-canonical projections (https://github.com/coq/coq/pull/10076) do not exist yet in 8.9.
+# Non-canonical projections (https://github.com/coq/coq/pull/10076) do not exist yet in 8.9.
 -arg -w -arg -redundant-canonical-projection
 # change_no_check does not exist yet in 8.9.
 -arg -w -arg -convert_concl_no_check
diff --git a/opam b/opam
index c9121a20d7311e6460a03910cc8b8f542e7eba11..7776db8b51d46cdbc37ccd065e01fe182e6967db 100644
--- a/opam
+++ b/opam
@@ -2,7 +2,7 @@ opam-version: "2.0"
 name: "coq-iris"
 maintainer: "Ralf Jung <jung@mpi-sws.org>"
 authors: "The Iris Team"
-license: "BSD"
+license: "BSD-3-Clause"
 homepage: "https://iris-project.org/"
 bug-reports: "https://gitlab.mpi-sws.org/iris/iris/issues"
 dev-repo: "git+https://gitlab.mpi-sws.org/iris/iris.git"