Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
ElTh0r0 committed Apr 14, 2024
1 parent a0f3892 commit 2fd6131
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion plugins/spellchecker-hunspell/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ project(spellchecker-hunspell
DESCRIPTION "Hunspell based spell checker plugin for InyokaEdit"
HOMEPAGE_URL "https://github.com/inyokaproject/inyokaedit"
)
set(PROJECT_COPYRIGHT "(C) 2011 Volker Götz, 2014-present - Thorsten Roth")
set(PROJECT_COPYRIGHT "(C) 2011 Volker Götz, 2014-present - Thorsten Roth")

set(CMAKE_AUTOUIC ON)
set(CMAKE_AUTOMOC ON)
Expand Down
2 changes: 1 addition & 1 deletion plugins/spellchecker-hunspell/spellchecker-hunspell.pro
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ DESTDIR = ../

VERSION = 1.4.1
QMAKE_TARGET_DESCRIPTION = "Hunspell based spell checker plugin for InyokaEdit"
QMAKE_TARGET_COPYRIGHT = "(C) 2011 Volker Götz, 2014-present - Thorsten Roth"
QMAKE_TARGET_COPYRIGHT = "(C) 2011 Volker Götz, 2014-present - Thorsten Roth"

DEFINES += PLUGIN_NAME=\\\"$$TARGET\\\" \
PLUGIN_VERSION=\"\\\"$$VERSION\\\"\" \
Expand Down
2 changes: 1 addition & 1 deletion plugins/spellchecker-nuspell/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ project(spellchecker-nuspell
DESCRIPTION "Nuspell based spell checker plugin for InyokaEdit"
HOMEPAGE_URL "https://github.com/inyokaproject/inyokaedit"
)
set(PROJECT_COPYRIGHT "(C) 2011 Volker Götz, 2014-present - Thorsten Roth")
set(PROJECT_COPYRIGHT "(C) 2011 Volker Götz, 2014-present - Thorsten Roth")

set(CMAKE_AUTOUIC ON)
set(CMAKE_AUTOMOC ON)
Expand Down
2 changes: 1 addition & 1 deletion plugins/spellchecker-nuspell/spellchecker-nuspell.pro
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ DESTDIR = ../

VERSION = 1.1.1
QMAKE_TARGET_DESCRIPTION = "Nuspell based spell checker plugin for InyokaEdit"
QMAKE_TARGET_COPYRIGHT = "(C) 2011 Volker Götz, 2014-present - Thorsten Roth"
QMAKE_TARGET_COPYRIGHT = "(C) 2011 Volker Götz, 2014-present - Thorsten Roth"

DEFINES += PLUGIN_NAME=\\\"$$TARGET\\\" \
PLUGIN_VERSION=\"\\\"$$VERSION\\\"\" \
Expand Down
2 changes: 1 addition & 1 deletion plugins/uu_tabletemplate/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ project(uu_tabletemplate
DESCRIPTION "ubuntuusers.de table template plugin for InyokaEdit"
HOMEPAGE_URL "https://github.com/inyokaproject/inyokaedit"
)
set(PROJECT_COPYRIGHT "(C) 2012-present - Christian Schärf, Thorsten Roth")
set(PROJECT_COPYRIGHT "(C) 2012-present - Christian Schärf, Thorsten Roth")

set(CMAKE_AUTOUIC ON)
set(CMAKE_AUTOMOC ON)
Expand Down
2 changes: 1 addition & 1 deletion plugins/uu_tabletemplate/uu_tabletemplate.pro
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ DESTDIR = ../

VERSION = 1.5.0
QMAKE_TARGET_DESCRIPTION = "ubuntuusers.de table template plugin for InyokaEdit"
QMAKE_TARGET_COPYRIGHT = "(C) 2012-present - Christian Schärf, Thorsten Roth"
QMAKE_TARGET_COPYRIGHT = "(C) 2012-present - Christian Schärf, Thorsten Roth"

DEFINES += PLUGIN_NAME=\\\"$$TARGET\\\" \
PLUGIN_VERSION=\"\\\"$$VERSION\\\"\" \
Expand Down

0 comments on commit 2fd6131

Please sign in to comment.