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