Skip to content

Commit

Permalink
Release v7.19.0 (#5798)
Browse files Browse the repository at this point in the history
* Ignore liquid's test files

* Use nodejs 14.x

* Update all grammars

* Update cached licenses

* Version 7.19.0

* Tidy up gemspec
  • Loading branch information
lildude authored Feb 21, 2022
1 parent c132e25 commit 97bc889
Show file tree
Hide file tree
Showing 99 changed files with 198 additions and 160 deletions.
16 changes: 8 additions & 8 deletions github-linguist.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@ Gem::Specification.new do |s|
s.add_dependency 'charlock_holmes', '~> 0.7.7'
s.add_dependency 'escape_utils', '~> 1.2.0'
s.add_dependency 'mini_mime', '~> 1.0'
s.add_dependency 'rugged', '>= 0.25.1'
s.add_dependency 'rugged', '~> 1.0'

s.add_development_dependency 'minitest', '>= 5.14.2'
s.add_development_dependency 'minitest', '~> 5.15'
s.add_development_dependency 'rake-compiler', '~> 0.9'
s.add_development_dependency 'mocha'
s.add_development_dependency 'mocha', '~> 1.3'
s.add_development_dependency 'plist', '~>3.1'
s.add_development_dependency 'pry'
s.add_development_dependency 'rake'
s.add_development_dependency 'yajl-ruby'
s.add_development_dependency 'pry', '~> 0.14'
s.add_development_dependency 'rake', '~> 13.0'
s.add_development_dependency 'yajl-ruby', '~> 1.4'
s.add_development_dependency 'licensed', '~> 2.0'
s.add_development_dependency 'licensee'
s.add_development_dependency 'bundler', '>= 1.10'
s.add_development_dependency 'licensee', '~> 9.15'
s.add_development_dependency 'bundler', '~> 2.0'
end
12 changes: 12 additions & 0 deletions grammars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -713,6 +713,7 @@ vendor/grammars/latex.tmbundle:
vendor/grammars/linter-lilypond:
- source.lilypond
vendor/grammars/liquid-tm-grammar:
- liquid.injection
- text.html.liquid
vendor/grammars/lisp.tmbundle:
- source.lisp
Expand Down Expand Up @@ -978,6 +979,17 @@ vendor/grammars/vscode-hack:
vendor/grammars/vscode-hy:
- source.hy
vendor/grammars/vscode-ibmi-languages:
- source.bnd
- source.cl
- source.cmd
- source.dds.dspf
- source.dds.icff
- source.dds.lf
- source.dds.pf
- source.dds.prtf
- source.mi
- source.pnlgrp
- source.rpg
- source.rpgle
vendor/grammars/vscode-janet:
- source.janet
Expand Down
2 changes: 1 addition & 1 deletion lib/linguist/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.18.0
7.19.0
4 changes: 2 additions & 2 deletions tools/grammars/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ FROM golang:1.16

WORKDIR /go/src/github.com/github/linguist/tools/grammars

RUN curl -sL https://deb.nodesource.com/setup_6.x | bash - && \
RUN curl -sL https://deb.nodesource.com/setup_14.x | bash - && \
apt-get update && \
apt-get install -y nodejs cmake npm && \
apt-get install -y nodejs cmake && \
npm install -g season && \
cd /tmp && git clone https://github.com/vmg/pcre && \
mkdir -p /tmp/pcre/build && cd /tmp/pcre/build && \
Expand Down
18 changes: 11 additions & 7 deletions tools/grammars/compiler/data.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,15 @@ var GrammarsInNonStdPath = map[string]bool{

// IgnoredFiles is a list of files that look like syntax files but aren't, or are known to be broken and never likely to be fixed.
var IgnoredFiles = map[string]bool{
"ballerina-grammar/syntaxes/ballerina.monarch.json": true,
"oz-tmbundle/Originals/Oz.tmLanguage": true,
"abl-tmlanguage/package-lock.json": true,
"abl-tmlanguage/package.json": true,
"avro.tmLanguage/package-lock.json": true,
"avro.tmLanguage/package.json": true,
"avro.tmLanguage/avro-avsc-json-schema.json": true,
"ballerina-grammar/syntaxes/ballerina.monarch.json": true,
"oz-tmbundle/Originals/Oz.tmLanguage": true,
"abl-tmlanguage/package-lock.json": true,
"abl-tmlanguage/package.json": true,
"avro.tmLanguage/package-lock.json": true,
"avro.tmLanguage/package.json": true,
"avro.tmLanguage/avro-avsc-json-schema.json": true,
"liquid-tm-grammar/tests/syntaxes/css.tmLanguage.json": true,
"liquid-tm-grammar/tests/syntaxes/html.tmLanguage.json": true,
"liquid-tm-grammar/tests/syntaxes/javascript.tmLanguage.json": true,
"liquid-tm-grammar/tests/syntaxes/json.tmLanguage.json": true,
}
2 changes: 1 addition & 1 deletion vendor/CodeMirror
2 changes: 1 addition & 1 deletion vendor/grammars/AL
Submodule AL updated 1 files
+40 −0 .github/workflows/stale.yml
2 changes: 1 addition & 1 deletion vendor/grammars/CoDT7-Sublime
Submodule CoDT7-Sublime updated 135 files
2 changes: 1 addition & 1 deletion vendor/grammars/Docker.tmbundle
2 changes: 1 addition & 1 deletion vendor/grammars/aidl-language
2 changes: 1 addition & 1 deletion vendor/grammars/astro
Submodule astro updated 970 files
2 changes: 1 addition & 1 deletion vendor/grammars/atom-language-innosetup
2 changes: 1 addition & 1 deletion vendor/grammars/bicep
Submodule bicep updated 563 files
2 changes: 1 addition & 1 deletion vendor/grammars/boogie-vscode
Submodule boogie-vscode updated 1 files
+24 −24 package-lock.json
2 changes: 1 addition & 1 deletion vendor/grammars/data-weave-tmLanguage
Submodule data-weave-tmLanguage updated 71 files
+2 −0 CODEOWNERS
+87 −50 DataWeave.YAML-tmLanguage
+219 −103 DataWeave.tmLanguage
+9 −0 README.md
+1 −1 build/build.ts
+145 −0 build/package-lock.json
+0 −16 tests/baselines/array-index.baseline.txt
+0 −92 tests/baselines/array.baseline.txt
+0 −474 tests/baselines/basic-dsl.baseline.txt
+0 −1,000 tests/baselines/big-infix.baseline.txt
+0 −96 tests/baselines/comments.baseline.txt
+0 −486 tests/baselines/date.baseline.txt
+0 −568 tests/baselines/do-1.baseline.txt
+0 −48 tests/baselines/dynamic-attr.baseline.txt
+0 −84 tests/baselines/function_call_selector.baseline.txt
+0 −128 tests/baselines/imports.baseline.txt
+0 −124 tests/baselines/infix-strings.baseline.txt
+0 −1,132 tests/baselines/interpolations.baseline.txt
+0 −934 tests/baselines/literals.baseline.txt
+0 −1,374 tests/baselines/match.baseline.txt
+0 −62 tests/baselines/ns.baseline.txt
+0 −312 tests/baselines/object-root-ns.baseline.txt
+0 −46 tests/baselines/regex1.baseline.txt
+0 −38 tests/baselines/templates.baseline.txt
+0 −1,856 tests/baselines/types.baseline.txt
+0 −166 tests/baselines/types2.baseline.txt
+0 −98 tests/baselines/using.baseline.txt
+0 −154 tests/baselines/var-vs-keyword.baseline.txt
+0 −128 tests/baselines/varName.baseline.txt
+0 −156 tests/build.ts
+1 −0 tests/cases/annotation-declaration.dwl
+60 −0 tests/cases/annotation-declaration.dwl.snap
+6 −0 tests/cases/annotation-usage.dwl
+50 −0 tests/cases/annotation-usage.dwl.snap
+5 −0 tests/cases/array-index.dwl.snap
+46 −0 tests/cases/array.dwl.snap
+234 −0 tests/cases/basic-dsl.dwl.snap
+507 −0 tests/cases/big-infix.dwl.snap
+46 −0 tests/cases/comments.dwl.snap
+240 −0 tests/cases/date.dwl.snap
+282 −0 tests/cases/do-1.dwl.snap
+23 −0 tests/cases/dynamic-attr.dwl.snap
+9 −0 tests/cases/function-below-function-with-if.dwl
+82 −0 tests/cases/function-below-function-with-if.dwl.snap
+43 −0 tests/cases/function_call_selector.dwl.snap
+62 −0 tests/cases/imports.dwl.snap
+59 −0 tests/cases/infix-strings.dwl.snap
+564 −0 tests/cases/interpolations.dwl.snap
+9 −0 tests/cases/literal-types.dwl
+132 −0 tests/cases/literal-types.dwl.snap
+464 −0 tests/cases/literals.dwl.snap
+684 −0 tests/cases/match.dwl.snap
+28 −0 tests/cases/ns.dwl.snap
+154 −0 tests/cases/object-root-ns.dwl.snap
+20 −0 tests/cases/regex1.dwl.snap
+22 −0 tests/cases/string-interpolation.dwl
+561 −0 tests/cases/string-interpolation.dwl.snap
+16 −0 tests/cases/templates.dwl.snap
+6 −0 tests/cases/type-declaration-with-parenthesis.dwl
+120 −0 tests/cases/type-declaration-with-parenthesis.dwl.snap
+942 −0 tests/cases/types.dwl.snap
+80 −0 tests/cases/types2.dwl.snap
+8 −0 tests/cases/undefined-expression.dwl
+84 −0 tests/cases/undefined-expression.dwl.snap
+50 −0 tests/cases/using.dwl.snap
+74 −0 tests/cases/var-vs-keyword.dwl.snap
+67 −0 tests/cases/varName.dwl.snap
+370 −0 tests/package-lock.json
+3 −9 tests/package.json
+0 −48 tests/test.ts
+0 −15 tests/tsconfig.json
2 changes: 1 addition & 1 deletion vendor/grammars/denizenscript-grammar
2 changes: 1 addition & 1 deletion vendor/grammars/elixir-tmbundle
2 changes: 1 addition & 1 deletion vendor/grammars/godot-vscode-plugin
2 changes: 1 addition & 1 deletion vendor/grammars/ionide-fsgrammar
2 changes: 1 addition & 1 deletion vendor/grammars/language-clojure
2 changes: 1 addition & 1 deletion vendor/grammars/language-csound
2 changes: 1 addition & 1 deletion vendor/grammars/language-emacs-lisp
2 changes: 1 addition & 1 deletion vendor/grammars/language-etc
2 changes: 1 addition & 1 deletion vendor/grammars/language-javascript
2 changes: 1 addition & 1 deletion vendor/grammars/language-pcb
2 changes: 1 addition & 1 deletion vendor/grammars/language-rtf
2 changes: 1 addition & 1 deletion vendor/grammars/mlir-grammar
Submodule mlir-grammar updated 1 files
+66 −63 grammars/mlir.json
2 changes: 1 addition & 1 deletion vendor/grammars/powershell
Submodule powershell updated 1 files
+0 −4 README.md
2 changes: 1 addition & 1 deletion vendor/grammars/qsharp-compiler
Submodule qsharp-compiler updated 450 files
2 changes: 1 addition & 1 deletion vendor/grammars/rescript-vscode
2 changes: 1 addition & 1 deletion vendor/grammars/sas.tmbundle
2 changes: 1 addition & 1 deletion vendor/grammars/smali-sublime
2 changes: 1 addition & 1 deletion vendor/grammars/vscode-codeql
Submodule vscode-codeql updated 76 files
+1 −1 .github/pull_request_template.md
+1 −0 .github/workflows/codeql.yml
+1 −1 .github/workflows/main.yml
+14 −2 .vscode/launch.json
+1 −0 CODEOWNERS
+19 −2 extensions/ql-vscode/CHANGELOG.md
+7 −4 extensions/ql-vscode/gulpfile.ts/index.ts
+5 −0 extensions/ql-vscode/gulpfile.ts/typescript.ts
+7 −0 extensions/ql-vscode/media/drive.svg
+2,242 −184 extensions/ql-vscode/package-lock.json
+66 −21 extensions/ql-vscode/package.json
+28 −0 extensions/ql-vscode/src/cli.ts
+27 −30 extensions/ql-vscode/src/compare/compare-interface.ts
+1 −1 extensions/ql-vscode/src/compare/view/Compare.tsx
+2 −2 extensions/ql-vscode/src/compare/view/CompareTable.tsx
+23 −14 extensions/ql-vscode/src/config.ts
+19 −9 extensions/ql-vscode/src/contextual/locationFinder.ts
+43 −20 extensions/ql-vscode/src/contextual/templateProvider.ts
+2 −2 extensions/ql-vscode/src/databaseFetcher.ts
+166 −57 extensions/ql-vscode/src/extension.ts
+42 −0 extensions/ql-vscode/src/helpers.ts
+25 −4 extensions/ql-vscode/src/interface-utils.ts
+106 −74 extensions/ql-vscode/src/interface.ts
+31 −23 extensions/ql-vscode/src/logging.ts
+146 −0 extensions/ql-vscode/src/packaging.ts
+5 −0 extensions/ql-vscode/src/pure/helpers-pure.ts
+36 −4 extensions/ql-vscode/src/pure/interface-types.ts
+135 −0 extensions/ql-vscode/src/query-history-scrubber.ts
+363 −219 extensions/ql-vscode/src/query-history.ts
+290 −90 extensions/ql-vscode/src/query-results.ts
+30 −27 extensions/ql-vscode/src/quickEvalCodeLensProvider.ts
+144 −0 extensions/ql-vscode/src/remote-queries/analyses-results-manager.ts
+25 −0 extensions/ql-vscode/src/remote-queries/download-link.ts
+116 −35 extensions/ql-vscode/src/remote-queries/gh-actions-api-client.ts
+134 −27 extensions/ql-vscode/src/remote-queries/remote-queries-interface.ts
+104 −35 extensions/ql-vscode/src/remote-queries/remote-queries-manager.ts
+2 −1 extensions/ql-vscode/src/remote-queries/remote-queries-monitor.ts
+13 −0 extensions/ql-vscode/src/remote-queries/remote-query-result-index.ts
+5 −4 extensions/ql-vscode/src/remote-queries/remote-query-result.ts
+1 −0 extensions/ql-vscode/src/remote-queries/remote-query.ts
+39 −57 extensions/ql-vscode/src/remote-queries/run-remote-query.ts
+179 −0 extensions/ql-vscode/src/remote-queries/sample-data.ts
+11 −0 extensions/ql-vscode/src/remote-queries/shared/analysis-result.ts
+8 −5 extensions/ql-vscode/src/remote-queries/shared/remote-query-result.ts
+29 −0 extensions/ql-vscode/src/remote-queries/view/Badge.tsx
+47 −0 extensions/ql-vscode/src/remote-queries/view/CollapsibleItem.tsx
+23 −0 extensions/ql-vscode/src/remote-queries/view/DownloadButton.tsx
+20 −0 extensions/ql-vscode/src/remote-queries/view/DownloadSpinner.tsx
+53 −0 extensions/ql-vscode/src/remote-queries/view/FullScreenModal.tsx
+9 −0 extensions/ql-vscode/src/remote-queries/view/HorizontalSpace.tsx
+253 −50 extensions/ql-vscode/src/remote-queries/view/RemoteQueries.tsx
+12 −0 extensions/ql-vscode/src/remote-queries/view/SectionTitle.tsx
+8 −0 extensions/ql-vscode/src/remote-queries/view/VerticalSpace.tsx
+9 −0 extensions/ql-vscode/src/remote-queries/view/ViewTitle.tsx
+4 −0 extensions/ql-vscode/src/remote-queries/view/baseStyles.css
+22 −55 extensions/ql-vscode/src/remote-queries/view/remoteQueries.css
+250 −172 extensions/ql-vscode/src/run-queries.ts
+13 −14 extensions/ql-vscode/src/upgrades.ts
+4 −0 extensions/ql-vscode/src/vscode-tests/cli-integration/data-invalid-pack/qlpack.yml
+7 −0 extensions/ql-vscode/src/vscode-tests/cli-integration/data/simple-javascript-query.ql
+42 −0 extensions/ql-vscode/src/vscode-tests/cli-integration/helpers.test.ts
+128 −0 extensions/ql-vscode/src/vscode-tests/cli-integration/packaging.test.ts
+17 −8 extensions/ql-vscode/src/vscode-tests/cli-integration/queries.test.ts
+24 −8 extensions/ql-vscode/src/vscode-tests/cli-integration/run-remote-query.test.ts
+1 −1 extensions/ql-vscode/src/vscode-tests/ensureCli.ts
+3 −0 extensions/ql-vscode/src/vscode-tests/minimal-workspace/activation.test.ts
+2 −2 extensions/ql-vscode/src/vscode-tests/minimal-workspace/databases.test.ts
+3 −0 extensions/ql-vscode/src/vscode-tests/no-workspace/helpers.test.ts
+572 −96 extensions/ql-vscode/src/vscode-tests/no-workspace/query-history.test.ts
+276 −145 extensions/ql-vscode/src/vscode-tests/no-workspace/query-results.test.ts
+31 −29 extensions/ql-vscode/src/vscode-tests/no-workspace/run-queries.test.ts
+11 −18 extensions/ql-vscode/src/vscode-tests/no-workspace/run-remote-query.test.ts
+2 −2 extensions/ql-vscode/src/vscode-tests/no-workspace/sarifParser.test.ts
+2 −3 extensions/ql-vscode/src/vscode-tests/no-workspace/telemetry.test.ts
+13 −4 extensions/ql-vscode/src/vscode-tests/run-integration-tests.ts
+0 −6 package-lock.json
2 changes: 1 addition & 1 deletion vendor/grammars/vscode-curry
2 changes: 1 addition & 1 deletion vendor/grammars/vscode-euphoria
2 changes: 1 addition & 1 deletion vendor/grammars/vscode-go
Submodule vscode-go updated 65 files
+3 −4 .github/workflows/release-nightly.yml
+1 −1 .github/workflows/test-long-all.yml
+1 −1 .github/workflows/test-long.yml
+44 −2 CHANGELOG.md
+9 −0 README.md
+3 −3 build/all.bash
+56 −0 docs/advanced.md
+6 −6 docs/contributing.md
+46 −36 docs/debugging.md
+19 −2 docs/features.md
+ docs/images/gotmpl.gif
+13 −13 docs/settings.md
+0 −4 docs/tools.md
+1 −1 docs/troubleshooting.md
+2 −2 go.mod
+446 −20 go.sum
+143 −103 package-lock.json
+92 −56 package.json
+14 −17 src/goBrowsePackage.ts
+3 −1 src/goCheck.ts
+22 −15 src/goDebugConfiguration.ts
+222 −93 src/goDebugFactory.ts
+4 −4 src/goEnv.ts
+85 −122 src/goEnvironmentStatus.ts
+1 −0 src/goImport.ts
+39 −25 src/goInstallTools.ts
+52 −24 src/goLanguageServer.ts
+93 −65 src/goMain.ts
+10 −9 src/goModules.ts
+83 −2 src/goOutline.ts
+78 −86 src/goPackages.ts
+51 −20 src/goStatus.ts
+8 −0 src/goTest/explore.ts
+4 −4 src/goTest/profile.ts
+5 −8 src/goTest/resolve.ts
+11 −9 src/goTest/run.ts
+5 −3 src/goTest/utils.ts
+1 −3 src/goTools.ts
+7 −25 src/goToolsInformation.ts
+17 −5 src/testUtils.ts
+1 −45 src/util.ts
+5 −6 src/welcome.ts
+9 −2 test/gopls/extension.test.ts
+2 −2 test/gopls/update.test.ts
+75 −100 test/integration/extension.test.ts
+196 −144 test/integration/goDebug.test.ts
+36 −8 test/integration/goDebugConfiguration.test.ts
+3 −1 test/integration/goTest.resolve.test.ts
+7 −1 test/integration/goTest.run.test.ts
+1 −1 test/integration/goTest.utils.ts
+11 −11 test/integration/goversion.test.ts
+96 −18 test/integration/install.test.ts
+1 −1 test/integration/statusbar.test.ts
+2 −8 test/integration/utils.test.ts
+1 −1 test/runTest.ts
+16 −15 test/testdata/goroutineTest/main.go
+1 −1 test/testdata/helloWorldServer/go.mod
+1 −1 test/testdata/importTest/cgoImports.go
+2 −0 test/testdata/subTest/sub_test.go
+3 −21 tools/allTools.ts.in
+19 −36 tools/generate.go
+15 −10 tools/goplssetting/goplssetting.go
+13 −0 tools/goplssetting/goplssetting_test.go
+1 −6 tools/installtools/main.go
+1 −1 tools/license.sh
2 changes: 1 addition & 1 deletion vendor/grammars/vscode-hy
2 changes: 1 addition & 1 deletion vendor/grammars/vscode-prisma
2 changes: 1 addition & 1 deletion vendor/grammars/vscode-proto3
2 changes: 1 addition & 1 deletion vendor/licenses/git_submodule/AL.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: AL
version: 5b2977c37a5d598fa3891fe32fef7a4a457f8e04
version: f3433cf1689a1ad8da5af87982549c67b3baac21
type: git_submodule
homepage: https://github.com/microsoft/AL
license: mit
Expand Down
2 changes: 1 addition & 1 deletion vendor/licenses/git_submodule/CoDT7-Sublime.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: CoDT7-Sublime
version: 0221bba3a10e4656c94bf23d3f88f3a98dadd295
version: 98f09a6b4f3241b7bd7566e24f180375d8bd1673
type: git_submodule
homepage: https://github.com/Jake-NotTheMuss/CoDT7-Sublime.git
license: unlicense
Expand Down
7 changes: 6 additions & 1 deletion vendor/licenses/git_submodule/CodeMirror.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: CodeMirror
version: aaba815f0ca70de1664bc8dedbd4d9539d80ff3d
version: 7f702332fe32efa177063a54c2d5e5e2a4b7d84f
type: git_submodule
homepage: https://github.com/codemirror/CodeMirror
license: mit
Expand Down Expand Up @@ -333,6 +333,7 @@ notices:
Gary Sheng
Gautam Mehta
Gavin Douglas
Geist-zz
gekkoe
Geordie Hall
George Stephanis
Expand Down Expand Up @@ -411,9 +412,11 @@ notices:
Jake Zimmerman
Jakob Kummerow
Jakob Miland
Jakub Nowak
Jakub T. Jankiewicz
Jakub Vrana
Jakub Vrána
James Baicoianu
James Campos
James Cockshull
James Howard
Expand Down Expand Up @@ -510,6 +513,7 @@ notices:
Kazuhito Hokamura
kcwiakala
Kees de Kooter
Keldan Chapman
Kenan Christian Dimas
Ken Newman
ken restivo
Expand Down Expand Up @@ -909,6 +913,7 @@ notices:
Tim Alby
Tim Baumann
Tim Gates
Tim Nguyen
Timothy Farrell
Timothy Gu
Timothy Hatcher
Expand Down
2 changes: 1 addition & 1 deletion vendor/licenses/git_submodule/Docker.tmbundle.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Docker.tmbundle
version: 9e9a518aed93031042c54710f8f02c839301de26
version: 4da4c8ba3fa86b3b1890f408c5f28918731c1690
type: git_submodule
homepage: https://github.com/asbjornenge/Docker.tmbundle
license: mit
Expand Down
31 changes: 28 additions & 3 deletions vendor/licenses/git_submodule/SublimeEthereum.dep.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
---
type: git_submodule
name: SublimeEthereum
version: f7c43040cdcc774c264b397e7236e1c04e378811
version: c6070153b6aa052abc21c72d6c752b17c48d6d14
type: git_submodule
homepage: https://github.com/davidhq/SublimeEthereum.git
license: mit
licenses:
- text: |-
- sources: LICENSE
text: |
MIT License
Copyright (c) 2015+ uniqpath
Expand All @@ -26,4 +28,27 @@ licenses:
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
- sources: README.md
text: |-
All of Sublime Ethereum is licensed under the MIT license.
Copyright Ⓒ 2015-2222 [uniqpath](https://github.com/uniqpath)
> Permission is hereby granted, free of charge, to any person obtaining a copy
> of this software and associated documentation files (the "Software"), to deal
> in the Software without restriction, including without limitation the rights
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
> copies of the Software, and to permit persons to whom the Software is
> furnished to do so, subject to the following conditions:
> The above copyright notice and this permission notice shall be included in
> all copies or substantial portions of the Software.
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
> THE SOFTWARE.
notices: []
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: TypeScript-TmLanguage
version: 53b4eaa3faa5415ef070b32157c7b82f027d6907
version: '08fbf951fe3bd34d45c1bf79747d549f634bf254'
type: git_submodule
homepage: https://github.com/Microsoft/TypeScript-TmLanguage
license: mit
Expand Down
2 changes: 1 addition & 1 deletion vendor/licenses/git_submodule/aidl-language.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: aidl-language
version: df704ba60b1845833319f9b3260cb878f74c6d09
version: 5dde3874b96807a5153b1b6c8701f2bc7f942f83
type: git_submodule
homepage: https://github.com/google/aidl-language
license: apache-2.0
Expand Down
5 changes: 2 additions & 3 deletions vendor/licenses/git_submodule/astro.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: astro
version: a6561556292c54cab8cdd2d21871f6fefa2d2779
version: c3f3f4c5286054d20a3b95a8ff8d6df2445b4f29
type: git_submodule
homepage: https://github.com/withastro/astro
license: mit
Expand Down Expand Up @@ -46,8 +46,7 @@ licenses:
"""
This license applies to parts of the `packages/create-astro` subdirectory originating from the
https://github.com/sveltejs/kit repository:
This license applies to parts of the `packages/create-astro` and `packages/astro` subdirectories originating from the https://github.com/sveltejs/kit repository:
Copyright (c) 2020 [these people](https://github.com/sveltejs/kit/graphs/contributors)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: atom-language-innosetup
version: b3d6ca017f18ed9784edd8d82349eae0a7087459
version: 9997c32bb49054eb0eb2bf429249590b8990f7cd
type: git_submodule
homepage: https://github.com/idleberg/atom-language-innosetup
license: mit
Expand Down
2 changes: 1 addition & 1 deletion vendor/licenses/git_submodule/atom-language-julia.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: atom-language-julia
version: 8faf348415476d471187df2522cfda86982ce8e3
version: 8c4bfefede2b0bb17ded48f97a9e8043aa1e2307
type: git_submodule
homepage: https://github.com/JuliaEditorSupport/atom-language-julia
license: mit
Expand Down
2 changes: 1 addition & 1 deletion vendor/licenses/git_submodule/ballerina-grammar.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: ballerina-grammar
version: 0f180bf01e751929bad5edb0279c1f74f49e094f
version: 24b43f351adb12c71487f87a45087df1384ead8f
type: git_submodule
homepage: https://github.com/ballerina-platform/ballerina-grammar
license: apache-2.0
Expand Down
Loading

0 comments on commit 97bc889

Please sign in to comment.