Skip to content

Commit 233b477

Browse files
committed
License applied
1 parent 3da7193 commit 233b477

34 files changed

+648
-3
lines changed

CMakeLists.txt

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
#[[
2+
"Text Insertion Program (TIP)" is a software
3+
for client management and generating unique images for each client.
4+
Copyright (C) 2024 Pavel Remdenok
5+
6+
This program is free software: you can redistribute it and/or modify
7+
it under the terms of the GNU General Public License as published by
8+
the Free Software Foundation, either version 3 of the License, or
9+
(at your option) any later version.
10+
11+
This program is distributed in the hope that it will be useful,
12+
but WITHOUT ANY WARRANTY; without even the implied warranty of
13+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+
GNU General Public License for more details.
15+
16+
You should have received a copy of the GNU General Public License
17+
along with this program. If not, see <https://www.gnu.org/licenses/>.
18+
]]
19+
120
########################################################################
221
# .:^7^ #
322
# :^!?Y5PGGBG~77 #
@@ -110,7 +129,7 @@ set_target_properties(${PROJECT_NAME} PROPERTIES AUTOMOC ON AUTORCC ON AUTOUIC O
110129

111130
# Копирование содержимого папки reference в build
112131
add_custom_command(
113-
TARGET ${PROJECT_NAME} # Укажите вашу цель
132+
TARGET ${PROJECT_NAME}
114133
POST_BUILD
115134
COMMAND ${CMAKE_COMMAND} -E copy_directory
116135
${CMAKE_SOURCE_DIR}/build_folder_reference/
@@ -158,7 +177,7 @@ if (WIN32 AND NOT DEFINED CMAKE_TOOLCHAIN_FILE)
158177
"${QT_INSTALL_PATH}/bin/Qt5${QT_LIB}${DEBUG_SUFFIX}.dll"
159178
"$<TARGET_FILE_DIR:${PROJECT_NAME}>")
160179
endforeach (QT_LIB)
161-
if (${DEPLOY_DEPENDENCY})
180+
if (DEFINED DEPLOY_DEPENDENCY)
162181
set(DEPLOY_COMMAND deployment/deploy_windows.bat ${DEPLOY_DEPENDENCY})
163182
add_custom_command(TARGET ${PROJECT_NAME} POST_BUILD
164183
COMMAND ${DEPLOY_COMMAND}

source/interfaces/database-settings/database_settings.cpp

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
/*
2+
"Text Insertion Program (TIP)" is a software
3+
for client management and generating unique images for each client.
4+
Copyright (C) 2024 Pavel Remdenok
5+
6+
This program is free software: you can redistribute it and/or modify
7+
it under the terms of the GNU General Public License as published by
8+
the Free Software Foundation, either version 3 of the License, or
9+
(at your option) any later version.
10+
11+
This program is distributed in the hope that it will be useful,
12+
but WITHOUT ANY WARRANTY; without even the implied warranty of
13+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+
GNU General Public License for more details.
15+
16+
You should have received a copy of the GNU General Public License
17+
along with this program. If not, see <https://www.gnu.org/licenses/>.
18+
*/
19+
120
#include "database_settings.h"
221
#include "ui_database_settings.h"
322

source/interfaces/database-settings/database_settings.h

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
/*
2+
"Text Insertion Program (TIP)" is a software
3+
for client management and generating unique images for each client.
4+
Copyright (C) 2024 Pavel Remdenok
5+
6+
This program is free software: you can redistribute it and/or modify
7+
it under the terms of the GNU General Public License as published by
8+
the Free Software Foundation, either version 3 of the License, or
9+
(at your option) any later version.
10+
11+
This program is distributed in the hope that it will be useful,
12+
but WITHOUT ANY WARRANTY; without even the implied warranty of
13+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+
GNU General Public License for more details.
15+
16+
You should have received a copy of the GNU General Public License
17+
along with this program. If not, see <https://www.gnu.org/licenses/>.
18+
*/
19+
120
#pragma once
221

322
// Qt

source/interfaces/font-editor/font_editor.cpp

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
/*
2+
"Text Insertion Program (TIP)" is a software
3+
for client management and generating unique images for each client.
4+
Copyright (C) 2024 Pavel Remdenok
5+
6+
This program is free software: you can redistribute it and/or modify
7+
it under the terms of the GNU General Public License as published by
8+
the Free Software Foundation, either version 3 of the License, or
9+
(at your option) any later version.
10+
11+
This program is distributed in the hope that it will be useful,
12+
but WITHOUT ANY WARRANTY; without even the implied warranty of
13+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+
GNU General Public License for more details.
15+
16+
You should have received a copy of the GNU General Public License
17+
along with this program. If not, see <https://www.gnu.org/licenses/>.
18+
*/
19+
120
#include "font_editor.h"
221
#include <ui_font_editor.h>
322

source/interfaces/font-editor/font_editor.h

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
/*
2+
"Text Insertion Program (TIP)" is a software
3+
for client management and generating unique images for each client.
4+
Copyright (C) 2024 Pavel Remdenok
5+
6+
This program is free software: you can redistribute it and/or modify
7+
it under the terms of the GNU General Public License as published by
8+
the Free Software Foundation, either version 3 of the License, or
9+
(at your option) any later version.
10+
11+
This program is distributed in the hope that it will be useful,
12+
but WITHOUT ANY WARRANTY; without even the implied warranty of
13+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+
GNU General Public License for more details.
15+
16+
You should have received a copy of the GNU General Public License
17+
along with this program. If not, see <https://www.gnu.org/licenses/>.
18+
*/
19+
120
#pragma once
221

322
// Qt

source/interfaces/mainwindow/mainwindow.cpp

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
/*
2+
"Text Insertion Program (TIP)" is a software
3+
for client management and generating unique images for each client.
4+
Copyright (C) 2024 Pavel Remdenok
5+
6+
This program is free software: you can redistribute it and/or modify
7+
it under the terms of the GNU General Public License as published by
8+
the Free Software Foundation, either version 3 of the License, or
9+
(at your option) any later version.
10+
11+
This program is distributed in the hope that it will be useful,
12+
but WITHOUT ANY WARRANTY; without even the implied warranty of
13+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+
GNU General Public License for more details.
15+
16+
You should have received a copy of the GNU General Public License
17+
along with this program. If not, see <https://www.gnu.org/licenses/>.
18+
*/
19+
120
#include "mainwindow.h"
221
#include <ui_mainwindow.h>
322

source/interfaces/mainwindow/mainwindow.h

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
/*
2+
"Text Insertion Program (TIP)" is a software
3+
for client management and generating unique images for each client.
4+
Copyright (C) 2024 Pavel Remdenok
5+
6+
This program is free software: you can redistribute it and/or modify
7+
it under the terms of the GNU General Public License as published by
8+
the Free Software Foundation, either version 3 of the License, or
9+
(at your option) any later version.
10+
11+
This program is distributed in the hope that it will be useful,
12+
but WITHOUT ANY WARRANTY; without even the implied warranty of
13+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+
GNU General Public License for more details.
15+
16+
You should have received a copy of the GNU General Public License
17+
along with this program. If not, see <https://www.gnu.org/licenses/>.
18+
*/
19+
120
#pragma once
221

322
// Qt

source/interfaces/options/options.cpp

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
/*
2+
"Text Insertion Program (TIP)" is a software
3+
for client management and generating unique images for each client.
4+
Copyright (C) 2024 Pavel Remdenok
5+
6+
This program is free software: you can redistribute it and/or modify
7+
it under the terms of the GNU General Public License as published by
8+
the Free Software Foundation, either version 3 of the License, or
9+
(at your option) any later version.
10+
11+
This program is distributed in the hope that it will be useful,
12+
but WITHOUT ANY WARRANTY; without even the implied warranty of
13+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+
GNU General Public License for more details.
15+
16+
You should have received a copy of the GNU General Public License
17+
along with this program. If not, see <https://www.gnu.org/licenses/>.
18+
*/
19+
120
#include "options.h"
221
#include <ui_options.h>
322

source/interfaces/options/options.h

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
/*
2+
"Text Insertion Program (TIP)" is a software
3+
for client management and generating unique images for each client.
4+
Copyright (C) 2024 Pavel Remdenok
5+
6+
This program is free software: you can redistribute it and/or modify
7+
it under the terms of the GNU General Public License as published by
8+
the Free Software Foundation, either version 3 of the License, or
9+
(at your option) any later version.
10+
11+
This program is distributed in the hope that it will be useful,
12+
but WITHOUT ANY WARRANTY; without even the implied warranty of
13+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+
GNU General Public License for more details.
15+
16+
You should have received a copy of the GNU General Public License
17+
along with this program. If not, see <https://www.gnu.org/licenses/>.
18+
*/
19+
120
#pragma once
221

322
// Qt

source/interfaces/password-form/password_form.cpp

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
/*
2+
"Text Insertion Program (TIP)" is a software
3+
for client management and generating unique images for each client.
4+
Copyright (C) 2024 Pavel Remdenok
5+
6+
This program is free software: you can redistribute it and/or modify
7+
it under the terms of the GNU General Public License as published by
8+
the Free Software Foundation, either version 3 of the License, or
9+
(at your option) any later version.
10+
11+
This program is distributed in the hope that it will be useful,
12+
but WITHOUT ANY WARRANTY; without even the implied warranty of
13+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+
GNU General Public License for more details.
15+
16+
You should have received a copy of the GNU General Public License
17+
along with this program. If not, see <https://www.gnu.org/licenses/>.
18+
*/
19+
120
#include "password_form.h"
221
#include "ui_password_form.h"
322

0 commit comments

Comments
 (0)