1
0
mirror of https://git.tukaani.org/xz.git synced 2025-09-27 21:08:18 +00:00
xz/src/lzmainfo/lzmainfo_w32res.rc
Lasse Collin 689e0228ba Change most public domain parts to 0BSD.
Translations and doc/xz-file-format.txt and doc/lzma-file-format.txt
were not touched.

COPYING.0BSD was added.
2024-02-14 18:31:12 +02:00

10 lines
199 B
Plaintext

/*
* Author: Lasse Collin
*/
#define MY_TYPE VFT_APP
#define MY_NAME "lzmainfo"
#define MY_SUFFIX ".exe"
#define MY_DESC "lzmainfo shows information about .lzma files"
#include "common_w32res.rc"