Преглед изворни кода

UI: Fix the license in the AppStream metadata

The "or later" must be specified in the identifier or it will be seen
as "only".
tytan652 пре 2 година
родитељ
комит
3c1733b40d
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      UI/xdg-data/com.obsproject.Studio.appdata.xml.in

+ 1 - 1
UI/xdg-data/com.obsproject.Studio.appdata.xml.in

@@ -3,7 +3,7 @@
   <id>com.obsproject.Studio</id>
   <launchable type="desktop-id">com.obsproject.Studio.desktop</launchable>
   <metadata_license>CC0-1.0</metadata_license>
-  <project_license>GPL-2.0</project_license>
+  <project_license>GPL-2.0-or-later</project_license>
   <name>OBS Studio</name>
   <developer_name>OBS Project</developer_name>
   <summary>Live streaming and video recording software</summary>