From 16e00f0a40d6b9261542eb597c02ac78daab3777 Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Sat, 28 Nov 2015 16:22:36 +0000 Subject: [PATCH] Added copyright and license to the C++ source and header files in the import directory. --- source/import/frmImportContacts.cpp | 18 ++++++++++++++++++ source/import/frmImportContacts.h | 18 ++++++++++++++++++ source/import/frmImportResults.cpp | 18 ++++++++++++++++++ source/import/frmImportResults.h | 18 ++++++++++++++++++ source/import/import-struct.h | 18 ++++++++++++++++++ source/import/import-vcard3.cpp | 18 ++++++++++++++++++ source/import/import-vcard3.h | 18 ++++++++++++++++++ source/import/import-vcard4.cpp | 18 ++++++++++++++++++ source/import/import-vcard4.h | 18 ++++++++++++++++++ source/import/import.cpp | 18 ++++++++++++++++++ source/import/import.h | 18 ++++++++++++++++++ 11 files changed, 198 insertions(+) diff --git a/source/import/frmImportContacts.cpp b/source/import/frmImportContacts.cpp index e37e5cd..c71341e 100644 --- a/source/import/frmImportContacts.cpp +++ b/source/import/frmImportContacts.cpp @@ -1,3 +1,21 @@ +// frmImportContacts.cpp - frmImportContacts 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 #include diff --git a/source/import/frmImportContacts.h b/source/import/frmImportContacts.h index 3f42e6e..0141e3d 100644 --- a/source/import/frmImportContacts.h +++ b/source/import/frmImportContacts.h @@ -1,3 +1,21 @@ +// frmImportContacts.h - frmImportContacts 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 __frmImportContacts__ #define __frmImportContacts__ diff --git a/source/import/frmImportResults.cpp b/source/import/frmImportResults.cpp index 3280503..1129ab6 100644 --- a/source/import/frmImportResults.cpp +++ b/source/import/frmImportResults.cpp @@ -1,3 +1,21 @@ +// frmImportResults.h - frmImportResults 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 #include #include diff --git a/source/import/frmImportResults.h b/source/import/frmImportResults.h index 93fae6a..27e1023 100644 --- a/source/import/frmImportResults.h +++ b/source/import/frmImportResults.h @@ -1,3 +1,21 @@ +// frmImportResults.h - frmImportResults 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 __frmImportResults__ #define __frmImportResults__ diff --git a/source/import/import-struct.h b/source/import/import-struct.h index b35b335..6d6998e 100644 --- a/source/import/import-struct.h +++ b/source/import/import-struct.h @@ -1,3 +1,21 @@ +// import-struct.h - Import subroutines structures. +// +// (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 #ifndef IMPORT_STRUCT_H diff --git a/source/import/import-vcard3.cpp b/source/import/import-vcard3.cpp index 0151004..c9c66db 100644 --- a/source/import/import-vcard3.cpp +++ b/source/import/import-vcard3.cpp @@ -1,3 +1,21 @@ +// import-vcard3.cpp - Import 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 diff --git a/source/import/import-vcard3.h b/source/import/import-vcard3.h index 8106092..34cc168 100644 --- a/source/import/import-vcard3.h +++ b/source/import/import-vcard3.h @@ -1,3 +1,21 @@ +// import-vcard3.h - Import vCard3 subroutines headers +// +// (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/import/import-vcard4.cpp b/source/import/import-vcard4.cpp index fc28b6f..3f46738 100644 --- a/source/import/import-vcard4.cpp +++ b/source/import/import-vcard4.cpp @@ -1,3 +1,21 @@ +// import-vcard4.cpp - Import 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 diff --git a/source/import/import-vcard4.h b/source/import/import-vcard4.h index c6f0abb..2a0f363 100644 --- a/source/import/import-vcard4.h +++ b/source/import/import-vcard4.h @@ -1,3 +1,21 @@ +// import-vcard4.h - Import 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 #include diff --git a/source/import/import.cpp b/source/import/import.cpp index 71decf0..aee7f58 100644 --- a/source/import/import.cpp +++ b/source/import/import.cpp @@ -1,3 +1,21 @@ +// import.cpp - Import 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/import/import.h b/source/import/import.h index e459a62..09bd1cf 100644 --- a/source/import/import.h +++ b/source/import/import.h @@ -1,3 +1,21 @@ +// import.h - Import subroutines headers. +// +// (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