summaryrefslogtreecommitdiff
path: root/gst/siren
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 /gst/siren
parentfa20fba1a28b9e36a52991d76a474b6e1dc9fb1a (diff)
Fix FSF address
https://bugzilla.gnome.org/show_bug.cgi?id=687520
Diffstat (limited to 'gst/siren')
-rw-r--r--gst/siren/common.c4
-rw-r--r--gst/siren/common.h4
-rw-r--r--gst/siren/dct4.c4
-rw-r--r--gst/siren/dct4.h4
-rw-r--r--gst/siren/decoder.c4
-rw-r--r--gst/siren/decoder.h4
-rw-r--r--gst/siren/encoder.c4
-rw-r--r--gst/siren/encoder.h4
-rw-r--r--gst/siren/gstsiren.c4
-rw-r--r--gst/siren/gstsiren.h4
-rw-r--r--gst/siren/gstsirendec.c4
-rw-r--r--gst/siren/gstsirendec.h4
-rw-r--r--gst/siren/gstsirenenc.c4
-rw-r--r--gst/siren/gstsirenenc.h4
-rw-r--r--gst/siren/huffman.c4
-rw-r--r--gst/siren/huffman.h4
-rw-r--r--gst/siren/huffman_consts.h4
-rw-r--r--gst/siren/rmlt.c4
-rw-r--r--gst/siren/rmlt.h4
-rw-r--r--gst/siren/siren7.h4
20 files changed, 40 insertions, 40 deletions
diff --git a/gst/siren/common.c b/gst/siren/common.c
index 3146597de..46a4877bb 100644
--- a/gst/siren/common.c
+++ b/gst/siren/common.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.
*/
#include "siren7.h"
diff --git a/gst/siren/common.h b/gst/siren/common.h
index a231de8af..e09e533ae 100644
--- a/gst/siren/common.h
+++ b/gst/siren/common.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/gst/siren/dct4.c b/gst/siren/dct4.c
index db2dfbad6..252d03f2d 100644
--- a/gst/siren/dct4.c
+++ b/gst/siren/dct4.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/gst/siren/dct4.h b/gst/siren/dct4.h
index 5bdd0e07a..479fd2dfa 100644
--- a/gst/siren/dct4.h
+++ b/gst/siren/dct4.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/gst/siren/decoder.c b/gst/siren/decoder.c
index 69e427640..e90932af3 100644
--- a/gst/siren/decoder.c
+++ b/gst/siren/decoder.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/gst/siren/decoder.h b/gst/siren/decoder.h
index 58c1406bf..5b208411f 100644
--- a/gst/siren/decoder.h
+++ b/gst/siren/decoder.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/gst/siren/encoder.c b/gst/siren/encoder.c
index b087bbc9a..658fe5d60 100644
--- a/gst/siren/encoder.c
+++ b/gst/siren/encoder.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/gst/siren/encoder.h b/gst/siren/encoder.h
index a53185caf..85a08b81c 100644
--- a/gst/siren/encoder.h
+++ b/gst/siren/encoder.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/gst/siren/gstsiren.c b/gst/siren/gstsiren.c
index 0aa7a9623..4678cdfbb 100644
--- a/gst/siren/gstsiren.c
+++ b/gst/siren/gstsiren.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/gst/siren/gstsiren.h b/gst/siren/gstsiren.h
index 0f826226d..6117cc169 100644
--- a/gst/siren/gstsiren.h
+++ b/gst/siren/gstsiren.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/gst/siren/gstsirendec.c b/gst/siren/gstsirendec.c
index fbdfcd044..2ebf307a0 100644
--- a/gst/siren/gstsirendec.c
+++ b/gst/siren/gstsirendec.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/gst/siren/gstsirendec.h b/gst/siren/gstsirendec.h
index 4c42c4de7..bcb55cdd1 100644
--- a/gst/siren/gstsirendec.h
+++ b/gst/siren/gstsirendec.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/gst/siren/gstsirenenc.c b/gst/siren/gstsirenenc.c
index caf039e44..b73060faf 100644
--- a/gst/siren/gstsirenenc.c
+++ b/gst/siren/gstsirenenc.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/gst/siren/gstsirenenc.h b/gst/siren/gstsirenenc.h
index 3477db1a7..9351bd27f 100644
--- a/gst/siren/gstsirenenc.h
+++ b/gst/siren/gstsirenenc.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/gst/siren/huffman.c b/gst/siren/huffman.c
index e97da4a2b..432656e3c 100644
--- a/gst/siren/huffman.c
+++ b/gst/siren/huffman.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/gst/siren/huffman.h b/gst/siren/huffman.h
index ea4fab0da..33293e2cc 100644
--- a/gst/siren/huffman.h
+++ b/gst/siren/huffman.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 _SIREN7_HUFFMAN_H_
diff --git a/gst/siren/huffman_consts.h b/gst/siren/huffman_consts.h
index 0a38c0bf3..1814e87d3 100644
--- a/gst/siren/huffman_consts.h
+++ b/gst/siren/huffman_consts.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/gst/siren/rmlt.c b/gst/siren/rmlt.c
index df3088c9e..bf5326e83 100644
--- a/gst/siren/rmlt.c
+++ b/gst/siren/rmlt.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/gst/siren/rmlt.h b/gst/siren/rmlt.h
index 27257cf1d..e9e48909c 100644
--- a/gst/siren/rmlt.h
+++ b/gst/siren/rmlt.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/gst/siren/siren7.h b/gst/siren/siren7.h
index 9a89811dd..e1dc7ca45 100644
--- a/gst/siren/siren7.h
+++ b/gst/siren/siren7.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.
*/