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