diff --git a/CMakeLists.txt b/CMakeLists.txt index 636a9a7f67..d7d54174ad 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,8 +15,8 @@ # # 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., 59 Temple Place, Suite 330, -# Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, +# Boston, MA 02110-1301, USA. # # In addition, as a special exception, the copyright holders give # permission to link the code of portions of this program with the diff --git a/cmake/ConfigOptions.cmake b/cmake/ConfigOptions.cmake index eab91e6eaf..3b041424a8 100644 --- a/cmake/ConfigOptions.cmake +++ b/cmake/ConfigOptions.cmake @@ -14,8 +14,8 @@ # # 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., 59 Temple Place, Suite 330, -# Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, +# Boston, MA 02110-1301, USA. option(WITH_TRANSLATIONS "Generate translations." ON) diff --git a/cmake/FindAPPINDICATOR.cmake b/cmake/FindAPPINDICATOR.cmake index 49d7967082..9245504943 100644 --- a/cmake/FindAPPINDICATOR.cmake +++ b/cmake/FindAPPINDICATOR.cmake @@ -14,8 +14,8 @@ # # 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., 59 Temple Place, Suite 330, -# Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, +# Boston, MA 02110-1301, USA. pkg_check_modules(PC_APPINDICATOR appindicator3-0.1) diff --git a/cmake/FindAVAHI.cmake b/cmake/FindAVAHI.cmake index 91878dced8..5d85e130ee 100644 --- a/cmake/FindAVAHI.cmake +++ b/cmake/FindAVAHI.cmake @@ -14,8 +14,8 @@ # # 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., 59 Temple Place, Suite 330, -# Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, +# Boston, MA 02110-1301, USA. include(FindPkgConfig) diff --git a/cmake/FindFREERDP.cmake b/cmake/FindFREERDP.cmake index c9c7c10346..b94086c2ad 100644 --- a/cmake/FindFREERDP.cmake +++ b/cmake/FindFREERDP.cmake @@ -14,8 +14,8 @@ # # 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., 59 Temple Place, Suite 330, -# Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, +# Boston, MA 02110-1301, USA. find_package(PkgConfig) pkg_check_modules(PC_FREERDP freerdp>=1.2) diff --git a/cmake/FindGCRYPT.cmake b/cmake/FindGCRYPT.cmake index ee70170234..468e92ec3d 100644 --- a/cmake/FindGCRYPT.cmake +++ b/cmake/FindGCRYPT.cmake @@ -14,8 +14,8 @@ # # 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., 59 Temple Place, Suite 330, -# Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, +# Boston, MA 02110-1301, USA. find_path(GCRYPT_INCLUDE_DIR NAMES gcrypt.h) diff --git a/cmake/FindGLIB2.cmake b/cmake/FindGLIB2.cmake index 550b258f4a..2e9c07b059 100644 --- a/cmake/FindGLIB2.cmake +++ b/cmake/FindGLIB2.cmake @@ -14,8 +14,8 @@ # # 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., 59 Temple Place, Suite 330, -# Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, +# Boston, MA 02110-1301, USA. set(_GLIB_found_all true) diff --git a/cmake/FindGNOMEKEYRING.cmake b/cmake/FindGNOMEKEYRING.cmake index c66f3e4c07..99c2268f45 100644 --- a/cmake/FindGNOMEKEYRING.cmake +++ b/cmake/FindGNOMEKEYRING.cmake @@ -14,8 +14,8 @@ # # 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., 59 Temple Place, Suite 330, -# Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, +# Boston, MA 02110-1301, USA. find_path(GNOMEKEYRING_INCLUDE_DIR NAMES gnome-keyring.h PATH_SUFFIXES gnome-keyring-1) diff --git a/cmake/FindGTK.cmake b/cmake/FindGTK.cmake index e01197c17b..ab33082041 100644 --- a/cmake/FindGTK.cmake +++ b/cmake/FindGTK.cmake @@ -14,8 +14,8 @@ # # 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., 59 Temple Place, Suite 330, -# Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, +# Boston, MA 02110-1301, USA. if(GTK_VERSION) find_required_package(GTK${GTK_VERSION}) diff --git a/cmake/FindGTK2.cmake b/cmake/FindGTK2.cmake index caf0295a4e..f39bdde74c 100644 --- a/cmake/FindGTK2.cmake +++ b/cmake/FindGTK2.cmake @@ -14,8 +14,8 @@ # # 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., 59 Temple Place, Suite 330, -# Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, +# Boston, MA 02110-1301, USA. set(_GTK2_found_all true) diff --git a/cmake/FindGTK3.cmake b/cmake/FindGTK3.cmake index decb00aa08..6e32c73555 100644 --- a/cmake/FindGTK3.cmake +++ b/cmake/FindGTK3.cmake @@ -14,8 +14,8 @@ # # 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., 59 Temple Place, Suite 330, -# Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, +# Boston, MA 02110-1301, USA. set(_GTK3_found_all true) diff --git a/cmake/FindLIBSSH.cmake b/cmake/FindLIBSSH.cmake index 6a4821cddb..c65cd337a0 100644 --- a/cmake/FindLIBSSH.cmake +++ b/cmake/FindLIBSSH.cmake @@ -14,8 +14,8 @@ # # 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., 59 Temple Place, Suite 330, -# Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, +# Boston, MA 02110-1301, USA. find_package(PkgConfig) pkg_check_modules(PC_LIBSSH libssh>=0.6) diff --git a/cmake/FindLIBVNCSERVER.cmake b/cmake/FindLIBVNCSERVER.cmake index fba719cc0b..36b9a997a0 100644 --- a/cmake/FindLIBVNCSERVER.cmake +++ b/cmake/FindLIBVNCSERVER.cmake @@ -14,8 +14,8 @@ # # 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., 59 Temple Place, Suite 330, -# Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, +# Boston, MA 02110-1301, USA. find_package(PkgConfig) pkg_check_modules(PC_LIBVNCSERVER libvncserver) diff --git a/cmake/FindPTHREAD.cmake b/cmake/FindPTHREAD.cmake index 07ebe6c868..cd22882cbf 100644 --- a/cmake/FindPTHREAD.cmake +++ b/cmake/FindPTHREAD.cmake @@ -14,8 +14,8 @@ # # 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., 59 Temple Place, Suite 330, -# Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, +# Boston, MA 02110-1301, USA. find_package(PkgConfig) pkg_check_modules(PC_PTHREAD pthread) diff --git a/cmake/FindTELEPATHY.cmake b/cmake/FindTELEPATHY.cmake index 4e4c99cf8b..f791b2ab75 100644 --- a/cmake/FindTELEPATHY.cmake +++ b/cmake/FindTELEPATHY.cmake @@ -14,8 +14,8 @@ # # 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., 59 Temple Place, Suite 330, -# Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, +# Boston, MA 02110-1301, USA. find_package(PkgConfig) pkg_check_modules(PC_TELEPATHY telepathy-glib) diff --git a/cmake/FindVTE.cmake b/cmake/FindVTE.cmake index 914bd31068..b83d8eb2e7 100644 --- a/cmake/FindVTE.cmake +++ b/cmake/FindVTE.cmake @@ -14,8 +14,8 @@ # # 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., 59 Temple Place, Suite 330, -# Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, +# Boston, MA 02110-1301, USA. if(NOT _VTE_VERSION_NUM) set(_VTE_LIB_NAME vte) diff --git a/cmake/FindXKBFILE.cmake b/cmake/FindXKBFILE.cmake index 965b385b90..487c71b1a3 100644 --- a/cmake/FindXKBFILE.cmake +++ b/cmake/FindXKBFILE.cmake @@ -14,8 +14,8 @@ # # 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., 59 Temple Place, Suite 330, -# Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, +# Boston, MA 02110-1301, USA. find_package(PkgConfig) pkg_check_modules(PC_XKBFILE xkbfile) diff --git a/cmake/GETTEXT.cmake b/cmake/GETTEXT.cmake index d920a45b15..e3056f8cde 100644 --- a/cmake/GETTEXT.cmake +++ b/cmake/GETTEXT.cmake @@ -14,8 +14,8 @@ # # 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., 59 Temple Place, Suite 330, -# Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, +# Boston, MA 02110-1301, USA. find_suggested_package(Gettext) diff --git a/remmina-plugins-gnome/CMakeLists.txt b/remmina-plugins-gnome/CMakeLists.txt index 0ef5137ab7..8633c3c456 100644 --- a/remmina-plugins-gnome/CMakeLists.txt +++ b/remmina-plugins-gnome/CMakeLists.txt @@ -14,8 +14,8 @@ # # 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., 59 Temple Place, Suite 330, -# Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, +# Boston, MA 02110-1301, USA. # # In addition, as a special exception, the copyright holders give # permission to link the code of portions of this program with the diff --git a/remmina-plugins-gnome/src/gkeyring_plugin.c b/remmina-plugins-gnome/src/gkeyring_plugin.c index c29e7b07c2..f74ed60a65 100644 --- a/remmina-plugins-gnome/src/gkeyring_plugin.c +++ b/remmina-plugins-gnome/src/gkeyring_plugin.c @@ -15,8 +15,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina-plugins/CMakeLists.txt b/remmina-plugins/CMakeLists.txt index 6e72c4ca01..a8184bab6b 100644 --- a/remmina-plugins/CMakeLists.txt +++ b/remmina-plugins/CMakeLists.txt @@ -15,8 +15,8 @@ # # 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., 59 Temple Place, Suite 330, -# Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, +# Boston, MA 02110-1301, USA. # # In addition, as a special exception, the copyright holders give # permission to link the code of portions of this program with the diff --git a/remmina-plugins/common/remmina_plugin.h b/remmina-plugins/common/remmina_plugin.h index 2ac97e66b5..0c741e2ddb 100644 --- a/remmina-plugins/common/remmina_plugin.h +++ b/remmina-plugins/common/remmina_plugin.h @@ -15,8 +15,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina-plugins/nx/CMakeLists.txt b/remmina-plugins/nx/CMakeLists.txt index 90d3b365cd..f0d15cf907 100644 --- a/remmina-plugins/nx/CMakeLists.txt +++ b/remmina-plugins/nx/CMakeLists.txt @@ -14,8 +14,8 @@ # # 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., 59 Temple Place, Suite 330, -# Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, +# Boston, MA 02110-1301, USA. # # In addition, as a special exception, the copyright holders give # permission to link the code of portions of this program with the diff --git a/remmina-plugins/nx/nx_plugin.c b/remmina-plugins/nx/nx_plugin.c index f2f716c5fc..06d6db7224 100644 --- a/remmina-plugins/nx/nx_plugin.c +++ b/remmina-plugins/nx/nx_plugin.c @@ -15,8 +15,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina-plugins/nx/nx_plugin.h b/remmina-plugins/nx/nx_plugin.h index 17b9dd205b..9e792b528b 100644 --- a/remmina-plugins/nx/nx_plugin.h +++ b/remmina-plugins/nx/nx_plugin.h @@ -15,8 +15,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina-plugins/nx/nx_session.c b/remmina-plugins/nx/nx_session.c index c9b66a6177..04e589f6e8 100644 --- a/remmina-plugins/nx/nx_session.c +++ b/remmina-plugins/nx/nx_session.c @@ -15,8 +15,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina-plugins/nx/nx_session.h b/remmina-plugins/nx/nx_session.h index b9ace3c4c8..406c548267 100644 --- a/remmina-plugins/nx/nx_session.h +++ b/remmina-plugins/nx/nx_session.h @@ -14,8 +14,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina-plugins/nx/nx_session_manager.c b/remmina-plugins/nx/nx_session_manager.c index 0acc18bb3e..08cffea8a7 100644 --- a/remmina-plugins/nx/nx_session_manager.c +++ b/remmina-plugins/nx/nx_session_manager.c @@ -15,8 +15,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina-plugins/nx/nx_session_manager.h b/remmina-plugins/nx/nx_session_manager.h index 405e6cb337..37ca2e464a 100644 --- a/remmina-plugins/nx/nx_session_manager.h +++ b/remmina-plugins/nx/nx_session_manager.h @@ -14,8 +14,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina-plugins/rdp/CMakeLists.txt b/remmina-plugins/rdp/CMakeLists.txt index 708e2c0a00..ab3f54142d 100644 --- a/remmina-plugins/rdp/CMakeLists.txt +++ b/remmina-plugins/rdp/CMakeLists.txt @@ -15,8 +15,8 @@ # # 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., 59 Temple Place, Suite 330, -# Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, +# Boston, MA 02110-1301, USA. # # In addition, as a special exception, the copyright holders give # permission to link the code of portions of this program with the diff --git a/remmina-plugins/rdp/rdp_channels.c b/remmina-plugins/rdp/rdp_channels.c index d55a745c6f..bd12a08cfb 100644 --- a/remmina-plugins/rdp/rdp_channels.c +++ b/remmina-plugins/rdp/rdp_channels.c @@ -14,8 +14,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina-plugins/rdp/rdp_channels.h b/remmina-plugins/rdp/rdp_channels.h index 350f2b956c..8d25c70c1d 100644 --- a/remmina-plugins/rdp/rdp_channels.h +++ b/remmina-plugins/rdp/rdp_channels.h @@ -14,8 +14,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina-plugins/rdp/rdp_cliprdr.c b/remmina-plugins/rdp/rdp_cliprdr.c index ed6c57cd19..c49b66da16 100644 --- a/remmina-plugins/rdp/rdp_cliprdr.c +++ b/remmina-plugins/rdp/rdp_cliprdr.c @@ -15,8 +15,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina-plugins/rdp/rdp_cliprdr.h b/remmina-plugins/rdp/rdp_cliprdr.h index f1cf02a13f..4f282f9575 100644 --- a/remmina-plugins/rdp/rdp_cliprdr.h +++ b/remmina-plugins/rdp/rdp_cliprdr.h @@ -16,8 +16,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina-plugins/rdp/rdp_event.c b/remmina-plugins/rdp/rdp_event.c index 13b782894e..f07895afdf 100644 --- a/remmina-plugins/rdp/rdp_event.c +++ b/remmina-plugins/rdp/rdp_event.c @@ -17,8 +17,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina-plugins/rdp/rdp_event.h b/remmina-plugins/rdp/rdp_event.h index cf6ed1c331..3651449e65 100644 --- a/remmina-plugins/rdp/rdp_event.h +++ b/remmina-plugins/rdp/rdp_event.h @@ -14,8 +14,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina-plugins/rdp/rdp_file.c b/remmina-plugins/rdp/rdp_file.c index 271ea8bd48..3d327d7bdc 100644 --- a/remmina-plugins/rdp/rdp_file.c +++ b/remmina-plugins/rdp/rdp_file.c @@ -15,8 +15,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina-plugins/rdp/rdp_file.h b/remmina-plugins/rdp/rdp_file.h index 27a7f0d29f..db80cf0aa4 100644 --- a/remmina-plugins/rdp/rdp_file.h +++ b/remmina-plugins/rdp/rdp_file.h @@ -14,8 +14,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina-plugins/rdp/rdp_gdi.c b/remmina-plugins/rdp/rdp_gdi.c index 1abadec0a5..c3894efd4e 100644 --- a/remmina-plugins/rdp/rdp_gdi.c +++ b/remmina-plugins/rdp/rdp_gdi.c @@ -17,8 +17,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina-plugins/rdp/rdp_gdi.h b/remmina-plugins/rdp/rdp_gdi.h index 57410949f1..c73afabebf 100644 --- a/remmina-plugins/rdp/rdp_gdi.h +++ b/remmina-plugins/rdp/rdp_gdi.h @@ -14,8 +14,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina-plugins/rdp/rdp_graphics.c b/remmina-plugins/rdp/rdp_graphics.c index f19478f2aa..06fbf1a457 100644 --- a/remmina-plugins/rdp/rdp_graphics.c +++ b/remmina-plugins/rdp/rdp_graphics.c @@ -17,8 +17,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina-plugins/rdp/rdp_graphics.h b/remmina-plugins/rdp/rdp_graphics.h index 783bfd4ea4..9a39f68a19 100644 --- a/remmina-plugins/rdp/rdp_graphics.h +++ b/remmina-plugins/rdp/rdp_graphics.h @@ -14,8 +14,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina-plugins/rdp/rdp_plugin.c b/remmina-plugins/rdp/rdp_plugin.c index 0f6613655a..1a09783599 100644 --- a/remmina-plugins/rdp/rdp_plugin.c +++ b/remmina-plugins/rdp/rdp_plugin.c @@ -15,8 +15,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina-plugins/rdp/rdp_plugin.h b/remmina-plugins/rdp/rdp_plugin.h index aff2f98721..58495eaca9 100644 --- a/remmina-plugins/rdp/rdp_plugin.h +++ b/remmina-plugins/rdp/rdp_plugin.h @@ -15,8 +15,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina-plugins/rdp/rdp_settings.c b/remmina-plugins/rdp/rdp_settings.c index c601585cf4..b986c6950b 100644 --- a/remmina-plugins/rdp/rdp_settings.c +++ b/remmina-plugins/rdp/rdp_settings.c @@ -15,8 +15,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina-plugins/rdp/rdp_settings.h b/remmina-plugins/rdp/rdp_settings.h index fc3e349634..9bd1a79d8c 100644 --- a/remmina-plugins/rdp/rdp_settings.h +++ b/remmina-plugins/rdp/rdp_settings.h @@ -14,8 +14,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina-plugins/telepathy/CMakeLists.txt b/remmina-plugins/telepathy/CMakeLists.txt index 43288b880b..f667c37456 100644 --- a/remmina-plugins/telepathy/CMakeLists.txt +++ b/remmina-plugins/telepathy/CMakeLists.txt @@ -14,8 +14,8 @@ # # 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., 59 Temple Place, Suite 330, -# Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, +# Boston, MA 02110-1301, USA. # # In addition, as a special exception, the copyright holders give # permission to link the code of portions of this program with the diff --git a/remmina-plugins/telepathy/telepathy_channel_handler.c b/remmina-plugins/telepathy/telepathy_channel_handler.c index 32d4402a77..369cbf0d9f 100644 --- a/remmina-plugins/telepathy/telepathy_channel_handler.c +++ b/remmina-plugins/telepathy/telepathy_channel_handler.c @@ -15,8 +15,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina-plugins/telepathy/telepathy_channel_handler.h b/remmina-plugins/telepathy/telepathy_channel_handler.h index c306106349..1002f6537e 100644 --- a/remmina-plugins/telepathy/telepathy_channel_handler.h +++ b/remmina-plugins/telepathy/telepathy_channel_handler.h @@ -14,8 +14,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina-plugins/telepathy/telepathy_handler.c b/remmina-plugins/telepathy/telepathy_handler.c index cff54f4b9d..ff13c1262e 100644 --- a/remmina-plugins/telepathy/telepathy_handler.c +++ b/remmina-plugins/telepathy/telepathy_handler.c @@ -15,8 +15,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina-plugins/telepathy/telepathy_handler.h b/remmina-plugins/telepathy/telepathy_handler.h index 5aff939810..a2394282c5 100644 --- a/remmina-plugins/telepathy/telepathy_handler.h +++ b/remmina-plugins/telepathy/telepathy_handler.h @@ -14,8 +14,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina-plugins/telepathy/telepathy_plugin.c b/remmina-plugins/telepathy/telepathy_plugin.c index d0a59efba1..038f02838b 100644 --- a/remmina-plugins/telepathy/telepathy_plugin.c +++ b/remmina-plugins/telepathy/telepathy_plugin.c @@ -15,8 +15,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina-plugins/tool_hello_world/CMakeLists.txt b/remmina-plugins/tool_hello_world/CMakeLists.txt index e5cb2102be..794c283114 100644 --- a/remmina-plugins/tool_hello_world/CMakeLists.txt +++ b/remmina-plugins/tool_hello_world/CMakeLists.txt @@ -14,8 +14,8 @@ # # 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., 59 Temple Place, Suite 330, -# Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, +# Boston, MA 02110-1301, USA. # # In addition, as a special exception, the copyright holders give # permission to link the code of portions of this program with the diff --git a/remmina-plugins/tool_hello_world/plugin.c b/remmina-plugins/tool_hello_world/plugin.c index bb4f55a4bc..b255dd8627 100644 --- a/remmina-plugins/tool_hello_world/plugin.c +++ b/remmina-plugins/tool_hello_world/plugin.c @@ -15,8 +15,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina-plugins/tool_hello_world/plugin.h b/remmina-plugins/tool_hello_world/plugin.h index fd976b4fe6..48cfe8f827 100644 --- a/remmina-plugins/tool_hello_world/plugin.h +++ b/remmina-plugins/tool_hello_world/plugin.h @@ -14,8 +14,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina-plugins/vnc/CMakeLists.txt b/remmina-plugins/vnc/CMakeLists.txt index 8ddc41effa..a9fbac736a 100644 --- a/remmina-plugins/vnc/CMakeLists.txt +++ b/remmina-plugins/vnc/CMakeLists.txt @@ -14,8 +14,8 @@ # # 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., 59 Temple Place, Suite 330, -# Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, +# Boston, MA 02110-1301, USA. # # In addition, as a special exception, the copyright holders give # permission to link the code of portions of this program with the diff --git a/remmina-plugins/vnc/vnc_plugin.c b/remmina-plugins/vnc/vnc_plugin.c index f9440ffbdb..9c2ee91d0c 100644 --- a/remmina-plugins/vnc/vnc_plugin.c +++ b/remmina-plugins/vnc/vnc_plugin.c @@ -15,8 +15,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina-plugins/xdmcp/CMakeLists.txt b/remmina-plugins/xdmcp/CMakeLists.txt index 4be25e227a..e807d7d517 100644 --- a/remmina-plugins/xdmcp/CMakeLists.txt +++ b/remmina-plugins/xdmcp/CMakeLists.txt @@ -14,8 +14,8 @@ # # 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., 59 Temple Place, Suite 330, -# Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, +# Boston, MA 02110-1301, USA. # # In addition, as a special exception, the copyright holders give # permission to link the code of portions of this program with the diff --git a/remmina-plugins/xdmcp/xdmcp_plugin.c b/remmina-plugins/xdmcp/xdmcp_plugin.c index a2ca8cb1c7..ed1ebc64cf 100644 --- a/remmina-plugins/xdmcp/xdmcp_plugin.c +++ b/remmina-plugins/xdmcp/xdmcp_plugin.c @@ -15,8 +15,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina/CMakeLists.txt b/remmina/CMakeLists.txt index 9f0df0fd3f..b964efd91e 100644 --- a/remmina/CMakeLists.txt +++ b/remmina/CMakeLists.txt @@ -15,8 +15,8 @@ # # 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., 59 Temple Place, Suite 330, -# Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, +# Boston, MA 02110-1301, USA. # # In addition, as a special exception, the copyright holders give # permission to link the code of portions of this program with the diff --git a/remmina/desktop/CMakeLists.txt b/remmina/desktop/CMakeLists.txt index 8c3f9b5139..3f17833dbf 100644 --- a/remmina/desktop/CMakeLists.txt +++ b/remmina/desktop/CMakeLists.txt @@ -15,8 +15,8 @@ # # 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., 59 Temple Place, Suite 330, -# Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, +# Boston, MA 02110-1301, USA. # # In addition, as a special exception, the copyright holders give # permission to link the code of portions of this program with the diff --git a/remmina/external_tools/CMakeLists.txt b/remmina/external_tools/CMakeLists.txt index a297c3d645..dec9d7e76b 100644 --- a/remmina/external_tools/CMakeLists.txt +++ b/remmina/external_tools/CMakeLists.txt @@ -14,8 +14,8 @@ # # 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., 59 Temple Place, Suite 330, -# Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, +# Boston, MA 02110-1301, USA. # # In addition, as a special exception, the copyright holders give # permission to link the code of portions of this program with the diff --git a/remmina/icons/CMakeLists.txt b/remmina/icons/CMakeLists.txt index d00091cda4..a04a8f9e35 100644 --- a/remmina/icons/CMakeLists.txt +++ b/remmina/icons/CMakeLists.txt @@ -14,8 +14,8 @@ # # 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., 59 Temple Place, Suite 330, -# Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, +# Boston, MA 02110-1301, USA. # # In addition, as a special exception, the copyright holders give # permission to link the code of portions of this program with the diff --git a/remmina/include/remmina/plugin.h b/remmina/include/remmina/plugin.h index ad3269d6d7..618b1e1b4b 100644 --- a/remmina/include/remmina/plugin.h +++ b/remmina/include/remmina/plugin.h @@ -15,8 +15,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina/include/remmina/remmina_trace_calls.h b/remmina/include/remmina/remmina_trace_calls.h index d2ddc3ca65..ec388eff10 100644 --- a/remmina/include/remmina/remmina_trace_calls.h +++ b/remmina/include/remmina/remmina_trace_calls.h @@ -14,8 +14,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina/include/remmina/types.h b/remmina/include/remmina/types.h index 011e7896a3..cf5541ca27 100644 --- a/remmina/include/remmina/types.h +++ b/remmina/include/remmina/types.h @@ -15,8 +15,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina/po/CMakeLists.txt b/remmina/po/CMakeLists.txt index f55bec7ebc..6d178edd77 100644 --- a/remmina/po/CMakeLists.txt +++ b/remmina/po/CMakeLists.txt @@ -14,8 +14,8 @@ # # 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., 59 Temple Place, Suite 330, -# Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, +# Boston, MA 02110-1301, USA. # # In addition, as a special exception, the copyright holders give # permission to link the code of portions of this program with the diff --git a/remmina/po/ar.po b/remmina/po/ar.po index 30963ee05c..bedf443f02 100644 --- a/remmina/po/ar.po +++ b/remmina/po/ar.po @@ -1174,7 +1174,7 @@ msgstr "" msgid "" "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., 59 Temple " -"Place, Suite 330, Boston, MA 02111-1307, USA." +"Place, Suite 330, Boston, MA 02110-1301, USA." msgstr "" #: remmina/src/remmina_about.c:90 diff --git a/remmina/po/ast.po b/remmina/po/ast.po index 7cafae9726..bc76214f48 100644 --- a/remmina/po/ast.po +++ b/remmina/po/ast.po @@ -1198,11 +1198,11 @@ msgstr "" msgid "" "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., 59 Temple " -"Place, Suite 330, Boston, MA 02111-1307, USA." +"Place, Suite 330, Boston, MA 02110-1301, USA." msgstr "" "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., 59 Temple " -"Place, Suite 330, Boston, MA 02111-1307, USA." +"Place, Suite 330, Boston, MA 02110-1301, USA." #: remmina/src/remmina_about.c:90 msgid "The GTK+ Remote Desktop Client" diff --git a/remmina/po/bg.po b/remmina/po/bg.po index 19dc73f1c0..9271d0c8a2 100644 --- a/remmina/po/bg.po +++ b/remmina/po/bg.po @@ -1197,11 +1197,11 @@ msgstr "" msgid "" "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., 59 Temple " -"Place, Suite 330, Boston, MA 02111-1307, USA." +"Place, Suite 330, Boston, MA 02110-1301, USA." msgstr "" "Трябва да сте получили копие на GNU General Public License заедно с тази " "програма, ако ли не, пишете на Фондацията за свободен софтуер, Inc, 59 " -"Temple Place, Suite 330, Boston, MA 02111-1307, САЩ." +"Temple Place, Suite 330, Boston, MA 02110-1301, САЩ." #: remmina/src/remmina_about.c:90 msgid "The GTK+ Remote Desktop Client" diff --git a/remmina/po/bn.po b/remmina/po/bn.po index dc3e01661c..bc8a74ff0c 100644 --- a/remmina/po/bn.po +++ b/remmina/po/bn.po @@ -1174,7 +1174,7 @@ msgstr "" msgid "" "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., 59 Temple " -"Place, Suite 330, Boston, MA 02111-1307, USA." +"Place, Suite 330, Boston, MA 02110-1301, USA." msgstr "" #: remmina/src/remmina_about.c:90 diff --git a/remmina/po/bs.po b/remmina/po/bs.po index 56129537e0..c7accbdd39 100644 --- a/remmina/po/bs.po +++ b/remmina/po/bs.po @@ -1201,11 +1201,11 @@ msgstr "" msgid "" "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., 59 Temple " -"Place, Suite 330, Boston, MA 02111-1307, USA." +"Place, Suite 330, Boston, MA 02110-1301, USA." msgstr "" "Trebalo bi da primite primjerak GNU-ove opšte javne licence zajedno sa ovim " "programom, a ako ne, pišite na Free Software Foundation, Inc., 59 Temple " -"Place, Suite 330, Boston, MA 02111-1307, USA." +"Place, Suite 330, Boston, MA 02110-1301, USA." #: remmina/src/remmina_about.c:90 msgid "The GTK+ Remote Desktop Client" diff --git a/remmina/po/ca.po b/remmina/po/ca.po index 0e703193b1..3bdd286cbd 100644 --- a/remmina/po/ca.po +++ b/remmina/po/ca.po @@ -1200,11 +1200,11 @@ msgstr "" msgid "" "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., 59 Temple " -"Place, Suite 330, Boston, MA 02111-1307, USA." +"Place, Suite 330, Boston, MA 02110-1301, USA." msgstr "" "Juntament amb aquest programa, heu rebut una còpia de la General Public " "License de GNU. Si no és així, escriviu a la Free Software Foundation, Inc., " -"59 Temple Place, Suite 330, Boston, Ma 02111-1307, USA." +"51 Franklin Street, Fifth Floor, Boston, Ma 02111-1307, USA." #: remmina/src/remmina_about.c:90 msgid "The GTK+ Remote Desktop Client" diff --git a/remmina/po/ca@valencia.po b/remmina/po/ca@valencia.po index b2e60c7ac4..e8e7d3d3e0 100644 --- a/remmina/po/ca@valencia.po +++ b/remmina/po/ca@valencia.po @@ -1196,11 +1196,11 @@ msgstr "" msgid "" "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., 59 Temple " -"Place, Suite 330, Boston, MA 02111-1307, USA." +"Place, Suite 330, Boston, MA 02110-1301, USA." msgstr "" "Juntament amb este programa, heu rebut una còpia de la General Public " "License de GNU. Si no és així, escriviu a la Free Software Foundation, Inc., " -"59 Temple Place, Suite 330, Boston, Ma 02111-1307, USA." +"51 Franklin Street, Fifth Floor, Boston, Ma 02111-1307, USA." #: remmina/src/remmina_about.c:90 msgid "The GTK+ Remote Desktop Client" diff --git a/remmina/po/cs.po b/remmina/po/cs.po index 70d6593c67..2d4d8b3edf 100644 --- a/remmina/po/cs.po +++ b/remmina/po/cs.po @@ -1195,11 +1195,11 @@ msgstr "" msgid "" "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., 59 Temple " -"Place, Suite 330, Boston, MA 02111-1307, USA." +"Place, Suite 330, Boston, MA 02110-1301, USA." msgstr "" "S programem byste měli obdržet i kopii GNU GPL, v případě, že se tak " "nestalo, napište do Free Software Foundation, Inc., 59 Temple Place, Suite " -"330, Boston, MA 02111-1307, USA." +"330, Boston, MA 02110-1301, USA." #: remmina/src/remmina_about.c:90 msgid "The GTK+ Remote Desktop Client" diff --git a/remmina/po/da.po b/remmina/po/da.po index a8b28e1aa9..9d6605b659 100644 --- a/remmina/po/da.po +++ b/remmina/po/da.po @@ -1195,11 +1195,11 @@ msgstr "" msgid "" "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., 59 Temple " -"Place, Suite 330, Boston, MA 02111-1307, USA." +"Place, Suite 330, Boston, MA 02110-1301, USA." msgstr "" "Du bør have modtaget en kopi af GNU General Public License sammen med dette " "program; hvis ikke, så skriv til Free Software Foundation, Inc., 59 Temple " -"Place, Suite 330, Boston, MA 02111-1307, USA." +"Place, Suite 330, Boston, MA 02110-1301, USA." #: remmina/src/remmina_about.c:90 msgid "The GTK+ Remote Desktop Client" diff --git a/remmina/po/de.po b/remmina/po/de.po index 2fc7df070c..058744fa28 100644 --- a/remmina/po/de.po +++ b/remmina/po/de.po @@ -1203,7 +1203,7 @@ msgstr "" msgid "" "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., 59 Temple " -"Place, Suite 330, Boston, MA 02111-1307, USA." +"Place, Suite 330, Boston, MA 02110-1301, USA." msgstr "" "Mit diesem Programm sollten Sie außerdem eine Kopie der GNU General Public " "License erhalten haben. Wenn dem nicht so ist, so schreiben Sie bitte an die " diff --git a/remmina/po/el.po b/remmina/po/el.po index 5e5f15963b..caef5dcae0 100644 --- a/remmina/po/el.po +++ b/remmina/po/el.po @@ -1206,11 +1206,11 @@ msgstr "" msgid "" "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., 59 Temple " -"Place, Suite 330, Boston, MA 02111-1307, USA." +"Place, Suite 330, Boston, MA 02110-1301, USA." msgstr "" "Πρέπει να έχετε λάβει αντίγραφο της άδειας GNU General Public μαζί με αυτό " "το πρόγραμμα. Αν όχι, τότε γράψτε στο Free Software Foundation, Inc., 59 " -"Temple Place, Suite 330, Boston, MA 02111-1307, USA." +"Temple Place, Suite 330, Boston, MA 02110-1301, USA." #: remmina/src/remmina_about.c:90 msgid "The GTK+ Remote Desktop Client" diff --git a/remmina/po/en_AU.po b/remmina/po/en_AU.po index 2d991c6f4c..25412f17d7 100644 --- a/remmina/po/en_AU.po +++ b/remmina/po/en_AU.po @@ -1198,11 +1198,11 @@ msgstr "" msgid "" "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., 59 Temple " -"Place, Suite 330, Boston, MA 02111-1307, USA." +"Place, Suite 330, Boston, MA 02110-1301, USA." msgstr "" "You should have received a copy of the GNU General Public Licence along with " "this program; if not, write to the Free Software Foundation, Inc., 59 Temple " -"Place, Suite 330, Boston, MA 02111-1307, USA." +"Place, Suite 330, Boston, MA 02110-1301, USA." #: remmina/src/remmina_about.c:90 msgid "The GTK+ Remote Desktop Client" diff --git a/remmina/po/en_GB.po b/remmina/po/en_GB.po index df4424a2c3..44b85151c4 100644 --- a/remmina/po/en_GB.po +++ b/remmina/po/en_GB.po @@ -1198,11 +1198,11 @@ msgstr "" msgid "" "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., 59 Temple " -"Place, Suite 330, Boston, MA 02111-1307, USA." +"Place, Suite 330, Boston, MA 02110-1301, USA." msgstr "" "You should have received a copy of the GNU General Public Licence along with " "this program; if not, write to the Free Software Foundation, Inc., 59 Temple " -"Place, Suite 330, Boston, MA 02111-1307, USA." +"Place, Suite 330, Boston, MA 02110-1301, USA." #: remmina/src/remmina_about.c:90 msgid "The GTK+ Remote Desktop Client" diff --git a/remmina/po/es.po b/remmina/po/es.po index 3c872134e1..618151fcee 100644 --- a/remmina/po/es.po +++ b/remmina/po/es.po @@ -1199,11 +1199,11 @@ msgstr "" msgid "" "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., 59 Temple " -"Place, Suite 330, Boston, MA 02111-1307, USA." +"Place, Suite 330, Boston, MA 02110-1301, USA." msgstr "" "Debería haber recibido una copia de la Licencia Pública General de GNU con " "este programa; si no es así, escriba a la Free Software Foundation, Inc., 59 " -"Temple Place, Suite 330, Boston, MA 02111-1307, USA." +"Temple Place, Suite 330, Boston, MA 02110-1301, USA." #: remmina/src/remmina_about.c:90 msgid "The GTK+ Remote Desktop Client" diff --git a/remmina/po/et.po b/remmina/po/et.po index d893798351..e957a348ac 100644 --- a/remmina/po/et.po +++ b/remmina/po/et.po @@ -1185,7 +1185,7 @@ msgstr "" msgid "" "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., 59 Temple " -"Place, Suite 330, Boston, MA 02111-1307, USA." +"Place, Suite 330, Boston, MA 02110-1301, USA." msgstr "" #: remmina/src/remmina_about.c:90 diff --git a/remmina/po/eu.po b/remmina/po/eu.po index ebdd349d68..ab6d5cc284 100644 --- a/remmina/po/eu.po +++ b/remmina/po/eu.po @@ -1198,11 +1198,11 @@ msgstr "" msgid "" "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., 59 Temple " -"Place, Suite 330, Boston, MA 02111-1307, USA." +"Place, Suite 330, Boston, MA 02110-1301, USA." msgstr "" "Programa honekin batera GNU Lizentzia Publiko Orokorraren kopia bat ere jaso " "beharko zenuke; horrela ez bada, idatzi helbide honetara: Free Software " -"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA." +"Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA." #: remmina/src/remmina_about.c:90 msgid "The GTK+ Remote Desktop Client" diff --git a/remmina/po/fi.po b/remmina/po/fi.po index 509c48ce40..63aed71517 100644 --- a/remmina/po/fi.po +++ b/remmina/po/fi.po @@ -1191,7 +1191,7 @@ msgstr "" msgid "" "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., 59 Temple " -"Place, Suite 330, Boston, MA 02111-1307, USA." +"Place, Suite 330, Boston, MA 02110-1301, USA." msgstr "" #: remmina/src/remmina_about.c:90 diff --git a/remmina/po/fr.po b/remmina/po/fr.po index 3535837a59..2790ef943c 100644 --- a/remmina/po/fr.po +++ b/remmina/po/fr.po @@ -1201,7 +1201,7 @@ msgstr "" msgid "" "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., 59 Temple " -"Place, Suite 330, Boston, MA 02111-1307, USA." +"Place, Suite 330, Boston, MA 02110-1301, USA." msgstr "" "Vous devriez avoir reçu une copie de la Licence publique générale GNU avec " "ce programme ; sinon, écrivez à la Free Software Foundation, Inc., 59 Temple " diff --git a/remmina/po/gl.po b/remmina/po/gl.po index 20dcf88f3f..7be34d9122 100644 --- a/remmina/po/gl.po +++ b/remmina/po/gl.po @@ -1196,11 +1196,11 @@ msgstr "" msgid "" "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., 59 Temple " -"Place, Suite 330, Boston, MA 02111-1307, USA." +"Place, Suite 330, Boston, MA 02110-1301, USA." msgstr "" "Debería ter recibido unha copia da Licenzas Pública Xeral de GNU con este " "programa; se non é así, escriba á Free Software Foundation, Inc., 59 Temple " -"Place, Suite 330, Boston, MA 02111-1307, USA." +"Place, Suite 330, Boston, MA 02110-1301, USA." #: remmina/src/remmina_about.c:90 msgid "The GTK+ Remote Desktop Client" diff --git a/remmina/po/he.po b/remmina/po/he.po index 43a232f46b..5d5f8a3602 100644 --- a/remmina/po/he.po +++ b/remmina/po/he.po @@ -1194,11 +1194,11 @@ msgstr "" msgid "" "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., 59 Temple " -"Place, Suite 330, Boston, MA 02111-1307, USA." +"Place, Suite 330, Boston, MA 02110-1301, USA." msgstr "" "לתכנית זו אמור היה להיות מצורף הרישיון הציבורי הכללי של גנו; במידה שלא, יש " -"לכתוב אל Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, " -"MA 02111-1307, USA." +"לכתוב אל Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, " +"MA 02110-1301, USA." #: remmina/src/remmina_about.c:90 msgid "The GTK+ Remote Desktop Client" diff --git a/remmina/po/hr.po b/remmina/po/hr.po index 75ef388a80..5a9a9745d4 100644 --- a/remmina/po/hr.po +++ b/remmina/po/hr.po @@ -1177,7 +1177,7 @@ msgstr "" msgid "" "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., 59 Temple " -"Place, Suite 330, Boston, MA 02111-1307, USA." +"Place, Suite 330, Boston, MA 02110-1301, USA." msgstr "" #: remmina/src/remmina_about.c:90 diff --git a/remmina/po/hu.po b/remmina/po/hu.po index 1d6b3fb023..aa8f159b2d 100644 --- a/remmina/po/hu.po +++ b/remmina/po/hu.po @@ -1197,7 +1197,7 @@ msgstr "" msgid "" "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., 59 Temple " -"Place, Suite 330, Boston, MA 02111-1307, USA." +"Place, Suite 330, Boston, MA 02110-1301, USA." msgstr "" "A Remmina programhoz a GNU General Public License egy példánya is jár, ha " "nem kapta meg, írjon a Free Software Foundation Inc.-nek. Levélcímük: 51 " diff --git a/remmina/po/id.po b/remmina/po/id.po index 04ae5eec3e..5c5868be53 100644 --- a/remmina/po/id.po +++ b/remmina/po/id.po @@ -1174,7 +1174,7 @@ msgstr "" msgid "" "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., 59 Temple " -"Place, Suite 330, Boston, MA 02111-1307, USA." +"Place, Suite 330, Boston, MA 02110-1301, USA." msgstr "" #: remmina/src/remmina_about.c:90 diff --git a/remmina/po/it.po b/remmina/po/it.po index e4ea7fb0ea..0fe834a394 100644 --- a/remmina/po/it.po +++ b/remmina/po/it.po @@ -1198,7 +1198,7 @@ msgstr "" msgid "" "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., 59 Temple " -"Place, Suite 330, Boston, MA 02111-1307, USA." +"Place, Suite 330, Boston, MA 02110-1301, USA." msgstr "" #: remmina/src/remmina_about.c:90 diff --git a/remmina/po/ja.po b/remmina/po/ja.po index 875547fa9d..f9a417813a 100644 --- a/remmina/po/ja.po +++ b/remmina/po/ja.po @@ -1197,11 +1197,11 @@ msgstr "" msgid "" "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., 59 Temple " -"Place, Suite 330, Boston, MA 02111-1307, USA." +"Place, Suite 330, Boston, MA 02110-1301, USA." msgstr "" "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., 59 Temple " -"Place, Suite 330, Boston, MA 02111-1307, USA." +"Place, Suite 330, Boston, MA 02110-1301, USA." #: remmina/src/remmina_about.c:90 msgid "The GTK+ Remote Desktop Client" diff --git a/remmina/po/kk.po b/remmina/po/kk.po index 448a34d622..c9ec981a4d 100644 --- a/remmina/po/kk.po +++ b/remmina/po/kk.po @@ -1191,7 +1191,7 @@ msgstr "" msgid "" "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., 59 Temple " -"Place, Suite 330, Boston, MA 02111-1307, USA." +"Place, Suite 330, Boston, MA 02110-1301, USA." msgstr "" #: remmina/src/remmina_about.c:90 diff --git a/remmina/po/km.po b/remmina/po/km.po index bd85752858..1b82cad801 100644 --- a/remmina/po/km.po +++ b/remmina/po/km.po @@ -1180,7 +1180,7 @@ msgstr "" msgid "" "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., 59 Temple " -"Place, Suite 330, Boston, MA 02111-1307, USA." +"Place, Suite 330, Boston, MA 02110-1301, USA." msgstr "" #: remmina/src/remmina_about.c:90 diff --git a/remmina/po/kn.po b/remmina/po/kn.po index a4fd06519c..6a6861fa8e 100644 --- a/remmina/po/kn.po +++ b/remmina/po/kn.po @@ -1175,7 +1175,7 @@ msgstr "" msgid "" "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., 59 Temple " -"Place, Suite 330, Boston, MA 02111-1307, USA." +"Place, Suite 330, Boston, MA 02110-1301, USA." msgstr "" #: remmina/src/remmina_about.c:90 diff --git a/remmina/po/ko.po b/remmina/po/ko.po index a3f52abe57..1b45e8c782 100644 --- a/remmina/po/ko.po +++ b/remmina/po/ko.po @@ -1194,11 +1194,11 @@ msgstr "" msgid "" "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., 59 Temple " -"Place, Suite 330, Boston, MA 02111-1307, USA." +"Place, Suite 330, Boston, MA 02110-1301, USA." msgstr "" "이 프로그램을 사용하는 것은 '사용자가 GNU GPL 을 따르겠다'는 것이며, 만약 동" "의하지 않는다면 the Free Software Foundation, Inc., 59 Temple Place, Suite " -"330, Boston, MA 02111-1307, USA. 로 연락하십시오." +"330, Boston, MA 02110-1301, USA. 로 연락하십시오." #: remmina/src/remmina_about.c:90 msgid "The GTK+ Remote Desktop Client" diff --git a/remmina/po/lt.po b/remmina/po/lt.po index d40400bb18..f51c64b5c5 100644 --- a/remmina/po/lt.po +++ b/remmina/po/lt.po @@ -1198,11 +1198,11 @@ msgstr "" msgid "" "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., 59 Temple " -"Place, Suite 330, Boston, MA 02111-1307, USA." +"Place, Suite 330, Boston, MA 02110-1301, USA." msgstr "" "Jūs turėjote gauti GNU bendrosios viešosios licencijos kopiją kartu su šia " "programa; jei negavote, rašykite adresu Free Software Foundation, Inc., 59 " -"Temple Place, Suite 330, Boston, MA 02111-1307, USA." +"Temple Place, Suite 330, Boston, MA 02110-1301, USA." #: remmina/src/remmina_about.c:90 msgid "The GTK+ Remote Desktop Client" diff --git a/remmina/po/lv.po b/remmina/po/lv.po index 61dc57374d..d16808ae9c 100644 --- a/remmina/po/lv.po +++ b/remmina/po/lv.po @@ -1197,11 +1197,11 @@ msgstr "" msgid "" "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., 59 Temple " -"Place, Suite 330, Boston, MA 02111-1307, USA." +"Place, Suite 330, Boston, MA 02110-1301, USA." msgstr "" "Kopā ar šo programmu jums vajadzētu saņemt GNU General Public Licence " "kopiju. Ja tas nav noticis, rakstiet vēstuli Free Software Foundation, kuras " -"adrese ir 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA." +"adrese ir 59 Temple Place - Suite 330, Boston, MA 02110-1301, USA." #: remmina/src/remmina_about.c:90 msgid "The GTK+ Remote Desktop Client" diff --git a/remmina/po/ms.po b/remmina/po/ms.po index 9982547d20..5ac74cad6c 100644 --- a/remmina/po/ms.po +++ b/remmina/po/ms.po @@ -1198,11 +1198,11 @@ msgstr "" msgid "" "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., 59 Temple " -"Place, Suite 330, Boston, MA 02111-1307, USA." +"Place, Suite 330, Boston, MA 02110-1301, USA." msgstr "" "Anda seharusnya menerima satu salinan Lesen Awam AM GNU bersama-sama program " "ini; jika tidak, tulis ke Free Software Foundation, Inc., 59 Temple Place, " -"Suite 330, Boston, MA 02111-1307, USA." +"Suite 330, Boston, MA 02110-1301, USA." #: remmina/src/remmina_about.c:90 msgid "The GTK+ Remote Desktop Client" diff --git a/remmina/po/my.po b/remmina/po/my.po index 085f8aa1b7..c5f1ad5231 100644 --- a/remmina/po/my.po +++ b/remmina/po/my.po @@ -1177,7 +1177,7 @@ msgstr "" msgid "" "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., 59 Temple " -"Place, Suite 330, Boston, MA 02111-1307, USA." +"Place, Suite 330, Boston, MA 02110-1301, USA." msgstr "" #: remmina/src/remmina_about.c:90 diff --git a/remmina/po/nb.po b/remmina/po/nb.po index 673045fe55..711f438af8 100644 --- a/remmina/po/nb.po +++ b/remmina/po/nb.po @@ -1200,11 +1200,11 @@ msgstr "" msgid "" "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., 59 Temple " -"Place, Suite 330, Boston, MA 02111-1307, USA." +"Place, Suite 330, Boston, MA 02110-1301, USA." msgstr "" "Du skal ha mottatt en kopi av GNU General Public-lisensen sammen med dette " "programmet. Hvis ikke, kan du be om en kopi ved å skrive til Free Software " -"Foundation, Inc., 59 Temple Place, Suite 330, Boston MA 02111-1307, USA." +"Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA." #: remmina/src/remmina_about.c:90 msgid "The GTK+ Remote Desktop Client" diff --git a/remmina/po/nl.po b/remmina/po/nl.po index cfd992c6cf..46dc98dd0c 100644 --- a/remmina/po/nl.po +++ b/remmina/po/nl.po @@ -1202,7 +1202,7 @@ msgstr "" msgid "" "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., 59 Temple " -"Place, Suite 330, Boston, MA 02111-1307, USA." +"Place, Suite 330, Boston, MA 02110-1301, USA." msgstr "" "U zou een kopie van de GNU General Public License moeten hebben gekregen " "samen met dit programma. Indien dit niet het geval is, kunt u schrijven naar " diff --git a/remmina/po/oc.po b/remmina/po/oc.po index d105e5036a..acfd59f922 100644 --- a/remmina/po/oc.po +++ b/remmina/po/oc.po @@ -1201,11 +1201,11 @@ msgstr "" msgid "" "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., 59 Temple " -"Place, Suite 330, Boston, MA 02111-1307, USA." +"Place, Suite 330, Boston, MA 02110-1301, USA." msgstr "" "Deuriatz aver recebut una còpia de la Licéncia Publica Generala GNU " "utilizada per aqueste programa ; siquenon, escrivètz a la Free Software " -"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA." +"Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA." #: remmina/src/remmina_about.c:90 msgid "The GTK+ Remote Desktop Client" diff --git a/remmina/po/pl.po b/remmina/po/pl.po index d345200fcf..f216c37cbe 100644 --- a/remmina/po/pl.po +++ b/remmina/po/pl.po @@ -1198,7 +1198,7 @@ msgstr "" msgid "" "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., 59 Temple " -"Place, Suite 330, Boston, MA 02111-1307, USA." +"Place, Suite 330, Boston, MA 02110-1301, USA." msgstr "" "Z pewnością wraz z niniejszym programem dostarczono też egzemplarz " "Powszechnej Licencji Publicznej GNU (GNU General Public License); jeśli nie " diff --git a/remmina/po/pt.po b/remmina/po/pt.po index f40c5bda08..fcd1098b9a 100644 --- a/remmina/po/pt.po +++ b/remmina/po/pt.po @@ -1201,11 +1201,11 @@ msgstr "" msgid "" "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., 59 Temple " -"Place, Suite 330, Boston, MA 02111-1307, USA." +"Place, Suite 330, Boston, MA 02110-1301, USA." msgstr "" "Você deve ter recebido uma cópia da Licença para Público em Geral GNU a " "acompanhar este programa; se não, escreva para a Free Software Foundation, " -"Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA." +"Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA." #: remmina/src/remmina_about.c:90 msgid "The GTK+ Remote Desktop Client" diff --git a/remmina/po/pt_BR.po b/remmina/po/pt_BR.po index eb586e0715..09416609ec 100644 --- a/remmina/po/pt_BR.po +++ b/remmina/po/pt_BR.po @@ -1198,11 +1198,11 @@ msgstr "" msgid "" "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., 59 Temple " -"Place, Suite 330, Boston, MA 02111-1307, USA." +"Place, Suite 330, Boston, MA 02110-1301, USA." msgstr "" "Você deve ter recebido uma cópia da Licença Pública Geral GNU junto com este " "programa; se não, escreva para a Free Software Foundation, Inc., 59 Temple " -"Place, Suite 330, Boston, MA 02111-1307, USA." +"Place, Suite 330, Boston, MA 02110-1301, USA." #: remmina/src/remmina_about.c:90 msgid "The GTK+ Remote Desktop Client" diff --git a/remmina/po/pt_PT.po b/remmina/po/pt_PT.po index 31e44bf7a8..3c5dbd49f7 100644 --- a/remmina/po/pt_PT.po +++ b/remmina/po/pt_PT.po @@ -1201,11 +1201,11 @@ msgstr "" msgid "" "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., 59 Temple " -"Place, Suite 330, Boston, MA 02111-1307, USA." +"Place, Suite 330, Boston, MA 02110-1301, USA." msgstr "" "Você deve ter recebido uma cópia da Licença para Público em Geral GNU a " "acompanhar este programa; se não, escreva para a Free Software Foundation, " -"Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA." +"Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA." #: remmina/src/remmina_about.c:90 msgid "The GTK+ Remote Desktop Client" diff --git a/remmina/po/ro.po b/remmina/po/ro.po index 512fc395f3..b8bd2a09ff 100644 --- a/remmina/po/ro.po +++ b/remmina/po/ro.po @@ -1201,11 +1201,11 @@ msgstr "" msgid "" "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., 59 Temple " -"Place, Suite 330, Boston, MA 02111-1307, USA." +"Place, Suite 330, Boston, MA 02110-1301, USA." msgstr "" "Împreună cu acest program ar fi trebuit să primiți o copie a Licenței " "Publice Generale GNU; dacă nu, scrieți pe adresa Free Software Foundation, " -"Inc, 59 Temple Place, Suite 330, Boston, MA 02111-1307, Statele Unite ale " +"Inc, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, Statele Unite ale " "Americii." #: remmina/src/remmina_about.c:90 diff --git a/remmina/po/ru.po b/remmina/po/ru.po index 02f52626b9..0dec16dde7 100644 --- a/remmina/po/ru.po +++ b/remmina/po/ru.po @@ -1201,11 +1201,11 @@ msgstr "" msgid "" "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., 59 Temple " -"Place, Suite 330, Boston, MA 02111-1307, USA." +"Place, Suite 330, Boston, MA 02110-1301, USA." msgstr "" "Вы дожны были получить копию лицензии GNU General Public License вместе с " "этой программой, если этого не произошло, то напишите по адресу Free " -"Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA " +"Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA " "02111-1307, USA." #: remmina/src/remmina_about.c:90 diff --git a/remmina/po/shn.po b/remmina/po/shn.po index 4ed00060e7..87406ef6ef 100644 --- a/remmina/po/shn.po +++ b/remmina/po/shn.po @@ -1173,7 +1173,7 @@ msgstr "" msgid "" "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., 59 Temple " -"Place, Suite 330, Boston, MA 02111-1307, USA." +"Place, Suite 330, Boston, MA 02110-1301, USA." msgstr "" #: remmina/src/remmina_about.c:90 diff --git a/remmina/po/si.po b/remmina/po/si.po index 6e30c57049..5b7a1976f8 100644 --- a/remmina/po/si.po +++ b/remmina/po/si.po @@ -1173,7 +1173,7 @@ msgstr "" msgid "" "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., 59 Temple " -"Place, Suite 330, Boston, MA 02111-1307, USA." +"Place, Suite 330, Boston, MA 02110-1301, USA." msgstr "" #: remmina/src/remmina_about.c:90 diff --git a/remmina/po/sk.po b/remmina/po/sk.po index f2267d4fab..dc5e5453c6 100644 --- a/remmina/po/sk.po +++ b/remmina/po/sk.po @@ -1191,7 +1191,7 @@ msgstr "" msgid "" "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., 59 Temple " -"Place, Suite 330, Boston, MA 02111-1307, USA." +"Place, Suite 330, Boston, MA 02110-1301, USA." msgstr "" #: remmina/src/remmina_about.c:90 diff --git a/remmina/po/sl.po b/remmina/po/sl.po index bc1ca4c51f..75c9ab6fc8 100644 --- a/remmina/po/sl.po +++ b/remmina/po/sl.po @@ -1197,11 +1197,11 @@ msgstr "" msgid "" "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., 59 Temple " -"Place, Suite 330, Boston, MA 02111-1307, USA." +"Place, Suite 330, Boston, MA 02110-1301, USA." msgstr "" "Vključno s tem programom bi morali prejeti kopijo GNU Splošne javne licence; " -"če niste, pišite Free Software Foundation, Inc., 59 Temple Place, Suite 330, " -"Boston, MA 02111-1307, USA." +"če niste, pišite Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, " +"Boston, MA 02110-1301, USA." #: remmina/src/remmina_about.c:90 msgid "The GTK+ Remote Desktop Client" diff --git a/remmina/po/sq.po b/remmina/po/sq.po index 93ce795d24..df6553bd46 100644 --- a/remmina/po/sq.po +++ b/remmina/po/sq.po @@ -1182,7 +1182,7 @@ msgstr "" msgid "" "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., 59 Temple " -"Place, Suite 330, Boston, MA 02111-1307, USA." +"Place, Suite 330, Boston, MA 02110-1301, USA." msgstr "" #: remmina/src/remmina_about.c:90 diff --git a/remmina/po/sr.po b/remmina/po/sr.po index 2bd0471a16..8b089b23cd 100644 --- a/remmina/po/sr.po +++ b/remmina/po/sr.po @@ -1191,11 +1191,11 @@ msgstr "" msgid "" "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., 59 Temple " -"Place, Suite 330, Boston, MA 02111-1307, USA." +"Place, Suite 330, Boston, MA 02110-1301, USA." msgstr "" "Требали сте да добијете копију ГНУ Опште Јавне Лиценце уз програм; уколико " "нисте пишите Задужбини за Слободан Софтвер на Free Software Foundation, " -"Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA." +"Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA." #: remmina/src/remmina_about.c:90 msgid "The GTK+ Remote Desktop Client" diff --git a/remmina/po/sv.po b/remmina/po/sv.po index df5104249f..8af0e0b9a0 100644 --- a/remmina/po/sv.po +++ b/remmina/po/sv.po @@ -1195,7 +1195,7 @@ msgstr "" msgid "" "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., 59 Temple " -"Place, Suite 330, Boston, MA 02111-1307, USA." +"Place, Suite 330, Boston, MA 02110-1301, USA." msgstr "" "Du bör ha fått en kopia av GNU General Public License tillsammans med detta " "program, om inte, skriv till Free Software Foundation, Inc. 59 Temple Place, " diff --git a/remmina/po/te.po b/remmina/po/te.po index 73236193b8..96f3ada10a 100644 --- a/remmina/po/te.po +++ b/remmina/po/te.po @@ -1173,7 +1173,7 @@ msgstr "" msgid "" "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., 59 Temple " -"Place, Suite 330, Boston, MA 02111-1307, USA." +"Place, Suite 330, Boston, MA 02110-1301, USA." msgstr "" #: remmina/src/remmina_about.c:90 diff --git a/remmina/po/th.po b/remmina/po/th.po index b1a25bb8c7..832a65976b 100644 --- a/remmina/po/th.po +++ b/remmina/po/th.po @@ -1191,11 +1191,11 @@ msgstr "" msgid "" "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., 59 Temple " -"Place, Suite 330, Boston, MA 02111-1307, USA." +"Place, Suite 330, Boston, MA 02110-1301, USA." msgstr "" "คุณควรได้รับสำเนาของสัญญาอนุญาตสาธารณะทั่วไปของกนูมาพร้อมกับโปรแกรมนี้ หากคุณไม่ได้รับ " -"กรุณาเขียนถึง Free Software Foundation, Inc., 59 Temple Place, Suite 330, " -"Boston, MA 02111-1307, USA." +"กรุณาเขียนถึง Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, " +"Boston, MA 02110-1301, USA." #: remmina/src/remmina_about.c:90 msgid "The GTK+ Remote Desktop Client" diff --git a/remmina/po/tr.po b/remmina/po/tr.po index 263bc035ed..d502741d51 100644 --- a/remmina/po/tr.po +++ b/remmina/po/tr.po @@ -1198,11 +1198,11 @@ msgstr "" msgid "" "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., 59 Temple " -"Place, Suite 330, Boston, MA 02111-1307, USA." +"Place, Suite 330, Boston, MA 02110-1301, USA." msgstr "" "Bu yazılımla beraber Gnu General Public Lisansın bir kopyasını almış " "olmalısınız, aksi halde Free Software Foundation, Inc., 59 Temple Place, " -"Suite 330, Boston, MA 02111-1307, USA yazınız." +"Suite 330, Boston, MA 02110-1301, USA yazınız." #: remmina/src/remmina_about.c:90 msgid "The GTK+ Remote Desktop Client" diff --git a/remmina/po/ug.po b/remmina/po/ug.po index 4fff45e7ea..c22faf6bab 100644 --- a/remmina/po/ug.po +++ b/remmina/po/ug.po @@ -1198,11 +1198,11 @@ msgstr "" msgid "" "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., 59 Temple " -"Place, Suite 330, Boston, MA 02111-1307, USA." +"Place, Suite 330, Boston, MA 02110-1301, USA." msgstr "" "سىز پىروگرامما بىلەن قوشۇپ GNU ئادەتتىكى ئاممىۋى ئىجازەت كېلىشىمىنىڭ بىر " "نۇسخىسىنى تاپشۇرۇپ ئالدىڭىز. ئەگەر تېخى تاپشۇرۇۋالمىغان بولسىڭىز the Free " -"Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA " +"Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA " "02111-1307, USA. ئادرېسقا خەت يېزىڭ. يەنە سىز بىلەن ئالاقە قىلىش " "ئادرېسىڭىزنى قوشۇپ قويۇڭ." diff --git a/remmina/po/uk.po b/remmina/po/uk.po index 5ef5d6c147..3cdd87e6e5 100644 --- a/remmina/po/uk.po +++ b/remmina/po/uk.po @@ -1201,11 +1201,11 @@ msgstr "" msgid "" "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., 59 Temple " -"Place, Suite 330, Boston, MA 02111-1307, USA." +"Place, Suite 330, Boston, MA 02110-1301, USA." msgstr "" "Ви повинні були отримати копію ліцензії „GNU General Public License“ разом з " "цією програмою, якщо цього не сталося, то напишіть за адресою Free Software " -"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA." +"Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA." #: remmina/src/remmina_about.c:90 msgid "The GTK+ Remote Desktop Client" diff --git a/remmina/po/zh_CN.po b/remmina/po/zh_CN.po index ebddb0e268..070a018936 100644 --- a/remmina/po/zh_CN.po +++ b/remmina/po/zh_CN.po @@ -1190,7 +1190,7 @@ msgstr "" msgid "" "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., 59 Temple " -"Place, Suite 330, Boston, MA 02111-1307, USA." +"Place, Suite 330, Boston, MA 02110-1301, USA." msgstr "" "你应该已经和程序一起收到一份GNU通用公共许可证的副本。如果还没有,写信给:The " "Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA02139, USA。还应加" diff --git a/remmina/po/zh_TW.po b/remmina/po/zh_TW.po index 1a54f6b4bc..52e04790fa 100644 --- a/remmina/po/zh_TW.po +++ b/remmina/po/zh_TW.po @@ -1193,7 +1193,7 @@ msgstr "" msgid "" "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., 59 Temple " -"Place, Suite 330, Boston, MA 02111-1307, USA." +"Place, Suite 330, Boston, MA 02110-1301, USA." msgstr "" "您應該已經隨程式一起收到一份 GNU General Public License 的副本。如果没有,請" "寫信到:The Free Software Foundation, Inc., 675 Mass Ave, Cambridge, " diff --git a/remmina/src/remmina.c b/remmina/src/remmina.c index a529f124a0..aac5b018cb 100644 --- a/remmina/src/remmina.c +++ b/remmina/src/remmina.c @@ -15,8 +15,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina/src/remmina_about.c b/remmina/src/remmina_about.c index 620345f125..93fd04a80e 100644 --- a/remmina/src/remmina_about.c +++ b/remmina/src/remmina_about.c @@ -15,8 +15,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina/src/remmina_about.h b/remmina/src/remmina_about.h index c7d287cb4d..697b93180c 100644 --- a/remmina/src/remmina_about.h +++ b/remmina/src/remmina_about.h @@ -15,8 +15,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina/src/remmina_applet_menu.c b/remmina/src/remmina_applet_menu.c index 8a847ffee4..7d90a11172 100644 --- a/remmina/src/remmina_applet_menu.c +++ b/remmina/src/remmina_applet_menu.c @@ -15,8 +15,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina/src/remmina_applet_menu.h b/remmina/src/remmina_applet_menu.h index 411167c2ea..0f1ae1d4ab 100644 --- a/remmina/src/remmina_applet_menu.h +++ b/remmina/src/remmina_applet_menu.h @@ -14,8 +14,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina/src/remmina_applet_menu_item.c b/remmina/src/remmina_applet_menu_item.c index a8d216ca81..7ce79d0c3e 100644 --- a/remmina/src/remmina_applet_menu_item.c +++ b/remmina/src/remmina_applet_menu_item.c @@ -15,8 +15,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina/src/remmina_applet_menu_item.h b/remmina/src/remmina_applet_menu_item.h index 34af867b86..e4505b4844 100644 --- a/remmina/src/remmina_applet_menu_item.h +++ b/remmina/src/remmina_applet_menu_item.h @@ -14,8 +14,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina/src/remmina_avahi.c b/remmina/src/remmina_avahi.c index 958716f92e..38da28d006 100644 --- a/remmina/src/remmina_avahi.c +++ b/remmina/src/remmina_avahi.c @@ -15,8 +15,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina/src/remmina_avahi.h b/remmina/src/remmina_avahi.h index afd3c3f16d..ed3592c91a 100644 --- a/remmina/src/remmina_avahi.h +++ b/remmina/src/remmina_avahi.h @@ -14,8 +14,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina/src/remmina_chat_window.c b/remmina/src/remmina_chat_window.c index 2c8b2bfe91..158d0ac101 100644 --- a/remmina/src/remmina_chat_window.c +++ b/remmina/src/remmina_chat_window.c @@ -15,8 +15,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina/src/remmina_chat_window.h b/remmina/src/remmina_chat_window.h index 1aaa3d5e52..c4fdfefccd 100644 --- a/remmina/src/remmina_chat_window.h +++ b/remmina/src/remmina_chat_window.h @@ -14,8 +14,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina/src/remmina_connection_window.c b/remmina/src/remmina_connection_window.c index ca532c0216..ddf7a26259 100644 --- a/remmina/src/remmina_connection_window.c +++ b/remmina/src/remmina_connection_window.c @@ -15,8 +15,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina/src/remmina_connection_window.h b/remmina/src/remmina_connection_window.h index eb2704eb27..3044139d7e 100644 --- a/remmina/src/remmina_connection_window.h +++ b/remmina/src/remmina_connection_window.h @@ -15,8 +15,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina/src/remmina_crypt.c b/remmina/src/remmina_crypt.c index 18962d03eb..5531c67407 100644 --- a/remmina/src/remmina_crypt.c +++ b/remmina/src/remmina_crypt.c @@ -15,8 +15,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina/src/remmina_crypt.h b/remmina/src/remmina_crypt.h index 6ad0299d0c..c3792b4e68 100644 --- a/remmina/src/remmina_crypt.h +++ b/remmina/src/remmina_crypt.h @@ -14,8 +14,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina/src/remmina_exec.c b/remmina/src/remmina_exec.c index 6ba4d83748..3a3de697e6 100644 --- a/remmina/src/remmina_exec.c +++ b/remmina/src/remmina_exec.c @@ -15,8 +15,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina/src/remmina_exec.h b/remmina/src/remmina_exec.h index 8f8e98f4d8..6d9a493cac 100644 --- a/remmina/src/remmina_exec.h +++ b/remmina/src/remmina_exec.h @@ -14,8 +14,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina/src/remmina_external_tools.c b/remmina/src/remmina_external_tools.c index bf5e7b9867..1d27afcb7b 100644 --- a/remmina/src/remmina_external_tools.c +++ b/remmina/src/remmina_external_tools.c @@ -14,8 +14,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina/src/remmina_external_tools.h b/remmina/src/remmina_external_tools.h index ae926aa275..691a762ca9 100644 --- a/remmina/src/remmina_external_tools.h +++ b/remmina/src/remmina_external_tools.h @@ -14,8 +14,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina/src/remmina_file.c b/remmina/src/remmina_file.c index cbb5150bb9..ec6d4b7102 100644 --- a/remmina/src/remmina_file.c +++ b/remmina/src/remmina_file.c @@ -15,8 +15,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina/src/remmina_file.h b/remmina/src/remmina_file.h index 4e8192af57..22f6e484f9 100644 --- a/remmina/src/remmina_file.h +++ b/remmina/src/remmina_file.h @@ -15,8 +15,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina/src/remmina_file_editor.c b/remmina/src/remmina_file_editor.c index 15c80058d8..925ebf775d 100644 --- a/remmina/src/remmina_file_editor.c +++ b/remmina/src/remmina_file_editor.c @@ -15,8 +15,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina/src/remmina_file_editor.h b/remmina/src/remmina_file_editor.h index f09b216b63..3be8fe7169 100644 --- a/remmina/src/remmina_file_editor.h +++ b/remmina/src/remmina_file_editor.h @@ -15,8 +15,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina/src/remmina_file_manager.c b/remmina/src/remmina_file_manager.c index 48927f673e..182f78a830 100644 --- a/remmina/src/remmina_file_manager.c +++ b/remmina/src/remmina_file_manager.c @@ -15,8 +15,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina/src/remmina_file_manager.h b/remmina/src/remmina_file_manager.h index f850d6e892..fae9e977d3 100644 --- a/remmina/src/remmina_file_manager.h +++ b/remmina/src/remmina_file_manager.h @@ -14,8 +14,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina/src/remmina_ftp_client.c b/remmina/src/remmina_ftp_client.c index d0574e978c..75e5c5d8b8 100644 --- a/remmina/src/remmina_ftp_client.c +++ b/remmina/src/remmina_ftp_client.c @@ -15,8 +15,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina/src/remmina_ftp_client.h b/remmina/src/remmina_ftp_client.h index 8446daf66f..96b647f982 100644 --- a/remmina/src/remmina_ftp_client.h +++ b/remmina/src/remmina_ftp_client.h @@ -15,8 +15,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina/src/remmina_icon.c b/remmina/src/remmina_icon.c index 8ab6abe21e..f39f18cc19 100644 --- a/remmina/src/remmina_icon.c +++ b/remmina/src/remmina_icon.c @@ -15,8 +15,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina/src/remmina_icon.h b/remmina/src/remmina_icon.h index 86984d2ece..2fd1167482 100644 --- a/remmina/src/remmina_icon.h +++ b/remmina/src/remmina_icon.h @@ -14,8 +14,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina/src/remmina_init_dialog.c b/remmina/src/remmina_init_dialog.c index fa84b95b5b..9ef994993d 100644 --- a/remmina/src/remmina_init_dialog.c +++ b/remmina/src/remmina_init_dialog.c @@ -15,8 +15,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina/src/remmina_init_dialog.h b/remmina/src/remmina_init_dialog.h index 07541e8757..d52d92ffd9 100644 --- a/remmina/src/remmina_init_dialog.h +++ b/remmina/src/remmina_init_dialog.h @@ -15,8 +15,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina/src/remmina_key_chooser.c b/remmina/src/remmina_key_chooser.c index 01142b140e..04d9e8ee0b 100644 --- a/remmina/src/remmina_key_chooser.c +++ b/remmina/src/remmina_key_chooser.c @@ -15,8 +15,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina/src/remmina_key_chooser.h b/remmina/src/remmina_key_chooser.h index e7a18a7072..eb7efa0afb 100644 --- a/remmina/src/remmina_key_chooser.h +++ b/remmina/src/remmina_key_chooser.h @@ -14,8 +14,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina/src/remmina_log.c b/remmina/src/remmina_log.c index f8a3266575..7160206a3c 100644 --- a/remmina/src/remmina_log.c +++ b/remmina/src/remmina_log.c @@ -15,8 +15,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina/src/remmina_log.h b/remmina/src/remmina_log.h index c5b6d84033..41d3ef4118 100644 --- a/remmina/src/remmina_log.h +++ b/remmina/src/remmina_log.h @@ -14,8 +14,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina/src/remmina_main.c b/remmina/src/remmina_main.c index 0a46b07528..a516d24483 100644 --- a/remmina/src/remmina_main.c +++ b/remmina/src/remmina_main.c @@ -15,8 +15,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina/src/remmina_main.h b/remmina/src/remmina_main.h index 6dee9f06ea..e050b5bcb5 100644 --- a/remmina/src/remmina_main.h +++ b/remmina/src/remmina_main.h @@ -15,8 +15,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina/src/remmina_marshals.c b/remmina/src/remmina_marshals.c index bfd12bd5c4..cf5fb00fd9 100644 --- a/remmina/src/remmina_marshals.c +++ b/remmina/src/remmina_marshals.c @@ -16,8 +16,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina/src/remmina_masterthread_exec.c b/remmina/src/remmina_masterthread_exec.c index 1b2d64672e..12d6bf1d41 100644 --- a/remmina/src/remmina_masterthread_exec.c +++ b/remmina/src/remmina_masterthread_exec.c @@ -15,8 +15,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina/src/remmina_masterthread_exec.h b/remmina/src/remmina_masterthread_exec.h index 86f6ec5173..545fa1e855 100644 --- a/remmina/src/remmina_masterthread_exec.h +++ b/remmina/src/remmina_masterthread_exec.h @@ -15,8 +15,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina/src/remmina_plugin_manager.c b/remmina/src/remmina_plugin_manager.c index a1629ec311..832cf240ee 100644 --- a/remmina/src/remmina_plugin_manager.c +++ b/remmina/src/remmina_plugin_manager.c @@ -15,8 +15,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina/src/remmina_plugin_manager.h b/remmina/src/remmina_plugin_manager.h index 1742710ed2..9912b55cbd 100644 --- a/remmina/src/remmina_plugin_manager.h +++ b/remmina/src/remmina_plugin_manager.h @@ -15,8 +15,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina/src/remmina_pref.c b/remmina/src/remmina_pref.c index b18a927d97..d811eacbd7 100644 --- a/remmina/src/remmina_pref.c +++ b/remmina/src/remmina_pref.c @@ -15,8 +15,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina/src/remmina_pref.h b/remmina/src/remmina_pref.h index 2f397acdc3..3029bb3e64 100644 --- a/remmina/src/remmina_pref.h +++ b/remmina/src/remmina_pref.h @@ -15,8 +15,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina/src/remmina_pref_dialog.c b/remmina/src/remmina_pref_dialog.c index 36f2ab6640..f4c609da60 100644 --- a/remmina/src/remmina_pref_dialog.c +++ b/remmina/src/remmina_pref_dialog.c @@ -15,8 +15,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina/src/remmina_pref_dialog.h b/remmina/src/remmina_pref_dialog.h index 159b8e26c1..b561f9c1e9 100644 --- a/remmina/src/remmina_pref_dialog.h +++ b/remmina/src/remmina_pref_dialog.h @@ -14,8 +14,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina/src/remmina_protocol_widget.c b/remmina/src/remmina_protocol_widget.c index 8809724ff8..572044c41e 100644 --- a/remmina/src/remmina_protocol_widget.c +++ b/remmina/src/remmina_protocol_widget.c @@ -15,8 +15,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina/src/remmina_protocol_widget.h b/remmina/src/remmina_protocol_widget.h index 4acb90bbe3..b3e76d6268 100644 --- a/remmina/src/remmina_protocol_widget.h +++ b/remmina/src/remmina_protocol_widget.h @@ -15,8 +15,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina/src/remmina_public.c b/remmina/src/remmina_public.c index 9061f47af0..12cfc51c0b 100644 --- a/remmina/src/remmina_public.c +++ b/remmina/src/remmina_public.c @@ -15,8 +15,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina/src/remmina_public.h b/remmina/src/remmina_public.h index 320108f799..112f0cde2e 100644 --- a/remmina/src/remmina_public.h +++ b/remmina/src/remmina_public.h @@ -15,8 +15,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina/src/remmina_scrolled_viewport.c b/remmina/src/remmina_scrolled_viewport.c index 6367a63fb0..eb46d219ca 100644 --- a/remmina/src/remmina_scrolled_viewport.c +++ b/remmina/src/remmina_scrolled_viewport.c @@ -15,8 +15,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina/src/remmina_scrolled_viewport.h b/remmina/src/remmina_scrolled_viewport.h index 830ddf59db..0d4fcef4cd 100644 --- a/remmina/src/remmina_scrolled_viewport.h +++ b/remmina/src/remmina_scrolled_viewport.h @@ -14,8 +14,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina/src/remmina_sftp_client.c b/remmina/src/remmina_sftp_client.c index e6c20c78da..b8c99c178e 100644 --- a/remmina/src/remmina_sftp_client.c +++ b/remmina/src/remmina_sftp_client.c @@ -15,8 +15,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina/src/remmina_sftp_client.h b/remmina/src/remmina_sftp_client.h index 8f79917bcd..e6fe3c8c6d 100644 --- a/remmina/src/remmina_sftp_client.h +++ b/remmina/src/remmina_sftp_client.h @@ -15,8 +15,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina/src/remmina_sftp_plugin.c b/remmina/src/remmina_sftp_plugin.c index bcc7215cd9..793a8dd5d8 100644 --- a/remmina/src/remmina_sftp_plugin.c +++ b/remmina/src/remmina_sftp_plugin.c @@ -15,8 +15,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina/src/remmina_sftp_plugin.h b/remmina/src/remmina_sftp_plugin.h index 6ce58e0cee..7798f22dfa 100644 --- a/remmina/src/remmina_sftp_plugin.h +++ b/remmina/src/remmina_sftp_plugin.h @@ -15,8 +15,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina/src/remmina_ssh.c b/remmina/src/remmina_ssh.c index bda9ae71d9..9aeadb2a3e 100644 --- a/remmina/src/remmina_ssh.c +++ b/remmina/src/remmina_ssh.c @@ -15,8 +15,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina/src/remmina_ssh.h b/remmina/src/remmina_ssh.h index 3faec72f4d..ce09355290 100644 --- a/remmina/src/remmina_ssh.h +++ b/remmina/src/remmina_ssh.h @@ -15,8 +15,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina/src/remmina_ssh_plugin.c b/remmina/src/remmina_ssh_plugin.c index c7d316c180..6412ebab78 100644 --- a/remmina/src/remmina_ssh_plugin.c +++ b/remmina/src/remmina_ssh_plugin.c @@ -15,8 +15,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina/src/remmina_ssh_plugin.h b/remmina/src/remmina_ssh_plugin.h index 24127702d8..02abf90fee 100644 --- a/remmina/src/remmina_ssh_plugin.h +++ b/remmina/src/remmina_ssh_plugin.h @@ -15,8 +15,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina/src/remmina_string_array.c b/remmina/src/remmina_string_array.c index 74470d666e..484788fb2a 100644 --- a/remmina/src/remmina_string_array.c +++ b/remmina/src/remmina_string_array.c @@ -15,8 +15,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina/src/remmina_string_array.h b/remmina/src/remmina_string_array.h index 2560b3fac4..22fa18f444 100644 --- a/remmina/src/remmina_string_array.h +++ b/remmina/src/remmina_string_array.h @@ -14,8 +14,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina/src/remmina_string_list.c b/remmina/src/remmina_string_list.c index 5d2e336e41..2344987c2d 100644 --- a/remmina/src/remmina_string_list.c +++ b/remmina/src/remmina_string_list.c @@ -15,8 +15,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina/src/remmina_string_list.h b/remmina/src/remmina_string_list.h index a0af2939c4..8f9f03827a 100644 --- a/remmina/src/remmina_string_list.h +++ b/remmina/src/remmina_string_list.h @@ -15,8 +15,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina/src/remmina_widget_pool.c b/remmina/src/remmina_widget_pool.c index 5e66415f25..917dcde646 100644 --- a/remmina/src/remmina_widget_pool.c +++ b/remmina/src/remmina_widget_pool.c @@ -15,8 +15,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina/src/remmina_widget_pool.h b/remmina/src/remmina_widget_pool.h index 783ae41236..9a7be6abf8 100644 --- a/remmina/src/remmina_widget_pool.h +++ b/remmina/src/remmina_widget_pool.h @@ -14,8 +14,8 @@ * * 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., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. * * In addition, as a special exception, the copyright holders give * permission to link the code of portions of this program with the diff --git a/remmina/ui/CMakeLists.txt b/remmina/ui/CMakeLists.txt index 1791bab8d7..3ed9b71691 100644 --- a/remmina/ui/CMakeLists.txt +++ b/remmina/ui/CMakeLists.txt @@ -14,8 +14,8 @@ # # 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., 59 Temple Place, Suite 330, -# Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, +# Boston, MA 02110-1301, USA. # # In addition, as a special exception, the copyright holders give # permission to link the code of portions of this program with the