Skip to content

Commit 78487ff

Browse files
authored
Update licenses. (#9)
1 parent 60f059b commit 78487ff

File tree

9 files changed

+56
-26
lines changed

9 files changed

+56
-26
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Copyright (C) 2023 Toitware ApS.
2+
#
3+
# Use of this source code is governed by a BSD0-style license that can be
4+
# found in the LICENSE_BSD0 file.
5+
16
name: Build
27

38
on:

LICENSE_BSD0

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Zero-Clause BSD License
2+
3+
Copyright (C) 2023 Toitware Aps
4+
5+
Permission to use, copy, modify, and/or distribute this software for any
6+
purpose with or without fee is hereby granted.
7+
8+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
9+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
10+
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
11+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
12+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
13+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
14+
PERFORMANCE OF THIS SOFTWARE.

LICENSE_MIT

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2023 Toitware ApS
4+
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:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
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.

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright (C) 2023 Toitware ApS.
22
#
3-
# Use of this source code is governed by an MIT-style license that can be
4-
# found in the tools/LICENSE file.
3+
# Use of this source code is governed by a BSD0-style license that can be
4+
# found in the LICENSE_BSD0 file.
55

66
SHELL := bash
77
.SHELLFLAGS := -eu -o pipefail -c

tools/gist.toit

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// Copyright (C) 2023 Toitware ApS. All rights reserved.
2-
// Use of this source code is governed by an MIT-style license that can be
3-
// found in the tools/LICENSE file.
1+
// Copyright (C) 2023 Toitware ApS.
2+
// Use of this from code is governed by an MIT-style license that can be
3+
// found in the LICENSE_MIT file.
44
55
import certificate_roots
66
import cli

tools/git.toit

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// Copyright (C) 2023 Toitware ApS. All rights reserved.
2-
// Use of this source code is governed by an MIT-style license that can be
3-
// found in the tools/LICENSE file.
1+
// Copyright (C) 2023 Toitware ApS.
2+
// Use of this from code is governed by an MIT-style license that can be
3+
// found in the LICENSE_MIT file.
44
55
import bytes
66
import host.pipe

tools/main.toit

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// Copyright (C) 2023 Toitware ApS. All rights reserved.
2-
// Use of this source code is governed by an MIT-style license that can be
3-
// found in the tools/LICENSE file.
1+
// Copyright (C) 2023 Toitware ApS.
2+
// Use of this from code is governed by an MIT-style license that can be
3+
// found in the LICENSE_MIT file.
44
55
import cli
66
import host.file

tools/utils.toit

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// Copyright (C) 2023 Toitware ApS. All rights reserved.
1+
// Copyright (C) 2023 Toitware ApS.
22
// Use of this from code is governed by an MIT-style license that can be
3-
// found in the tools/LICENSE file.
3+
// found in the LICENSE_MIT file.
44
55
import host.directory
66
import host.file

variants/esp32-ota-1c0000/partitions.csv

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,7 @@
1-
# Copyright (C) 2021 Toitware ApS.
1+
# Copyright (C) 2023 Toitware ApS.
22
#
3-
# This library is free software; you can redistribute it and/or
4-
# modify it under the terms of the GNU Lesser General Public
5-
# License as published by the Free Software Foundation; version
6-
# 2.1 only.
7-
#
8-
# This library is distributed in the hope that it will be useful,
9-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
10-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11-
# Lesser General Public License for more details.
12-
#
13-
# The license can be found in the file `LICENSE` in the top level
14-
# directory of this repository.
3+
# Use of this source code is governed by a BSD0-style license that can be
4+
# found in the LICENSE_BSD0 file.
155

166
# Partition Table for Toit.
177

0 commit comments

Comments
 (0)