Skip to content

Commit b3c1435

Browse files
chore: Add copyright and license to generate_models.sh (#45)
* Add copyright and license to generate_models.sh Add copyright notice and licensing information to the script. * Update generate_models.sh Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> * Fix formatting issues in generate_models.sh --------- Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 0ebc7af commit b3c1435

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

generate_models.sh

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
11
#!/bin/bash
2+
# Copyright 2026 UCP Authors
3+
#
4+
# Licensed under the Apache License, Version 2.0 (the "License");
5+
# you may not use this file except in compliance with the License.
6+
# You may obtain a copy of the License at
7+
#
8+
# http://www.apache.org/licenses/LICENSE-2.0
9+
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS,
12+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
# See the License for the specific language governing permissions and
14+
# limitations under the License.
15+
216
# Generate Pydantic models from UCP JSON Schemas
317

418
# Ensure we are in the script's directory

0 commit comments

Comments
 (0)