summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2016-01-13 11:34:51 +0000
committerRichard Hughes <richard@hughsie.com>2016-01-13 11:34:51 +0000
commit2fdc49d75f58a0678353384fc7724192e22e9805 (patch)
tree93c21c74d71f040b1e01164fd2ada9cf28bd6a57
parent30ae47c8f7d6ccb1c8d24b37040ff175db5473e8 (diff)
downloadappstream-glib-2fdc49d75f58a0678353384fc7724192e22e9805.tar.gz
trivial: Fix the Since: value on as_utils_is_spdx_license()
-rw-r--r--libappstream-glib/as-utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libappstream-glib/as-utils.c b/libappstream-glib/as-utils.c
index 1cdf832..1c8dc78 100644
--- a/libappstream-glib/as-utils.c
+++ b/libappstream-glib/as-utils.c
@@ -816,7 +816,7 @@ as_utils_is_spdx_license (const gchar *license)
*
* Returns: the best-effort SPDX license string
*
- * Since: 0.2.5
+ * Since: 0.5.5
**/
gchar *
as_utils_license_to_spdx (const gchar *license)