From 63baf4656801f7c39f4c7c19a0946030d3385552 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Mon, 26 Oct 2009 23:06:11 -0700 Subject: [PATCH] Updated the Free Software Foundation's street address --- contrib/c++/exif.hxx | 4 ++-- contrib/c++/exif_module.cxx | 4 ++-- libexif/canon/exif-mnote-data-canon.c | 4 ++-- libexif/canon/exif-mnote-data-canon.h | 4 ++-- libexif/canon/mnote-canon-entry.c | 4 ++-- libexif/canon/mnote-canon-entry.h | 4 ++-- libexif/canon/mnote-canon-tag.c | 4 ++-- libexif/canon/mnote-canon-tag.h | 4 ++-- libexif/exif-byte-order.c | 4 ++-- libexif/exif-byte-order.h | 4 ++-- libexif/exif-content.c | 4 ++-- libexif/exif-content.h | 4 ++-- libexif/exif-data-type.h | 4 ++-- libexif/exif-data.c | 4 ++-- libexif/exif-data.h | 4 ++-- libexif/exif-entry.c | 4 ++-- libexif/exif-entry.h | 4 ++-- libexif/exif-format.c | 4 ++-- libexif/exif-format.h | 4 ++-- libexif/exif-ifd.c | 4 ++-- libexif/exif-ifd.h | 4 ++-- libexif/exif-loader.c | 4 ++-- libexif/exif-loader.h | 4 ++-- libexif/exif-log.c | 4 ++-- libexif/exif-log.h | 4 ++-- libexif/exif-mem.h | 4 ++-- libexif/exif-mnote-data-priv.h | 4 ++-- libexif/exif-mnote-data.c | 4 ++-- libexif/exif-mnote-data.h | 4 ++-- libexif/exif-system.h | 4 ++-- libexif/exif-tag.c | 4 ++-- libexif/exif-tag.h | 4 ++-- libexif/exif-utils.c | 4 ++-- libexif/exif-utils.h | 4 ++-- libexif/fuji/exif-mnote-data-fuji.c | 4 ++-- libexif/fuji/exif-mnote-data-fuji.h | 4 ++-- libexif/fuji/mnote-fuji-entry.c | 4 ++-- libexif/fuji/mnote-fuji-entry.h | 4 ++-- libexif/fuji/mnote-fuji-tag.c | 4 ++-- libexif/fuji/mnote-fuji-tag.h | 4 ++-- libexif/i18n.h | 4 ++-- libexif/olympus/exif-mnote-data-olympus.c | 4 ++-- libexif/olympus/exif-mnote-data-olympus.h | 4 ++-- libexif/olympus/mnote-olympus-entry.c | 4 ++-- libexif/olympus/mnote-olympus-entry.h | 4 ++-- libexif/olympus/mnote-olympus-tag.c | 4 ++-- libexif/olympus/mnote-olympus-tag.h | 4 ++-- libexif/pentax/exif-mnote-data-pentax.c | 4 ++-- libexif/pentax/exif-mnote-data-pentax.h | 4 ++-- libexif/pentax/mnote-pentax-entry.c | 4 ++-- libexif/pentax/mnote-pentax-entry.h | 4 ++-- libexif/pentax/mnote-pentax-tag.c | 4 ++-- libexif/pentax/mnote-pentax-tag.h | 4 ++-- test/test-integers.c | 4 ++-- test/test-mem.c | 4 ++-- test/test-mnote.c | 4 ++-- test/test-parse.c | 4 ++-- test/test-tagtable.c | 4 ++-- test/test-value.c | 4 ++-- 59 files changed, 118 insertions(+), 118 deletions(-) diff --git a/contrib/c++/exif.hxx b/contrib/c++/exif.hxx index 75cca30..2ac4225 100644 --- a/contrib/c++/exif.hxx +++ b/contrib/c++/exif.hxx @@ -14,8 +14,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 Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #ifndef EXIF_HXX diff --git a/contrib/c++/exif_module.cxx b/contrib/c++/exif_module.cxx index 4de6a02..e50221f 100644 --- a/contrib/c++/exif_module.cxx +++ b/contrib/c++/exif_module.cxx @@ -14,8 +14,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 Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #include "exif.hxx" diff --git a/libexif/canon/exif-mnote-data-canon.c b/libexif/canon/exif-mnote-data-canon.c index cdfcf0f..bf49dff 100644 --- a/libexif/canon/exif-mnote-data-canon.c +++ b/libexif/canon/exif-mnote-data-canon.c @@ -15,8 +15,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 Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #include diff --git a/libexif/canon/exif-mnote-data-canon.h b/libexif/canon/exif-mnote-data-canon.h index 6d46432..f4d5129 100644 --- a/libexif/canon/exif-mnote-data-canon.h +++ b/libexif/canon/exif-mnote-data-canon.h @@ -14,8 +14,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 Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #ifndef __EXIF_MNOTE_DATA_CANON_H__ diff --git a/libexif/canon/mnote-canon-entry.c b/libexif/canon/mnote-canon-entry.c index d14fcc4..d566a89 100644 --- a/libexif/canon/mnote-canon-entry.c +++ b/libexif/canon/mnote-canon-entry.c @@ -15,8 +15,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 Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #include "config.h" diff --git a/libexif/canon/mnote-canon-entry.h b/libexif/canon/mnote-canon-entry.h index e78c639..a4d4499 100644 --- a/libexif/canon/mnote-canon-entry.h +++ b/libexif/canon/mnote-canon-entry.h @@ -14,8 +14,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 Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #ifndef __MNOTE_CANON_ENTRY_H__ diff --git a/libexif/canon/mnote-canon-tag.c b/libexif/canon/mnote-canon-tag.c index da95ad2..c640138 100644 --- a/libexif/canon/mnote-canon-tag.c +++ b/libexif/canon/mnote-canon-tag.c @@ -14,8 +14,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 Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #include diff --git a/libexif/canon/mnote-canon-tag.h b/libexif/canon/mnote-canon-tag.h index aead76e..0c7d9aa 100644 --- a/libexif/canon/mnote-canon-tag.h +++ b/libexif/canon/mnote-canon-tag.h @@ -14,8 +14,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 Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #ifndef __MNOTE_CANON_TAG_H__ diff --git a/libexif/exif-byte-order.c b/libexif/exif-byte-order.c index 444fece..05164e0 100644 --- a/libexif/exif-byte-order.c +++ b/libexif/exif-byte-order.c @@ -14,8 +14,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 Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #include diff --git a/libexif/exif-byte-order.h b/libexif/exif-byte-order.h index 489a05c..ab5c9ad 100644 --- a/libexif/exif-byte-order.h +++ b/libexif/exif-byte-order.h @@ -14,8 +14,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 Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #ifndef __EXIF_BYTE_ORDER_H__ diff --git a/libexif/exif-content.c b/libexif/exif-content.c index a79d1f2..9d54c39 100644 --- a/libexif/exif-content.c +++ b/libexif/exif-content.c @@ -14,8 +14,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 Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #include diff --git a/libexif/exif-content.h b/libexif/exif-content.h index fbd8a1d..211c097 100644 --- a/libexif/exif-content.h +++ b/libexif/exif-content.h @@ -16,8 +16,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 Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #ifndef __EXIF_CONTENT_H__ diff --git a/libexif/exif-data-type.h b/libexif/exif-data-type.h index 6e17cc2..05d4f95 100644 --- a/libexif/exif-data-type.h +++ b/libexif/exif-data-type.h @@ -14,8 +14,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 Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #ifndef __EXIF_DATA_TYPE_H__ diff --git a/libexif/exif-data.c b/libexif/exif-data.c index acd61fb..85931cd 100644 --- a/libexif/exif-data.c +++ b/libexif/exif-data.c @@ -14,8 +14,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 Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #include diff --git a/libexif/exif-data.h b/libexif/exif-data.h index 24b0184..b3e0922 100644 --- a/libexif/exif-data.h +++ b/libexif/exif-data.h @@ -17,8 +17,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 Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #ifndef __EXIF_DATA_H__ diff --git a/libexif/exif-entry.c b/libexif/exif-entry.c index 943ee8b..3fd893c 100644 --- a/libexif/exif-entry.c +++ b/libexif/exif-entry.c @@ -14,8 +14,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 Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #include diff --git a/libexif/exif-entry.h b/libexif/exif-entry.h index 628fd21..1dcdc73 100644 --- a/libexif/exif-entry.h +++ b/libexif/exif-entry.h @@ -16,8 +16,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 Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #ifndef __EXIF_ENTRY_H__ diff --git a/libexif/exif-format.c b/libexif/exif-format.c index 4d77aeb..f5727af 100644 --- a/libexif/exif-format.c +++ b/libexif/exif-format.c @@ -14,8 +14,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 Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #include diff --git a/libexif/exif-format.h b/libexif/exif-format.h index 8243c49..b7a79a4 100644 --- a/libexif/exif-format.h +++ b/libexif/exif-format.h @@ -17,8 +17,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 Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #ifndef __EXIF_FORMAT_H__ diff --git a/libexif/exif-ifd.c b/libexif/exif-ifd.c index 7240dce..f0f8816 100644 --- a/libexif/exif-ifd.c +++ b/libexif/exif-ifd.c @@ -14,8 +14,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 Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #include diff --git a/libexif/exif-ifd.h b/libexif/exif-ifd.h index 6e08b00..26c4053 100644 --- a/libexif/exif-ifd.h +++ b/libexif/exif-ifd.h @@ -14,8 +14,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 Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #ifndef __EXIF_IFD_H__ diff --git a/libexif/exif-loader.c b/libexif/exif-loader.c index 825df16..317b86b 100644 --- a/libexif/exif-loader.c +++ b/libexif/exif-loader.c @@ -14,8 +14,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 Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #include diff --git a/libexif/exif-loader.h b/libexif/exif-loader.h index abb4896..62ee87c 100644 --- a/libexif/exif-loader.h +++ b/libexif/exif-loader.h @@ -16,8 +16,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 Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #ifndef __EXIF_LOADER_H__ diff --git a/libexif/exif-log.c b/libexif/exif-log.c index 195bfe2..2db18e3 100644 --- a/libexif/exif-log.c +++ b/libexif/exif-log.c @@ -14,8 +14,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 Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #include diff --git a/libexif/exif-log.h b/libexif/exif-log.h index 90bacea..9e71ad6 100644 --- a/libexif/exif-log.h +++ b/libexif/exif-log.h @@ -16,8 +16,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 Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #ifndef __EXIF_LOG_H__ diff --git a/libexif/exif-mem.h b/libexif/exif-mem.h index c6ed137..fd8f2fa 100644 --- a/libexif/exif-mem.h +++ b/libexif/exif-mem.h @@ -18,8 +18,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 Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #ifndef __EXIF_MEM_H__ diff --git a/libexif/exif-mnote-data-priv.h b/libexif/exif-mnote-data-priv.h index f8e5317..119b165 100644 --- a/libexif/exif-mnote-data-priv.h +++ b/libexif/exif-mnote-data-priv.h @@ -14,8 +14,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 Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #ifndef __EXIF_MNOTE_DATA_PRIV_H__ diff --git a/libexif/exif-mnote-data.c b/libexif/exif-mnote-data.c index efd8173..248056e 100644 --- a/libexif/exif-mnote-data.c +++ b/libexif/exif-mnote-data.c @@ -14,8 +14,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 Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #include diff --git a/libexif/exif-mnote-data.h b/libexif/exif-mnote-data.h index 89f51a3..19e1de5 100644 --- a/libexif/exif-mnote-data.h +++ b/libexif/exif-mnote-data.h @@ -16,8 +16,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 Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #ifndef __EXIF_MNOTE_DATA_H__ diff --git a/libexif/exif-system.h b/libexif/exif-system.h index acad825..03fe2e0 100644 --- a/libexif/exif-system.h +++ b/libexif/exif-system.h @@ -16,8 +16,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 Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #ifndef EXIF_SYSTEM_H diff --git a/libexif/exif-tag.c b/libexif/exif-tag.c index 238b459..ecd14d1 100644 --- a/libexif/exif-tag.c +++ b/libexif/exif-tag.c @@ -14,8 +14,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 Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #include diff --git a/libexif/exif-tag.h b/libexif/exif-tag.h index 836be07..936de40 100644 --- a/libexif/exif-tag.h +++ b/libexif/exif-tag.h @@ -16,8 +16,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 Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #ifndef __EXIF_TAG_H__ diff --git a/libexif/exif-utils.c b/libexif/exif-utils.c index b63290b..22ee29f 100644 --- a/libexif/exif-utils.c +++ b/libexif/exif-utils.c @@ -14,8 +14,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 Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #include diff --git a/libexif/exif-utils.h b/libexif/exif-utils.h index 4a687f5..7861564 100644 --- a/libexif/exif-utils.h +++ b/libexif/exif-utils.h @@ -16,8 +16,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 Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #ifndef __EXIF_UTILS_H__ diff --git a/libexif/fuji/exif-mnote-data-fuji.c b/libexif/fuji/exif-mnote-data-fuji.c index 0351eca..11045f6 100644 --- a/libexif/fuji/exif-mnote-data-fuji.c +++ b/libexif/fuji/exif-mnote-data-fuji.c @@ -14,8 +14,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 Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #include diff --git a/libexif/fuji/exif-mnote-data-fuji.h b/libexif/fuji/exif-mnote-data-fuji.h index 298193a..c2d07e6 100644 --- a/libexif/fuji/exif-mnote-data-fuji.h +++ b/libexif/fuji/exif-mnote-data-fuji.h @@ -14,8 +14,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 Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #ifndef __MNOTE_FUJI_CONTENT_H__ diff --git a/libexif/fuji/mnote-fuji-entry.c b/libexif/fuji/mnote-fuji-entry.c index ea978ac..9c43d18 100644 --- a/libexif/fuji/mnote-fuji-entry.c +++ b/libexif/fuji/mnote-fuji-entry.c @@ -14,8 +14,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 Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #include diff --git a/libexif/fuji/mnote-fuji-entry.h b/libexif/fuji/mnote-fuji-entry.h index 322d2d2..a8395c5 100644 --- a/libexif/fuji/mnote-fuji-entry.h +++ b/libexif/fuji/mnote-fuji-entry.h @@ -14,8 +14,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 Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #ifndef __MNOTE_FUJI_ENTRY_H__ diff --git a/libexif/fuji/mnote-fuji-tag.c b/libexif/fuji/mnote-fuji-tag.c index d4fd4ab..a2f8445 100644 --- a/libexif/fuji/mnote-fuji-tag.c +++ b/libexif/fuji/mnote-fuji-tag.c @@ -14,8 +14,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 Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #include diff --git a/libexif/fuji/mnote-fuji-tag.h b/libexif/fuji/mnote-fuji-tag.h index 39c2340..1d250e4 100644 --- a/libexif/fuji/mnote-fuji-tag.h +++ b/libexif/fuji/mnote-fuji-tag.h @@ -14,8 +14,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 Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #ifndef __MNOTE_FUJI_TAG_H__ diff --git a/libexif/i18n.h b/libexif/i18n.h index 289435c..e79b829 100644 --- a/libexif/i18n.h +++ b/libexif/i18n.h @@ -14,8 +14,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 Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #ifndef __I18N_H__ diff --git a/libexif/olympus/exif-mnote-data-olympus.c b/libexif/olympus/exif-mnote-data-olympus.c index b4fa39e..0314159 100644 --- a/libexif/olympus/exif-mnote-data-olympus.c +++ b/libexif/olympus/exif-mnote-data-olympus.c @@ -14,8 +14,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 Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #include diff --git a/libexif/olympus/exif-mnote-data-olympus.h b/libexif/olympus/exif-mnote-data-olympus.h index 2d57684..7706917 100644 --- a/libexif/olympus/exif-mnote-data-olympus.h +++ b/libexif/olympus/exif-mnote-data-olympus.h @@ -14,8 +14,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 Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #ifndef __MNOTE_OLYMPUS_CONTENT_H__ diff --git a/libexif/olympus/mnote-olympus-entry.c b/libexif/olympus/mnote-olympus-entry.c index 62ac0b8..e5c0f7b 100644 --- a/libexif/olympus/mnote-olympus-entry.c +++ b/libexif/olympus/mnote-olympus-entry.c @@ -14,8 +14,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 Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #include diff --git a/libexif/olympus/mnote-olympus-entry.h b/libexif/olympus/mnote-olympus-entry.h index 9526bad..f1b0a98 100644 --- a/libexif/olympus/mnote-olympus-entry.h +++ b/libexif/olympus/mnote-olympus-entry.h @@ -14,8 +14,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 Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #ifndef __MNOTE_OLYMPUS_ENTRY_H__ diff --git a/libexif/olympus/mnote-olympus-tag.c b/libexif/olympus/mnote-olympus-tag.c index 4dea065..ae7c124 100644 --- a/libexif/olympus/mnote-olympus-tag.c +++ b/libexif/olympus/mnote-olympus-tag.c @@ -14,8 +14,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 Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #include diff --git a/libexif/olympus/mnote-olympus-tag.h b/libexif/olympus/mnote-olympus-tag.h index 228db3c..2c3de82 100644 --- a/libexif/olympus/mnote-olympus-tag.h +++ b/libexif/olympus/mnote-olympus-tag.h @@ -14,8 +14,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 Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #ifndef __MNOTE_OLYMPUS_TAG_H__ diff --git a/libexif/pentax/exif-mnote-data-pentax.c b/libexif/pentax/exif-mnote-data-pentax.c index 8004b5e..fdb2e25 100644 --- a/libexif/pentax/exif-mnote-data-pentax.c +++ b/libexif/pentax/exif-mnote-data-pentax.c @@ -14,8 +14,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 Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #include "config.h" diff --git a/libexif/pentax/exif-mnote-data-pentax.h b/libexif/pentax/exif-mnote-data-pentax.h index 96110d1..dbf0c82 100644 --- a/libexif/pentax/exif-mnote-data-pentax.h +++ b/libexif/pentax/exif-mnote-data-pentax.h @@ -14,8 +14,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 Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #ifndef __EXIF_MNOTE_DATA_PENTAX_H__ diff --git a/libexif/pentax/mnote-pentax-entry.c b/libexif/pentax/mnote-pentax-entry.c index d4cf533..1a2c1ae 100644 --- a/libexif/pentax/mnote-pentax-entry.c +++ b/libexif/pentax/mnote-pentax-entry.c @@ -14,8 +14,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 Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #include diff --git a/libexif/pentax/mnote-pentax-entry.h b/libexif/pentax/mnote-pentax-entry.h index a7025e6..4547ec3 100644 --- a/libexif/pentax/mnote-pentax-entry.h +++ b/libexif/pentax/mnote-pentax-entry.h @@ -14,8 +14,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 Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #ifndef __MNOTE_PENTAX_ENTRY_H__ diff --git a/libexif/pentax/mnote-pentax-tag.c b/libexif/pentax/mnote-pentax-tag.c index 0439731..049417c 100644 --- a/libexif/pentax/mnote-pentax-tag.c +++ b/libexif/pentax/mnote-pentax-tag.c @@ -14,8 +14,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 Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #include diff --git a/libexif/pentax/mnote-pentax-tag.h b/libexif/pentax/mnote-pentax-tag.h index 872222b..51b2aec 100644 --- a/libexif/pentax/mnote-pentax-tag.h +++ b/libexif/pentax/mnote-pentax-tag.h @@ -14,8 +14,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 Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #ifndef __MNOTE_PENTAX_TAG_H__ diff --git a/test/test-integers.c b/test/test-integers.c index 1695045..6af7534 100644 --- a/test/test-integers.c +++ b/test/test-integers.c @@ -15,8 +15,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 Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ diff --git a/test/test-mem.c b/test/test-mem.c index 773aaec..f4e2aca 100644 --- a/test/test-mem.c +++ b/test/test-mem.c @@ -14,8 +14,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 Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #include diff --git a/test/test-mnote.c b/test/test-mnote.c index 28422de..3864065 100644 --- a/test/test-mnote.c +++ b/test/test-mnote.c @@ -14,8 +14,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 Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #include diff --git a/test/test-parse.c b/test/test-parse.c index 0c942da..83889e6 100644 --- a/test/test-parse.c +++ b/test/test-parse.c @@ -15,8 +15,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 Street, Fifth Floor, + * Boston, MA 02110-1301 USA. * */ diff --git a/test/test-tagtable.c b/test/test-tagtable.c index 0e819f9..b6c7a18 100644 --- a/test/test-tagtable.c +++ b/test/test-tagtable.c @@ -16,8 +16,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 Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #include "config.h" diff --git a/test/test-value.c b/test/test-value.c index bb2865d..715ce10 100644 --- a/test/test-value.c +++ b/test/test-value.c @@ -14,8 +14,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 Street, Fifth Floor, + * Boston, MA 02110-1301 USA. */ #include -- 2.34.1