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 /gst/asfmux | |
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 'gst/asfmux')
-rw-r--r-- | gst/asfmux/gstasf.c | 4 | ||||
-rw-r--r-- | gst/asfmux/gstasfmux.c | 4 | ||||
-rw-r--r-- | gst/asfmux/gstasfmux.h | 4 | ||||
-rw-r--r-- | gst/asfmux/gstasfobjects.c | 4 | ||||
-rw-r--r-- | gst/asfmux/gstasfobjects.h | 4 | ||||
-rw-r--r-- | gst/asfmux/gstasfparse.c | 4 | ||||
-rw-r--r-- | gst/asfmux/gstasfparse.h | 4 | ||||
-rw-r--r-- | gst/asfmux/gstrtpasfpay.c | 4 | ||||
-rw-r--r-- | gst/asfmux/gstrtpasfpay.h | 4 |
9 files changed, 18 insertions, 18 deletions
diff --git a/gst/asfmux/gstasf.c b/gst/asfmux/gstasf.c index b79e444de..1a00fb49e 100644 --- a/gst/asfmux/gstasf.c +++ b/gst/asfmux/gstasf.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/gst/asfmux/gstasfmux.c b/gst/asfmux/gstasfmux.c index 3b340259d..ff0658541 100644 --- a/gst/asfmux/gstasfmux.c +++ b/gst/asfmux/gstasfmux.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. */ /* based on: diff --git a/gst/asfmux/gstasfmux.h b/gst/asfmux/gstasfmux.h index b0f5fabde..0fd3bc38d 100644 --- a/gst/asfmux/gstasfmux.h +++ b/gst/asfmux/gstasfmux.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/gst/asfmux/gstasfobjects.c b/gst/asfmux/gstasfobjects.c index 27ebb2860..b8ec94d2a 100644 --- a/gst/asfmux/gstasfobjects.c +++ b/gst/asfmux/gstasfobjects.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. */ #include "gstasfobjects.h" diff --git a/gst/asfmux/gstasfobjects.h b/gst/asfmux/gstasfobjects.h index 01939becf..0c1e20262 100644 --- a/gst/asfmux/gstasfobjects.h +++ b/gst/asfmux/gstasfobjects.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_ASF_OBJECTS_H__ #define __GST_ASF_OBJECTS_H__ diff --git a/gst/asfmux/gstasfparse.c b/gst/asfmux/gstasfparse.c index 529c7a85a..55bfe1d19 100644 --- a/gst/asfmux/gstasfparse.c +++ b/gst/asfmux/gstasfparse.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/gst/asfmux/gstasfparse.h b/gst/asfmux/gstasfparse.h index 760e81f49..95c7f4763 100644 --- a/gst/asfmux/gstasfparse.h +++ b/gst/asfmux/gstasfparse.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/gst/asfmux/gstrtpasfpay.c b/gst/asfmux/gstrtpasfpay.c index 5cc3f0a77..ae60c46e8 100644 --- a/gst/asfmux/gstrtpasfpay.c +++ b/gst/asfmux/gstrtpasfpay.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. */ /* FIXME diff --git a/gst/asfmux/gstrtpasfpay.h b/gst/asfmux/gstrtpasfpay.h index 8857acad4..da990c233 100644 --- a/gst/asfmux/gstrtpasfpay.h +++ b/gst/asfmux/gstrtpasfpay.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. */ |