diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-10-22 16:55:27 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-10-22 16:55:27 +0000 |
commit | a325959948da6e283fa053a8f90eb7772584b1fb (patch) | |
tree | 86bd6b77d62a16e19a3ce5f5ada9b9bf82c8ebdd | |
parent | show keyID and expired warning in keydetailsdialog (diff) | |
download | gpg4usb-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
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 @@ -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__ @@ -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" @@ -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" @@ -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" @@ -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__ @@ -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> @@ -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/> */ /*** @@ -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" @@ -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__ |