From: Steve Brokenshire Date: Sat, 28 Nov 2015 16:29:55 +0000 (+0000) Subject: Added copyright and licence header to the C++ source and headers in the search directory. X-Git-Tag: release-0.06~31 X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=commitdiff_plain;h=3820558076f690eb08108a03bbed0db397119913 Added copyright and licence header to the C++ source and headers in the search directory. --- diff --git a/source/search/XABSearchPanel.cpp b/source/search/XABSearchPanel.cpp index d15fc36..3966fe6 100644 --- a/source/search/XABSearchPanel.cpp +++ b/source/search/XABSearchPanel.cpp @@ -1,3 +1,21 @@ +// XABSearchPanel.cpp - XABSearchPanel widget. +// +// (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 "XABSearchPanel.h" #include "../bitmaps.h" diff --git a/source/search/XABSearchPanel.h b/source/search/XABSearchPanel.h index 8a3f4ae..3b030ca 100644 --- a/source/search/XABSearchPanel.h +++ b/source/search/XABSearchPanel.h @@ -1,3 +1,21 @@ +// XABSearchPanel.h - XABSearchPanel widget header. +// +// (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 + #ifndef __XABSearchPanel__ #define __XABSearchPanel__ diff --git a/source/search/frmSearchAccounts.cpp b/source/search/frmSearchAccounts.cpp index be4b9fe..d968e4c 100644 --- a/source/search/frmSearchAccounts.cpp +++ b/source/search/frmSearchAccounts.cpp @@ -1,3 +1,21 @@ +// frmSearchAccounts.cpp - frmSearchAccounts form. +// +// (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 "frmSearchAccounts.h" #include "../frmMain.h" diff --git a/source/search/frmSearchAccounts.h b/source/search/frmSearchAccounts.h index 76f54f0..53bf02b 100644 --- a/source/search/frmSearchAccounts.h +++ b/source/search/frmSearchAccounts.h @@ -1,3 +1,21 @@ +// frmSearchAccounts.h - frmSearchAccounts form header. +// +// (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 + #ifndef __frmSearchAccounts__ #define __frmSearchAccounts__