summaryrefslogtreecommitdiff
path: root/ext/opus
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2012-11-03 20:38:00 +0000
committerTim-Philipp Müller <tim@centricular.net>2012-11-04 00:09:59 +0000
commit9e1b75fda32f56fb8b85e763bc5a235abf70c9ad (patch)
tree5a636bce24daf096d979bc5138bd311f2aa7b734 /ext/opus
parentfa20fba1a28b9e36a52991d76a474b6e1dc9fb1a (diff)
downloadgstreamer-plugins-bad-9e1b75fda32f56fb8b85e763bc5a235abf70c9ad.tar.gz
Fix FSF address
https://bugzilla.gnome.org/show_bug.cgi?id=687520
Diffstat (limited to 'ext/opus')
-rw-r--r--ext/opus/gstopus.c4
-rw-r--r--ext/opus/gstopuscommon.c4
-rw-r--r--ext/opus/gstopuscommon.h4
-rw-r--r--ext/opus/gstopusdec.c4
-rw-r--r--ext/opus/gstopusdec.h4
-rw-r--r--ext/opus/gstopusenc.c4
-rw-r--r--ext/opus/gstopusenc.h4
-rw-r--r--ext/opus/gstopusheader.c4
-rw-r--r--ext/opus/gstopusheader.h4
-rw-r--r--ext/opus/gstopusparse.c4
-rw-r--r--ext/opus/gstopusparse.h4
-rw-r--r--ext/opus/gstrtpopusdepay.c4
-rw-r--r--ext/opus/gstrtpopusdepay.h4
-rw-r--r--ext/opus/gstrtpopuspay.c4
-rw-r--r--ext/opus/gstrtpopuspay.h4
15 files changed, 30 insertions, 30 deletions
diff --git a/ext/opus/gstopus.c b/ext/opus/gstopus.c
index 2e0fe7cbe..a3427b284 100644
--- a/ext/opus/gstopus.c
+++ b/ext/opus/gstopus.c
@@ -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.
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
diff --git a/ext/opus/gstopuscommon.c b/ext/opus/gstopuscommon.c
index 80414ad05..227d44a0d 100644
--- a/ext/opus/gstopuscommon.c
+++ b/ext/opus/gstopuscommon.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 <stdio.h>
diff --git a/ext/opus/gstopuscommon.h b/ext/opus/gstopuscommon.h
index 21c2733ff..71771ae74 100644
--- a/ext/opus/gstopuscommon.h
+++ b/ext/opus/gstopuscommon.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/opus/gstopusdec.c b/ext/opus/gstopusdec.c
index 12e1652f2..ebef6e44e 100644
--- a/ext/opus/gstopusdec.c
+++ b/ext/opus/gstopusdec.c
@@ -16,8 +16,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/opus/gstopusdec.h b/ext/opus/gstopusdec.h
index 1367000e6..72487787c 100644
--- a/ext/opus/gstopusdec.h
+++ b/ext/opus/gstopusdec.h
@@ -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.
*/
#ifndef __GST_OPUS_DEC_H__
diff --git a/ext/opus/gstopusenc.c b/ext/opus/gstopusenc.c
index f6f83788b..142701b35 100644
--- a/ext/opus/gstopusenc.c
+++ b/ext/opus/gstopusenc.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/opus/gstopusenc.h b/ext/opus/gstopusenc.h
index df994e30b..64f95e37c 100644
--- a/ext/opus/gstopusenc.h
+++ b/ext/opus/gstopusenc.h
@@ -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/opus/gstopusheader.c b/ext/opus/gstopusheader.c
index af9717295..70844c491 100644
--- a/ext/opus/gstopusheader.c
+++ b/ext/opus/gstopusheader.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/opus/gstopusheader.h b/ext/opus/gstopusheader.h
index c6eaa033e..14c88c04d 100644
--- a/ext/opus/gstopusheader.h
+++ b/ext/opus/gstopusheader.h
@@ -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.
*/
#ifndef __GST_OPUS_HEADER_H__
diff --git a/ext/opus/gstopusparse.c b/ext/opus/gstopusparse.c
index 69ddb1797..fcf10e0b4 100644
--- a/ext/opus/gstopusparse.c
+++ b/ext/opus/gstopusparse.c
@@ -16,8 +16,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/opus/gstopusparse.h b/ext/opus/gstopusparse.h
index ba311ab25..6d120ccd7 100644
--- a/ext/opus/gstopusparse.h
+++ b/ext/opus/gstopusparse.h
@@ -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.
*/
#ifndef __GST_OPUS_PARSE_H__
diff --git a/ext/opus/gstrtpopusdepay.c b/ext/opus/gstrtpopusdepay.c
index 8d89e282a..da6d51eab 100644
--- a/ext/opus/gstrtpopusdepay.c
+++ b/ext/opus/gstrtpopusdepay.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/opus/gstrtpopusdepay.h b/ext/opus/gstrtpopusdepay.h
index 968ae52ae..7890eb19d 100644
--- a/ext/opus/gstrtpopusdepay.h
+++ b/ext/opus/gstrtpopusdepay.h
@@ -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.
*/
#ifndef __GST_RTP_OPUS_DEPAY_H__
diff --git a/ext/opus/gstrtpopuspay.c b/ext/opus/gstrtpopuspay.c
index 5ba3217cd..acebc8d9c 100644
--- a/ext/opus/gstrtpopuspay.c
+++ b/ext/opus/gstrtpopuspay.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/opus/gstrtpopuspay.h b/ext/opus/gstrtpopuspay.h
index 81160fe2a..e21bbe3c3 100644
--- a/ext/opus/gstrtpopuspay.h
+++ b/ext/opus/gstrtpopuspay.h
@@ -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.
*/
#ifndef __GST_RTP_OPUS_PAY_H__