From 013eb5ee7e775afca58f504709ebef29e72175d0 Mon Sep 17 00:00:00 2001 From: Andreas Fehlner Date: Sat, 4 May 2024 16:53:19 +0200 Subject: [PATCH] Add/Format License/Copyright headers (#6128) ### Description ### Motivation and Context Signed-off-by: Dr. Andreas Fehlner --- .github/workflows/dco_merge_group.yml | 4 ++++ .github/workflows/main.yml | 4 ++++ .github/workflows/release_win.yml | 4 ++++ .github/workflows/scorecard.yml | 4 ++++ .github/workflows/stale.yml | 4 ++++ .github/workflows/weekly_mac_ci.yml | 4 ++++ .github/workflows/win_no_exception_ci.yml | 4 ++++ CONTRIBUTING.md | 4 ++-- README.md | 4 ++-- RELEASE-MANAGEMENT.md | 4 ++-- SECURITY.md | 4 ++-- 11 files changed, 36 insertions(+), 8 deletions(-) diff --git a/.github/workflows/dco_merge_group.yml b/.github/workflows/dco_merge_group.yml index 7b3c989cf48..10d5b8cbd78 100644 --- a/.github/workflows/dco_merge_group.yml +++ b/.github/workflows/dco_merge_group.yml @@ -1,3 +1,7 @@ +# Copyright (c) ONNX Project Contributors +# +# SPDX-License-Identifier: Apache-2.0 + name: DCO on: merge_group: diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 43d5f804bca..87aa970fc60 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,3 +1,7 @@ +# Copyright (c) ONNX Project Contributors +# +# SPDX-License-Identifier: Apache-2.0 + name: CI on: diff --git a/.github/workflows/release_win.yml b/.github/workflows/release_win.yml index dde32ed9b3a..2359a062b63 100644 --- a/.github/workflows/release_win.yml +++ b/.github/workflows/release_win.yml @@ -1,3 +1,7 @@ +# Copyright (c) ONNX Project Contributors +# +# SPDX-License-Identifier: Apache-2.0 + name: WindowsRelease on: diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 2ef4882a6bc..9b583696e84 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -1,3 +1,7 @@ +# Copyright (c) ONNX Project Contributors +# +# SPDX-License-Identifier: Apache-2.0 + # This workflow uses actions that are not certified by GitHub. They are provided # by a third-party and are governed by separate terms of service, privacy # policy, and support documentation. diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index aecdbf0f72d..be00488d7b1 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -1,3 +1,7 @@ +# Copyright (c) ONNX Project Contributors +# +# SPDX-License-Identifier: Apache-2.0 + # This workflow warns and then closes issues and PRs that have had no activity for a specified amount of time. # # You can adjust the behavior by modifying this file. diff --git a/.github/workflows/weekly_mac_ci.yml b/.github/workflows/weekly_mac_ci.yml index ac57d14480a..576e8c4bc3c 100644 --- a/.github/workflows/weekly_mac_ci.yml +++ b/.github/workflows/weekly_mac_ci.yml @@ -1,3 +1,7 @@ +# Copyright (c) ONNX Project Contributors +# +# SPDX-License-Identifier: Apache-2.0 + # Weekly ci workflow for model zoo. # Runs model checker/shape_inference/version_converter for all models name: Weekly CI with the latest ONNX and ONNX Model Zoo diff --git a/.github/workflows/win_no_exception_ci.yml b/.github/workflows/win_no_exception_ci.yml index b2fd825bffd..970925dcb60 100644 --- a/.github/workflows/win_no_exception_ci.yml +++ b/.github/workflows/win_no_exception_ci.yml @@ -1,3 +1,7 @@ +# Copyright (c) ONNX Project Contributors +# +# SPDX-License-Identifier: Apache-2.0 + name: Windows_No_Exception_CI on: diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 11b588dd02a..876571e0905 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,8 +1,8 @@ - +SPDX-License-Identifier: Apache-2.0 +--> # ONNX Community Involvement and Contribution Guidelines diff --git a/README.md b/README.md index 53c2c9129a5..b5e6075a344 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ - +SPDX-License-Identifier: Apache-2.0 +-->

diff --git a/RELEASE-MANAGEMENT.md b/RELEASE-MANAGEMENT.md index afb79bdb03a..67fa17cbbd2 100644 --- a/RELEASE-MANAGEMENT.md +++ b/RELEASE-MANAGEMENT.md @@ -1,8 +1,8 @@ - +SPDX-License-Identifier: Apache-2.0 +--> # ONNX release management diff --git a/SECURITY.md b/SECURITY.md index f34c3b740e2..a18dca205b2 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -1,8 +1,8 @@ - +SPDX-License-Identifier: Apache-2.0 +--> # Security Policy