-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7213892
commit 8a114a9
Showing
2 changed files
with
84 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- Copyright (c) 2020 Mirko Brombin <[email protected]> --> | ||
<component type="desktop"> | ||
<id>com.github.linuxhubit.license</id> | ||
<metadata_license>CC0-1.0</metadata_license> | ||
<project_license>GPL-3.0+</project_license> | ||
<name>License</name> | ||
<summary>Choose your project license</summary> | ||
<description> | ||
<p>An application that helps you finding the best license for your open source project</p> | ||
</description> | ||
<provides> | ||
<binary>com.github.linuxhubit.license</binary> | ||
</provides> | ||
<releases> | ||
<release version="1.0.4" date="2020-26-10"> | ||
<description> | ||
<p>Dutch translation by Vistaus</p> | ||
<p>Portoguese translation by rottenpants466</p> | ||
<p>French translation by NathanBnm</p> | ||
<p>New icon by Fatih20</p> | ||
<p>Change app category</p> | ||
</description> | ||
</release> | ||
</releases> | ||
<screenshots> | ||
<screenshot type="default"> | ||
<image>https://raw.githubusercontent.com/linuxhubit/license/master/data/screenshot-1.png</image> | ||
</screenshot> | ||
<screenshot> | ||
<image>https://raw.githubusercontent.com/linuxhubit/license/master/data/screenshot-2.png</image> | ||
</screenshot> | ||
</screenshots> | ||
|
||
<content_rating type="oars-1.1"> | ||
<content_attribute id="violence-cartoon">none</content_attribute> | ||
<content_attribute id="violence-fantasy">none</content_attribute> | ||
<content_attribute id="violence-realistic">none</content_attribute> | ||
<content_attribute id="violence-bloodshed">none</content_attribute> | ||
<content_attribute id="violence-sexual">none</content_attribute> | ||
<content_attribute id="violence-desecration">none</content_attribute> | ||
<content_attribute id="violence-slavery">none</content_attribute> | ||
<content_attribute id="violence-worship">none</content_attribute> | ||
<content_attribute id="drugs-alcohol">none</content_attribute> | ||
<content_attribute id="drugs-narcotics">none</content_attribute> | ||
<content_attribute id="drugs-tobacco">none</content_attribute> | ||
<content_attribute id="sex-nudity">none</content_attribute> | ||
<content_attribute id="sex-themes">none</content_attribute> | ||
<content_attribute id="sex-homosexuality">none</content_attribute> | ||
<content_attribute id="sex-prostitution">none</content_attribute> | ||
<content_attribute id="sex-adultery">none</content_attribute> | ||
<content_attribute id="sex-appearance">none</content_attribute> | ||
<content_attribute id="language-profanity">none</content_attribute> | ||
<content_attribute id="language-humor">none</content_attribute> | ||
<content_attribute id="language-discrimination">none</content_attribute> | ||
<content_attribute id="social-chat">none</content_attribute> | ||
<content_attribute id="social-info">none</content_attribute> | ||
<content_attribute id="social-audio">none</content_attribute> | ||
<content_attribute id="social-location">none</content_attribute> | ||
<content_attribute id="social-contacts">none</content_attribute> | ||
<content_attribute id="money-purchasing">none</content_attribute> | ||
<content_attribute id="money-gambling">none</content_attribute> | ||
</content_rating> | ||
|
||
<developer_name>Mirko Brombin</developer_name> | ||
<url type="homepage">https://github.com/linuxhubit/license</url> | ||
<url type="bugtracker">https://github.com/linuxhubit/license/issues</url> | ||
<url type="help">https://github.com/linuxhubit/license</url> | ||
<update_contact>[email protected]</update_contact> | ||
<custom> | ||
<value key="x-appcenter-color-primary">#3278cd</value> | ||
<value key="x-appcenter-color-primary-text">rgb(157, 200, 236)</value> | ||
</custom> | ||
</component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
[Desktop Entry] | ||
Type=Application | ||
Name=License | ||
GenericName=License chooser | ||
Comment=Choose your project license | ||
Exec=com.github.linuxhubit.license %U | ||
Icon=com.github.linuxhubit.license | ||
Terminal=false | ||
Categories=Utility;Development; | ||
Keywords=license; |