Skip to content

Commit

Permalink
Rename files
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkobrombin committed Oct 26, 2020
1 parent 7213892 commit 8a114a9
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 0 deletions.
74 changes: 74 additions & 0 deletions data/com.github.linuxhubit.license.appdata.xml.in
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>
10 changes: 10 additions & 0 deletions data/com.github.linuxhubit.license.desktop.in
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;

0 comments on commit 8a114a9

Please sign in to comment.