LICENSE 868 B

1234567891011121314151617181920
  1. The mzsql grammar, in syntaxes/mzsql.tmLanguage.json, is derived from
  2. the original SQL TextMate bundle, available online at
  3. https://github.com/textmate/sql.tmbundle/blob/6d4edbc113d3272f7c097d6b1504624289ee2bc5/Syntaxes/SQL.plist
  4. with the following license:
  5. Permission to copy, use, modify, sell and distribute this
  6. software is granted. This software is provided "as is" without
  7. express or implied warranty, and with no claim as to its
  8. suitability for any purpose.
  9. That grammar was later imported into the vscode-mssql plugin, available
  10. online at
  11. https://github.com/microsoft/vscode-mssql/blob/50a2461aa2cb2fe3a307d7605be238856e4158ce/syntaxes/SQL.plist
  12. and modified by various contributors, who agreed to license their
  13. contributions under the MIT license, a copy of which can be found in
  14. the LICENSE file at the root of this repository.