Skip to content

Commit e32434c

Browse files
committed
Added
1. latest databricks license 2. corrected pypi token
1 parent 6baf853 commit e32434c

File tree

2 files changed

+25
-45
lines changed

2 files changed

+25
-45
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ jobs:
3737
uses: pypa/gh-action-pypi-publish@release/v1
3838
with:
3939
user: __token__
40-
password: ${{ secrets.PYPI_API_TOKEN }}
41-
repository_url: https://test.pypi.org/legacy/
40+
password: ${{ secrets.LABS_PYPI_TOKEN }}
4241

4342
- name: Create Release
4443
uses: actions/create-release@v1

LICENSE.txt

Lines changed: 24 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,25 @@
1-
DLT-META
2-
3-
Copyright (2019) Databricks, Inc.
4-
5-
This library (the "Software") may not be used except in connection with the Licensee's use of the Databricks Platform Services pursuant
6-
to an Agreement (defined below) between Licensee (defined below) and Databricks, Inc. ("Databricks"). The Object Code version of the
7-
Software shall be deemed part of the Downloadable Services under the Agreement, or if the Agreement does not define Downloadable Services,
8-
Subscription Services, or if neither are defined then the term in such Agreement that refers to the applicable Databricks Platform
9-
Services (as defined below) shall be substituted herein for �Downloadable Services.� Licensee's use of the Software must comply at
10-
all times with any restrictions applicable to the Downlodable Services and Subscription Services, generally, and must be used in
11-
accordance with any applicable documentation. For the avoidance of doubt, the Software constitutes Databricks Confidential Information
12-
under the Agreement.
13-
14-
Additionally, and notwithstanding anything in the Agreement to the contrary:
15-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
16-
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
17-
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
18-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
19-
* you may view, make limited copies of, and may compile the Source Code version of the Software into an Object Code version of the
20-
Software. For the avoidance of doubt, you may not make derivative works of Software (or make any any changes to the Source Code
21-
version of the unless you have agreed to separate terms with Databricks permitting such modifications (e.g., a contribution license
22-
agreement)).
23-
24-
If you have not agreed to an Agreement or otherwise do not agree to these terms, you may not use the Software or view, copy or compile
25-
the Source Code of the Software.
26-
27-
This license terminates automatically upon the termination of the Agreement or Licensee's breach of these terms. Additionally,
28-
Databricks may terminate this license at any time on notice. Upon termination, you must permanently delete the Software and all
29-
copies thereof (including the Source Code).
30-
31-
Agreement: the agreement between Databricks and Licensee governing the use of the Databricks Platform Services, which shall be, with
32-
respect to Databricks, the Databricks Terms of Service located at www.databricks.com/termsofservice, and with respect to Databricks
33-
Community Edition, the Community Edition Terms of Service located at www.databricks.com/ce-termsofuse, in each case unless Licensee
34-
has entered into a separate written agreement with Databricks governing the use of the applicable Databricks Platform Services.
35-
36-
Databricks Platform Services: the Databricks services or the Databricks Community Edition services, according to where the Software is used.
37-
38-
Licensee: the user of the Software, or, if the Software is being used on behalf of a company, the company.
39-
40-
Object Code: is version of the Software produced when an interpreter or a compiler translates the Source Code into recognizable and
41-
executable machine code.
42-
43-
Source Code: the human readable portion of the Software.
1+
DB license
442

3+
Copyright (2022) Databricks, Inc.
4+
5+
Definitions.
6+
7+
Agreement: The agreement between Databricks, Inc., and you governing the use of the Databricks Services, which shall be, with respect to Databricks, the Databricks Terms of Service located at www.databricks.com/termsofservice, and with respect to Databricks Community Edition, the Community Edition Terms of Service located at www.databricks.com/ce-termsofuse, in each case unless you have entered into a separate written agreement with Databricks governing the use of the applicable Databricks Services.
8+
9+
Software: The source code and object code to which this license applies.
10+
11+
Scope of Use. You may not use this Software except in connection with your use of the Databricks Services pursuant to the Agreement. Your use of the Software must comply at all times with any restrictions applicable to the Databricks Services, generally, and must be used in accordance with any applicable documentation. You may view, use, copy, modify, publish, and/or distribute the Software solely for the purposes of using the code within or connecting to the Databricks Services. If you do not agree to these terms, you may not view, use, copy, modify, publish, and/or distribute the Software.
12+
13+
Redistribution. You may redistribute and sublicense the Software so long as all use is in compliance with these terms. In addition:
14+
15+
You must give any other recipients a copy of this License;
16+
You must cause any modified files to carry prominent notices stating that you changed the files;
17+
You must retain, in the source code form of any derivative works that you distribute, all copyright, patent, trademark, and attribution notices from the source code form, excluding those notices that do not pertain to any part of the derivative works; and
18+
If the source code form includes a "NOTICE" text file as part of its distribution, then any derivative works that you distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the derivative works.
19+
You may add your own copyright statement to your modifications and may provide additional license terms and conditions for use, reproduction, or distribution of your modifications, or for any such derivative works as a whole, provided your use, reproduction, and distribution of the Software otherwise complies with the conditions stated in this License.
20+
21+
Termination. This license terminates automatically upon your breach of these terms or upon the termination of your Agreement. Additionally, Databricks may terminate this license at any time on notice. Upon termination, you must permanently delete the Software and all copies thereof.
22+
23+
DISCLAIMER; LIMITATION OF LIABILITY.
24+
25+
THE SOFTWARE IS PROVIDED “AS-IS” AND WITH ALL FAULTS. DATABRICKS, ON BEHALF OF ITSELF AND ITS LICENSORS, SPECIFICALLY DISCLAIMS ALL WARRANTIES RELATING TO THE SOURCE CODE, EXPRESS AND IMPLIED, INCLUDING, WITHOUT LIMITATION, IMPLIED WARRANTIES, CONDITIONS AND OTHER TERMS OF MERCHANTABILITY, SATISFACTORY QUALITY OR FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT. DATABRICKS AND ITS LICENSORS TOTAL AGGREGATE LIABILITY RELATING TO OR ARISING OUT OF YOUR USE OF OR DATABRICKS’ PROVISIONING OF THE SOURCE CODE SHALL BE LIMITED TO ONE THOUSAND ($1,000) DOLLARS. 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.

0 commit comments

Comments
 (0)