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