Skip to content

Commit 17802cf

Browse files
authored
Add SPDX license id lines to source files (#618)
* Add SPDX license id lines to source files Signed-off-by: Andy Fingerhut <[email protected]> * Try removing comments from Makefile.am files to see if that fixes Bazel build Signed-off-by: Andy Fingerhut <[email protected]> * Restore include/Makefile.am back to its original contents Signed-off-by: Andy Fingerhut <[email protected]> * Make one SPDX's comment prefix fit in with its environment better. Signed-off-by: Andy Fingerhut <[email protected]> * Temporarily pin Bazel build in CI to Ubuntu 22.04 Signed-off-by: Andy Fingerhut <[email protected]> --------- Signed-off-by: Andy Fingerhut <[email protected]> Signed-off-by: Andy Fingerhut <[email protected]>
1 parent 6be0352 commit 17802cf

File tree

280 files changed

+524
-1
lines changed

Some content is hidden

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

280 files changed

+524
-1
lines changed

CLI/act_profs/act_prof_common.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/* Copyright 2013-present Barefoot Networks, Inc.
2+
* SPDX-License-Identifier: Apache-2.0
23
*
34
* Licensed under the Apache License, Version 2.0 (the "License");
45
* you may not use this file except in compliance with the License.

CLI/act_profs/act_prof_common.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/* Copyright 2013-present Barefoot Networks, Inc.
2+
* SPDX-License-Identifier: Apache-2.0
23
*
34
* Licensed under the Apache License, Version 2.0 (the "License");
45
* you may not use this file except in compliance with the License.

CLI/act_profs/act_prof_create_member.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/* Copyright 2013-present Barefoot Networks, Inc.
2+
* SPDX-License-Identifier: Apache-2.0
23
*
34
* Licensed under the Apache License, Version 2.0 (the "License");
45
* you may not use this file except in compliance with the License.

CLI/act_profs/act_prof_dump.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/* Copyright 2013-present Barefoot Networks, Inc.
2+
* SPDX-License-Identifier: Apache-2.0
23
*
34
* Licensed under the Apache License, Version 2.0 (the "License");
45
* you may not use this file except in compliance with the License.

CLI/act_profs/act_prof_groups.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/* Copyright 2013-present Barefoot Networks, Inc.
2+
* SPDX-License-Identifier: Apache-2.0
23
*
34
* Licensed under the Apache License, Version 2.0 (the "License");
45
* you may not use this file except in compliance with the License.

CLI/add_p4.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/* Copyright 2013-present Barefoot Networks, Inc.
2+
* SPDX-License-Identifier: Apache-2.0
23
*
34
* Licensed under the Apache License, Version 2.0 (the "License");
45
* you may not use this file except in compliance with the License.

CLI/commands.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/* Copyright 2013-present Barefoot Networks, Inc.
2+
* SPDX-License-Identifier: Apache-2.0
23
*
34
* Licensed under the Apache License, Version 2.0 (the "License");
45
* you may not use this file except in compliance with the License.

CLI/counter_commands.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/* Copyright 2013-present Barefoot Networks, Inc.
2+
* SPDX-License-Identifier: Apache-2.0
23
*
34
* Licensed under the Apache License, Version 2.0 (the "License");
45
* you may not use this file except in compliance with the License.

CLI/device_commands.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/* Copyright 2013-present Barefoot Networks, Inc.
2+
* SPDX-License-Identifier: Apache-2.0
23
*
34
* Licensed under the Apache License, Version 2.0 (the "License");
45
* you may not use this file except in compliance with the License.

CLI/direct_res_reset.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/* Copyright 2013-present Barefoot Networks, Inc.
2+
* SPDX-License-Identifier: Apache-2.0
23
*
34
* Licensed under the Apache License, Version 2.0 (the "License");
45
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)