Skip to content

Latest commit

 

History

History
58 lines (37 loc) · 2.86 KB

File metadata and controls

58 lines (37 loc) · 2.86 KB

Third-party notice and licenses

LaTeXDaemon source code contains code snippets taken from the following articles.

MD5String

The MD5 class is a modification of the sample by Gary McNickle shared on CodeGuru http://www.codeguru.com/Cpp/Cpp/algorithms/article.php/c5087

Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All rights reserved. License to copy and use this software is granted provided that it is identified as the "RSA Data Security, Inc. MD5 Message-Digest Algorithm" in all material mentioning or referencing this software or this function. License is also granted to make and use derivative works provided that such works are identified as "derived from the RSA Data Security, Inc. MD5 Message-Digest Algorithm" in all material mentioning or referencing the derived work. RSA Data Security, Inc. makes no representations concerning either the merchantability of this software or the suitability of this software for any particular purpose. It is provided "as is" without express or implied warranty of any kind. These notices must be retained in any copies of any part of this documentation and/or software.

CSimpleOptions

Command line processing routine from The Code Project: https://www.codeproject.com/articles/1738/webcontrols/WebControls/

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author.

Console.h

Console color header file (Console.h) by Jaded Hobo from https://www.codeproject.com/kb/cpp/addcolorconsole.aspx

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

CommandLineToArgv

Functions CommandLineToArgvA and CommandLineToArgvW by Alexander A. Telyatnikov from http://alter.org.ua/en/docs/win/args/

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author.

Abs2Rel (path_conv.cpp)

Absolute/Relative path converter module by Boby Thomas from https://www.codeproject.com/articles/13800/webcontrols/

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author.

mylatex

Latex macros used to extract the preamble are inspired by the mylatex package by David Carlisle (no license)http://www.ctan.org/tex-archive/help/Catalogue/entries/mylatex.html

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author.

Redirector by Jeff Lee (redir.cpp)

This code has no explicit license attached to it. If in doubt please contact the author.