Skip to content

Commit dbc31fb

Browse files
authored
Add spdx copyright and license to remaining files (#738)
* Move optional steps for testing VMs out of README.md file This may help avoid new users being confused that they must follow those instructions. Signed-off-by: Andy Fingerhut <andy_fingerhut@alum.wustl.edu> * Add 2025-Jan-30 versions of source code for install.sh Signed-off-by: Andy Fingerhut <andy_fingerhut@alum.wustl.edu> * Use SPDX lines for copyright holder and license info on Barefoot and ONF files That is, files with copyright notices in them that have Barefoot Networks or the Open Networking Foundation as the copyright holder. Signed-off-by: Andy Fingerhut <andy_fingerhut@alum.wustl.edu> * Restore some comments that were unintentionally removed. Signed-off-by: Andy Fingerhut <andy_fingerhut@alum.wustl.edu> * Add spdx copyright holder and license info to remaining files Signed-off-by: Andy Fingerhut <andy_fingerhut@alum.wustl.edu> * Add spdx copyright and license notice in P4 source files instead of a separate .license file, since P4 files easily support comments. Signed-off-by: Andy Fingerhut <andy_fingerhut@alum.wustl.edu> * Use SPDX for copyright notice on one more file Signed-off-by: Andy Fingerhut <andy_fingerhut@alum.wustl.edu> --------- Signed-off-by: Andy Fingerhut <andy_fingerhut@alum.wustl.edu>
1 parent bd507eb commit dbc31fb

File tree

220 files changed

+811
-285
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

220 files changed

+811
-285
lines changed

.github/workflows/dco-welcome.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2026 Fabian Ruffy
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
15
name: DCO Assistant for First-Time Contributors
26

37
on:

.github/workflows/test-exercises.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2026 An Nguyen
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
15
name: P4 Tutorials CI
26

37
on:

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# SPDX-FileCopyrightText: 2016 Antonin Bas
2+
#
13
# SPDX-License-Identifier: Apache-2.0
24

35
# Python byte code

CONTRIBUTING.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1+
<!--
2+
SPDX-FileCopyrightText: 2024 Abhinav Kumar
3+
4+
SPDX-License-Identifier: Apache-2.0
5+
-->
16

2-
[comment]: # (SPDX-License-Identifier: Apache-2.0)
37
---
48

59
Thank you for your interest in contributing to the P4 Compiler tutorials repository! Your contributions are important and will help to improve the project for everyone. Before you begin, please consider the guidelines below.

LICENSE

Lines changed: 0 additions & 176 deletions
This file was deleted.

0 commit comments

Comments
 (0)