From 9483d7e544ae6e830b61ad612555a79315fc58e3 Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Sat, 28 Nov 2015 17:16:18 +0000 Subject: [PATCH] Added copyright and license header for the C++ source and header files in the widgets directory. --- source/widgets/XABAccountView.cpp | 18 ++++++++++++++++++ source/widgets/XABAccountView.h | 18 ++++++++++++++++++ source/widgets/XABContactMenu.cpp | 18 ++++++++++++++++++ source/widgets/XABContactMenu.h | 18 ++++++++++++++++++ 4 files changed, 72 insertions(+) diff --git a/source/widgets/XABAccountView.cpp b/source/widgets/XABAccountView.cpp index 7020a4d..fe7b8c6 100644 --- a/source/widgets/XABAccountView.cpp +++ b/source/widgets/XABAccountView.cpp @@ -1,3 +1,21 @@ +// XABAccountView.cpp - XABAccountView 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 "XABAccountView.h" BEGIN_EVENT_TABLE(XABAccountView, wxTreeCtrl) diff --git a/source/widgets/XABAccountView.h b/source/widgets/XABAccountView.h index fa44082..595e83a 100644 --- a/source/widgets/XABAccountView.h +++ b/source/widgets/XABAccountView.h @@ -1,3 +1,21 @@ +// XABAccountView.h - XABAccountView 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 + #include #include #include diff --git a/source/widgets/XABContactMenu.cpp b/source/widgets/XABContactMenu.cpp index 18003d5..5e75103 100644 --- a/source/widgets/XABContactMenu.cpp +++ b/source/widgets/XABContactMenu.cpp @@ -1,3 +1,21 @@ +// XABContactMenu.cpp - XABContactMenu 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 "XABContactMenu.h" #include "../frmMain.h" #include "../frmSearch.h" diff --git a/source/widgets/XABContactMenu.h b/source/widgets/XABContactMenu.h index d5b7b6a..c90c8d3 100644 --- a/source/widgets/XABContactMenu.h +++ b/source/widgets/XABContactMenu.h @@ -1,3 +1,21 @@ +// XABContactMenu.cpp - XABContactMenu 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 __WIDGETS_XABCONTACTMENU__ #define __WIDGETS_XABCONTACTMENU__ -- 2.39.2