From 5b4b84ca9ecf7fa169c3fa04344517fc20f80df2 Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Sat, 28 Nov 2015 16:02:42 +0000 Subject: [PATCH] Added copyright and licence header to the C++ source and header files in the export directory. --- source/export/export-vcard3.cpp | 18 ++++++++++++++++++ source/export/export-vcard3.h | 18 ++++++++++++++++++ source/export/export-vcard4.cpp | 18 ++++++++++++++++++ source/export/export-vcard4.h | 18 ++++++++++++++++++ source/export/export.cpp | 18 ++++++++++++++++++ source/export/export.h | 18 ++++++++++++++++++ 6 files changed, 108 insertions(+) diff --git a/source/export/export-vcard3.cpp b/source/export/export-vcard3.cpp index 5536758..1d5091c 100644 --- a/source/export/export-vcard3.cpp +++ b/source/export/export-vcard3.cpp @@ -1,3 +1,21 @@ +// export-vcard3.cpp - Export vCard3 subroutines. +// +// (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/export/export-vcard3.h b/source/export/export-vcard3.h index 91f0ad3..c6595a3 100644 --- a/source/export/export-vcard3.h +++ b/source/export/export-vcard3.h @@ -1,3 +1,21 @@ +// export-vcard3.h - Export vCard3 subroutines 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 diff --git a/source/export/export-vcard4.cpp b/source/export/export-vcard4.cpp index e4f79fe..4d39de1 100644 --- a/source/export/export-vcard4.cpp +++ b/source/export/export-vcard4.cpp @@ -1,3 +1,21 @@ +// export-vcard4.cpp - Export vCard4 subroutines. +// +// (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/export/export-vcard4.h b/source/export/export-vcard4.h index 2e446b9..83633ec 100644 --- a/source/export/export-vcard4.h +++ b/source/export/export-vcard4.h @@ -1,3 +1,21 @@ +// export-vcard4.h - Export vCard4 subroutines 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 diff --git a/source/export/export.cpp b/source/export/export.cpp index d620c7b..dc5a85b 100644 --- a/source/export/export.cpp +++ b/source/export/export.cpp @@ -1,3 +1,21 @@ +// export.cpp - Export subroutines. +// +// (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/export/export.h b/source/export/export.h index a147d48..a9607fd 100644 --- a/source/export/export.h +++ b/source/export/export.h @@ -1,3 +1,21 @@ +// export.h - Export subroutines 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 -- 2.39.2