From: Steve Brokenshire Date: Sat, 28 Nov 2015 09:56:14 +0000 (+0000) Subject: Added copyright and licence header to C++ files and headers for the common directory. X-Git-Tag: release-0.06~36 X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=commitdiff_plain;h=87b1ab30b0f67dfa0457f9e946757d83cfb25106 Added copyright and licence header to C++ files and headers for the common directory. --- diff --git a/source/common/defaults.cpp b/source/common/defaults.cpp index 8f3dc7c..9fc5e4d 100644 --- a/source/common/defaults.cpp +++ b/source/common/defaults.cpp @@ -1,3 +1,21 @@ +// defaults.cpp - Default settings 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/common/defaults.h b/source/common/defaults.h index 9e04dc0..a54ab5d 100644 --- a/source/common/defaults.h +++ b/source/common/defaults.h @@ -1,3 +1,21 @@ +// defaults.h - Default settings 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/common/dirs.cpp b/source/common/dirs.cpp index 744fe92..0abe0a6 100644 --- a/source/common/dirs.cpp +++ b/source/common/dirs.cpp @@ -1,3 +1,21 @@ +// dirs.cpp - Directory 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 wxString GetUserDir() diff --git a/source/common/dirs.h b/source/common/dirs.h index 779eca9..0640c95 100644 --- a/source/common/dirs.h +++ b/source/common/dirs.h @@ -1,3 +1,21 @@ +// dirs.h - Directory 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 #ifndef DIRS_H diff --git a/source/common/etag.cpp b/source/common/etag.cpp index a32f0e9..e22a40a 100644 --- a/source/common/etag.cpp +++ b/source/common/etag.cpp @@ -1,3 +1,21 @@ +// etag.cpp - ETag 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 "etag.h" #include "../common/dirs.h" diff --git a/source/common/etag.h b/source/common/etag.h index 097db40..f68929c 100644 --- a/source/common/etag.h +++ b/source/common/etag.h @@ -1,3 +1,21 @@ +// etag.h - ETag 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/common/events.cpp b/source/common/events.cpp index 6b11b84..36bd5d8 100644 --- a/source/common/events.cpp +++ b/source/common/events.cpp @@ -1,3 +1,21 @@ +// events.cpp - Events 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 "events.h" //const wxEventType ContactConflictCmdEnv = wxNewEventType(); diff --git a/source/common/events.h b/source/common/events.h index cacbe39..14dd9d3 100644 --- a/source/common/events.h +++ b/source/common/events.h @@ -1,3 +1,21 @@ +// events.h - Events 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 "../vcard/vcard.h" diff --git a/source/common/filename.cpp b/source/common/filename.cpp index b8cf4f1..9563058 100644 --- a/source/common/filename.cpp +++ b/source/common/filename.cpp @@ -1,3 +1,21 @@ +// filename.cpp - Filename 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/common/filename.h b/source/common/filename.h index 5afbeb9..f032664 100644 --- a/source/common/filename.h +++ b/source/common/filename.h @@ -1,3 +1,21 @@ +// filename.h - Filename 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/common/getcontactinfo.cpp b/source/common/getcontactinfo.cpp index 6c56df3..b783d8b 100644 --- a/source/common/getcontactinfo.cpp +++ b/source/common/getcontactinfo.cpp @@ -1,3 +1,21 @@ +// getcontactinfo.cpp - Contact Information 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/common/getcontactinfo.h b/source/common/getcontactinfo.h index 303ebba..1642817 100644 --- a/source/common/getcontactinfo.h +++ b/source/common/getcontactinfo.h @@ -1,3 +1,21 @@ +// getcontactinfo.h - Contact Information 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/common/mime.cpp b/source/common/mime.cpp index 8c59be2..dad6365 100644 --- a/source/common/mime.cpp +++ b/source/common/mime.cpp @@ -1,3 +1,21 @@ +// mime.cpp - MIME 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 wxString GetMIME(wxString FilenameInc){ diff --git a/source/common/mime.h b/source/common/mime.h index 4fc0cb5..0853986 100644 --- a/source/common/mime.h +++ b/source/common/mime.h @@ -1,3 +1,21 @@ +// mime.h - MIME 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 #ifndef MIMEGEN_H diff --git a/source/common/preferences.cpp b/source/common/preferences.cpp index 6fae06e..22c8302 100644 --- a/source/common/preferences.cpp +++ b/source/common/preferences.cpp @@ -1,3 +1,21 @@ +// preferences.cpp - Preferences 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/common/preferences.h b/source/common/preferences.h index a56c0e0..6b31ef4 100644 --- a/source/common/preferences.h +++ b/source/common/preferences.h @@ -1,3 +1,21 @@ +// preferences.h - Preferences 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/common/sslcertstructs.h b/source/common/sslcertstructs.h index 53fdf9e..1b5bb43 100644 --- a/source/common/sslcertstructs.h +++ b/source/common/sslcertstructs.h @@ -1,3 +1,21 @@ +// sslcertstructs.h - SSL Certificate structure 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 #ifndef __COMMON_SSLCERTSTRUCTS_H__ diff --git a/source/common/svrblist.cpp b/source/common/svrblist.cpp index 3649a4b..3d2a27b 100644 --- a/source/common/svrblist.cpp +++ b/source/common/svrblist.cpp @@ -1,3 +1,21 @@ +// svrblist.cpp - Server Blacklist 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/common/svrblist.h b/source/common/svrblist.h index ba0423e..c2e7b3d 100644 --- a/source/common/svrblist.h +++ b/source/common/svrblist.h @@ -1,3 +1,21 @@ +// svrblist.h - Server Blacklist 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 #ifndef COMMON_SVRBLIST_H diff --git a/source/common/textprocessing.cpp b/source/common/textprocessing.cpp index ba4f7d9..d4aee6b 100644 --- a/source/common/textprocessing.cpp +++ b/source/common/textprocessing.cpp @@ -1,3 +1,21 @@ +// textprocessing.cpp - Text processing 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/common/textprocessing.h b/source/common/textprocessing.h index eecc2c1..8461393 100644 --- a/source/common/textprocessing.h +++ b/source/common/textprocessing.h @@ -1,3 +1,21 @@ +// textprocessing.h - Text processing 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/common/timers.cpp b/source/common/timers.cpp index 6be9a8f..3f0b181 100644 --- a/source/common/timers.cpp +++ b/source/common/timers.cpp @@ -1,3 +1,21 @@ +// timers.cpp - Timers 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 "../frmActivityMgr.h" #include "../frmContact.h" #include "../frmMain.h" diff --git a/source/common/timers.h b/source/common/timers.h index f9c6902..abb0e33 100644 --- a/source/common/timers.h +++ b/source/common/timers.h @@ -1,3 +1,21 @@ +// timers.h - Timers 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/common/uuid.cpp b/source/common/uuid.cpp index c0e512f..a5cd6fa 100644 --- a/source/common/uuid.cpp +++ b/source/common/uuid.cpp @@ -1,3 +1,21 @@ +// uuid.cpp - UUID 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 wxString GenerateUUID() diff --git a/source/common/uuid.h b/source/common/uuid.h index 312e8e8..c8a14a8 100644 --- a/source/common/uuid.h +++ b/source/common/uuid.h @@ -1,3 +1,21 @@ +// uuid.cpp - UUID 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 #ifndef COMMON_UUID_H