Skip to content

Commit 78fc04e

Browse files
authored
Temporarily remove Apache 2.0 license from the VSCode extension (#171)
Remove license terms from the VSCode extension until we have a final decision on the licensing. Please revert if we decide to go with Apache 2.0
1 parent 4d1b0f6 commit 78fc04e

File tree

3 files changed

+1
-206
lines changed

3 files changed

+1
-206
lines changed

packages/databricks-vscode/LICENSE

Lines changed: 0 additions & 201 deletions
This file was deleted.

packages/databricks-vscode/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,6 @@ Fixed issue #.
6767

6868
Added features X, Y, and Z.
6969

70-
## License
71-
72-
The **Databricks extension for Visual Studio Code** is distributed under the [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0).
73-
7470
---
7571

7672
## Following extension guidelines

packages/databricks-vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Databricks for Visual Studio Code",
44
"description": "IDE support for Databricks",
55
"publisher": "databricks",
6-
"license": "Apache-2.0",
6+
"license": "UNLICENSED",
77
"version": "0.0.1",
88
"engines": {
99
"vscode": "^1.69.1"

0 commit comments

Comments
 (0)