Skip to content

Commit cbc1eda

Browse files
committed
readme up et licence injection
1 parent 71dde59 commit cbc1eda

3 files changed

Lines changed: 16 additions & 9 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,4 +163,4 @@ pytest
163163

164164
## 📄 License
165165

166-
Apache‑2.0 (see `LICENSE`).
166+
Apache‑2.0 (see [`LICENSE`](LICENSE)).

engine_sdk/ui_helpers.py

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# SPDX-License-Identifier: Apache-2.0
2+
# Copyright 2026 Ague Samuel Amen
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+
116
from __future__ import annotations
217

318
from PySide6.QtWidgets import QCheckBox, QHBoxLayout, QLineEdit, QPushButton

ui/ui_design_ui.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,6 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
################################################################################
18-
## Form generated from reading UI file 'ui_design.ui'
19-
##
20-
## Created by: Qt User Interface Compiler version 6.10.1
21-
##
22-
## WARNING! All changes made in this file will be lost when recompiling UI file!
23-
################################################################################
24-
2517
from PySide6.QtCore import (
2618
QCoreApplication,
2719
QDate,

0 commit comments

Comments
 (0)