Skip to content

Commit 1a4b6c5

Browse files
committed
Applying standard Tweag project settings.
1 parent 3905596 commit 1a4b6c5

File tree

2 files changed

+57
-26
lines changed

2 files changed

+57
-26
lines changed

.github/settings.yml

+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
repository:
2+
has_wiki: false
3+
4+
labels:
5+
- name: "duplicate"
6+
color: cfd3d7
7+
- name: "good first issue"
8+
color: 7057ff
9+
- name: "invalid"
10+
color: cfd3d7
11+
- name: "more data needed"
12+
color: bfdadc
13+
- name: "P0"
14+
color: b60205
15+
description: "blocker: fix immediately!"
16+
- name: "P1"
17+
color: d93f0b
18+
description: "critical: next release"
19+
- name: "P2"
20+
color: e99695
21+
description: "major: an upcoming release"
22+
- name: "P3"
23+
color: fbca04
24+
description: "minor: not priorized"
25+
- name: "P4"
26+
color: fef2c0
27+
description: "unimportant: consider wontfix or other priority"
28+
- name: "question"
29+
color: d876e3
30+
- name: "type: bug"
31+
color: 0052cc
32+
- name: "type: documentation"
33+
color: 0052cc
34+
- name: "type: feature request"
35+
color: 0052cc
36+
- name: "wontfix"
37+
color: ffffff
38+
- name: "merge-queue"
39+
color: 0e8a16
40+
description: "merge on green CI"

LICENSE

+17-26
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,21 @@
1-
Copyright (c) 2017 EURL Tweag
1+
MIT License
22

3-
All rights reserved.
3+
Copyright (c) Tweag Holding and its affiliates.
44

5-
Redistribution and use in source and binary forms, with or without
6-
modification, are permitted provided that the following conditions are met:
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
711

8-
* Redistributions of source code must retain the above copyright
9-
notice, this list of conditions and the following disclaimer.
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
1014

11-
* Redistributions in binary form must reproduce the above
12-
copyright notice, this list of conditions and the following
13-
disclaimer in the documentation and/or other materials provided
14-
with the distribution.
15-
16-
* Neither the name of Author name here nor the names of other
17-
contributors may be used to endorse or promote products derived
18-
from this software without specific prior written permission.
19-
20-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
21-
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
22-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
23-
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
24-
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
25-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
26-
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
27-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
28-
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
29-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
30-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

0 commit comments

Comments
 (0)