From 9b804e35c15eafd938934d34d49c406cd305f5df Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Fri, 24 Jul 2020 09:20:12 +0200 Subject: [PATCH] use standard license name --- _CoqProject | 2 +- opam | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_CoqProject b/_CoqProject index 62919d736..aeb000f4f 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 c9121a20d..7776db8b5 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" -- GitLab