From 798b24aca87021e41a2a6684f4a485c13aa5f729 Mon Sep 17 00:00:00 2001 From: Marcello Seri Date: Wed, 12 Jun 2024 13:52:01 +0200 Subject: [PATCH] Apply suggestions from code review --- .../ocsipersist-dbm-config/ocsipersist-dbm-config.2.0.0/opam | 2 +- packages/ocsipersist-dbm/ocsipersist-dbm.2.0.0/opam | 2 +- packages/ocsipersist-lib/ocsipersist-lib.2.0.0/opam | 2 +- .../ocsipersist-pgsql-config.2.0.0/opam | 2 +- packages/ocsipersist-pgsql/ocsipersist-pgsql.2.0.0/opam | 2 +- .../ocsipersist-sqlite-config.2.0.0/opam | 2 +- packages/ocsipersist-sqlite/ocsipersist-sqlite.2.0.0/opam | 2 +- packages/ocsipersist/ocsipersist.2.0.0/opam | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/ocsipersist-dbm-config/ocsipersist-dbm-config.2.0.0/opam b/packages/ocsipersist-dbm-config/ocsipersist-dbm-config.2.0.0/opam index fdb839172aa..c2b4f2fe99a 100644 --- a/packages/ocsipersist-dbm-config/ocsipersist-dbm-config.2.0.0/opam +++ b/packages/ocsipersist-dbm-config/ocsipersist-dbm-config.2.0.0/opam @@ -1,7 +1,7 @@ opam-version: "2.0" authors: "The Ocsigen team " maintainer: "Jan Rochel " -license: "LGPL-2.1-only with OCaml-LGPL-linking-exception" +license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" synopsis: "Ocsigen Server configuration file extension for ocsipersist-dbm" description: "Load this package from Ocsigen Server's configuration file if you want to use the DBM storage backend." diff --git a/packages/ocsipersist-dbm/ocsipersist-dbm.2.0.0/opam b/packages/ocsipersist-dbm/ocsipersist-dbm.2.0.0/opam index e8b25557876..70e735d7a35 100644 --- a/packages/ocsipersist-dbm/ocsipersist-dbm.2.0.0/opam +++ b/packages/ocsipersist-dbm/ocsipersist-dbm.2.0.0/opam @@ -1,7 +1,7 @@ opam-version: "2.0" authors: "The Ocsigen team " maintainer: "Jan Rochel " -license: "LGPL-2.1-only with OCaml-LGPL-linking-exception" +license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" synopsis: "Persistent key/value storage for OCaml using DBM" description: "This library provides a DBM backend for the unified key/value storage frontend as defined in the ocsipersist package." diff --git a/packages/ocsipersist-lib/ocsipersist-lib.2.0.0/opam b/packages/ocsipersist-lib/ocsipersist-lib.2.0.0/opam index b46a733f989..e0fa2605aaa 100644 --- a/packages/ocsipersist-lib/ocsipersist-lib.2.0.0/opam +++ b/packages/ocsipersist-lib/ocsipersist-lib.2.0.0/opam @@ -1,7 +1,7 @@ opam-version: "2.0" authors: "The Ocsigen team " maintainer: "Jan Rochel " -license: "LGPL-2.1-only with OCaml-LGPL-linking-exception" +license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" synopsis: "Persistent key/value storage for OCaml - support library" description: "This library defines signatures and auxiliary tools for defining backends for the Ocsipersist frontent. Ocsipersist is used pervasively in Eliom/Ocsigen to handle sessions and references. It can be used as an extension for ocsigenserver or as a library. Implementations of the following backends currently exist: DBM, PostgreSQL, SQLite." diff --git a/packages/ocsipersist-pgsql-config/ocsipersist-pgsql-config.2.0.0/opam b/packages/ocsipersist-pgsql-config/ocsipersist-pgsql-config.2.0.0/opam index c94729ee9b3..489c58b05cb 100644 --- a/packages/ocsipersist-pgsql-config/ocsipersist-pgsql-config.2.0.0/opam +++ b/packages/ocsipersist-pgsql-config/ocsipersist-pgsql-config.2.0.0/opam @@ -1,7 +1,7 @@ opam-version: "2.0" authors: "The Ocsigen team " maintainer: "Jan Rochel " -license: "LGPL-2.1-only with OCaml-LGPL-linking-exception" +license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" synopsis: "Ocsigen Server configuration file extension for ocsipersist-pgsql" description: "Load this package from Ocsigen Server's configuration file if you want to use the PostgreSQL storage backend." diff --git a/packages/ocsipersist-pgsql/ocsipersist-pgsql.2.0.0/opam b/packages/ocsipersist-pgsql/ocsipersist-pgsql.2.0.0/opam index 2d012a4f1d4..8d130f71c00 100644 --- a/packages/ocsipersist-pgsql/ocsipersist-pgsql.2.0.0/opam +++ b/packages/ocsipersist-pgsql/ocsipersist-pgsql.2.0.0/opam @@ -1,7 +1,7 @@ opam-version: "2.0" authors: "The Ocsigen team " maintainer: "Jan Rochel " -license: "LGPL-2.1-only with OCaml-LGPL-linking-exception" +license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" synopsis: "Persistent key/value storage for OCaml using PostgreSQL" description: "This library provides a PostgreSQL backend for the unified key/value storage frontend as defined in the ocsipersist package." diff --git a/packages/ocsipersist-sqlite-config/ocsipersist-sqlite-config.2.0.0/opam b/packages/ocsipersist-sqlite-config/ocsipersist-sqlite-config.2.0.0/opam index 31b52143886..2632fe439ba 100644 --- a/packages/ocsipersist-sqlite-config/ocsipersist-sqlite-config.2.0.0/opam +++ b/packages/ocsipersist-sqlite-config/ocsipersist-sqlite-config.2.0.0/opam @@ -1,7 +1,7 @@ opam-version: "2.0" authors: "The Ocsigen team " maintainer: "Jan Rochel " -license: "LGPL-2.1-only with OCaml-LGPL-linking-exception" +license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" synopsis: "Ocsigen Server configuration file extension for ocsipersist-sqlite" description: "Load this package from Ocsigen Server's configuration file if you want to use the SQLite storage backend." diff --git a/packages/ocsipersist-sqlite/ocsipersist-sqlite.2.0.0/opam b/packages/ocsipersist-sqlite/ocsipersist-sqlite.2.0.0/opam index c343de934e5..412ff570e17 100644 --- a/packages/ocsipersist-sqlite/ocsipersist-sqlite.2.0.0/opam +++ b/packages/ocsipersist-sqlite/ocsipersist-sqlite.2.0.0/opam @@ -1,7 +1,7 @@ opam-version: "2.0" authors: "The Ocsigen team " maintainer: "Jan Rochel " -license: "LGPL-2.1-only with OCaml-LGPL-linking-exception" +license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" synopsis: "Persistent key/value storage for OCaml using SQLite" description: "This library provides a SQLite backend for the unified key/value storage frontend as defined in the ocsipersist package." diff --git a/packages/ocsipersist/ocsipersist.2.0.0/opam b/packages/ocsipersist/ocsipersist.2.0.0/opam index fc5a8a3acb4..1bd51b34958 100644 --- a/packages/ocsipersist/ocsipersist.2.0.0/opam +++ b/packages/ocsipersist/ocsipersist.2.0.0/opam @@ -1,7 +1,7 @@ opam-version: "2.0" authors: "The Ocsigen team " maintainer: "Jan Rochel " -license: "LGPL-2.1-only with OCaml-LGPL-linking-exception" +license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" synopsis: "Persistent key-value storage for OCaml using multiple backends" description: "This is an virtual library defining a unified frontend for a number of key-value storage implementations. Implementations of the following backends currently exist: DBM, PostgreSQL, SQLite."