diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2012-11-04 00:07:18 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2012-11-04 00:07:18 +0000 |
commit | 230cf41cc966d7b3ebea248b82e1e3a60ac58d63 (patch) | |
tree | e33ca196cc179108d7ec54fa76ca12818636cf90 /ext/flac | |
parent | 9857e6af4d2903d034a3ba11525f8a24d2bbb8b5 (diff) |
Fix FSF address
https://bugzilla.gnome.org/show_bug.cgi?id=687520
Diffstat (limited to 'ext/flac')
-rw-r--r-- | ext/flac/gstflac.c | 4 | ||||
-rw-r--r-- | ext/flac/gstflacdec.c | 4 | ||||
-rw-r--r-- | ext/flac/gstflacdec.h | 4 | ||||
-rw-r--r-- | ext/flac/gstflacenc.c | 4 | ||||
-rw-r--r-- | ext/flac/gstflacenc.h | 4 | ||||
-rw-r--r-- | ext/flac/gstflactag.c | 4 | ||||
-rw-r--r-- | ext/flac/gstflactag.h | 4 |
7 files changed, 14 insertions, 14 deletions
diff --git a/ext/flac/gstflac.c b/ext/flac/gstflac.c index febf3d511..2b88b2a4c 100644 --- a/ext/flac/gstflac.c +++ b/ext/flac/gstflac.c @@ -13,8 +13,8 @@ * * You should have received a copy of the GNU Library 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/ext/flac/gstflacdec.c b/ext/flac/gstflacdec.c index e2387f207..153748543 100644 --- a/ext/flac/gstflacdec.c +++ b/ext/flac/gstflacdec.c @@ -15,8 +15,8 @@ * * You should have received a copy of the GNU Library 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. */ /** diff --git a/ext/flac/gstflacdec.h b/ext/flac/gstflacdec.h index 12447f8e6..e8d073a51 100644 --- a/ext/flac/gstflacdec.h +++ b/ext/flac/gstflacdec.h @@ -14,8 +14,8 @@ * * You should have received a copy of the GNU Library 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. */ diff --git a/ext/flac/gstflacenc.c b/ext/flac/gstflacenc.c index 07361d227..a681138cf 100644 --- a/ext/flac/gstflacenc.c +++ b/ext/flac/gstflacenc.c @@ -13,8 +13,8 @@ * * You should have received a copy of the GNU Library 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. */ /** * SECTION:element-flacenc diff --git a/ext/flac/gstflacenc.h b/ext/flac/gstflacenc.h index 690b098e2..c9caecd4a 100644 --- a/ext/flac/gstflacenc.h +++ b/ext/flac/gstflacenc.h @@ -13,8 +13,8 @@ * * You should have received a copy of the GNU Library 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. */ diff --git a/ext/flac/gstflactag.c b/ext/flac/gstflactag.c index 69c4716c6..a1e2976b2 100644 --- a/ext/flac/gstflactag.c +++ b/ext/flac/gstflactag.c @@ -17,8 +17,8 @@ * * You should have received a copy of the GNU Library 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. */ /** diff --git a/ext/flac/gstflactag.h b/ext/flac/gstflactag.h index a6f90f5e2..106541a05 100644 --- a/ext/flac/gstflactag.h +++ b/ext/flac/gstflactag.h @@ -17,8 +17,8 @@ * * You should have received a copy of the GNU Library 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. */ #ifndef GST_FLAC_TAG_H |