From b16a0672e8bcbc1840a5f2284dbf562963aca6b1 Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Sat, 28 Nov 2015 16:43:29 +0000 Subject: [PATCH] Added copyright and license header to the C++ source and header files in the tests directory. --- source/tests/xestiaab_carddav.h | 18 ++++++++++++++++++ source/tests/xestiaab_contactload.h | 18 ++++++++++++++++++ source/tests/xestiaab_contactsave.h | 18 ++++++++++++++++++ source/tests/xestiaab_test.cpp | 18 ++++++++++++++++++ source/tests/xestiaab_vcard.h | 18 ++++++++++++++++++ 5 files changed, 90 insertions(+) diff --git a/source/tests/xestiaab_carddav.h b/source/tests/xestiaab_carddav.h index a710e89..9e69d23 100644 --- a/source/tests/xestiaab_carddav.h +++ b/source/tests/xestiaab_carddav.h @@ -1,3 +1,21 @@ +// xestiaab_carddav.h - Xestia Address Book CardDAV Object Unit Tests. +// +// (c) 2012-2015 Xestia Software Development. +// +// This file is part of Xestia Address Book. +// +// 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 Address Book. If not, see + #include //#include "../carddav/carddav.h" diff --git a/source/tests/xestiaab_contactload.h b/source/tests/xestiaab_contactload.h index b9b7f46..090f794 100644 --- a/source/tests/xestiaab_contactload.h +++ b/source/tests/xestiaab_contactload.h @@ -1,3 +1,21 @@ +// xestiaab_contactload.h - Xestia Address Book Contact Load Unit Tests. +// +// (c) 2012-2015 Xestia Software Development. +// +// This file is part of Xestia Address Book. +// +// 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 Address Book. If not, see + #include // TODO: Add tests for the Contact Loading process. \ No newline at end of file diff --git a/source/tests/xestiaab_contactsave.h b/source/tests/xestiaab_contactsave.h index 2ed016c..d243005 100644 --- a/source/tests/xestiaab_contactsave.h +++ b/source/tests/xestiaab_contactsave.h @@ -1,3 +1,21 @@ +// xestiaab_contactsave.h - Xestia Address Book Contact Save Unit Tests. +// +// (c) 2012-2015 Xestia Software Development. +// +// This file is part of Xestia Address Book. +// +// 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 Address Book. If not, see + #include // TODO: Add tests for the Contact Saving process. \ No newline at end of file diff --git a/source/tests/xestiaab_test.cpp b/source/tests/xestiaab_test.cpp index 477ee9c..f1a77f8 100644 --- a/source/tests/xestiaab_test.cpp +++ b/source/tests/xestiaab_test.cpp @@ -1,3 +1,21 @@ +// xestiaab_test.cpp - Xestia Address Book Unit Testing Suite. +// +// (c) 2012-2015 Xestia Software Development. +// +// This file is part of Xestia Address Book. +// +// 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 Address Book. If not, see + #include #include #include diff --git a/source/tests/xestiaab_vcard.h b/source/tests/xestiaab_vcard.h index ca53192..7bf7da7 100644 --- a/source/tests/xestiaab_vcard.h +++ b/source/tests/xestiaab_vcard.h @@ -1,3 +1,21 @@ +// xestiaab_vcard.h - Xestia Address Book vCard Unit Tests. +// +// (c) 2012-2015 Xestia Software Development. +// +// This file is part of Xestia Address Book. +// +// 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 Address Book. If not, see + #include #include #include "vcard/vcard.h" -- 2.39.2