Hi Tom

On Sun, Aug 1, 2021 at 1:39 PM tom ehlert <t...@drivesnapshot.de> wrote:
>[..]
>         KITTENC - catgets/kittengets compatible resource compiler
>
> KITTENC 'compiles' language resources to strings and attaches
> these strings to the executable program such that the program can
> retrieve these strings at execution time. This way it is enough to
> copy a file to another place WITHOUT taking care that the resources
> (in the NLS directory) are also copied.
>[..]
>
> download from www.drivesnapshot.de/freedos/kittenc1.zip
>
> the project is mostly done; time for feedback.
>
> btw: the code for the new KITTEN is down to ~500, but requires
> sprintf() and printf()
>


Good to see this update. I look forward to trying this out.

One comment from reviewing the code - you use this comment at the top
of both kittenc.c and kitten.c:

> /*
>   This software is free software; free to use,
>   modify, pass to others, whatever
>
>   use it at your own risk
> */
>

However, you don't include a license file (usually LICENSE.TXT or
COPYING.TXT) to indicate what "free software" license you are using.
Can you be more specific? Is this under the GNU GPL? GNU LGPL? MIT?
BSD? Apache? Or some other license?


_______________________________________________
Freedos-devel mailing list
Freedos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-devel

Reply via email to