Skip to content

Commit 7e87aa7

Browse files
Merge pull request #293 from cyyeh/update-repo-info
Chore(License): change MIT to Apache-2.0 and add cov badge
2 parents 7ce3658 + b0934c2 commit 7e87aa7

File tree

21 files changed

+23
-19
lines changed

21 files changed

+23
-19
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
<a aria-label="Follow us" href="https://twitter.com/vulcansql">
1919
<img alt="" src="https://img.shields.io/badge/-@vulcansql-orange?style=for-the-badge&logo=twitter&logoColor=white&labelColor=gray&logoWidth=20">
2020
</a>
21+
<a href="https://img.shields.io/codecov/c/gh/Canner/vulcan-sql" >
22+
<img alt="" src="https://img.shields.io/codecov/c/gh/Canner/vulcan-sql?style=for-the-badge&labelColor=gray&logoColor=white&logoWidth=20"/>
23+
</a>
2124
</p>
2225

2326
## What is VulcanSQL

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vulcan-sql",
33
"version": "0.0.0",
4-
"license": "MIT",
4+
"license": "Apache-2.0",
55
"scripts": {
66
"test": "jest",
77
"graphql:generator": "graphql-codegen --config packages/catalog-server/codegen.yml"

packages/build/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"type": "git",
2121
"url": "https://github.com/Canner/vulcan-sql.git"
2222
},
23-
"license": "MIT",
23+
"license": "Apache-2.0",
2424
"peerDependencies": {
2525
"@vulcan-sql/core": "~0.9.1-0"
2626
}

packages/catalog-server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
"type": "git",
2121
"url": "https://github.com/Canner/vulcan-sql.git"
2222
},
23-
"license": "MIT"
23+
"license": "Apache-2.0"
2424
}

packages/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@
2323
"type": "git",
2424
"url": "https://github.com/Canner/vulcan-sql.git"
2525
},
26-
"license": "MIT"
26+
"license": "Apache-2.0"
2727
}

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
"type": "git",
2121
"url": "https://github.com/Canner/vulcan-sql.git"
2222
},
23-
"license": "MIT"
23+
"license": "Apache-2.0"
2424
}

packages/extension-authenticator-canner/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"type": "git",
2323
"url": "https://github.com/Canner/vulcan.git"
2424
},
25-
"license": "MIT",
25+
"license": "Apache-2.0",
2626
"peerDependencies": {
2727
"@vulcan-sql/core": "~0.9.1-0",
2828
"@vulcan-sql/serve": "~0.9.1-0"

packages/extension-dbt/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"type": "git",
2222
"url": "https://github.com/Canner/vulcan-sql.git"
2323
},
24-
"license": "MIT",
24+
"license": "Apache-2.0",
2525
"peerDependencies": {
2626
"@vulcan-sql/core": "~0.9.1-0"
2727
}

packages/extension-debug-tools/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"type": "git",
2121
"url": "https://github.com/Canner/vulcan.git"
2222
},
23-
"license": "MIT",
23+
"license": "Apache-2.0",
2424
"peerDependencies": {
2525
"@vulcan-sql/core": "~0.9.1-0"
2626
},

packages/extension-driver-bq/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"type": "git",
2323
"url": "https://github.com/Canner/vulcan.git"
2424
},
25-
"license": "MIT",
25+
"license": "Apache-2.0",
2626
"peerDependencies": {
2727
"@vulcan-sql/core": "~0.9.1-0"
2828
}

packages/extension-driver-canner/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"type": "git",
2323
"url": "https://github.com/Canner/vulcan.git"
2424
},
25-
"license": "MIT",
25+
"license": "Apache-2.0",
2626
"peerDependencies": {
2727
"@vulcan-sql/core": "~0.9.1-0"
2828
}

packages/extension-driver-clickhouse/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"type": "git",
2323
"url": "https://github.com/Canner/vulcan.git"
2424
},
25-
"license": "MIT",
25+
"license": "Apache-2.0",
2626
"dependencies": {
2727
"@clickhouse/client": "^0.1.1"
2828
},

packages/extension-driver-duckdb/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"type": "git",
2222
"url": "https://github.com/Canner/vulcan.git"
2323
},
24-
"license": "MIT",
24+
"license": "Apache-2.0",
2525
"peerDependencies": {
2626
"@vulcan-sql/core": "~0.9.1-0"
2727
}

packages/extension-driver-ksqldb/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"type": "git",
2222
"url": "https://github.com/Canner/vulcan.git"
2323
},
24-
"license": "MIT",
24+
"license": "Apache-2.0",
2525
"peerDependencies": {
2626
"@vulcan-sql/core": "~0.9.1-0"
2727
}

packages/extension-driver-pg/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"type": "git",
2323
"url": "https://github.com/Canner/vulcan.git"
2424
},
25-
"license": "MIT",
25+
"license": "Apache-2.0",
2626
"peerDependencies": {
2727
"@vulcan-sql/core": "~0.9.1-0"
2828
}

packages/extension-driver-snowflake/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"type": "git",
2323
"url": "https://github.com/Canner/vulcan.git"
2424
},
25-
"license": "MIT",
25+
"license": "Apache-2.0",
2626
"dependencies": {
2727
"snowflake-sdk": "^1.6.14"
2828
},

packages/extension-huggingface/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"type": "git",
2222
"url": "https://github.com/Canner/vulcan.git"
2323
},
24-
"license": "MIT",
24+
"license": "Apache-2.0",
2525
"peerDependencies": {
2626
"@vulcan-sql/core": "~0.9.1-0"
2727
}

packages/extension-store-canner/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"type": "git",
2323
"url": "https://github.com/Canner/vulcan.git"
2424
},
25-
"license": "MIT",
25+
"license": "Apache-2.0",
2626
"peerDependencies": {
2727
"@vulcan-sql/core": "~0.9.1-0"
2828
},
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@vulcan-sql/integration-testing",
33
"version": "0.0.1",
4+
"license": "Apache-2.0",
45
"type": "commonjs"
56
}

packages/serve/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"type": "git",
2121
"url": "https://github.com/Canner/vulcan-sql.git"
2222
},
23-
"license": "MIT",
23+
"license": "Apache-2.0",
2424
"peerDependencies": {
2525
"@vulcan-sql/core": "~0.9.1-0"
2626
},

packages/test-utility/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"type": "git",
2222
"url": "https://github.com/Canner/vulcan-sql.git"
2323
},
24-
"license": "MIT",
24+
"license": "Apache-2.0",
2525
"peerDependencies": {
2626
"@vulcan-sql/core": "~0.9.1-0"
2727
}

0 commit comments

Comments
 (0)