Skip to content

Commit ccf3f8e

Browse files
JPinkneysleshchenko
authored andcommitted
Add license header to generate.py
Signed-off-by: Josh Pinkney <[email protected]>
1 parent 31505ee commit ccf3f8e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/actions/generate_types/generate.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
#
2+
# Copyright (c) 2021 Red Hat, Inc.
3+
# This program and the accompanying materials are made
4+
# available under the terms of the Eclipse Public License 2.0
5+
# which is available at https://www.eclipse.org/legal/epl-2.0/
6+
#
7+
# SPDX-License-Identifier: EPL-2.0
8+
#
9+
# Contributors:
10+
# Red Hat, Inc. - initial API and implementation
11+
#
12+
113
import os
214
import json
315
import yaml

0 commit comments

Comments
 (0)