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