SPDX [ 29 ][ Src / Tools ] (#24999)

* [ Tools ]: Update SPDX License Identifiers

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
ᴩʜᴏɴᴇᴅʀᴏɪᴅ
2025-11-02 17:21:34 -05:00
committed by GitHub
parent d80cd13d41
commit 489e429b5c
101 changed files with 185 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
# SPDX-License-Identifier: LGPL-2.1-or-later
import sys
# sys.path.append("")

View File

@@ -1,3 +1,5 @@
# SPDX-License-Identifier: LGPL-2.1-or-later
import sys
# sys.path.append("")

View File

@@ -1,3 +1,5 @@
# SPDX-License-Identifier: LGPL-2.1-or-later
import sys
# sys.path.append("")

View File

@@ -1,3 +1,5 @@
# SPDX-License-Identifier: LGPL-2.1-or-later
import sys
from PySide2 import QtWidgets
import FreeCADGui

View File

@@ -1,3 +1,5 @@
# SPDX-License-Identifier: LGPL-2.1-or-later
# Form implementation generated from reading ui file 'mainwindow.ui'
#
# Created: Fri Nov 20 18:03:04 2015

View File

@@ -1,3 +1,4 @@
# SPDX-License-Identifier: LGPL-2.1-or-later
TEMPLATE = app
TARGET = Qt

View File

@@ -1,3 +1,5 @@
# SPDX-License-Identifier: LGPL-2.1-or-later
project(MyPlugin)
cmake_minimum_required(VERSION 3.5)

View File

@@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-2.1-or-later
#ifndef QT_CXX_PRECOMPILED_H
#define QT_CXX_PRECOMPILED_H

View File

@@ -1,3 +1,4 @@
// SPDX-License-Identifier: LGPL-2.1-or-later
#include <QApplication>
#include <QDialog>

View File

@@ -1,3 +1,4 @@
// SPDX-License-Identifier: LGPL-2.1-or-later
#include <QApplication>
#include <QMainWindow>

View File

@@ -1,3 +1,4 @@
// SPDX-License-Identifier: LGPL-2.1-or-later
#include <Python.h>
#include <QApplication>

View File

@@ -1,3 +1,4 @@
// SPDX-License-Identifier: LGPL-2.1-or-later
#include <Python.h>
#include <QtGui>

View File

@@ -1,3 +1,4 @@
// SPDX-License-Identifier: LGPL-2.1-or-later
#ifndef MAINWINDOW_H
#define MAINWINDOW_H

View File

@@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-2.1-or-later
// FreeCAD_widget.cpp : Defines the entry point for the application.
//

View File

@@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-2.1-or-later
#pragma once
#include "resource.h"

View File

@@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-2.1-or-later
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by FreeCAD_widget.rc

View File

@@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-2.1-or-later
// stdafx.cpp : source file that includes just the standard includes
// FreeCAD_widget.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information

View File

@@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-2.1-or-later
// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently

View File

@@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-2.1-or-later
#pragma once
// The following macros define the minimum required platform. The minimum required platform

View File

@@ -1,3 +1,5 @@
// SPDX-License-Identifier: LGPL-2.1-or-later
#include <Python.h>
#include <gtk/gtk.h>
#include <stdlib.h>