retdec/tests
Petr Zemek 6ee0385eb5 Remove the copyright comment from the outputs generated by RetDec.
It is a historical artifact from the times there was a decompilation service on
https://retdec.com. Now that RetDec is open-source, it makes little sense to
have the comment there. Even the usefulness of its presence in the past is
debatable.

Here is a quote from GPL FAQ [1], which I believe (but IANAL) applies to other
licenses as well:

> Q: Is there some way that I can GPL the output people get from use of my
> program? For example, if my program is used to develop hardware designs, can I
> require that these designs must be free?
>
> A: In general this is legally impossible; copyright law does not give you any
> say in the use of the output people make from their data using your program. If
> the user uses your program to enter or convert her own data, the copyright on
> the output belongs to her, not you. More generally, when a program translates
> its input into some other form, the copyright status of the output inherits
> that of the input it was generated from.

[1] https://www.gnu.org/licenses/gpl-faq.html#GPLOutput
2020-08-26 07:29:48 +02:00
..
bin2llvmir Remove the copyright comment from the outputs generated by RetDec. 2020-08-26 07:29:48 +02:00
capstone2llvmir tests/capstone2llvmir: add MSVC flag /bigobj 2020-06-11 21:18:24 +02:00
common New build system (#730) 2020-04-05 16:50:56 +02:00
config Retdec is a library now (#779) 2020-06-05 07:42:46 +02:00
ctypes New build system (#730) 2020-04-05 16:50:56 +02:00
ctypesparser New build system (#730) 2020-04-05 16:50:56 +02:00
demangler New build system (#730) 2020-04-05 16:50:56 +02:00
fileformat New build system (#730) 2020-04-05 16:50:56 +02:00
llvmir2hll Provide unified logging interface (#816) 2020-07-23 09:29:10 +02:00
llvmir-emul New build system (#730) 2020-04-05 16:50:56 +02:00
loader New build system (#730) 2020-04-05 16:50:56 +02:00
serdes New build system (#730) 2020-04-05 16:50:56 +02:00
unpacker New build system (#730) 2020-04-05 16:50:56 +02:00
utils utils: replace our filesystem_path with std::filesystem (#806) 2020-07-17 14:55:22 +02:00
CMakeLists.txt New build system (#730) 2020-04-05 16:50:56 +02:00