Skip to content

Commit

Permalink
Add license headers to all *.cpp and *.h files
Browse files Browse the repository at this point in the history
  • Loading branch information
ncPUMA committed Dec 19, 2023
1 parent 01dabc8 commit d6ac059
Show file tree
Hide file tree
Showing 178 changed files with 1,068 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Arrows/interactivearrowsequence.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
SPDX-FileCopyrightText: 2023 Ilya Pominov <[email protected]>
SPDX-License-Identifier: GPL-2.0-or-later
*/

#include "interactivearrowsequence.h"

#include <Graphic3d_ArrayOfSegments.hxx>
Expand Down
6 changes: 6 additions & 0 deletions Arrows/interactivearrowsequence.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
SPDX-FileCopyrightText: 2023 Ilya Pominov <[email protected]>
SPDX-License-Identifier: GPL-2.0-or-later
*/

#ifndef INTERACTIVEARROWSEQUENCE_H
#define INTERACTIVEARROWSEQUENCE_H

Expand Down
6 changes: 6 additions & 0 deletions Arrows/main.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
SPDX-FileCopyrightText: 2023 Ilya Pominov <[email protected]>
SPDX-License-Identifier: GPL-2.0-or-later
*/

#include "mainwindow.h"

#include <QApplication>
Expand Down
6 changes: 6 additions & 0 deletions Arrows/mainwindow.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
SPDX-FileCopyrightText: 2023 Ilya Pominov <[email protected]>
SPDX-License-Identifier: GPL-2.0-or-later
*/

#include "mainwindow.h"

#include "viewport.h"
Expand Down
6 changes: 6 additions & 0 deletions Arrows/mainwindow.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
SPDX-FileCopyrightText: 2023 Ilya Pominov <[email protected]>
SPDX-License-Identifier: GPL-2.0-or-later
*/

#ifndef MAINWINDOW_H
#define MAINWINDOW_H

Expand Down
6 changes: 6 additions & 0 deletions Arrows/viewport.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
SPDX-FileCopyrightText: 2023 Ilya Pominov <[email protected]>
SPDX-License-Identifier: GPL-2.0-or-later
*/

#include "viewport.h"

#include <QDebug>
Expand Down
6 changes: 6 additions & 0 deletions Arrows/viewport.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
SPDX-FileCopyrightText: 2023 Ilya Pominov <[email protected]>
SPDX-License-Identifier: GPL-2.0-or-later
*/

#ifndef VIEWPORT_H
#define VIEWPORT_H

Expand Down
6 changes: 6 additions & 0 deletions BooleanOps/main.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
SPDX-FileCopyrightText: 2023 Ilya Pominov <[email protected]>
SPDX-License-Identifier: GPL-2.0-or-later
*/

#include <QApplication>

#include <ExamplesBase/interactiveobjectsmainwindow.h>
Expand Down
6 changes: 6 additions & 0 deletions BooleanOps/viewport.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
SPDX-FileCopyrightText: 2023 Ilya Pominov <[email protected]>
SPDX-License-Identifier: GPL-2.0-or-later
*/

#include "viewport.h"

#include <QMenu>
Expand Down
6 changes: 6 additions & 0 deletions BooleanOps/viewport.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
SPDX-FileCopyrightText: 2023 Ilya Pominov <[email protected]>
SPDX-License-Identifier: GPL-2.0-or-later
*/

#ifndef VIEWPORT_H
#define VIEWPORT_H

Expand Down
6 changes: 6 additions & 0 deletions EdgeExplorer/brepserializer.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
SPDX-FileCopyrightText: 2023 Ilya Pominov <[email protected]>
SPDX-License-Identifier: GPL-2.0-or-later
*/

#include "brepserializer.h"

#include <sstream>
Expand Down
6 changes: 6 additions & 0 deletions EdgeExplorer/brepserializer.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
SPDX-FileCopyrightText: 2023 Ilya Pominov <[email protected]>
SPDX-License-Identifier: GPL-2.0-or-later
*/

#ifndef BREPSERIALIZER_H
#define BREPSERIALIZER_H

Expand Down
6 changes: 6 additions & 0 deletions EdgeExplorer/main.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
SPDX-FileCopyrightText: 2023 Ilya Pominov <[email protected]>
SPDX-License-Identifier: GPL-2.0-or-later
*/

#include "mainwindow.h"

#include <QApplication>
Expand Down
6 changes: 6 additions & 0 deletions EdgeExplorer/mainwindow.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
SPDX-FileCopyrightText: 2023 Ilya Pominov <[email protected]>
SPDX-License-Identifier: GPL-2.0-or-later
*/

#include "mainwindow.h"

#include <QMenuBar>
Expand Down
6 changes: 6 additions & 0 deletions EdgeExplorer/mainwindow.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
SPDX-FileCopyrightText: 2023 Ilya Pominov <[email protected]>
SPDX-License-Identifier: GPL-2.0-or-later
*/

#ifndef MAINWINDOW_H
#define MAINWINDOW_H

Expand Down
6 changes: 6 additions & 0 deletions EdgeExplorer/normaldetector.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
SPDX-FileCopyrightText: 2023 Ilya Pominov <[email protected]>
SPDX-License-Identifier: GPL-2.0-or-later
*/

#include "normaldetector.h"

#include <QDebug>
Expand Down
6 changes: 6 additions & 0 deletions EdgeExplorer/normaldetector.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
SPDX-FileCopyrightText: 2023 Ilya Pominov <[email protected]>
SPDX-License-Identifier: GPL-2.0-or-later
*/

#ifndef NORMALDETECTOR_H
#define NORMALDETECTOR_H

Expand Down
6 changes: 6 additions & 0 deletions EdgeExplorer/viewport.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
SPDX-FileCopyrightText: 2023 Ilya Pominov <[email protected]>
SPDX-License-Identifier: GPL-2.0-or-later
*/

#include "viewport.h"

#include <QAction>
Expand Down
6 changes: 6 additions & 0 deletions EdgeExplorer/viewport.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
SPDX-FileCopyrightText: 2023 Ilya Pominov <[email protected]>
SPDX-License-Identifier: GPL-2.0-or-later
*/

#ifndef VIEWPORT_H
#define VIEWPORT_H

Expand Down
6 changes: 6 additions & 0 deletions ExamplesBase/Editors/dimentionlenghteditor.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
SPDX-FileCopyrightText: 2023 Ilya Pominov <[email protected]>
SPDX-License-Identifier: GPL-2.0-or-later
*/

#include "dimentionlenghteditor.h"

#include <Extrema_ExtElC.hxx>
Expand Down
6 changes: 6 additions & 0 deletions ExamplesBase/Editors/dimentionlenghteditor.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
SPDX-FileCopyrightText: 2023 Ilya Pominov <[email protected]>
SPDX-License-Identifier: GPL-2.0-or-later
*/

#ifndef DIMENTIONLENGHTEDITOR_H
#define DIMENTIONLENGHTEDITOR_H

Expand Down
6 changes: 6 additions & 0 deletions ExamplesBase/Editors/interactiveobjectcuboideditor.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
SPDX-FileCopyrightText: 2023 Ilya Pominov <[email protected]>
SPDX-License-Identifier: GPL-2.0-or-later
*/

#include "interactiveobjectcuboideditor.h"

#include "../Objects/interactivecuboid.h"
Expand Down
6 changes: 6 additions & 0 deletions ExamplesBase/Editors/interactiveobjectcuboideditor.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
SPDX-FileCopyrightText: 2023 Ilya Pominov <[email protected]>
SPDX-License-Identifier: GPL-2.0-or-later
*/

#ifndef INTERACTIVEOBJECTCUBOIDEDITOR_H
#define INTERACTIVEOBJECTCUBOIDEDITOR_H

Expand Down
6 changes: 6 additions & 0 deletions ExamplesBase/Editors/interactiveobjectcylindereditor.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
SPDX-FileCopyrightText: 2023 Ilya Pominov <[email protected]>
SPDX-License-Identifier: GPL-2.0-or-later
*/

#include "interactiveobjectcylindereditor.h"

#include "../Objects/interactivecylinder.h"
Expand Down
6 changes: 6 additions & 0 deletions ExamplesBase/Editors/interactiveobjectcylindereditor.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
SPDX-FileCopyrightText: 2023 Ilya Pominov <[email protected]>
SPDX-License-Identifier: GPL-2.0-or-later
*/

#ifndef INTERACTIVEOBJECTCYLINDEREDITOR_H
#define INTERACTIVEOBJECTCYLINDEREDITOR_H

Expand Down
6 changes: 6 additions & 0 deletions ExamplesBase/Editors/interactiveobjecteditor.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
SPDX-FileCopyrightText: 2023 Ilya Pominov <[email protected]>
SPDX-License-Identifier: GPL-2.0-or-later
*/

#include "interactiveobjecteditor.h"

#include <AIS_InteractiveContext.hxx>
Expand Down
6 changes: 6 additions & 0 deletions ExamplesBase/Editors/interactiveobjecteditor.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
SPDX-FileCopyrightText: 2023 Ilya Pominov <[email protected]>
SPDX-License-Identifier: GPL-2.0-or-later
*/

#ifndef INTERACTIVEOBJECTEDITOR_H
#define INTERACTIVEOBJECTEDITOR_H

Expand Down
6 changes: 6 additions & 0 deletions ExamplesBase/Editors/interactiveobjecteditorcreator.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
SPDX-FileCopyrightText: 2023 Ilya Pominov <[email protected]>
SPDX-License-Identifier: GPL-2.0-or-later
*/

#include "interactiveobjecteditorcreator.h"

#include "../Objects/interactivecuboid.h"
Expand Down
6 changes: 6 additions & 0 deletions ExamplesBase/Editors/interactiveobjecteditorcreator.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
SPDX-FileCopyrightText: 2023 Ilya Pominov <[email protected]>
SPDX-License-Identifier: GPL-2.0-or-later
*/

#ifndef INTERACTIVEOBJECTEDITORCREATOR_H
#define INTERACTIVEOBJECTEDITORCREATOR_H

Expand Down
6 changes: 6 additions & 0 deletions ExamplesBase/Editors/interactiveobjectsphereeditor.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
SPDX-FileCopyrightText: 2023 Ilya Pominov <[email protected]>
SPDX-License-Identifier: GPL-2.0-or-later
*/

#include "interactiveobjectsphereeditor.h"

#include "../Objects/interactivesphere.h"
Expand Down
6 changes: 6 additions & 0 deletions ExamplesBase/Editors/interactiveobjectsphereeditor.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
SPDX-FileCopyrightText: 2023 Ilya Pominov <[email protected]>
SPDX-License-Identifier: GPL-2.0-or-later
*/

#ifndef INTERACTIVEOBJECTSPHEREEDITOR_H
#define INTERACTIVEOBJECTSPHEREEDITOR_H

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
SPDX-FileCopyrightText: 2023 Ilya Pominov <[email protected]>
SPDX-License-Identifier: GPL-2.0-or-later
*/

#include "interactiveobjectsurfacecircleofrevoleditor.h"

#include <AIS_InteractiveContext.hxx>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
SPDX-FileCopyrightText: 2023 Ilya Pominov <[email protected]>
SPDX-License-Identifier: GPL-2.0-or-later
*/

#ifndef INTERACTIVEOBJECTSURFACECIRCLEOFREVOLEDITOR_H
#define INTERACTIVEOBJECTSURFACECIRCLEOFREVOLEDITOR_H

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
SPDX-FileCopyrightText: 2023 Ilya Pominov <[email protected]>
SPDX-License-Identifier: GPL-2.0-or-later
*/

#include "interactiveobjectsurfaceellipseofrevoleditor.h"

#include <AIS_InteractiveContext.hxx>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
SPDX-FileCopyrightText: 2023 Ilya Pominov <[email protected]>
SPDX-License-Identifier: GPL-2.0-or-later
*/

#ifndef INTERACTIVEOBJECTSURFACEELLIPSEOFREVOLEDITOR_H
#define INTERACTIVEOBJECTSURFACEELLIPSEOFREVOLEDITOR_H

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
SPDX-FileCopyrightText: 2023 Ilya Pominov <[email protected]>
SPDX-License-Identifier: GPL-2.0-or-later
*/

#include "interactiveobjectsurfacehyperofrevoleditor.h"

#include <AIS_InteractiveContext.hxx>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
SPDX-FileCopyrightText: 2023 Ilya Pominov <[email protected]>
SPDX-License-Identifier: GPL-2.0-or-later
*/

#ifndef INTERACTIVEOBJECTSURFACEHYPEROFREVOLEDITOR_H
#define INTERACTIVEOBJECTSURFACEHYPEROFREVOLEDITOR_H

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
SPDX-FileCopyrightText: 2023 Ilya Pominov <[email protected]>
SPDX-License-Identifier: GPL-2.0-or-later
*/

#include "interactiveobjectsurfaceparabofrevoleditor.h"

#include <AIS_InteractiveContext.hxx>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
SPDX-FileCopyrightText: 2023 Ilya Pominov <[email protected]>
SPDX-License-Identifier: GPL-2.0-or-later
*/

#ifndef INTERACTIVEOBJECTSURFACEPARABOFREVOLEDITOR_H
#define INTERACTIVEOBJECTSURFACEPARABOFREVOLEDITOR_H

Expand Down
6 changes: 6 additions & 0 deletions ExamplesBase/Editors/interactiveobjectsurfaceplaneeditor.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
SPDX-FileCopyrightText: 2023 Ilya Pominov <[email protected]>
SPDX-License-Identifier: GPL-2.0-or-later
*/

#include "interactiveobjectsurfaceplaneeditor.h"

#include "../Objects/interactivesurfaceplane.h"
Expand Down
Loading

0 comments on commit d6ac059

Please sign in to comment.