HTML Tidy license question [closed] - html

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 7 years ago.
Improve this question
I'm looking to use the HTML Tidy source code and modify it to add a few more features. Having read the license, I'm not quite sure if I will have to release the source of my modified application? I don't want to.

No, you don't have to. This is just a normal BSD-style licence.

Related

is the software in Google's Chromecast devices open source? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 9 years ago.
Improve this question
I have tried to find the answer but I don't see any place explaining what software is in the Chromecast and under what license is distributed. Is the software in Google's Chromecast devices open source?
Please see https://code.google.com/p/chromecast-mirrored-source/ for the open source portions of the product.

Search result in Google [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 8 years ago.
Improve this question
In the image below I have a search results from Google. I wonder what this type of detailed search result is called and how it's done? Thanks!
You're talking about sitelinks. Please have a look to: http://support.google.com/webmasters/bin/answer.py?hl=en&answer=47334
As stated in the article, it is not something you can force, Google decides whether your site is worth to have them or not.

Allow richtext commenting on blog [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 8 years ago.
Improve this question
Is there any security issue in allowing richtext commenting on blog for public visitors?
Is there any blog system that actually supports richtext commenting?
Can anyone advise?
You can always allow Markdown syntax. That way your users can do basic richtext formatting, but still be secure because no HTML code would be allowed.

is mupdf pdf library really open-source GPL? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 7 years ago.
Improve this question
I cannot find fitz.c file in mupdf folders. I can find fitz.h but, for example, I am not able to inspect the function
void fz_debug_obj(fz_obj *obj);
in detail, and other things I need.
Is it possible that some proprietary code is there so that using mupdf is not legal and they sue you when you make a derived work?
mupdf's full source is available via git at git://git.ghostscript.com/mupdf.git or in tar.gz format http://mupdf.googlecode.com/files/mupdf-0.9-source.tar.gz via http://code.google.com/p/mupdf/downloads/list.

Licensing specification [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 7 years ago.
Improve this question
I'm making open specification and I want people to be able implement specification for commercial and open source purposes. But I want to control all modifications to specification, so all modifications to specification itsef must be prohibited. What kind of license I can use for this specification?
Creative Commons +Attribution +NoDerivs?
This license allows for
redistribution, commercial and
non-commercial, as long as it is
passed along unchanged and in whole,
with credit to you.
See http://creativecommons.org/licenses/.