From: Steve Brokenshire Date: Fri, 26 Feb 2016 08:19:47 +0000 (+0000) Subject: Inserted copyright and license header for xestiacalendar_testcommon.{cpp,h} X-Git-Tag: release-0.02~338 X-Git-Url: http://Server1/repobrowser/?p=xestiacalendar%2F.git;a=commitdiff_plain;h=15e8b1a87813f736e0e6d3c1d88956ff1ef15652 Inserted copyright and license header for xestiacalendar_testcommon.{cpp,h} --- diff --git a/source/tests/xestiacalendar_testcommon.cpp b/source/tests/xestiacalendar_testcommon.cpp index cdff77c..37ec06a 100644 --- a/source/tests/xestiacalendar_testcommon.cpp +++ b/source/tests/xestiacalendar_testcommon.cpp @@ -1,3 +1,21 @@ +// xestiacalendar_testcommon.cpp - Xestia Calendar Unit Test Common Functions. +// +// (c) 2016 Xestia Software Development. +// +// This file is part of Xestia Calendar. +// +// Xestia Address Book 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 3 of the license. +// +// Xestia Address Book 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 Xestia Calendar. If not, see + #include #include "xestiacalendar_testcommon.h" diff --git a/source/tests/xestiacalendar_testcommon.h b/source/tests/xestiacalendar_testcommon.h index 363b9b8..dd648c6 100644 --- a/source/tests/xestiacalendar_testcommon.h +++ b/source/tests/xestiacalendar_testcommon.h @@ -1,3 +1,21 @@ +// xestiacalendar_testcommon.h - Xestia Calendar Unit Test Common Functions Header. +// +// (c) 2016 Xestia Software Development. +// +// This file is part of Xestia Calendar. +// +// Xestia Address Book 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 3 of the license. +// +// Xestia Address Book 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 Xestia Calendar. If not, see + #ifndef __TESTS_XESTIACALENDAR_TESTCOMMON_H__ #define __TESTS_XESTIACALENDAR_TESTCOMMON_H__