diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2020-07-03 16:09:05 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2020-07-03 16:09:05 +0300 |
commit | 3b210a883b6ca29fb4b18c143b4963c03cdd34ea (patch) | |
tree | f96824af8a3145b2977d8bc49abf0d47b8dbfafd | |
parent | a14d5dca45cf88a9cfb2cfd3c870ef7128806efa (diff) |
Canonicalize license in manifest
-rw-r--r-- | manifest | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,8 +3,8 @@ name: libodb-pgsql version: 2.5.0-b.18.z project: odb summary: PostgreSQL ODB runtime library -license: GPLv2 -license: proprietary +license: GPL-2.0-only +license: other: proprietary ; Not free/open source. topics: C++, ORM, PostgreSQL, SQL description-file: README changes-file: NEWS |