From a08f97d48600cf48eae7ebcdff0147378cb1536b Mon Sep 17 00:00:00 2001 From: Vincent Balat Date: Wed, 12 Jun 2024 23:36:51 +0200 Subject: [PATCH] Update licence as requested by opam --- ocsipersist-dbm-config.opam | 2 +- ocsipersist-dbm.opam | 2 +- ocsipersist-lib.opam | 2 +- ocsipersist-pgsql-config.opam | 2 +- ocsipersist-pgsql.opam | 2 +- ocsipersist-sqlite-config.opam | 2 +- ocsipersist-sqlite.opam | 2 +- ocsipersist.opam | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ocsipersist-dbm-config.opam b/ocsipersist-dbm-config.opam index 769cf91..7c741ad 100644 --- a/ocsipersist-dbm-config.opam +++ b/ocsipersist-dbm-config.opam @@ -3,7 +3,7 @@ name: "ocsipersist-dbm-config" version: "2.0.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/ocsipersist-dbm.opam b/ocsipersist-dbm.opam index 4ad8ea4..997c821 100644 --- a/ocsipersist-dbm.opam +++ b/ocsipersist-dbm.opam @@ -3,7 +3,7 @@ name: "ocsipersist-dbm" version: "2.0.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/ocsipersist-lib.opam b/ocsipersist-lib.opam index d648722..bc06ee5 100644 --- a/ocsipersist-lib.opam +++ b/ocsipersist-lib.opam @@ -3,7 +3,7 @@ name: "ocsipersist-lib" version: "2.0.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/ocsipersist-pgsql-config.opam b/ocsipersist-pgsql-config.opam index f92da82..7ac751e 100644 --- a/ocsipersist-pgsql-config.opam +++ b/ocsipersist-pgsql-config.opam @@ -3,7 +3,7 @@ name: "ocsipersist-pgsql-config" version: "2.0.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/ocsipersist-pgsql.opam b/ocsipersist-pgsql.opam index d228a59..4b41be4 100644 --- a/ocsipersist-pgsql.opam +++ b/ocsipersist-pgsql.opam @@ -3,7 +3,7 @@ name: "ocsipersist-pgsql" version: "2.0.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/ocsipersist-sqlite-config.opam b/ocsipersist-sqlite-config.opam index 8b39783..c376633 100644 --- a/ocsipersist-sqlite-config.opam +++ b/ocsipersist-sqlite-config.opam @@ -3,7 +3,7 @@ name: "ocsipersist-sqlite-config" version: "2.0.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/ocsipersist-sqlite.opam b/ocsipersist-sqlite.opam index 467ce31..dfc4c06 100644 --- a/ocsipersist-sqlite.opam +++ b/ocsipersist-sqlite.opam @@ -3,7 +3,7 @@ name: "ocsipersist-sqlite" version: "2.0.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/ocsipersist.opam b/ocsipersist.opam index adb213f..3ceab19 100644 --- a/ocsipersist.opam +++ b/ocsipersist.opam @@ -3,7 +3,7 @@ name: "ocsipersist" version: "2.0.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."