Skip to content

Commit b7b34d3

Browse files
committed
license bsd
Signed-off-by: Justin Chu <[email protected]>
1 parent 94d1ab2 commit b7b34d3

File tree

3 files changed

+101
-3
lines changed

3 files changed

+101
-3
lines changed

LICENSES/BSD-3-Clause.txt

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
Copyright (c) [year], [fullname]
2+
All rights reserved.
3+
4+
Redistribution and use in source and binary forms, with or without
5+
modification, are permitted provided that the following conditions are met:
6+
7+
* Redistributions of source code must retain the above copyright notice, this
8+
list of conditions and the following disclaimer.
9+
10+
* Redistributions in binary form must reproduce the above copyright notice,
11+
this list of conditions and the following disclaimer in the documentation
12+
and/or other materials provided with the distribution.
13+
14+
* Neither the name of [project] nor the names of its
15+
contributors may be used to endorse or promote products derived from
16+
this software without specific prior written permission.
17+
18+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
19+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
20+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
21+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
22+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
23+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
24+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
25+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
26+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
27+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

REUSE.toml

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,77 @@ path = [
2323
precedence = "aggregate"
2424
SPDX-FileCopyrightText = "Copyright (c) ONNX Project Contributors"
2525
SPDX-License-Identifier = "Apache-2.0"
26+
27+
[[annotations]]
28+
path = "src/onnx_ir/_thirdparty/asciichartpy.py"
29+
precedence = "aggregate"
30+
SPDX-FileCopyrightText = [
31+
"2016 Igor Kroitor",
32+
]
33+
SPDX-License-Identifier = "MIT"
34+
35+
[[annotations]]
36+
path = "tests/public_api_test.py"
37+
precedence = "aggregate"
38+
SPDX-FileCopyrightText = [
39+
"""
40+
From PyTorch:
41+
42+
Copyright (c) 2016- Facebook, Inc (Adam Paszke)
43+
Copyright (c) 2014- Facebook, Inc (Soumith Chintala)
44+
Copyright (c) 2011-2014 Idiap Research Institute (Ronan Collobert)
45+
Copyright (c) 2012-2014 Deepmind Technologies (Koray Kavukcuoglu)
46+
Copyright (c) 2011-2012 NEC Laboratories America (Koray Kavukcuoglu)
47+
Copyright (c) 2011-2013 NYU (Clement Farabet)
48+
Copyright (c) 2006-2010 NEC Laboratories America (Ronan Collobert, Leon Bottou, Iain Melvin, Jason Weston)
49+
Copyright (c) 2006 Idiap Research Institute (Samy Bengio)
50+
Copyright (c) 2001-2004 Idiap Research Institute (Ronan Collobert, Samy Bengio, Johnny Mariethoz)
51+
52+
From Caffe2:
53+
54+
Copyright (c) 2016-present, Facebook Inc. All rights reserved.
55+
56+
All contributions by Facebook:
57+
Copyright (c) 2016 Facebook Inc.
58+
59+
All contributions by Google:
60+
Copyright (c) 2015 Google Inc.
61+
All rights reserved.
62+
63+
All contributions by Yangqing Jia:
64+
Copyright (c) 2015 Yangqing Jia
65+
All rights reserved.
66+
67+
All contributions by Kakao Brain:
68+
Copyright 2019-2020 Kakao Brain
69+
70+
All contributions by Cruise LLC:
71+
Copyright (c) 2022 Cruise LLC.
72+
All rights reserved.
73+
74+
All contributions by Tri Dao:
75+
Copyright (c) 2024 Tri Dao.
76+
All rights reserved.
77+
78+
All contributions by Arm:
79+
Copyright (c) 2021, 2023-2024 Arm Limited and/or its affiliates
80+
81+
All contributions from Caffe:
82+
Copyright(c) 2013, 2014, 2015, the respective contributors
83+
All rights reserved.
84+
85+
All other contributions:
86+
Copyright(c) 2015, 2016 the respective contributors
87+
All rights reserved.
88+
89+
Caffe2 uses a copyright model similar to Caffe: each contributor holds
90+
copyright over their contributions to Caffe2. The project versioning records
91+
all such contribution and copyright details. If a contributor wants to further
92+
mark their specific copyright on a particular contribution, they should
93+
indicate their copyright solely in the commit message of the change when it is
94+
committed.
95+
96+
All rights reserved.
97+
"""
98+
]
99+
SPDX-License-Identifier = "BSD-3-Clause"

src/onnx_ir/_thirdparty/asciichartpy.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# Copyright (c) ONNX Project Contributors
2-
# SPDX-License-Identifier: Apache-2.0
3-
#
41
# Copyright © 2016 Igor Kroitor
52
#
63
# MIT License

0 commit comments

Comments
 (0)