aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-10-22 16:55:27 +0000
committernils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-10-22 16:55:27 +0000
commita325959948da6e283fa053a8f90eb7772584b1fb (patch)
tree86bd6b77d62a16e19a3ce5f5ada9b9bf82c8ebdd
parentshow keyID and expired warning in keydetailsdialog (diff)
downloadgpg4usb-a325959948da6e283fa053a8f90eb7772584b1fb.tar.gz
gpg4usb-a325959948da6e283fa053a8f90eb7772584b1fb.zip
changed to GPLv3
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@564 34ebc366-c3a9-4b3c-9f84-69acf7962910
-rw-r--r--attachments.cpp12
-rw-r--r--attachments.h12
-rw-r--r--attachmenttablemodel.cpp21
-rw-r--r--attachmenttablemodel.h21
-rw-r--r--context.cpp13
-rw-r--r--context.h12
-rw-r--r--editorpage.cpp12
-rw-r--r--editorpage.h12
-rwxr-xr-xfileencryptiondialog.cpp12
-rwxr-xr-xfileencryptiondialog.h12
-rw-r--r--gpgwin.cpp12
-rw-r--r--gpgwin.h12
-rw-r--r--keydetailsdialog.cpp12
-rw-r--r--keydetailsdialog.h12
-rw-r--r--keygenthread.cpp12
-rw-r--r--keygenthread.h12
-rw-r--r--keylist.cpp12
-rw-r--r--keylist.h12
-rwxr-xr-xkeymgmt.cpp12
-rwxr-xr-xkeymgmt.h12
-rw-r--r--keyserverimportdialog.cpp12
-rw-r--r--keyserverimportdialog.h12
-rw-r--r--main.cpp12
-rw-r--r--mime.cpp12
-rw-r--r--mime.h12
-rwxr-xr-xquitdialog.cpp12
-rwxr-xr-xquitdialog.h12
-rwxr-xr-xsettingsdialog.cpp12
-rwxr-xr-xsettingsdialog.h12
-rw-r--r--textedit.cpp12
-rw-r--r--textedit.h12
-rw-r--r--verifydetailsdialog.cpp12
-rw-r--r--verifydetailsdialog.h12
-rw-r--r--verifykeydetailbox.cpp12
-rw-r--r--verifykeydetailbox.h12
-rw-r--r--verifynotification.cpp12
-rw-r--r--verifynotification.h12
37 files changed, 252 insertions, 211 deletions
diff --git a/attachments.cpp b/attachments.cpp
index 3110556..dbb2fca 100644
--- a/attachments.cpp
+++ b/attachments.cpp
@@ -3,20 +3,20 @@
*
* Copyright 2008 gpg4usb-team <[email protected]>
*
- * This program is free software; you can redistribute it and/or modify
+ * This file is part of gpg4usb.
+ *
+ * Gpg4usb 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; either version 2 of the License, or
+ * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
+ * Gpg4usb 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 this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- * MA 02110-1301, USA.
+ * along with gpg4usb. If not, see <http://www.gnu.org/licenses/>
*/
/* TODO:
diff --git a/attachments.h b/attachments.h
index 3a70c0f..1f93a41 100644
--- a/attachments.h
+++ b/attachments.h
@@ -3,20 +3,20 @@
*
* Copyright 2008 gpg4usb-team <[email protected]>
*
- * This program is free software; you can redistribute it and/or modify
+ * This file is part of gpg4usb.
+ *
+ * Gpg4usb 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; either version 2 of the License, or
+ * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
+ * Gpg4usb 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 this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- * MA 02110-1301, USA.
+ * along with gpg4usb. If not, see <http://www.gnu.org/licenses/>
*/
#ifndef __ATTACHMENTS_H__
diff --git a/attachmenttablemodel.cpp b/attachmenttablemodel.cpp
index 9389b7e..fbeb50b 100644
--- a/attachmenttablemodel.cpp
+++ b/attachmenttablemodel.cpp
@@ -1,3 +1,24 @@
+/*
+ * attachmenttablemodel.cpp
+ *
+ * Copyright 2008 gpg4usb-team <[email protected]>
+ *
+ * This file is part of gpg4usb.
+ *
+ * Gpg4usb 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, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * Gpg4usb 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 gpg4usb. If not, see <http://www.gnu.org/licenses/>
+ */
+
#include "attachmenttablemodel.h"
/** compare with http://doc.qt.nokia.com/4.6/itemviews-addressbook.html
diff --git a/attachmenttablemodel.h b/attachmenttablemodel.h
index 6f7947d..27aa278 100644
--- a/attachmenttablemodel.h
+++ b/attachmenttablemodel.h
@@ -1,3 +1,24 @@
+/*
+ * attachmenttablemodel.h
+ *
+ * Copyright 2008 gpg4usb-team <[email protected]>
+ *
+ * This file is part of gpg4usb.
+ *
+ * Gpg4usb 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, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * Gpg4usb 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 gpg4usb. If not, see <http://www.gnu.org/licenses/>
+ */
+
#ifndef __ATTACHMENTTABLEMODEL_H__
#define __ATTACHMENTTABLEMODEL_H__
diff --git a/context.cpp b/context.cpp
index a9ad82c..654b928 100644
--- a/context.cpp
+++ b/context.cpp
@@ -3,23 +3,22 @@
*
* Copyright 2008 gpg4usb-team <[email protected]>
*
- * This program is free software; you can redistribute it and/or modify
+ * This file is part of gpg4usb.
+ *
+ * Gpg4usb 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; either version 2 of the License, or
+ * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
+ * Gpg4usb 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 this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- * MA 02110-1301, USA.
+ * along with gpg4usb. If not, see <http://www.gnu.org/licenses/>
*/
-
#include "context.h"
#ifdef _WIN32
diff --git a/context.h b/context.h
index 25a225e..ac53a6c 100644
--- a/context.h
+++ b/context.h
@@ -3,20 +3,20 @@
*
* Copyright 2008 gpg4usb-team <[email protected]>
*
- * This program is free software; you can redistribute it and/or modify
+ * This file is part of gpg4usb.
+ *
+ * Gpg4usb 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; either version 2 of the License, or
+ * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
+ * Gpg4usb 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 this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- * MA 02110-1301, USA.
+ * along with gpg4usb. If not, see <http://www.gnu.org/licenses/>
*/
#ifndef __SGPGMEPP_CONTEXT_H__
diff --git a/editorpage.cpp b/editorpage.cpp
index 326cdfd..c89ba4a 100644
--- a/editorpage.cpp
+++ b/editorpage.cpp
@@ -3,20 +3,20 @@
*
* Copyright 2008 gpg4usb-team <[email protected]>
*
- * This program is free software; you can redistribute it and/or modify
+ * This file is part of gpg4usb.
+ *
+ * Gpg4usb 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; either version 2 of the License, or
+ * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
+ * Gpg4usb 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 this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- * MA 02110-1301, USA.
+ * along with gpg4usb. If not, see <http://www.gnu.org/licenses/>
*/
#include "editorpage.h"
diff --git a/editorpage.h b/editorpage.h
index 4e63f33..a88ef89 100644
--- a/editorpage.h
+++ b/editorpage.h
@@ -3,20 +3,20 @@
*
* Copyright 2008 gpg4usb-team <[email protected]>
*
- * This program is free software; you can redistribute it and/or modify
+ * This file is part of gpg4usb.
+ *
+ * Gpg4usb 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; either version 2 of the License, or
+ * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
+ * Gpg4usb 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 this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- * MA 02110-1301, USA.
+ * along with gpg4usb. If not, see <http://www.gnu.org/licenses/>
*/
#ifndef __EDITORPAGE_H__
diff --git a/fileencryptiondialog.cpp b/fileencryptiondialog.cpp
index c82d9ce..58a3e2d 100755
--- a/fileencryptiondialog.cpp
+++ b/fileencryptiondialog.cpp
@@ -3,20 +3,20 @@
*
* Copyright 2008 gpg4usb-team <[email protected]>
*
- * This program is free software; you can redistribute it and/or modify
+ * This file is part of gpg4usb.
+ *
+ * Gpg4usb 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; either version 2 of the License, or
+ * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
+ * Gpg4usb 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 this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- * MA 02110-1301, USA.
+ * along with gpg4usb. If not, see <http://www.gnu.org/licenses/>
*/
#include "fileencryptiondialog.h"
diff --git a/fileencryptiondialog.h b/fileencryptiondialog.h
index e5cc9e1..2fe0c62 100755
--- a/fileencryptiondialog.h
+++ b/fileencryptiondialog.h
@@ -3,20 +3,20 @@
*
* Copyright 2008 gpg4usb-team <[email protected]>
*
- * This program is free software; you can redistribute it and/or modify
+ * This file is part of gpg4usb.
+ *
+ * Gpg4usb 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; either version 2 of the License, or
+ * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
+ * Gpg4usb 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 this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- * MA 02110-1301, USA.
+ * along with gpg4usb. If not, see <http://www.gnu.org/licenses/>
*/
#ifndef __FILEENCRYPTIONDIALOG_H__
diff --git a/gpgwin.cpp b/gpgwin.cpp
index d7bfd37..8ca9531 100644
--- a/gpgwin.cpp
+++ b/gpgwin.cpp
@@ -3,20 +3,20 @@
*
* Copyright 2008 gpg4usb-team <[email protected]>
*
- * This program is free software; you can redistribute it and/or modify
+ * This file is part of gpg4usb.
+ *
+ * Gpg4usb 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; either version 2 of the License, or
+ * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
+ * Gpg4usb 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 this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- * MA 02110-1301, USA.
+ * along with gpg4usb. If not, see <http://www.gnu.org/licenses/>
*/
#include "gpgwin.h"
diff --git a/gpgwin.h b/gpgwin.h
index 8b91f56..bbe7195 100644
--- a/gpgwin.h
+++ b/gpgwin.h
@@ -3,20 +3,20 @@
*
* Copyright 2008 gpg4usb-team <[email protected]>
*
- * This program is free software; you can redistribute it and/or modify
+ * This file is part of gpg4usb.
+ *
+ * Gpg4usb 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; either version 2 of the License, or
+ * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
+ * Gpg4usb 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 this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- * MA 02110-1301, USA.
+ * along with gpg4usb. If not, see <http://www.gnu.org/licenses/>
*/
#ifndef __GPGWIN_H__
diff --git a/keydetailsdialog.cpp b/keydetailsdialog.cpp
index 0714341..3570bb6 100644
--- a/keydetailsdialog.cpp
+++ b/keydetailsdialog.cpp
@@ -3,20 +3,20 @@
*
* Copyright 2008 gpg4usb-team <[email protected]>
*
- * This program is free software; you can redistribute it and/or modify
+ * This file is part of gpg4usb.
+ *
+ * Gpg4usb 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; either version 2 of the License, or
+ * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
+ * Gpg4usb 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 this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- * MA 02110-1301, USA.
+ * along with gpg4usb. If not, see <http://www.gnu.org/licenses/>
*/
#include "keydetailsdialog.h"
diff --git a/keydetailsdialog.h b/keydetailsdialog.h
index 9171440..c282749 100644
--- a/keydetailsdialog.h
+++ b/keydetailsdialog.h
@@ -3,20 +3,20 @@
*
* Copyright 2008 gpg4usb-team <[email protected]>
*
- * This program is free software; you can redistribute it and/or modify
+ * This file is part of gpg4usb.
+ *
+ * Gpg4usb 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; either version 2 of the License, or
+ * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
+ * Gpg4usb 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 this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- * MA 02110-1301, USA.
+ * along with gpg4usb. If not, see <http://www.gnu.org/licenses/>
*/
#ifndef __KEYDETAILSDIALOG_H__
diff --git a/keygenthread.cpp b/keygenthread.cpp
index 370d13a..ecab317 100644
--- a/keygenthread.cpp
+++ b/keygenthread.cpp
@@ -3,20 +3,20 @@
*
* Copyright 2008 gpg4usb-team <[email protected]>
*
- * This program is free software; you can redistribute it and/or modify
+ * This file is part of gpg4usb.
+ *
+ * Gpg4usb 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; either version 2 of the License, or
+ * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
+ * Gpg4usb 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 this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- * MA 02110-1301, USA.
+ * along with gpg4usb. If not, see <http://www.gnu.org/licenses/>
*/
#include "keygenthread.h"
diff --git a/keygenthread.h b/keygenthread.h
index ef382d8..3a52e7f 100644
--- a/keygenthread.h
+++ b/keygenthread.h
@@ -3,20 +3,20 @@
*
* Copyright 2008 gpg4usb-team <[email protected]>
*
- * This program is free software; you can redistribute it and/or modify
+ * This file is part of gpg4usb.
+ *
+ * Gpg4usb 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; either version 2 of the License, or
+ * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
+ * Gpg4usb 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 this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- * MA 02110-1301, USA.
+ * along with gpg4usb. If not, see <http://www.gnu.org/licenses/>
*/
#ifndef __KEYGENTHREAD_H__
diff --git a/keylist.cpp b/keylist.cpp
index 0abade4..585c707 100644
--- a/keylist.cpp
+++ b/keylist.cpp
@@ -3,20 +3,20 @@
*
* Copyright 2008 gpg4usb-team <[email protected]>
*
- * This program is free software; you can redistribute it and/or modify
+ * This file is part of gpg4usb.
+ *
+ * Gpg4usb 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; either version 2 of the License, or
+ * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
+ * Gpg4usb 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 this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- * MA 02110-1301, USA.
+ * along with gpg4usb. If not, see <http://www.gnu.org/licenses/>
*/
#include "keylist.h"
diff --git a/keylist.h b/keylist.h
index b0985fe..7184441 100644
--- a/keylist.h
+++ b/keylist.h
@@ -3,20 +3,20 @@
*
* Copyright 2008 gpg4usb-team <[email protected]>
*
- * This program is free software; you can redistribute it and/or modify
+ * This file is part of gpg4usb.
+ *
+ * Gpg4usb 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; either version 2 of the License, or
+ * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
+ * Gpg4usb 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 this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- * MA 02110-1301, USA.
+ * along with gpg4usb. If not, see <http://www.gnu.org/licenses/>
*/
#ifndef __KEYLIST_H__
diff --git a/keymgmt.cpp b/keymgmt.cpp
index 751587f..730ecdb 100755
--- a/keymgmt.cpp
+++ b/keymgmt.cpp
@@ -4,20 +4,20 @@
*
* Copyright 2008 gpg4usb-team <[email protected]>
*
- * This program is free software; you can redistribute it and/or modify
+ * This file is part of gpg4usb.
+ *
+ * Gpg4usb 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; either version 2 of the License, or
+ * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
+ * Gpg4usb 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 this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- * MA 02110-1301, USA.
+ * along with gpg4usb. If not, see <http://www.gnu.org/licenses/>
*/
#include "keymgmt.h"
diff --git a/keymgmt.h b/keymgmt.h
index a81863c..a287f21 100755
--- a/keymgmt.h
+++ b/keymgmt.h
@@ -3,20 +3,20 @@
*
* Copyright 2008 gpg4usb-team <[email protected]>
*
- * This program is free software; you can redistribute it and/or modify
+ * This file is part of gpg4usb.
+ *
+ * Gpg4usb 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; either version 2 of the License, or
+ * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
+ * Gpg4usb 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 this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- * MA 02110-1301, USA.
+ * along with gpg4usb. If not, see <http://www.gnu.org/licenses/>
*/
#ifndef __KEYMGMT_H__
diff --git a/keyserverimportdialog.cpp b/keyserverimportdialog.cpp
index f31de6a..57e25d1 100644
--- a/keyserverimportdialog.cpp
+++ b/keyserverimportdialog.cpp
@@ -4,20 +4,20 @@
*
* Copyright 2008 gpg4usb-team <[email protected]>
*
- * This program is free software; you can redistribute it and/or modify
+ * This file is part of gpg4usb.
+ *
+ * Gpg4usb 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; either version 2 of the License, or
+ * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
+ * Gpg4usb 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 this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- * MA 02110-1301, USA.
+ * along with gpg4usb. If not, see <http://www.gnu.org/licenses/>
*/
#include "keyserverimportdialog.h"
diff --git a/keyserverimportdialog.h b/keyserverimportdialog.h
index 2cf3dad..6c92b2c 100644
--- a/keyserverimportdialog.h
+++ b/keyserverimportdialog.h
@@ -4,20 +4,20 @@
*
* Copyright 2008 gpg4usb-team <[email protected]>
*
- * This program is free software; you can redistribute it and/or modify
+ * This file is part of gpg4usb.
+ *
+ * Gpg4usb 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; either version 2 of the License, or
+ * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
+ * Gpg4usb 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 this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- * MA 02110-1301, USA.
+ * along with gpg4usb. If not, see <http://www.gnu.org/licenses/>
*/
#ifndef __KEYSERVERIMPORTDIALOG_H__
diff --git a/main.cpp b/main.cpp
index 28db3a9..65499bd 100644
--- a/main.cpp
+++ b/main.cpp
@@ -3,20 +3,20 @@
*
* Copyright 2008 gpg4usb-team <[email protected]>
*
- * This program is free software; you can redistribute it and/or modify
+ * This file is part of gpg4usb.
+ *
+ * Gpg4usb 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; either version 2 of the License, or
+ * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
+ * Gpg4usb 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 this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- * MA 02110-1301, USA.
+ * along with gpg4usb. If not, see <http://www.gnu.org/licenses/>
*/
#include <QApplication>
diff --git a/mime.cpp b/mime.cpp
index c9d08eb..30f19cf 100644
--- a/mime.cpp
+++ b/mime.cpp
@@ -3,20 +3,20 @@
*
* Copyright 2008 gpg4usb-team <[email protected]>
*
- * This program is free software; you can redistribute it and/or modify
+ * This file is part of gpg4usb.
+ *
+ * Gpg4usb 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; either version 2 of the License, or
+ * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
+ * Gpg4usb 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 this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- * MA 02110-1301, USA.
+ * along with gpg4usb. If not, see <http://www.gnu.org/licenses/>
*/
/***
diff --git a/mime.h b/mime.h
index 16b0dfe..df44647 100644
--- a/mime.h
+++ b/mime.h
@@ -3,20 +3,20 @@
*
* Copyright 2008 gpg4usb-team <[email protected]>
*
- * This program is free software; you can redistribute it and/or modify
+ * This file is part of gpg4usb.
+ *
+ * Gpg4usb 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; either version 2 of the License, or
+ * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
+ * Gpg4usb 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 this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- * MA 02110-1301, USA.
+ * along with gpg4usb. If not, see <http://www.gnu.org/licenses/>
*/
#ifndef __MIME_H__
diff --git a/quitdialog.cpp b/quitdialog.cpp
index 6b16a5e..a04ca31 100755
--- a/quitdialog.cpp
+++ b/quitdialog.cpp
@@ -4,20 +4,20 @@
*
* Copyright 2008 gpg4usb-team <[email protected]>
*
- * This program is free software; you can redistribute it and/or modify
+ * This file is part of gpg4usb.
+ *
+ * Gpg4usb 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; either version 2 of the License, or
+ * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
+ * Gpg4usb 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 this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- * MA 02110-1301, USA.
+ * along with gpg4usb. If not, see <http://www.gnu.org/licenses/>
*/
#include "quitdialog.h"
diff --git a/quitdialog.h b/quitdialog.h
index fbcfdce..3b88550 100755
--- a/quitdialog.h
+++ b/quitdialog.h
@@ -3,20 +3,20 @@
*
* Copyright 2008 gpg4usb-team <[email protected]>
*
- * This program is free software; you can redistribute it and/or modify
+ * This file is part of gpg4usb.
+ *
+ * Gpg4usb 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; either version 2 of the License, or
+ * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
+ * Gpg4usb 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 this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- * MA 02110-1301, USA.
+ * along with gpg4usb. If not, see <http://www.gnu.org/licenses/>
*/
#ifndef __QUITDIALOG_H__
diff --git a/settingsdialog.cpp b/settingsdialog.cpp
index de928f4..23a0626 100755
--- a/settingsdialog.cpp
+++ b/settingsdialog.cpp
@@ -3,20 +3,20 @@
*
* Copyright 2008 gpg4usb-team <[email protected]>
*
- * This program is free software; you can redistribute it and/or modify
+ * This file is part of gpg4usb.
+ *
+ * Gpg4usb 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; either version 2 of the License, or
+ * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
+ * Gpg4usb 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 this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- * MA 02110-1301, USA.
+ * along with gpg4usb. If not, see <http://www.gnu.org/licenses/>
*/
#include "settingsdialog.h"
diff --git a/settingsdialog.h b/settingsdialog.h
index bf98cc1..afc0bce 100755
--- a/settingsdialog.h
+++ b/settingsdialog.h
@@ -3,20 +3,20 @@
*
* Copyright 2008 gpg4usb-team <[email protected]>
*
- * This program is free software; you can redistribute it and/or modify
+ * This file is part of gpg4usb.
+ *
+ * Gpg4usb 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; either version 2 of the License, or
+ * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
+ * Gpg4usb 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 this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- * MA 02110-1301, USA.
+ * along with gpg4usb. If not, see <http://www.gnu.org/licenses/>
*/
#ifndef __SETTINGSDIALOG_H__
diff --git a/textedit.cpp b/textedit.cpp
index c7939e3..57a91e9 100644
--- a/textedit.cpp
+++ b/textedit.cpp
@@ -3,20 +3,20 @@
*
* Copyright 2008 gpg4usb-team <[email protected]>
*
- * This program is free software; you can redistribute it and/or modify
+ * This file is part of gpg4usb.
+ *
+ * Gpg4usb 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; either version 2 of the License, or
+ * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
+ * Gpg4usb 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 this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- * MA 02110-1301, USA.
+ * along with gpg4usb. If not, see <http://www.gnu.org/licenses/>
*/
#include "textedit.h"
diff --git a/textedit.h b/textedit.h
index b08ab4d..0f91f86 100644
--- a/textedit.h
+++ b/textedit.h
@@ -3,20 +3,20 @@
*
* Copyright 2008 gpg4usb-team <[email protected]>
*
- * This program is free software; you can redistribute it and/or modify
+ * This file is part of gpg4usb.
+ *
+ * Gpg4usb 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; either version 2 of the License, or
+ * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
+ * Gpg4usb 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 this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- * MA 02110-1301, USA.
+ * along with gpg4usb. If not, see <http://www.gnu.org/licenses/>
*/
#ifndef __TEXTEDIT_H__
diff --git a/verifydetailsdialog.cpp b/verifydetailsdialog.cpp
index 8098210..477f982 100644
--- a/verifydetailsdialog.cpp
+++ b/verifydetailsdialog.cpp
@@ -3,20 +3,20 @@
*
* Copyright 2008 gpg4usb-team <[email protected]>
*
- * This program is free software; you can redistribute it and/or modify
+ * This file is part of gpg4usb.
+ *
+ * Gpg4usb 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; either version 2 of the License, or
+ * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
+ * Gpg4usb 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 this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- * MA 02110-1301, USA.
+ * along with gpg4usb. If not, see <http://www.gnu.org/licenses/>
*/
#include "verifydetailsdialog.h"
diff --git a/verifydetailsdialog.h b/verifydetailsdialog.h
index 317735b..b839695 100644
--- a/verifydetailsdialog.h
+++ b/verifydetailsdialog.h
@@ -3,20 +3,20 @@
*
* Copyright 2008 gpg4usb-team <[email protected]>
*
- * This program is free software; you can redistribute it and/or modify
+ * This file is part of gpg4usb.
+ *
+ * Gpg4usb 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; either version 2 of the License, or
+ * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
+ * Gpg4usb 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 this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- * MA 02110-1301, USA.
+ * along with gpg4usb. If not, see <http://www.gnu.org/licenses/>
*/
#ifndef __VERIFYDETAILSDIALOG_H__
diff --git a/verifykeydetailbox.cpp b/verifykeydetailbox.cpp
index c06fa5c..f71a88f 100644
--- a/verifykeydetailbox.cpp
+++ b/verifykeydetailbox.cpp
@@ -3,20 +3,20 @@
*
* Copyright 2008 gpg4usb-team <[email protected]>
*
- * This program is free software; you can redistribute it and/or modify
+ * This file is part of gpg4usb.
+ *
+ * Gpg4usb 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; either version 2 of the License, or
+ * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
+ * Gpg4usb 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 this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- * MA 02110-1301, USA.
+ * along with gpg4usb. If not, see <http://www.gnu.org/licenses/>
*/
#include "verifykeydetailbox.h"
diff --git a/verifykeydetailbox.h b/verifykeydetailbox.h
index ebca40c..82f7987 100644
--- a/verifykeydetailbox.h
+++ b/verifykeydetailbox.h
@@ -3,20 +3,20 @@
*
* Copyright 2008 gpg4usb-team <[email protected]>
*
- * This program is free software; you can redistribute it and/or modify
+ * This file is part of gpg4usb.
+ *
+ * Gpg4usb 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; either version 2 of the License, or
+ * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
+ * Gpg4usb 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 this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- * MA 02110-1301, USA.
+ * along with gpg4usb. If not, see <http://www.gnu.org/licenses/>
*/
#ifndef __VERIFYKEYDETAILBOX_H__
diff --git a/verifynotification.cpp b/verifynotification.cpp
index d6bac9e..6834712 100644
--- a/verifynotification.cpp
+++ b/verifynotification.cpp
@@ -3,20 +3,20 @@
*
* Copyright 2008 gpg4usb-team <[email protected]>
*
- * This program is free software; you can redistribute it and/or modify
+ * This file is part of gpg4usb.
+ *
+ * Gpg4usb 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; either version 2 of the License, or
+ * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
+ * Gpg4usb 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 this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- * MA 02110-1301, USA.
+ * along with gpg4usb. If not, see <http://www.gnu.org/licenses/>
*/
#include "verifynotification.h"
diff --git a/verifynotification.h b/verifynotification.h
index bc43571..11abc95 100644
--- a/verifynotification.h
+++ b/verifynotification.h
@@ -3,20 +3,20 @@
*
* Copyright 2008 gpg4usb-team <[email protected]>
*
- * This program is free software; you can redistribute it and/or modify
+ * This file is part of gpg4usb.
+ *
+ * Gpg4usb 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; either version 2 of the License, or
+ * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
+ * Gpg4usb 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 this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- * MA 02110-1301, USA.
+ * along with gpg4usb. If not, see <http://www.gnu.org/licenses/>
*/
#ifndef __VERIFYNOTIFICATION_H__