Skip to content

Commit befd7c8

Browse files
authored
Small tweaks requested in internal review (#28)
1 parent 9b19035 commit befd7c8

File tree

3 files changed

+28
-8
lines changed

3 files changed

+28
-8
lines changed

CONTRIBUTING.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# How to Contribute
2+
3+
Prior to sending patches and contributions to this project, please file
4+
an issue in the issue tracker to ensure there is alignment with the overall
5+
goals of this project. Thanks!
6+
7+
## Contributor License Agreement
8+
9+
Contributions to this project must be accompanied by a Contributor License
10+
Agreement (CLA). You (or your employer) retain the copyright to your
11+
contribution; this simply gives us permission to use and redistribute your
12+
contributions as part of the project. Head over to
13+
<https://cla.developers.google.com/> to see your current agreements on file or
14+
to sign a new one.
15+
16+
You generally only need to submit a CLA once, so if you've already submitted one
17+
(even if it was for a different project), you probably don't need to do it
18+
again.
19+

LICENSE

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
Copyright 2020, the Dart project authors. All rights reserved.
1+
Copyright 2020, the Dart project authors.
2+
23
Redistribution and use in source and binary forms, with or without
34
modification, are permitted provided that the following conditions are
45
met:
@@ -9,7 +10,7 @@ met:
910
copyright notice, this list of conditions and the following
1011
disclaimer in the documentation and/or other materials provided
1112
with the distribution.
12-
* Neither the name of Google Inc. nor the names of its
13+
* Neither the name of Google LLC nor the names of its
1314
contributors may be used to endorse or promote products derived
1415
from this software without specific prior written permission.
1516

@@ -23,4 +24,4 @@ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2324
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
2425
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2526
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
26-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

setup.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#!/bin/bash
22

3+
# Copyright (c) 2020, the Dart project authors.
4+
#
5+
# Use of this source code is governed by a BSD-style license that can be
6+
# found in the LICENSE file.
7+
38
###############################################################################
4-
# Copyright (c) 2021, the Dart project authors. #
5-
# #
6-
# Use of this source code is governed by a BSD-style license that can be. #
7-
# found in the LICENSE file. #
8-
# #
99
# Bash script that downloads and does setup for a Dart SDK. #
1010
# Takes three params; first listed is the default: #
1111
# $1: Dart SDK version/channel: stable|beta|dev|main|<version_string> #

0 commit comments

Comments
 (0)