Skip to content

Commit d47359d

Browse files
Initial commit
0 parents  commit d47359d

File tree

4 files changed

+74
-0
lines changed

4 files changed

+74
-0
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
We happily welcome contributions to *PROJECT NAME*. We use GitHub Issues to track community reported issues and GitHub Pull Requests for accepting changes.

LICENSE

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
[Project Name]
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.
44+

NOTICE

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[Project Name]
2+
3+
Copyright (2018) Databricks, Inc.
4+
5+
6+
This Software includes software developed at Databricks (https://www.databricks.com/) and its use is subject to the included LICENSE file.

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# PROJECT NAME
2+
Standard Project Template for Databricks Labs Projects
3+
4+
## Project Description
5+
Short description of project's purpose
6+
7+
## Project Support
8+
Please note that all projects in the /databrickslabs github account are provided for your exploration only, and are not formally supported by Databricks with Service Level Agreements (SLAs). They are provided AS-IS and we do not make any guarantees of any kind. Please do not submit a support ticket relating to any issues arising from the use of these projects.
9+
10+
Any issues discovered through the use of this project should be filed as GitHub Issues on the Repo. They will be reviewed as time permits, but there are no formal SLAs for support.
11+
12+
13+
## Building the Project
14+
Instructions for how to build the project
15+
16+
## Deploying / Installing the Project
17+
Instructions for how to deploy the project, or install it
18+
19+
## Releasing the Project
20+
Instructions for how to release a version of the project
21+
22+
## Using the Project
23+
Simple examples on how to use the project

0 commit comments

Comments
 (0)