1
0
mirror of synced 2025-02-17 18:59:21 +01:00

build: Change appdata metadata file license to CC0 (#727)

This commit is contained in:
Jonathan Wright 2022-09-04 13:24:04 -05:00 committed by GitHub
parent 22b6bdb5cf
commit 219afb6244
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application"> <component type="desktop-application">
<id>imhex</id> <id>imhex</id>
<metadata_license>GPL-2.0</metadata_license> <metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0</project_license> <project_license>GPL-2.0</project_license>
<name>ImHex</name> <name>ImHex</name>
<summary>A Hex Editor for Reverse Engineers, Programmers and people who value their retinas when working at 3 AM</summary> <summary>A Hex Editor for Reverse Engineers, Programmers and people who value their retinas when working at 3 AM</summary>
<description> <description>
<p>ImHex is a feature-rich Hex Editor aimed towards Reverse Engineers working with foreign data formats, malware, executables and raw memory. <p>ImHex is a feature-rich Hex Editor aimed towards Reverse Engineers working with foreign data formats, malware, executables and raw memory.
Besides all the features a common Hex Editor has, ImHex also features a custom scripting language used to declare and dissect data structures, support for running YARA rules, a node-based graphical data pre-processor and support for various data sources such as files, raw disks or GDB Servers.</p> Besides all the features a common Hex Editor has, ImHex also features a custom scripting language used to declare and dissect data structures, support for running YARA rules, a node-based graphical data pre-processor and support for various data sources such as files, raw disks or GDB Servers.</p>
</description> </description>
<launchable type="desktop-id">imhex.desktop</launchable> <launchable type="desktop-id">imhex.desktop</launchable>
@ -19,4 +19,4 @@ Besides all the features a common Hex Editor has, ImHex also features a custom s
<provides> <provides>
<id>imhex.desktop</id> <id>imhex.desktop</id>
</provides> </provides>
</component> </component>