diff options
| author | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2011-01-21 08:45:53 +0000 |
|---|---|---|
| committer | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2011-01-21 08:45:53 +0000 |
| commit | fcf5041d945cb60b0868d9177d897fd355224d8a (patch) | |
| tree | 29c682da9f8fe0647b91e97f22e93a6362d63305 /examples/GuiClient | |
| parent | 34d8d44193430eb91e7a4f5f28d598ec50f212f9 (diff) | |
| download | qxmpp-fcf5041d945cb60b0868d9177d897fd355224d8a.tar.gz | |
add missing copyright
Diffstat (limited to 'examples/GuiClient')
| -rw-r--r-- | examples/GuiClient/aboutDialog.cpp | 24 | ||||
| -rw-r--r-- | examples/GuiClient/aboutDialog.h | 24 | ||||
| -rw-r--r-- | examples/GuiClient/profileDialog.cpp | 24 | ||||
| -rw-r--r-- | examples/GuiClient/profileDialog.h | 24 | ||||
| -rw-r--r-- | examples/GuiClient/xmlConsoleDialog.cpp | 24 | ||||
| -rw-r--r-- | examples/GuiClient/xmlConsoleDialog.h | 24 |
6 files changed, 144 insertions, 0 deletions
diff --git a/examples/GuiClient/aboutDialog.cpp b/examples/GuiClient/aboutDialog.cpp index ccbfc7c4..d003179e 100644 --- a/examples/GuiClient/aboutDialog.cpp +++ b/examples/GuiClient/aboutDialog.cpp @@ -1,3 +1,27 @@ +/* + * Copyright (C) 2008-2011 The QXmpp developers + * + * Author: + * Manjeet Dahiya + * + * Source: + * http://code.google.com/p/qxmpp + * + * This file is a part of QXmpp library. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library 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 + * Lesser General Public License for more details. + * + */ + + #include "aboutDialog.h" #include "ui_aboutDialog.h" diff --git a/examples/GuiClient/aboutDialog.h b/examples/GuiClient/aboutDialog.h index f71a0dbb..f62b8326 100644 --- a/examples/GuiClient/aboutDialog.h +++ b/examples/GuiClient/aboutDialog.h @@ -1,3 +1,27 @@ +/* + * Copyright (C) 2008-2011 The QXmpp developers + * + * Author: + * Manjeet Dahiya + * + * Source: + * http://code.google.com/p/qxmpp + * + * This file is a part of QXmpp library. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library 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 + * Lesser General Public License for more details. + * + */ + + #ifndef ABOUTDIALOG_H #define ABOUTDIALOG_H diff --git a/examples/GuiClient/profileDialog.cpp b/examples/GuiClient/profileDialog.cpp index 57e01b33..d06842e0 100644 --- a/examples/GuiClient/profileDialog.cpp +++ b/examples/GuiClient/profileDialog.cpp @@ -1,3 +1,27 @@ +/* + * Copyright (C) 2008-2011 The QXmpp developers + * + * Author: + * Manjeet Dahiya + * + * Source: + * http://code.google.com/p/qxmpp + * + * This file is a part of QXmpp library. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library 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 + * Lesser General Public License for more details. + * + */ + + #include "profileDialog.h" #include "ui_profileDialog.h" #include "utils.h" diff --git a/examples/GuiClient/profileDialog.h b/examples/GuiClient/profileDialog.h index efe54a67..cc0351eb 100644 --- a/examples/GuiClient/profileDialog.h +++ b/examples/GuiClient/profileDialog.h @@ -1,3 +1,27 @@ +/* + * Copyright (C) 2008-2011 The QXmpp developers + * + * Author: + * Manjeet Dahiya + * + * Source: + * http://code.google.com/p/qxmpp + * + * This file is a part of QXmpp library. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library 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 + * Lesser General Public License for more details. + * + */ + + #ifndef PROFILEDIALOG_H #define PROFILEDIALOG_H diff --git a/examples/GuiClient/xmlConsoleDialog.cpp b/examples/GuiClient/xmlConsoleDialog.cpp index dd2d4f19..cefa3dfb 100644 --- a/examples/GuiClient/xmlConsoleDialog.cpp +++ b/examples/GuiClient/xmlConsoleDialog.cpp @@ -1,3 +1,27 @@ +/* + * Copyright (C) 2008-2011 The QXmpp developers + * + * Author: + * Manjeet Dahiya + * + * Source: + * http://code.google.com/p/qxmpp + * + * This file is a part of QXmpp library. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library 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 + * Lesser General Public License for more details. + * + */ + + #include "xmlConsoleDialog.h" #include "ui_xmlConsoleDialog.h" diff --git a/examples/GuiClient/xmlConsoleDialog.h b/examples/GuiClient/xmlConsoleDialog.h index 6d5d0b3b..52ae28f0 100644 --- a/examples/GuiClient/xmlConsoleDialog.h +++ b/examples/GuiClient/xmlConsoleDialog.h @@ -1,3 +1,27 @@ +/* + * Copyright (C) 2008-2011 The QXmpp developers + * + * Author: + * Manjeet Dahiya + * + * Source: + * http://code.google.com/p/qxmpp + * + * This file is a part of QXmpp library. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library 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 + * Lesser General Public License for more details. + * + */ + + #ifndef XMLCONSOLEDIALOG_H #define XMLCONSOLEDIALOG_H |
