Skip to content

Commit

Permalink
add copyright and licence information (#5031)
Browse files Browse the repository at this point in the history
* add copyright

Signed-off-by: Andreas Fehlner <fehlner@arcor.de>

* remove duplicated entry

Signed-off-by: Andreas Fehlner <fehlner@arcor.de>

* update license

Signed-off-by: Andreas Fehlner <fehlner@arcor.de>

* update

Signed-off-by: Andreas Fehlner <fehlner@arcor.de>

* remove duplicated COPYRIGHT

Signed-off-by: Andreas Fehlner <fehlner@arcor.de>

* update

Signed-off-by: Andreas Fehlner <fehlner@arcor.de>

* add more files to dep5

Signed-off-by: Andreas Fehlner <fehlner@arcor.de>

---------

Signed-off-by: Andreas Fehlner <fehlner@arcor.de>
  • Loading branch information
andife committed Mar 30, 2023
1 parent 7fb3d4c commit 74f8858
Show file tree
Hide file tree
Showing 92 changed files with 229 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .reuse/dep5
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,18 @@ Source: onnx.ai
# Copyright: $YEAR $NAME <$CONTACT>
# License: ...

Files: .azure-pipelines/*.yml
COPYRIGHT: Copyright (c) ONNX Project Contributors
License: Apache-2.0


Files: .github/**/*.md
COPYRIGHT: Copyright (c) ONNX Project Contributors
License: Apache-2.0

Files: .github/**/*.yml
COPYRIGHT: Copyright (c) ONNX Project Contributors
License: Apache-2.0

Files: onnx/backend/test/data/simple/**/test_data_set_0/*pb
COPYRIGHT: Copyright (c) ONNX Project Contributors
Expand Down Expand Up @@ -44,3 +56,19 @@ License: Apache-2.0
Files: onnx/backend/test/data/pytorch-converted/**/test_data_set_0/*.pb
COPYRIGHT: Copyright (c) ONNX Project Contributors
License: Apache-2.0

Files: onnx/backend/test/data/pytorch-converted/**/*.onnx
COPYRIGHT: Copyright (c) ONNX Project Contributors
License: Apache-2.0

Files: onnx/backend/test/data/light/light/*.onnx
COPYRIGHT: Copyright (c) ONNX Project Contributors
License: Apache-2.0

Files: onnx/backend/test/data/light/light/*.onnx
COPYRIGHT: Copyright (c) ONNX Project Contributors
License: Apache-2.0

Files: onnx/onnx-operators*.proto*
COPYRIGHT: Copyright (c) ONNX Project Contributors
License: Apache-2.0
4 changes: 4 additions & 0 deletions docs/docsgen/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Copyright (c) Sphinx Project
#
# SPDX-License-Identifier: BSD-2-Clause

# Minimal makefile for Sphinx documentation
#

Expand Down
4 changes: 4 additions & 0 deletions docs/docsgen/make.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
REM Copyright (c) Sphinx Project
REM
REM SPDX-License-Identifier: BSD-2-Clause

@ECHO OFF

pushd %~dp0
Expand Down
4 changes: 4 additions & 0 deletions docs/docsgen/source/conf.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Copyright (c) ONNX Project Contributors
#
# SPDX-License-Identifier: Apache-2.0

# pylint: disable=W0622
# type: ignore
import os
Expand Down
4 changes: 4 additions & 0 deletions docs/docsgen/source/expect_onnxruntime.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.. Copyright (c) ONNX Project Contributors
..
.. SPDX-License-Identifier: Apache-2.0
.. _l-function-expect:

Sample operator test code
Expand Down
3 changes: 3 additions & 0 deletions docs/docsgen/source/index.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
.. Copyright (c) ONNX Project Contributors
..
.. SPDX-License-Identifier: Apache-2.0
.. _l-main-doc-page:

Expand Down
4 changes: 4 additions & 0 deletions docs/docsgen/source/onnx_sphinx.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Copyright (c) ONNX Project Contributors
#
# SPDX-License-Identifier: Apache-2.0

# pylint: disable=C0415,R0912,R0913,R0914,R0915
"""
Automates the generation of ONNX operators.
Expand Down
4 changes: 4 additions & 0 deletions docs/proposals/ArchiveFileFormatProposal.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<!--
Copyright (c) ONNX Project Contributors
-->

<!--- SPDX-License-Identifier: Apache-2.0 -->

# ONNX File Format Proposal
Expand Down
4 changes: 4 additions & 0 deletions docs/proposals/FunctionsProposal.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<!--
Copyright (c) ONNX Project Contributors
-->

<!--- SPDX-License-Identifier: Apache-2.0 -->

## Proposal Adding Function into ONNX
Expand Down
4 changes: 4 additions & 0 deletions docs/proposals/NLPinONNXproposal.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<!--
Copyright (c) ONNX Project Contributors
-->

<!--- SPDX-License-Identifier: Apache-2.0 -->

## Background
Expand Down
4 changes: 4 additions & 0 deletions docs/proposals/ONNXIFIproposal.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<!--
Copyright (c) ONNX Project Contributors
-->

<!--- SPDX-License-Identifier: Apache-2.0 -->

# ONNX Interface for Framework Integration: API Proposal
Expand Down
2 changes: 2 additions & 0 deletions onnx/backend/sample/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# Copyright (c) ONNX Project Contributors

# SPDX-License-Identifier: Apache-2.0
2 changes: 2 additions & 0 deletions onnx/backend/sample/ops/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) ONNX Project Contributors

# SPDX-License-Identifier: Apache-2.0

import importlib
Expand Down
2 changes: 2 additions & 0 deletions onnx/backend/test/case/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) ONNX Project Contributors

# SPDX-License-Identifier: Apache-2.0

import sys
Expand Down
2 changes: 2 additions & 0 deletions onnx/backend/test/case/base.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) ONNX Project Contributors

# SPDX-License-Identifier: Apache-2.0

import inspect
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) ONNX Project Contributors

# SPDX-License-Identifier: Apache-2.0

import numpy as np
Expand Down
2 changes: 2 additions & 0 deletions onnx/backend/test/case/node/ai_onnx_ml/binarizer.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) ONNX Project Contributors

# SPDX-License-Identifier: Apache-2.0

import numpy as np
Expand Down
2 changes: 2 additions & 0 deletions onnx/backend/test/case/test_case.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) ONNX Project Contributors

# SPDX-License-Identifier: Apache-2.0

from dataclasses import dataclass
Expand Down
2 changes: 2 additions & 0 deletions onnx/backend/test/case/utils.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) ONNX Project Contributors

# SPDX-License-Identifier: Apache-2.0

import importlib
Expand Down
2 changes: 2 additions & 0 deletions onnx/backend/test/loader/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) ONNX Project Contributors

# SPDX-License-Identifier: Apache-2.0

import json
Expand Down
2 changes: 2 additions & 0 deletions onnx/backend/test/report/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) ONNX Project Contributors

# SPDX-License-Identifier: Apache-2.0

from typing import Any, Dict, Sequence
Expand Down
2 changes: 2 additions & 0 deletions onnx/backend/test/report/base.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) ONNX Project Contributors

# SPDX-License-Identifier: Apache-2.0


Expand Down
2 changes: 2 additions & 0 deletions onnx/backend/test/report/coverage.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) ONNX Project Contributors

# SPDX-License-Identifier: Apache-2.0

import csv
Expand Down
2 changes: 2 additions & 0 deletions onnx/common/array_ref.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright (c) ONNX Project Contributors

/*
* SPDX-License-Identifier: Apache-2.0
*/
Expand Down
2 changes: 2 additions & 0 deletions onnx/common/assertions.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright (c) ONNX Project Contributors

/*
* SPDX-License-Identifier: Apache-2.0
*/
Expand Down
2 changes: 2 additions & 0 deletions onnx/common/assertions.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright (c) ONNX Project Contributors

/*
* SPDX-License-Identifier: Apache-2.0
*/
Expand Down
2 changes: 2 additions & 0 deletions onnx/common/common.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright (c) ONNX Project Contributors

/*
* SPDX-License-Identifier: Apache-2.0
*/
Expand Down
2 changes: 2 additions & 0 deletions onnx/common/file_utils.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright (c) ONNX Project Contributors

/*
* SPDX-License-Identifier: Apache-2.0
*/
Expand Down
2 changes: 2 additions & 0 deletions onnx/common/graph_node_list.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright (c) ONNX Project Contributors

/*
* SPDX-License-Identifier: Apache-2.0
*/
Expand Down
2 changes: 2 additions & 0 deletions onnx/common/interned_strings.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright (c) ONNX Project Contributors

/*
* SPDX-License-Identifier: Apache-2.0
*/
Expand Down
2 changes: 2 additions & 0 deletions onnx/common/interned_strings.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright (c) ONNX Project Contributors

/*
* SPDX-License-Identifier: Apache-2.0
*/
Expand Down
2 changes: 2 additions & 0 deletions onnx/common/ir.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright (c) ONNX Project Contributors

/*
* SPDX-License-Identifier: Apache-2.0
*/
Expand Down
2 changes: 2 additions & 0 deletions onnx/common/ir_pb_converter.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright (c) ONNX Project Contributors

/*
* SPDX-License-Identifier: Apache-2.0
*/
Expand Down
2 changes: 2 additions & 0 deletions onnx/common/ir_pb_converter.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright (c) ONNX Project Contributors

/*
* SPDX-License-Identifier: Apache-2.0
*/
Expand Down
2 changes: 2 additions & 0 deletions onnx/common/platform_helpers.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright (c) ONNX Project Contributors

/*
* SPDX-License-Identifier: Apache-2.0
*/
Expand Down
2 changes: 2 additions & 0 deletions onnx/common/status.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright (c) ONNX Project Contributors

/*
* SPDX-License-Identifier: Apache-2.0
*/
Expand Down
2 changes: 2 additions & 0 deletions onnx/common/status.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright (c) ONNX Project Contributors

/*
* SPDX-License-Identifier: Apache-2.0
*/
Expand Down
2 changes: 2 additions & 0 deletions onnx/common/tensor.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright (c) ONNX Project Contributors

/*
* SPDX-License-Identifier: Apache-2.0
*/
Expand Down
2 changes: 2 additions & 0 deletions onnx/common/version.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright (c) ONNX Project Contributors

/*
* SPDX-License-Identifier: Apache-2.0
*/
Expand Down
2 changes: 2 additions & 0 deletions onnx/defs/attr_proto_util.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright (c) ONNX Project Contributors

/*
* SPDX-License-Identifier: Apache-2.0
*/
Expand Down
2 changes: 2 additions & 0 deletions onnx/defs/attr_proto_util.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright (c) ONNX Project Contributors

/*
* SPDX-License-Identifier: Apache-2.0
*/
Expand Down
2 changes: 2 additions & 0 deletions onnx/defs/controlflow/defs.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright (c) ONNX Project Contributors

/*
* SPDX-License-Identifier: Apache-2.0
*/
Expand Down
2 changes: 2 additions & 0 deletions onnx/defs/controlflow/old.cc
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright (c) ONNX Project Contributors

/*
* SPDX-License-Identifier: Apache-2.0
*/
Expand Down
2 changes: 2 additions & 0 deletions onnx/defs/data_propagators.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright (c) ONNX Project Contributors

/*
* SPDX-License-Identifier: Apache-2.0
*/
Expand Down
2 changes: 2 additions & 0 deletions onnx/defs/gen_doc.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env python

# Copyright (c) ONNX Project Contributors

# SPDX-License-Identifier: Apache-2.0

import os
Expand Down
2 changes: 2 additions & 0 deletions onnx/reference/ops/aionnx_preview_training/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) ONNX Project Contributors

# SPDX-License-Identifier: Apache-2.0

from onnx.reference.ops.aionnx_preview_training._op_list import load_op
Expand Down
2 changes: 2 additions & 0 deletions onnx/reference/ops/aionnx_preview_training/_op_list.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) ONNX Project Contributors

# SPDX-License-Identifier: Apache-2.0
# pylint: disable=C0415,R0912,W0611,W0603

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) ONNX Project Contributors

# SPDX-License-Identifier: Apache-2.0
# pylint: disable=R0913,W0221

Expand Down
2 changes: 2 additions & 0 deletions onnx/reference/ops/aionnx_preview_training/op_adagrad.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) ONNX Project Contributors

# SPDX-License-Identifier: Apache-2.0
# pylint: disable=R0913,W0221

Expand Down
2 changes: 2 additions & 0 deletions onnx/reference/ops/aionnx_preview_training/op_adam.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) ONNX Project Contributors

# SPDX-License-Identifier: Apache-2.0
# pylint: disable=R0913,R0914,W0221

Expand Down
2 changes: 2 additions & 0 deletions onnx/reference/ops/aionnx_preview_training/op_momentum.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) ONNX Project Contributors

# SPDX-License-Identifier: Apache-2.0
# pylint: disable=R0913,R0914,W0221

Expand Down
2 changes: 2 additions & 0 deletions onnx/reference/ops/aionnxml/op_array_feature_extractor.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) ONNX Project Contributors

# SPDX-License-Identifier: Apache-2.0
# pylint: disable=R0913,R0914,W0221

Expand Down
2 changes: 2 additions & 0 deletions onnx/reference/ops/aionnxml/op_binarizer.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) ONNX Project Contributors

# SPDX-License-Identifier: Apache-2.0
# pylint: disable=R0913,R0914,W0221

Expand Down
2 changes: 2 additions & 0 deletions onnx/reference/ops/aionnxml/op_dict_vectorizer.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) ONNX Project Contributors

# SPDX-License-Identifier: Apache-2.0
# pylint: disable=R0913,R0914,W0221

Expand Down
2 changes: 2 additions & 0 deletions onnx/reference/ops/aionnxml/op_feature_vectorizer.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) ONNX Project Contributors

# SPDX-License-Identifier: Apache-2.0
# pylint: disable=R0913,R0914,W0221

Expand Down
2 changes: 2 additions & 0 deletions onnx/reference/ops/aionnxml/op_imputer.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) ONNX Project Contributors

# SPDX-License-Identifier: Apache-2.0
# pylint: disable=R0913,R0914,W0221

Expand Down
2 changes: 2 additions & 0 deletions onnx/reference/ops/aionnxml/op_label_encoder.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) ONNX Project Contributors

# SPDX-License-Identifier: Apache-2.0
# pylint: disable=R0913,R0914,W0221

Expand Down

0 comments on commit 74f8858

Please sign in to comment.