From 4c2b90806ffce73f9f5ad861df939f119256cd74 Mon Sep 17 00:00:00 2001 From: Steve Zesch Date: Tue, 4 Sep 2012 12:56:45 -0400 Subject: Fixed incorrect fsf addresses. Closes #4. --- src/eom-application.c | 2 +- src/eom-application.h | 2 +- src/eom-close-confirmation-dialog.c | 4 ++-- src/eom-close-confirmation-dialog.h | 4 ++-- src/eom-config-keys.h | 2 +- src/eom-debug.c | 2 +- src/eom-debug.h | 2 +- src/eom-dialog.c | 2 +- src/eom-dialog.h | 2 +- src/eom-enums.h | 2 +- src/eom-error-message-area.c | 2 +- src/eom-error-message-area.h | 2 +- src/eom-exif-details.c | 2 +- src/eom-exif-details.h | 2 +- src/eom-exif-util.c | 2 +- src/eom-exif-util.h | 2 +- src/eom-file-chooser.c | 4 ++-- src/eom-file-chooser.h | 4 ++-- src/eom-image-jpeg.c | 4 ++-- src/eom-image-private.h | 2 +- src/eom-image.c | 2 +- src/eom-image.h | 2 +- src/eom-job-queue.c | 2 +- src/eom-job-queue.h | 2 +- src/eom-jobs.c | 2 +- src/eom-jobs.h | 2 +- src/eom-list-store.c | 2 +- src/eom-list-store.h | 2 +- src/eom-metadata-reader-jpg.c | 2 +- src/eom-metadata-reader-jpg.h | 2 +- src/eom-metadata-reader-png.c | 2 +- src/eom-metadata-reader-png.h | 2 +- src/eom-metadata-reader.c | 2 +- src/eom-metadata-reader.h | 2 +- src/eom-module.c | 2 +- src/eom-module.h | 2 +- src/eom-plugin-engine.c | 2 +- src/eom-plugin-engine.h | 2 +- src/eom-plugin-manager.c | 2 +- src/eom-plugin-manager.h | 2 +- src/eom-plugin.c | 2 +- src/eom-plugin.h | 2 +- src/eom-preferences-dialog.c | 2 +- src/eom-preferences-dialog.h | 2 +- src/eom-print-image-setup.c | 2 +- src/eom-print-image-setup.h | 2 +- src/eom-print-preview.c | 2 +- src/eom-print-preview.h | 2 +- src/eom-print.c | 2 +- src/eom-print.h | 2 +- src/eom-properties-dialog.c | 2 +- src/eom-properties-dialog.h | 2 +- src/eom-python-module.c | 4 ++-- src/eom-python-module.h | 2 +- src/eom-python-plugin.c | 2 +- src/eom-python-plugin.h | 2 +- src/eom-session.c | 2 +- src/eom-session.h | 2 +- src/eom-sidebar.c | 2 +- src/eom-sidebar.h | 2 +- src/eom-statusbar.c | 2 +- src/eom-statusbar.h | 2 +- src/eom-thumb-nav.c | 2 +- src/eom-thumb-nav.h | 2 +- src/eom-thumb-view.c | 2 +- src/eom-thumb-view.h | 2 +- src/eom-thumbnail.c | 2 +- src/eom-thumbnail.h | 2 +- src/eom-util.c | 2 +- src/eom-util.h | 2 +- src/eom-window.c | 4 ++-- src/eom-window.h | 2 +- src/main.c | 2 +- src/zoom.c | 2 +- src/zoom.h | 2 +- 75 files changed, 82 insertions(+), 82 deletions(-) (limited to 'src') diff --git a/src/eom-application.c b/src/eom-application.c index fde4dbc..dc6a4cb 100644 --- a/src/eom-application.c +++ b/src/eom-application.c @@ -19,7 +19,7 @@ * * You 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 St, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifdef HAVE_CONFIG_H diff --git a/src/eom-application.h b/src/eom-application.h index 8f4485a..fcee3b6 100644 --- a/src/eom-application.h +++ b/src/eom-application.h @@ -19,7 +19,7 @@ * * You 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 St, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef __EOM_APPLICATION_H__ diff --git a/src/eom-close-confirmation-dialog.c b/src/eom-close-confirmation-dialog.c index 0798c5e..c747465 100644 --- a/src/eom-close-confirmation-dialog.c +++ b/src/eom-close-confirmation-dialog.c @@ -20,8 +20,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 St, Fifth Floor, + * Boston, MA 02110-1301, USA. */ #ifdef HAVE_CONFIG_H diff --git a/src/eom-close-confirmation-dialog.h b/src/eom-close-confirmation-dialog.h index 3c5f44e..5396fd5 100644 --- a/src/eom-close-confirmation-dialog.h +++ b/src/eom-close-confirmation-dialog.h @@ -20,8 +20,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 St, Fifth Floor, + * Boston, MA 02110-1301, USA. */ #ifndef __EOM_CLOSE_CONFIRMATION_DIALOG_H__ diff --git a/src/eom-config-keys.h b/src/eom-config-keys.h index 7d7074c..f96503b 100644 --- a/src/eom-config-keys.h +++ b/src/eom-config-keys.h @@ -20,7 +20,7 @@ * * You 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 St, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef __EOM_CONFIG_KEYS_H__ diff --git a/src/eom-debug.c b/src/eom-debug.c index 6d373af..7ac4f74 100644 --- a/src/eom-debug.c +++ b/src/eom-debug.c @@ -22,7 +22,7 @@ * * You 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 St, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifdef HAVE_CONFIG_H diff --git a/src/eom-debug.h b/src/eom-debug.h index bde758c..ebb068a 100644 --- a/src/eom-debug.h +++ b/src/eom-debug.h @@ -22,7 +22,7 @@ * * You 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 St, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef __EOM_DEBUG_H__ diff --git a/src/eom-dialog.c b/src/eom-dialog.c index fac74a9..dd7ba82 100644 --- a/src/eom-dialog.c +++ b/src/eom-dialog.c @@ -16,7 +16,7 @@ * * You 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 St, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifdef HAVE_CONFIG_H diff --git a/src/eom-dialog.h b/src/eom-dialog.h index 3022dee..104daa3 100644 --- a/src/eom-dialog.h +++ b/src/eom-dialog.h @@ -16,7 +16,7 @@ * * You 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 St, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef __EOM_DIALOG_H__ diff --git a/src/eom-enums.h b/src/eom-enums.h index b39e978..8946c62 100644 --- a/src/eom-enums.h +++ b/src/eom-enums.h @@ -16,7 +16,7 @@ * * You 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 St, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef __EOM_ENUMS__ diff --git a/src/eom-error-message-area.c b/src/eom-error-message-area.c index f0a2baf..ea54316 100644 --- a/src/eom-error-message-area.c +++ b/src/eom-error-message-area.c @@ -19,7 +19,7 @@ * * You 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 St, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifdef HAVE_CONFIG_H diff --git a/src/eom-error-message-area.h b/src/eom-error-message-area.h index 8b285ba..db13ec4 100644 --- a/src/eom-error-message-area.h +++ b/src/eom-error-message-area.h @@ -19,7 +19,7 @@ * * You 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 St, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef __EOM_ERROR_MESSAGE_AREA__ diff --git a/src/eom-exif-details.c b/src/eom-exif-details.c index 2385e6a..da571c6 100644 --- a/src/eom-exif-details.c +++ b/src/eom-exif-details.c @@ -16,7 +16,7 @@ * * You 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 St, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifdef HAVE_CONFIG_H diff --git a/src/eom-exif-details.h b/src/eom-exif-details.h index 5964133..b58af49 100644 --- a/src/eom-exif-details.h +++ b/src/eom-exif-details.h @@ -16,7 +16,7 @@ * * You 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 St, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef __EOM_EXIF_DETAILS__ diff --git a/src/eom-exif-util.c b/src/eom-exif-util.c index 93d54e0..fedefcd 100644 --- a/src/eom-exif-util.c +++ b/src/eom-exif-util.c @@ -21,7 +21,7 @@ * * You 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 St, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifdef HAVE_CONFIG_H diff --git a/src/eom-exif-util.h b/src/eom-exif-util.h index 9463524..451924b 100644 --- a/src/eom-exif-util.h +++ b/src/eom-exif-util.h @@ -21,7 +21,7 @@ * * You 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 St, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef __EOM_EXIF_UTIL_H__ diff --git a/src/eom-file-chooser.c b/src/eom-file-chooser.c index 83a6fe2..8a13393 100644 --- a/src/eom-file-chooser.c +++ b/src/eom-file-chooser.c @@ -11,8 +11,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 St, Fifth Floor, + * Boston, MA 02110-1301, USA. */ #ifdef HAVE_CONFIG_H diff --git a/src/eom-file-chooser.h b/src/eom-file-chooser.h index dc31fcb..f642b6d 100644 --- a/src/eom-file-chooser.h +++ b/src/eom-file-chooser.h @@ -11,8 +11,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 St, Fifth Floor, + * Boston, MA 02110-1301, USA. */ #ifndef _EOM_FILE_CHOOSER_H_ diff --git a/src/eom-image-jpeg.c b/src/eom-image-jpeg.c index ef7a2cc..7ab3c3f 100644 --- a/src/eom-image-jpeg.c +++ b/src/eom-image-jpeg.c @@ -24,8 +24,8 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, + * Boston, MA 02110-1301, USA. */ #ifdef HAVE_CONFIG_H diff --git a/src/eom-image-private.h b/src/eom-image-private.h index 794d4ad..cc38b40 100644 --- a/src/eom-image-private.h +++ b/src/eom-image-private.h @@ -16,7 +16,7 @@ * * You 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 St, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef __EOM_IMAGE_PRIVATE_H__ diff --git a/src/eom-image.c b/src/eom-image.c index e57e7cb..e3f1c23 100644 --- a/src/eom-image.c +++ b/src/eom-image.c @@ -16,7 +16,7 @@ * * You 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 St, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifdef HAVE_CONFIG_H diff --git a/src/eom-image.h b/src/eom-image.h index 791eb8a..0640762 100644 --- a/src/eom-image.h +++ b/src/eom-image.h @@ -16,7 +16,7 @@ * * You 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 St, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef __EOM_IMAGE_H__ diff --git a/src/eom-job-queue.c b/src/eom-job-queue.c index 93ed903..ea0d1a7 100644 --- a/src/eom-job-queue.c +++ b/src/eom-job-queue.c @@ -19,7 +19,7 @@ * * You 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 St, Fifth Floor, Boston, MA 02110-1301, USA. */ #include "eom-jobs.h" diff --git a/src/eom-job-queue.h b/src/eom-job-queue.h index 6a71e7b..bcc10b3 100644 --- a/src/eom-job-queue.h +++ b/src/eom-job-queue.h @@ -19,7 +19,7 @@ * * You 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 St, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef __EOM_JOB_QUEUE_H__ diff --git a/src/eom-jobs.c b/src/eom-jobs.c index c3bac3a..ee5d72b 100644 --- a/src/eom-jobs.c +++ b/src/eom-jobs.c @@ -19,7 +19,7 @@ * * You 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 St, Fifth Floor, Boston, MA 02110-1301, USA. */ #include "eom-uri-converter.h" diff --git a/src/eom-jobs.h b/src/eom-jobs.h index 7fd4965..abc00e6 100644 --- a/src/eom-jobs.h +++ b/src/eom-jobs.h @@ -19,7 +19,7 @@ * * You 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 St, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef __EOM_JOBS_H__ diff --git a/src/eom-list-store.c b/src/eom-list-store.c index 562019e..00de631 100644 --- a/src/eom-list-store.c +++ b/src/eom-list-store.c @@ -18,7 +18,7 @@ * * You 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 St, Fifth Floor, Boston, MA 02110-1301, USA. */ #include "eom-list-store.h" diff --git a/src/eom-list-store.h b/src/eom-list-store.h index f603e53..6536b10 100644 --- a/src/eom-list-store.h +++ b/src/eom-list-store.h @@ -18,7 +18,7 @@ * * You 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 St, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef EOM_LIST_STORE_H diff --git a/src/eom-metadata-reader-jpg.c b/src/eom-metadata-reader-jpg.c index 788d2d3..5d6a79c 100644 --- a/src/eom-metadata-reader-jpg.c +++ b/src/eom-metadata-reader-jpg.c @@ -18,7 +18,7 @@ * * You 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 St, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifdef HAVE_CONFIG_H diff --git a/src/eom-metadata-reader-jpg.h b/src/eom-metadata-reader-jpg.h index 722a720..8d2bbde 100644 --- a/src/eom-metadata-reader-jpg.h +++ b/src/eom-metadata-reader-jpg.h @@ -18,7 +18,7 @@ * * You 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 St, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef _EOM_METADATA_READER_JPG_H_ diff --git a/src/eom-metadata-reader-png.c b/src/eom-metadata-reader-png.c index 2092f62..242e52a 100644 --- a/src/eom-metadata-reader-png.c +++ b/src/eom-metadata-reader-png.c @@ -18,7 +18,7 @@ * * You 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 St, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifdef HAVE_CONFIG_H diff --git a/src/eom-metadata-reader-png.h b/src/eom-metadata-reader-png.h index 7dde41f..f8e37ac 100644 --- a/src/eom-metadata-reader-png.h +++ b/src/eom-metadata-reader-png.h @@ -18,7 +18,7 @@ * * You 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 St, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef _EOM_METADATA_READER_PNG_H_ diff --git a/src/eom-metadata-reader.c b/src/eom-metadata-reader.c index 82955e8..c77ef2e 100644 --- a/src/eom-metadata-reader.c +++ b/src/eom-metadata-reader.c @@ -16,7 +16,7 @@ * * You 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 St, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifdef HAVE_CONFIG_H diff --git a/src/eom-metadata-reader.h b/src/eom-metadata-reader.h index ad8803d..5d719a1 100644 --- a/src/eom-metadata-reader.h +++ b/src/eom-metadata-reader.h @@ -16,7 +16,7 @@ * * You 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 St, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef _EOM_METADATA_READER_H_ diff --git a/src/eom-module.c b/src/eom-module.c index 79fac47..e446550 100644 --- a/src/eom-module.c +++ b/src/eom-module.c @@ -21,7 +21,7 @@ * * You 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 St, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifdef HAVE_CONFIG_H diff --git a/src/eom-module.h b/src/eom-module.h index 241ba28..f759ea2 100644 --- a/src/eom-module.h +++ b/src/eom-module.h @@ -21,7 +21,7 @@ * * You 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 St, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef EOM_MODULE_H diff --git a/src/eom-plugin-engine.c b/src/eom-plugin-engine.c index 09662b5..a9cd6a7 100644 --- a/src/eom-plugin-engine.c +++ b/src/eom-plugin-engine.c @@ -19,7 +19,7 @@ * * You 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 St, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifdef HAVE_CONFIG_H diff --git a/src/eom-plugin-engine.h b/src/eom-plugin-engine.h index bd2ce7f..1213854 100644 --- a/src/eom-plugin-engine.h +++ b/src/eom-plugin-engine.h @@ -19,7 +19,7 @@ * * You 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 St, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef __EOM_PLUGIN_ENGINE_H__ diff --git a/src/eom-plugin-manager.c b/src/eom-plugin-manager.c index 623827f..befbea4 100644 --- a/src/eom-plugin-manager.c +++ b/src/eom-plugin-manager.c @@ -19,7 +19,7 @@ * * You 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 St, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifdef HAVE_CONFIG_H diff --git a/src/eom-plugin-manager.h b/src/eom-plugin-manager.h index e35c817..3115167 100644 --- a/src/eom-plugin-manager.h +++ b/src/eom-plugin-manager.h @@ -19,7 +19,7 @@ * * You 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 St, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef __EOM_PLUGIN_MANAGER_H__ diff --git a/src/eom-plugin.c b/src/eom-plugin.c index 7210128..0985cc0 100644 --- a/src/eom-plugin.c +++ b/src/eom-plugin.c @@ -19,7 +19,7 @@ * * You 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 St, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifdef HAVE_CONFIG_H diff --git a/src/eom-plugin.h b/src/eom-plugin.h index 83151e9..ebf4ce4 100644 --- a/src/eom-plugin.h +++ b/src/eom-plugin.h @@ -19,7 +19,7 @@ * * You 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 St, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef __EOM_PLUGIN_H__ diff --git a/src/eom-preferences-dialog.c b/src/eom-preferences-dialog.c index 52a9772..1eaa605 100644 --- a/src/eom-preferences-dialog.c +++ b/src/eom-preferences-dialog.c @@ -19,7 +19,7 @@ * * You 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 St, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifdef HAVE_CONFIG_H diff --git a/src/eom-preferences-dialog.h b/src/eom-preferences-dialog.h index 7a05f67..685cffd 100644 --- a/src/eom-preferences-dialog.h +++ b/src/eom-preferences-dialog.h @@ -16,7 +16,7 @@ * * You 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 St, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef __EOM_PREFERENCES_DIALOG_H__ diff --git a/src/eom-print-image-setup.c b/src/eom-print-image-setup.c index 100d7c9..0a33997 100644 --- a/src/eom-print-image-setup.c +++ b/src/eom-print-image-setup.c @@ -16,7 +16,7 @@ * * You 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 St, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifdef HAVE_CONFIG_H diff --git a/src/eom-print-image-setup.h b/src/eom-print-image-setup.h index 9ed60cd..d9dacb0 100644 --- a/src/eom-print-image-setup.h +++ b/src/eom-print-image-setup.h @@ -16,7 +16,7 @@ * * You 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 St, Fifth Floor, Boston, MA 02110-1301, USA. */ #include "eom-image.h" diff --git a/src/eom-print-preview.c b/src/eom-print-preview.c index 13957c6..7fcd3df 100644 --- a/src/eom-print-preview.c +++ b/src/eom-print-preview.c @@ -16,7 +16,7 @@ * * You 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 St, Fifth Floor, Boston, MA 02110-1301, USA. */ #include diff --git a/src/eom-print-preview.h b/src/eom-print-preview.h index e245146..fb5d459 100644 --- a/src/eom-print-preview.h +++ b/src/eom-print-preview.h @@ -16,7 +16,7 @@ * * You 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 St, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef _EOM_PRINT_PREVIEW_H_ diff --git a/src/eom-print.c b/src/eom-print.c index 17c0ed9..91a3f88 100644 --- a/src/eom-print.c +++ b/src/eom-print.c @@ -16,7 +16,7 @@ * * You 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 St, Fifth Floor, Boston, MA 02110-1301, USA. */ #include "config.h" diff --git a/src/eom-print.h b/src/eom-print.h index ab3e857..9c6de53 100644 --- a/src/eom-print.h +++ b/src/eom-print.h @@ -16,7 +16,7 @@ * * You 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 St, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef __EOM_PRINT_H__ diff --git a/src/eom-properties-dialog.c b/src/eom-properties-dialog.c index 21a346f..2549897 100644 --- a/src/eom-properties-dialog.c +++ b/src/eom-properties-dialog.c @@ -17,7 +17,7 @@ * * You 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 St, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifdef HAVE_CONFIG_H diff --git a/src/eom-properties-dialog.h b/src/eom-properties-dialog.h index c95a2dc..d6c8dd7 100644 --- a/src/eom-properties-dialog.h +++ b/src/eom-properties-dialog.h @@ -16,7 +16,7 @@ * * You 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 St, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef __EOM_PROPERTIES_DIALOG_H__ diff --git a/src/eom-python-module.c b/src/eom-python-module.c index d0e05a5..9f1bfbc 100644 --- a/src/eom-python-module.c +++ b/src/eom-python-module.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 St, Fifth Floor, + * Boston, MA 02110-1301, USA. */ #ifdef HAVE_CONFIG_H diff --git a/src/eom-python-module.h b/src/eom-python-module.h index 594884d..bfee463 100644 --- a/src/eom-python-module.h +++ b/src/eom-python-module.h @@ -19,7 +19,7 @@ * * You 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 St, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef __EOM_PYTHON_MODULE_H__ diff --git a/src/eom-python-plugin.c b/src/eom-python-plugin.c index e693b54..ea0a11d 100644 --- a/src/eom-python-plugin.c +++ b/src/eom-python-plugin.c @@ -19,7 +19,7 @@ * * You 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 St, Fifth Floor, Boston, MA 02110-1301, USA. */ #include diff --git a/src/eom-python-plugin.h b/src/eom-python-plugin.h index eda7959..41b2984 100644 --- a/src/eom-python-plugin.h +++ b/src/eom-python-plugin.h @@ -19,7 +19,7 @@ * * You 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 St, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef __EOM_PYTHON_PLUGIN_H__ diff --git a/src/eom-session.c b/src/eom-session.c index bc926e5..311307b 100644 --- a/src/eom-session.c +++ b/src/eom-session.c @@ -20,7 +20,7 @@ * * You 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 St, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifdef HAVE_CONFIG_H diff --git a/src/eom-session.h b/src/eom-session.h index 5cf8892..d75041b 100644 --- a/src/eom-session.h +++ b/src/eom-session.h @@ -20,7 +20,7 @@ * * You 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 St, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef __EOM_SESSION_H__ diff --git a/src/eom-sidebar.c b/src/eom-sidebar.c index c536189..b61b07b 100644 --- a/src/eom-sidebar.c +++ b/src/eom-sidebar.c @@ -20,7 +20,7 @@ * * You 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 St, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifdef HAVE_CONFIG_H diff --git a/src/eom-sidebar.h b/src/eom-sidebar.h index 864c873..7e2f15d 100644 --- a/src/eom-sidebar.h +++ b/src/eom-sidebar.h @@ -20,7 +20,7 @@ * * You 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 St, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef __EOM_SIDEBAR_H__ diff --git a/src/eom-statusbar.c b/src/eom-statusbar.c index 7b4b993..f234dcd 100644 --- a/src/eom-statusbar.c +++ b/src/eom-statusbar.c @@ -17,7 +17,7 @@ * * You 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 St, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifdef HAVE_CONFIG_H diff --git a/src/eom-statusbar.h b/src/eom-statusbar.h index 13cd192..5258127 100644 --- a/src/eom-statusbar.h +++ b/src/eom-statusbar.h @@ -17,7 +17,7 @@ * * You 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 St, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef __EOM_STATUSBAR_H__ diff --git a/src/eom-thumb-nav.c b/src/eom-thumb-nav.c index 7ccc352..9ae2e4c 100644 --- a/src/eom-thumb-nav.c +++ b/src/eom-thumb-nav.c @@ -16,7 +16,7 @@ * * You 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 St, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifdef HAVE_CONFIG_H diff --git a/src/eom-thumb-nav.h b/src/eom-thumb-nav.h index 0b67664..89e8785 100644 --- a/src/eom-thumb-nav.h +++ b/src/eom-thumb-nav.h @@ -16,7 +16,7 @@ * * You 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 St, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef __EOM_THUMB_NAV_H__ diff --git a/src/eom-thumb-view.c b/src/eom-thumb-view.c index f0444a3..3375332 100644 --- a/src/eom-thumb-view.c +++ b/src/eom-thumb-view.c @@ -16,7 +16,7 @@ * * You 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 St, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifdef HAVE_CONFIG_H diff --git a/src/eom-thumb-view.h b/src/eom-thumb-view.h index a0f7bf1..cd427f3 100644 --- a/src/eom-thumb-view.h +++ b/src/eom-thumb-view.h @@ -16,7 +16,7 @@ * * You 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 St, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef EOM_THUMB_VIEW_H diff --git a/src/eom-thumbnail.c b/src/eom-thumbnail.c index d84cb24..a4f24b6 100644 --- a/src/eom-thumbnail.c +++ b/src/eom-thumbnail.c @@ -19,7 +19,7 @@ * * You 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 St, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifdef HAVE_CONFIG_H diff --git a/src/eom-thumbnail.h b/src/eom-thumbnail.h index 68b155f..ae333ae 100644 --- a/src/eom-thumbnail.h +++ b/src/eom-thumbnail.h @@ -19,7 +19,7 @@ * * You 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 St, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef _EOM_THUMBNAIL_H_ diff --git a/src/eom-util.c b/src/eom-util.c index 0242bce..0c4e197 100644 --- a/src/eom-util.c +++ b/src/eom-util.c @@ -19,7 +19,7 @@ * * You 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 St, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifdef HAVE_CONFIG_H diff --git a/src/eom-util.h b/src/eom-util.h index e9a3dc8..a6dcfc6 100644 --- a/src/eom-util.h +++ b/src/eom-util.h @@ -19,7 +19,7 @@ * * You 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 St, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef __EOM_UTIL_H__ diff --git a/src/eom-window.c b/src/eom-window.c index bc7606f..c45169a 100644 --- a/src/eom-window.c +++ b/src/eom-window.c @@ -22,7 +22,7 @@ * * You 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 St, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifdef HAVE_CONFIG_H @@ -2854,7 +2854,7 @@ eom_window_cmd_about (GtkAction *action, gpointer user_data) "GNU General Public License for more details.\n"), N_("You 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 St, Fifth Floor, Boston, MA 02110-1301, USA.") }; char *license_trans; diff --git a/src/eom-window.h b/src/eom-window.h index 5e507c6..6b8b19b 100644 --- a/src/eom-window.h +++ b/src/eom-window.h @@ -22,7 +22,7 @@ * * You 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 St, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef __EOM_WINDOW_H__ diff --git a/src/main.c b/src/main.c index f4232ef..ebaa16d 100644 --- a/src/main.c +++ b/src/main.c @@ -20,7 +20,7 @@ * * You 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 St, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifdef HAVE_CONFIG_H diff --git a/src/zoom.c b/src/zoom.c index aa027de..bd38816 100644 --- a/src/zoom.c +++ b/src/zoom.c @@ -16,7 +16,7 @@ * * You 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 St, Fifth Floor, Boston, MA 02110-1301, USA. */ #include diff --git a/src/zoom.h b/src/zoom.h index dc91505..845d58b 100644 --- a/src/zoom.h +++ b/src/zoom.h @@ -16,7 +16,7 @@ * * You 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 St, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef ZOOM_H -- cgit v1.2.1