diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2012-11-03 20:38:00 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2012-11-04 00:09:59 +0000 |
commit | 9e1b75fda32f56fb8b85e763bc5a235abf70c9ad (patch) | |
tree | 5a636bce24daf096d979bc5138bd311f2aa7b734 /ext/gsm | |
parent | fa20fba1a28b9e36a52991d76a474b6e1dc9fb1a (diff) | |
download | gstreamer-plugins-bad-9e1b75fda32f56fb8b85e763bc5a235abf70c9ad.tar.gz |
Fix FSF address
https://bugzilla.gnome.org/show_bug.cgi?id=687520
Diffstat (limited to 'ext/gsm')
-rw-r--r-- | ext/gsm/gstgsm.c | 4 | ||||
-rw-r--r-- | ext/gsm/gstgsmdec.c | 4 | ||||
-rw-r--r-- | ext/gsm/gstgsmdec.h | 4 | ||||
-rw-r--r-- | ext/gsm/gstgsmenc.c | 4 | ||||
-rw-r--r-- | ext/gsm/gstgsmenc.h | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/ext/gsm/gstgsm.c b/ext/gsm/gstgsm.c index b06b92f3b..472dbb061 100644 --- a/ext/gsm/gstgsm.c +++ b/ext/gsm/gstgsm.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. */ #ifdef HAVE_CONFIG_H diff --git a/ext/gsm/gstgsmdec.c b/ext/gsm/gstgsmdec.c index 4f9682f25..fc182cd28 100644 --- a/ext/gsm/gstgsmdec.c +++ b/ext/gsm/gstgsmdec.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/gsm/gstgsmdec.h b/ext/gsm/gstgsmdec.h index d3ddec604..a4fc0aa2e 100644 --- a/ext/gsm/gstgsmdec.h +++ b/ext/gsm/gstgsmdec.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. */ #ifndef __GST_GSMDEC_H__ diff --git a/ext/gsm/gstgsmenc.c b/ext/gsm/gstgsmenc.c index addec53a7..6dc3314c1 100644 --- a/ext/gsm/gstgsmenc.c +++ b/ext/gsm/gstgsmenc.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/gsm/gstgsmenc.h b/ext/gsm/gstgsmenc.h index 28b8e2e29..f2ec03f91 100644 --- a/ext/gsm/gstgsmenc.h +++ b/ext/gsm/gstgsmenc.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. */ #ifndef __GST_GSMENC_H__ |