From 127aacf2f466c67aaeecaa77e8f11b41dbe78460 Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Thu, 19 Dec 2019 10:44:35 +0100 Subject: [PATCH] add copyright headers --- tests/auto/scripts/testhelper.cpp | 20 ++++++++++++++++++++ tests/auto/scripts/testhelper.h | 20 ++++++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/tests/auto/scripts/testhelper.cpp b/tests/auto/scripts/testhelper.cpp index 5c73bf14..e1603bb2 100644 --- a/tests/auto/scripts/testhelper.cpp +++ b/tests/auto/scripts/testhelper.cpp @@ -1,3 +1,23 @@ +/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * + * * + * Copyright (C) 2019 Michael Zanetti * + * * + * This file is part of nymea. * + * * + * nymea 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, version 2 of the License. * + * * + * nymea 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 nymea. If not, see . * + * * + * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ + #include "testhelper.h" TestHelper* TestHelper::s_instance = nullptr; diff --git a/tests/auto/scripts/testhelper.h b/tests/auto/scripts/testhelper.h index 3c26816a..49f08672 100644 --- a/tests/auto/scripts/testhelper.h +++ b/tests/auto/scripts/testhelper.h @@ -1,3 +1,23 @@ +/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * + * * + * Copyright (C) 2019 Michael Zanetti * + * * + * This file is part of nymea. * + * * + * nymea 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, version 2 of the License. * + * * + * nymea 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 nymea. If not, see . * + * * + * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ + #ifndef TESTHELPER_H #define TESTHELPER_H