Skip to content

Commit

Permalink
Merge pull request #293 from cyyeh/update-repo-info
Browse files Browse the repository at this point in the history
Chore(License): change MIT to Apache-2.0 and add cov badge
  • Loading branch information
onlyjackfrost authored Sep 1, 2023
2 parents 7ce3658 + b0934c2 commit 7e87aa7
Show file tree
Hide file tree
Showing 21 changed files with 23 additions and 19 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
<a aria-label="Follow us" href="https://twitter.com/vulcansql">
<img alt="" src="https://img.shields.io/badge/-@vulcansql-orange?style=for-the-badge&logo=twitter&logoColor=white&labelColor=gray&logoWidth=20">
</a>
<a href="https://img.shields.io/codecov/c/gh/Canner/vulcan-sql" >
<img alt="" src="https://img.shields.io/codecov/c/gh/Canner/vulcan-sql?style=for-the-badge&labelColor=gray&logoColor=white&logoWidth=20"/>
</a>
</p>

## What is VulcanSQL
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vulcan-sql",
"version": "0.0.0",
"license": "MIT",
"license": "Apache-2.0",
"scripts": {
"test": "jest",
"graphql:generator": "graphql-codegen --config packages/catalog-server/codegen.yml"
Expand Down
2 changes: 1 addition & 1 deletion packages/build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"type": "git",
"url": "https://github.com/Canner/vulcan-sql.git"
},
"license": "MIT",
"license": "Apache-2.0",
"peerDependencies": {
"@vulcan-sql/core": "~0.9.1-0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/catalog-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
"type": "git",
"url": "https://github.com/Canner/vulcan-sql.git"
},
"license": "MIT"
"license": "Apache-2.0"
}
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
"type": "git",
"url": "https://github.com/Canner/vulcan-sql.git"
},
"license": "MIT"
"license": "Apache-2.0"
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
"type": "git",
"url": "https://github.com/Canner/vulcan-sql.git"
},
"license": "MIT"
"license": "Apache-2.0"
}
2 changes: 1 addition & 1 deletion packages/extension-authenticator-canner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"type": "git",
"url": "https://github.com/Canner/vulcan.git"
},
"license": "MIT",
"license": "Apache-2.0",
"peerDependencies": {
"@vulcan-sql/core": "~0.9.1-0",
"@vulcan-sql/serve": "~0.9.1-0"
Expand Down
2 changes: 1 addition & 1 deletion packages/extension-dbt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"type": "git",
"url": "https://github.com/Canner/vulcan-sql.git"
},
"license": "MIT",
"license": "Apache-2.0",
"peerDependencies": {
"@vulcan-sql/core": "~0.9.1-0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/extension-debug-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"type": "git",
"url": "https://github.com/Canner/vulcan.git"
},
"license": "MIT",
"license": "Apache-2.0",
"peerDependencies": {
"@vulcan-sql/core": "~0.9.1-0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/extension-driver-bq/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"type": "git",
"url": "https://github.com/Canner/vulcan.git"
},
"license": "MIT",
"license": "Apache-2.0",
"peerDependencies": {
"@vulcan-sql/core": "~0.9.1-0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/extension-driver-canner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"type": "git",
"url": "https://github.com/Canner/vulcan.git"
},
"license": "MIT",
"license": "Apache-2.0",
"peerDependencies": {
"@vulcan-sql/core": "~0.9.1-0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/extension-driver-clickhouse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"type": "git",
"url": "https://github.com/Canner/vulcan.git"
},
"license": "MIT",
"license": "Apache-2.0",
"dependencies": {
"@clickhouse/client": "^0.1.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/extension-driver-duckdb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"type": "git",
"url": "https://github.com/Canner/vulcan.git"
},
"license": "MIT",
"license": "Apache-2.0",
"peerDependencies": {
"@vulcan-sql/core": "~0.9.1-0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/extension-driver-ksqldb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"type": "git",
"url": "https://github.com/Canner/vulcan.git"
},
"license": "MIT",
"license": "Apache-2.0",
"peerDependencies": {
"@vulcan-sql/core": "~0.9.1-0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/extension-driver-pg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"type": "git",
"url": "https://github.com/Canner/vulcan.git"
},
"license": "MIT",
"license": "Apache-2.0",
"peerDependencies": {
"@vulcan-sql/core": "~0.9.1-0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/extension-driver-snowflake/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"type": "git",
"url": "https://github.com/Canner/vulcan.git"
},
"license": "MIT",
"license": "Apache-2.0",
"dependencies": {
"snowflake-sdk": "^1.6.14"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/extension-huggingface/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"type": "git",
"url": "https://github.com/Canner/vulcan.git"
},
"license": "MIT",
"license": "Apache-2.0",
"peerDependencies": {
"@vulcan-sql/core": "~0.9.1-0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/extension-store-canner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"type": "git",
"url": "https://github.com/Canner/vulcan.git"
},
"license": "MIT",
"license": "Apache-2.0",
"peerDependencies": {
"@vulcan-sql/core": "~0.9.1-0"
},
Expand Down
1 change: 1 addition & 0 deletions packages/integration-testing/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@vulcan-sql/integration-testing",
"version": "0.0.1",
"license": "Apache-2.0",
"type": "commonjs"
}
2 changes: 1 addition & 1 deletion packages/serve/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"type": "git",
"url": "https://github.com/Canner/vulcan-sql.git"
},
"license": "MIT",
"license": "Apache-2.0",
"peerDependencies": {
"@vulcan-sql/core": "~0.9.1-0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/test-utility/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"type": "git",
"url": "https://github.com/Canner/vulcan-sql.git"
},
"license": "MIT",
"license": "Apache-2.0",
"peerDependencies": {
"@vulcan-sql/core": "~0.9.1-0"
}
Expand Down

1 comment on commit 7e87aa7

@vercel
Copy link

@vercel vercel bot commented on 7e87aa7 Sep 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.