Skip to content

Commit affde55

Browse files
committed
Add copyright header to binding scripts
Signed-off-by: Jake Tronge <[email protected]>
1 parent b078bff commit affde55

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

ompi/mpi/bindings/ompi_bindings/c_type.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# Copyright (c) 2024 Triad National Security, LLC. All rights
2+
# reserved.
3+
#
4+
# $COPYRIGHT$
5+
#
6+
# Additional copyrights may follow
7+
#
8+
# $HEADER$
9+
"""C type definitions."""
110
from abc import ABC, abstractmethod
211
from ompi_bindings.consts import ConvertFuncs, ConvertOMPIToStandard
312

ompi/mpi/bindings/ompi_bindings/parser.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# Copyright (c) 2024 Triad National Security, LLC. All rights
2+
# reserved.
3+
#
4+
# $COPYRIGHT$
5+
#
6+
# Additional copyrights may follow
7+
#
8+
# $HEADER$
19
"""Source parsing code."""
210

311
class Parameter:

0 commit comments

Comments
 (0)