squizlabs / HTML_CodeSniffer

HTML_CodeSniffer is a client-side JavaScript application that checks a HTML document or source code, and detects violations of a defined coding standard. Comes with standards that cover the three conformance levels of the W3C's Web Content Accessibility Guidelines (WCAG) 2.0 and the U.S. Section 508 legislation.
https://squizlabs.github.io/HTML_CodeSniffer/
BSD 3-Clause "New" or "Revised" License
1.12k stars 246 forks source link

Why not make this open source #295

Closed mgifford closed 3 years ago

mgifford commented 3 years ago

Why not just make this an open source tool like axe? It is presently being treated like that, but not under the MIT or GPL which is the default.

gsherwood commented 3 years ago

It is, and always has been, an open source project. It's released under the BSD 3-clause licence: https://github.com/squizlabs/HTML_CodeSniffer/blob/master/licence.txt

mgifford commented 3 years ago

Thanks. How did I miss that? I think I expected to see a LICENSE.txt file in https://github.com/squizlabs/HTML_CodeSniffer