From 649024092efc1577b0b5d04207f59b530efa463a Mon Sep 17 00:00:00 2001 From: Pascal COMBES Date: Mon, 8 Jun 2020 11:05:05 +0200 Subject: [PATCH] Updated licenses. --- QtcDevPlugin.pro | 2 +- QtcDevPlugin_dependencies.pri | 2 +- Test/qtcpluginrunnertest.cpp | 18 ++++++++++++++++++ Test/qtcpluginrunnertest.h | 2 +- Test/qtcrunconfigurationfactorytest.cpp | 2 +- Test/qtcrunconfigurationfactorytest.h | 2 +- Test/qtcrunconfigurationtest.cpp | 2 +- Test/qtcrunconfigurationtest.h | 2 +- Test/qttestsubfunction.h | 2 +- Test/testhelper.cpp | 2 +- Test/testhelper.h | 2 +- Widgets/filetypevalidatinglineedit.cpp | 2 +- Widgets/filetypevalidatinglineedit.h | 2 +- pathaspect.cpp | 18 ++++++++++++++++++ pathaspect.h | 18 ++++++++++++++++++ qtcdeveloperplugin.cpp | 2 +- qtcdeveloperplugin.h | 2 +- qtcdevplugin_en.ts | 2 +- qtcdevplugin_fr.ts | 2 +- qtcdevplugin_global.h | 2 +- qtcdevpluginconstants.h | 2 +- qtcreator-test.sh | 3 +-- qtcrunconfiguration.cpp | 2 +- qtcrunconfiguration.h | 2 +- qtcrunconfigurationfactory.cpp | 2 +- qtcrunconfigurationfactory.h | 2 +- qtctestrunconfiguration.cpp | 2 +- qtctestrunconfiguration.h | 2 +- tests/OneSubPlugin/OneSubPlugin.pro | 2 +- tests/OneSubTest/OneSubTest.pro | 2 +- tests/PluginAndTest/PluginAndTest.pro | 2 +- tests/ProjectTest/ProjectTest.pro | 2 +- tests/ProjectTest/main.cpp | 2 +- tests/ProjectTest1/ProjectTest1.pro | 2 +- tests/ProjectTest1/main.cpp | 2 +- tests/ProjectTest2/ProjectTest2.pro | 2 +- tests/ProjectTest2/main.cpp | 2 +- tests/QtcPluginTest/QtcPluginTest.pro | 2 +- tests/QtcPluginTest/qtcplugintest.cpp | 2 +- tests/QtcPluginTest/qtcplugintest.h | 2 +- tests/QtcPluginTest/qtcplugintest_global.h | 2 +- tests/QtcPluginTest/qtcplugintestconstants.h | 2 +- tests/QtcPluginTest1/QtcPluginTest1.pro | 2 +- tests/QtcPluginTest1/qtcplugintest.cpp | 2 +- tests/QtcPluginTest1/qtcplugintest.h | 2 +- tests/QtcPluginTest1/qtcplugintest_global.h | 2 +- tests/QtcPluginTest1/qtcplugintestconstants.h | 2 +- tests/QtcPluginTest2/QtcPluginTest2.pro | 2 +- tests/QtcPluginTest2/qtcplugintest.cpp | 2 +- tests/QtcPluginTest2/qtcplugintest.h | 2 +- tests/QtcPluginTest2/qtcplugintest_global.h | 2 +- tests/QtcPluginTest2/qtcplugintestconstants.h | 2 +- tests/TestAndPlugin/TestAndPlugin.pro | 2 +- tests/TwoSubPlugins/TwoSubPlugins.pro | 2 +- tests/TwoSubTests/TwoSubTests.pro | 2 +- 55 files changed, 106 insertions(+), 53 deletions(-) diff --git a/QtcDevPlugin.pro b/QtcDevPlugin.pro index 22556f8..eb7c068 100755 --- a/QtcDevPlugin.pro +++ b/QtcDevPlugin.pro @@ -1,4 +1,4 @@ -# Copyright 2016 Pascal COMBES +# Copyright 2016-2020 Pascal COMBES # # This file is part of QtcDevPlugin. # diff --git a/QtcDevPlugin_dependencies.pri b/QtcDevPlugin_dependencies.pri index 8df45c1..d0ac43c 100755 --- a/QtcDevPlugin_dependencies.pri +++ b/QtcDevPlugin_dependencies.pri @@ -1,4 +1,4 @@ -# Copyright 2016 Pascal COMBES +# Copyright 2016-2020 Pascal COMBES # # This file is part of QtcDevPlugin. # diff --git a/Test/qtcpluginrunnertest.cpp b/Test/qtcpluginrunnertest.cpp index 4dde26e..8a73861 100644 --- a/Test/qtcpluginrunnertest.cpp +++ b/Test/qtcpluginrunnertest.cpp @@ -1,3 +1,21 @@ +/* Copyright 2020 Pascal COMBES + * + * This file is part of QtcDevPlugin. + * + * QtcDevPlugin is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * QtcDevPlugin is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with QtcDevPlugin. If not, see + */ + #include "qtcpluginrunnertest.h" #include "testhelper.h" diff --git a/Test/qtcpluginrunnertest.h b/Test/qtcpluginrunnertest.h index 476d584..abac8e2 100644 --- a/Test/qtcpluginrunnertest.h +++ b/Test/qtcpluginrunnertest.h @@ -1,4 +1,4 @@ -/* Copyright 2016 Pascal COMBES +/* Copyright 2016-2020 Pascal COMBES * * This file is part of QtcDevPlugin. * diff --git a/Test/qtcrunconfigurationfactorytest.cpp b/Test/qtcrunconfigurationfactorytest.cpp index 05ce958..38160cd 100755 --- a/Test/qtcrunconfigurationfactorytest.cpp +++ b/Test/qtcrunconfigurationfactorytest.cpp @@ -1,4 +1,4 @@ -/* Copyright 2016 Pascal COMBES +/* Copyright 2016-2020 Pascal COMBES * * This file is part of QtcDevPlugin. * diff --git a/Test/qtcrunconfigurationfactorytest.h b/Test/qtcrunconfigurationfactorytest.h index 42ccac6..8e95f45 100755 --- a/Test/qtcrunconfigurationfactorytest.h +++ b/Test/qtcrunconfigurationfactorytest.h @@ -1,4 +1,4 @@ -/* Copyright 2016 Pascal COMBES +/* Copyright 2016-2020 Pascal COMBES * * This file is part of QtcDevPlugin. * diff --git a/Test/qtcrunconfigurationtest.cpp b/Test/qtcrunconfigurationtest.cpp index 412351c..dac328b 100644 --- a/Test/qtcrunconfigurationtest.cpp +++ b/Test/qtcrunconfigurationtest.cpp @@ -1,4 +1,4 @@ -/* Copyright 2016 Pascal COMBES +/* Copyright 2016-2020 Pascal COMBES * * This file is part of QtcDevPlugin. * diff --git a/Test/qtcrunconfigurationtest.h b/Test/qtcrunconfigurationtest.h index 845230d..a890fc1 100644 --- a/Test/qtcrunconfigurationtest.h +++ b/Test/qtcrunconfigurationtest.h @@ -1,4 +1,4 @@ -/* Copyright 2016 Pascal COMBES +/* Copyright 2016-2020 Pascal COMBES * * This file is part of QtcDevPlugin. * diff --git a/Test/qttestsubfunction.h b/Test/qttestsubfunction.h index be83eff..0559f17 100644 --- a/Test/qttestsubfunction.h +++ b/Test/qttestsubfunction.h @@ -1,4 +1,4 @@ -/* Copyright 2015-2016 Pascal COMBES +/* Copyright 2015-2020 Pascal COMBES * * This file is part of QtcDevPlugin. * diff --git a/Test/testhelper.cpp b/Test/testhelper.cpp index b0faf9a..c7326bb 100755 --- a/Test/testhelper.cpp +++ b/Test/testhelper.cpp @@ -1,4 +1,4 @@ -/* Copyright 2016 Pascal COMBES +/* Copyright 2016-2020 Pascal COMBES * * This file is part of QtcDevPlugin. * diff --git a/Test/testhelper.h b/Test/testhelper.h index e7b58c2..2344dfc 100755 --- a/Test/testhelper.h +++ b/Test/testhelper.h @@ -1,4 +1,4 @@ -/* Copyright 2016 Pascal COMBES +/* Copyright 2016-2020 Pascal COMBES * * This file is part of QtcDevPlugin. * diff --git a/Widgets/filetypevalidatinglineedit.cpp b/Widgets/filetypevalidatinglineedit.cpp index 77e130a..5d0d834 100755 --- a/Widgets/filetypevalidatinglineedit.cpp +++ b/Widgets/filetypevalidatinglineedit.cpp @@ -1,4 +1,4 @@ -/* Copyright 2016 Pascal COMBES +/* Copyright 2016-2020 Pascal COMBES * * This file is part of QtcDevPlugin. * diff --git a/Widgets/filetypevalidatinglineedit.h b/Widgets/filetypevalidatinglineedit.h index c41260c..92a4da7 100755 --- a/Widgets/filetypevalidatinglineedit.h +++ b/Widgets/filetypevalidatinglineedit.h @@ -1,4 +1,4 @@ -/* Copyright 2016 Pascal COMBES +/* Copyright 2016-2020 Pascal COMBES * * This file is part of QtcDevPlugin. * diff --git a/pathaspect.cpp b/pathaspect.cpp index 19349bc..51c71b6 100644 --- a/pathaspect.cpp +++ b/pathaspect.cpp @@ -1,3 +1,21 @@ +/* Copyright 2020 Pascal COMBES + * + * This file is part of QtcDevPlugin. + * + * QtcDevPlugin is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * QtcDevPlugin is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with QtcDevPlugin. If not, see + */ + #include "pathaspect.h" #include "Widgets/filetypevalidatinglineedit.h" diff --git a/pathaspect.h b/pathaspect.h index 8c1b64d..52d51d5 100644 --- a/pathaspect.h +++ b/pathaspect.h @@ -1,3 +1,21 @@ +/* Copyright 2020 Pascal COMBES + * + * This file is part of QtcDevPlugin. + * + * QtcDevPlugin is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * QtcDevPlugin is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with QtcDevPlugin. If not, see + */ + #ifndef PATH_ASPECT_H #define PATH_ASPECT_H diff --git a/qtcdeveloperplugin.cpp b/qtcdeveloperplugin.cpp index d955a63..5a70758 100755 --- a/qtcdeveloperplugin.cpp +++ b/qtcdeveloperplugin.cpp @@ -1,4 +1,4 @@ -/* Copyright 2016 Pascal COMBES +/* Copyright 2016-2020 Pascal COMBES * * This file is part of QtcDevPlugin. * diff --git a/qtcdeveloperplugin.h b/qtcdeveloperplugin.h index 8433f8e..2026756 100755 --- a/qtcdeveloperplugin.h +++ b/qtcdeveloperplugin.h @@ -1,4 +1,4 @@ -/* Copyright 2016 Pascal COMBES +/* Copyright 2016-2020 Pascal COMBES * * This file is part of QtcDevPlugin. * diff --git a/qtcdevplugin_en.ts b/qtcdevplugin_en.ts index e156204..d84021f 100755 --- a/qtcdevplugin_en.ts +++ b/qtcdevplugin_en.ts @@ -13,7 +13,7 @@ QtcDevPlugin::Internal::PathAspect - + Browse... Browse... diff --git a/qtcdevplugin_fr.ts b/qtcdevplugin_fr.ts index 7e08cef..02611fb 100755 --- a/qtcdevplugin_fr.ts +++ b/qtcdevplugin_fr.ts @@ -13,7 +13,7 @@ QtcDevPlugin::Internal::PathAspect - + Browse... Parcourir... diff --git a/qtcdevplugin_global.h b/qtcdevplugin_global.h index 09c76e3..bda6b2b 100755 --- a/qtcdevplugin_global.h +++ b/qtcdevplugin_global.h @@ -1,4 +1,4 @@ -/* Copyright 2016 Pascal COMBES +/* Copyright 2016-2020 Pascal COMBES * * This file is part of QtcDevPlugin. * diff --git a/qtcdevpluginconstants.h b/qtcdevpluginconstants.h index 92a9875..eb55966 100755 --- a/qtcdevpluginconstants.h +++ b/qtcdevpluginconstants.h @@ -1,4 +1,4 @@ -/* Copyright 2016 Pascal COMBES +/* Copyright 2016-2020 Pascal COMBES * * This file is part of QtcDevPlugin. * diff --git a/qtcreator-test.sh b/qtcreator-test.sh index 395600b..1a877f9 100644 --- a/qtcreator-test.sh +++ b/qtcreator-test.sh @@ -1,6 +1,5 @@ #! /bin/bash - -# Copyright 2015 Pascal COMBES +# Copyright 2015-2020 Pascal COMBES # # This file is part of QtcDevPlugin. # diff --git a/qtcrunconfiguration.cpp b/qtcrunconfiguration.cpp index 075adc6..20a9e97 100755 --- a/qtcrunconfiguration.cpp +++ b/qtcrunconfiguration.cpp @@ -1,4 +1,4 @@ -/* Copyright 2016 Pascal COMBES +/* Copyright 2016-2020 Pascal COMBES * * This file is part of QtcDevPlugin. * diff --git a/qtcrunconfiguration.h b/qtcrunconfiguration.h index c355bbb..a515994 100755 --- a/qtcrunconfiguration.h +++ b/qtcrunconfiguration.h @@ -1,4 +1,4 @@ -/* Copyright 2016 Pascal COMBES +/* Copyright 2016-2020 Pascal COMBES * * This file is part of QtcDevPlugin. * diff --git a/qtcrunconfigurationfactory.cpp b/qtcrunconfigurationfactory.cpp index 6af13db..0e09cd7 100755 --- a/qtcrunconfigurationfactory.cpp +++ b/qtcrunconfigurationfactory.cpp @@ -1,4 +1,4 @@ -/* Copyright 2016 Pascal COMBES +/* Copyright 2016-2020 Pascal COMBES * * This file is part of QtcDevPlugin. * diff --git a/qtcrunconfigurationfactory.h b/qtcrunconfigurationfactory.h index 30404b1..635b612 100755 --- a/qtcrunconfigurationfactory.h +++ b/qtcrunconfigurationfactory.h @@ -1,4 +1,4 @@ -/* Copyright 2016 Pascal COMBES +/* Copyright 2016-2020 Pascal COMBES * * This file is part of QtcDevPlugin. * diff --git a/qtctestrunconfiguration.cpp b/qtctestrunconfiguration.cpp index 368b7d1..dd2295d 100755 --- a/qtctestrunconfiguration.cpp +++ b/qtctestrunconfiguration.cpp @@ -1,4 +1,4 @@ -/* Copyright 2016 Pascal COMBES +/* Copyright 2016-2020 Pascal COMBES * * This file is part of QtcDevPlugin. * diff --git a/qtctestrunconfiguration.h b/qtctestrunconfiguration.h index 661ab90..1648cd8 100755 --- a/qtctestrunconfiguration.h +++ b/qtctestrunconfiguration.h @@ -1,4 +1,4 @@ -/* Copyright 2016 Pascal COMBES +/* Copyright 2016-2020 Pascal COMBES * * This file is part of QtcDevPlugin. * diff --git a/tests/OneSubPlugin/OneSubPlugin.pro b/tests/OneSubPlugin/OneSubPlugin.pro index 4db26ea..0b5a344 100755 --- a/tests/OneSubPlugin/OneSubPlugin.pro +++ b/tests/OneSubPlugin/OneSubPlugin.pro @@ -1,4 +1,4 @@ -# Copyright 2016 Pascal COMBES +# Copyright 2016-2020 Pascal COMBES # # This file is part of QtcDevPlugin. # diff --git a/tests/OneSubTest/OneSubTest.pro b/tests/OneSubTest/OneSubTest.pro index 5f6a05d..dfaaeb0 100755 --- a/tests/OneSubTest/OneSubTest.pro +++ b/tests/OneSubTest/OneSubTest.pro @@ -1,4 +1,4 @@ -# Copyright 2016 Pascal COMBES +# Copyright 2016-2020 Pascal COMBES # # This file is part of QtcDevPlugin. # diff --git a/tests/PluginAndTest/PluginAndTest.pro b/tests/PluginAndTest/PluginAndTest.pro index dc5dce6..ff45445 100755 --- a/tests/PluginAndTest/PluginAndTest.pro +++ b/tests/PluginAndTest/PluginAndTest.pro @@ -1,4 +1,4 @@ -# Copyright 2016 Pascal COMBES +# Copyright 2016-2020 Pascal COMBES # # This file is part of QtcDevPlugin. # diff --git a/tests/ProjectTest/ProjectTest.pro b/tests/ProjectTest/ProjectTest.pro index 32f3e6b..f044036 100755 --- a/tests/ProjectTest/ProjectTest.pro +++ b/tests/ProjectTest/ProjectTest.pro @@ -1,4 +1,4 @@ -# Copyright 2016 Pascal COMBES +# Copyright 2016-2020 Pascal COMBES # # This file is part of QtcDevPlugin. # diff --git a/tests/ProjectTest/main.cpp b/tests/ProjectTest/main.cpp index 7e99b7e..1491c05 100755 --- a/tests/ProjectTest/main.cpp +++ b/tests/ProjectTest/main.cpp @@ -1,4 +1,4 @@ -/* Copyright 2016 Pascal COMBES +/* Copyright 2016-2020 Pascal COMBES * * This file is part of QtcDevPlugin. * diff --git a/tests/ProjectTest1/ProjectTest1.pro b/tests/ProjectTest1/ProjectTest1.pro index 32f3e6b..f044036 100755 --- a/tests/ProjectTest1/ProjectTest1.pro +++ b/tests/ProjectTest1/ProjectTest1.pro @@ -1,4 +1,4 @@ -# Copyright 2016 Pascal COMBES +# Copyright 2016-2020 Pascal COMBES # # This file is part of QtcDevPlugin. # diff --git a/tests/ProjectTest1/main.cpp b/tests/ProjectTest1/main.cpp index 7e99b7e..1491c05 100755 --- a/tests/ProjectTest1/main.cpp +++ b/tests/ProjectTest1/main.cpp @@ -1,4 +1,4 @@ -/* Copyright 2016 Pascal COMBES +/* Copyright 2016-2020 Pascal COMBES * * This file is part of QtcDevPlugin. * diff --git a/tests/ProjectTest2/ProjectTest2.pro b/tests/ProjectTest2/ProjectTest2.pro index 32f3e6b..f044036 100755 --- a/tests/ProjectTest2/ProjectTest2.pro +++ b/tests/ProjectTest2/ProjectTest2.pro @@ -1,4 +1,4 @@ -# Copyright 2016 Pascal COMBES +# Copyright 2016-2020 Pascal COMBES # # This file is part of QtcDevPlugin. # diff --git a/tests/ProjectTest2/main.cpp b/tests/ProjectTest2/main.cpp index 7e99b7e..1491c05 100755 --- a/tests/ProjectTest2/main.cpp +++ b/tests/ProjectTest2/main.cpp @@ -1,4 +1,4 @@ -/* Copyright 2016 Pascal COMBES +/* Copyright 2016-2020 Pascal COMBES * * This file is part of QtcDevPlugin. * diff --git a/tests/QtcPluginTest/QtcPluginTest.pro b/tests/QtcPluginTest/QtcPluginTest.pro index 5c6032d..16b9054 100755 --- a/tests/QtcPluginTest/QtcPluginTest.pro +++ b/tests/QtcPluginTest/QtcPluginTest.pro @@ -1,4 +1,4 @@ -# Copyright 2016 Pascal COMBES +# Copyright 2016-2020 Pascal COMBES # # This file is part of QtcDevPlugin. # diff --git a/tests/QtcPluginTest/qtcplugintest.cpp b/tests/QtcPluginTest/qtcplugintest.cpp index 3506883..47d7945 100755 --- a/tests/QtcPluginTest/qtcplugintest.cpp +++ b/tests/QtcPluginTest/qtcplugintest.cpp @@ -1,4 +1,4 @@ -/* Copyright 2016 Pascal COMBES +/* Copyright 2016-2020 Pascal COMBES * * This file is part of QtcDevPlugin. * diff --git a/tests/QtcPluginTest/qtcplugintest.h b/tests/QtcPluginTest/qtcplugintest.h index 268a2f9..fad06e7 100755 --- a/tests/QtcPluginTest/qtcplugintest.h +++ b/tests/QtcPluginTest/qtcplugintest.h @@ -1,4 +1,4 @@ -/* Copyright 2016 Pascal COMBES +/* Copyright 2016-2020 Pascal COMBES * * This file is part of QtcDevPlugin. * diff --git a/tests/QtcPluginTest/qtcplugintest_global.h b/tests/QtcPluginTest/qtcplugintest_global.h index 84057cc..ee290c3 100755 --- a/tests/QtcPluginTest/qtcplugintest_global.h +++ b/tests/QtcPluginTest/qtcplugintest_global.h @@ -1,4 +1,4 @@ -/* Copyright 2016 Pascal COMBES +/* Copyright 2016-2020 Pascal COMBES * * This file is part of QtcDevPlugin. * diff --git a/tests/QtcPluginTest/qtcplugintestconstants.h b/tests/QtcPluginTest/qtcplugintestconstants.h index a43deed..8bd4560 100755 --- a/tests/QtcPluginTest/qtcplugintestconstants.h +++ b/tests/QtcPluginTest/qtcplugintestconstants.h @@ -1,4 +1,4 @@ -/* Copyright 2016 Pascal COMBES +/* Copyright 2016-2020 Pascal COMBES * * This file is part of QtcDevPlugin. * diff --git a/tests/QtcPluginTest1/QtcPluginTest1.pro b/tests/QtcPluginTest1/QtcPluginTest1.pro index 81ec026..c39e921 100755 --- a/tests/QtcPluginTest1/QtcPluginTest1.pro +++ b/tests/QtcPluginTest1/QtcPluginTest1.pro @@ -1,4 +1,4 @@ -# Copyright 2016 Pascal COMBES +# Copyright 2016-2020 Pascal COMBES # # This file is part of QtcDevPlugin. # diff --git a/tests/QtcPluginTest1/qtcplugintest.cpp b/tests/QtcPluginTest1/qtcplugintest.cpp index c5ecde7..e435e13 100755 --- a/tests/QtcPluginTest1/qtcplugintest.cpp +++ b/tests/QtcPluginTest1/qtcplugintest.cpp @@ -1,4 +1,4 @@ -/* Copyright 2016 Pascal COMBES +/* Copyright 2016-2020 Pascal COMBES * * This file is part of QtcDevPlugin. * diff --git a/tests/QtcPluginTest1/qtcplugintest.h b/tests/QtcPluginTest1/qtcplugintest.h index 609ca09..a96192e 100755 --- a/tests/QtcPluginTest1/qtcplugintest.h +++ b/tests/QtcPluginTest1/qtcplugintest.h @@ -1,4 +1,4 @@ -/* Copyright 2016 Pascal COMBES +/* Copyright 2016-2020 Pascal COMBES * * This file is part of QtcDevPlugin. * diff --git a/tests/QtcPluginTest1/qtcplugintest_global.h b/tests/QtcPluginTest1/qtcplugintest_global.h index 84057cc..ee290c3 100755 --- a/tests/QtcPluginTest1/qtcplugintest_global.h +++ b/tests/QtcPluginTest1/qtcplugintest_global.h @@ -1,4 +1,4 @@ -/* Copyright 2016 Pascal COMBES +/* Copyright 2016-2020 Pascal COMBES * * This file is part of QtcDevPlugin. * diff --git a/tests/QtcPluginTest1/qtcplugintestconstants.h b/tests/QtcPluginTest1/qtcplugintestconstants.h index a43deed..8bd4560 100755 --- a/tests/QtcPluginTest1/qtcplugintestconstants.h +++ b/tests/QtcPluginTest1/qtcplugintestconstants.h @@ -1,4 +1,4 @@ -/* Copyright 2016 Pascal COMBES +/* Copyright 2016-2020 Pascal COMBES * * This file is part of QtcDevPlugin. * diff --git a/tests/QtcPluginTest2/QtcPluginTest2.pro b/tests/QtcPluginTest2/QtcPluginTest2.pro index a1f18ed..e604a37 100755 --- a/tests/QtcPluginTest2/QtcPluginTest2.pro +++ b/tests/QtcPluginTest2/QtcPluginTest2.pro @@ -1,4 +1,4 @@ -# Copyright 2016 Pascal COMBES +# Copyright 2016-2020 Pascal COMBES # # This file is part of QtcDevPlugin. # diff --git a/tests/QtcPluginTest2/qtcplugintest.cpp b/tests/QtcPluginTest2/qtcplugintest.cpp index 6783828..a08b24f 100755 --- a/tests/QtcPluginTest2/qtcplugintest.cpp +++ b/tests/QtcPluginTest2/qtcplugintest.cpp @@ -1,4 +1,4 @@ -/* Copyright 2016 Pascal COMBES +/* Copyright 2016-2020 Pascal COMBES * * This file is part of QtcDevPlugin. * diff --git a/tests/QtcPluginTest2/qtcplugintest.h b/tests/QtcPluginTest2/qtcplugintest.h index c33699f..7cbc22b 100755 --- a/tests/QtcPluginTest2/qtcplugintest.h +++ b/tests/QtcPluginTest2/qtcplugintest.h @@ -1,4 +1,4 @@ -/* Copyright 2016 Pascal COMBES +/* Copyright 2016-2020 Pascal COMBES * * This file is part of QtcDevPlugin. * diff --git a/tests/QtcPluginTest2/qtcplugintest_global.h b/tests/QtcPluginTest2/qtcplugintest_global.h index 84057cc..ee290c3 100755 --- a/tests/QtcPluginTest2/qtcplugintest_global.h +++ b/tests/QtcPluginTest2/qtcplugintest_global.h @@ -1,4 +1,4 @@ -/* Copyright 2016 Pascal COMBES +/* Copyright 2016-2020 Pascal COMBES * * This file is part of QtcDevPlugin. * diff --git a/tests/QtcPluginTest2/qtcplugintestconstants.h b/tests/QtcPluginTest2/qtcplugintestconstants.h index a43deed..8bd4560 100755 --- a/tests/QtcPluginTest2/qtcplugintestconstants.h +++ b/tests/QtcPluginTest2/qtcplugintestconstants.h @@ -1,4 +1,4 @@ -/* Copyright 2016 Pascal COMBES +/* Copyright 2016-2020 Pascal COMBES * * This file is part of QtcDevPlugin. * diff --git a/tests/TestAndPlugin/TestAndPlugin.pro b/tests/TestAndPlugin/TestAndPlugin.pro index f023b09..039c0c6 100755 --- a/tests/TestAndPlugin/TestAndPlugin.pro +++ b/tests/TestAndPlugin/TestAndPlugin.pro @@ -1,4 +1,4 @@ -# Copyright 2016 Pascal COMBES +# Copyright 2016-2020 Pascal COMBES # # This file is part of QtcDevPlugin. # diff --git a/tests/TwoSubPlugins/TwoSubPlugins.pro b/tests/TwoSubPlugins/TwoSubPlugins.pro index 98350d9..4c74b4c 100755 --- a/tests/TwoSubPlugins/TwoSubPlugins.pro +++ b/tests/TwoSubPlugins/TwoSubPlugins.pro @@ -1,4 +1,4 @@ -# Copyright 2016 Pascal COMBES +# Copyright 2016-2020 Pascal COMBES # # This file is part of QtcDevPlugin. # diff --git a/tests/TwoSubTests/TwoSubTests.pro b/tests/TwoSubTests/TwoSubTests.pro index c730730..8848077 100755 --- a/tests/TwoSubTests/TwoSubTests.pro +++ b/tests/TwoSubTests/TwoSubTests.pro @@ -1,4 +1,4 @@ -# Copyright 2016 Pascal COMBES +# Copyright 2016-2020 Pascal COMBES # # This file is part of QtcDevPlugin. #