@@ -23,3 +23,77 @@ path = [
23
23
precedence = " aggregate"
24
24
SPDX-FileCopyrightText = " Copyright (c) ONNX Project Contributors"
25
25
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"
0 commit comments