aboutsummaryrefslogtreecommitdiffstats
path: root/codecs
diff options
context:
space:
mode:
authorJakub Zawadzki <darkjames-ws@darkjames.pl>2012-06-28 22:56:06 +0000
committerJakub Zawadzki <darkjames-ws@darkjames.pl>2012-06-28 22:56:06 +0000
commitbf81b42e1e6aa72ecd1bc462e25b78a68c363783 (patch)
tree2c612637d71d19c66b4bd618e6bd780e3c6841c2 /codecs
parent35f83ce720e50908f1e3ca20b04702e5fe61278e (diff)
Update Free Software Foundation address.
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
Diffstat (limited to 'codecs')
-rw-r--r--codecs/CMakeLists.txt2
-rw-r--r--codecs/G711a/G711adecode.c2
-rw-r--r--codecs/G711a/G711adecode.h2
-rw-r--r--codecs/G711a/G711atable.h2
-rw-r--r--codecs/G711u/G711udecode.c2
-rw-r--r--codecs/G711u/G711udecode.h2
-rw-r--r--codecs/G711u/G711utable.h2
-rw-r--r--codecs/Makefile.am2
8 files changed, 8 insertions, 8 deletions
diff --git a/codecs/CMakeLists.txt b/codecs/CMakeLists.txt
index 92fd26a9b2..35090798f5 100644
--- a/codecs/CMakeLists.txt
+++ b/codecs/CMakeLists.txt
@@ -18,7 +18,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
set(CODECS_FILES
diff --git a/codecs/G711a/G711adecode.c b/codecs/G711a/G711adecode.c
index 3461b70836..10fe3e2cc1 100644
--- a/codecs/G711a/G711adecode.c
+++ b/codecs/G711a/G711adecode.c
@@ -19,7 +19,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <glib.h>
diff --git a/codecs/G711a/G711adecode.h b/codecs/G711a/G711adecode.h
index c3d6bf2bab..4acdca31bd 100644
--- a/codecs/G711a/G711adecode.h
+++ b/codecs/G711a/G711adecode.h
@@ -19,7 +19,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef __CODECS_G711ADECODE_H__
diff --git a/codecs/G711a/G711atable.h b/codecs/G711a/G711atable.h
index 294f50b115..5c5e042127 100644
--- a/codecs/G711a/G711atable.h
+++ b/codecs/G711a/G711atable.h
@@ -19,7 +19,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
gint16 alaw_exp_table[256] = {
diff --git a/codecs/G711u/G711udecode.c b/codecs/G711u/G711udecode.c
index d453cdd4d9..c56018ad32 100644
--- a/codecs/G711u/G711udecode.c
+++ b/codecs/G711u/G711udecode.c
@@ -19,7 +19,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <glib.h>
diff --git a/codecs/G711u/G711udecode.h b/codecs/G711u/G711udecode.h
index 30eeefd543..529d6b31fe 100644
--- a/codecs/G711u/G711udecode.h
+++ b/codecs/G711u/G711udecode.h
@@ -19,7 +19,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef __CODECS_G711UDECODE_H__
diff --git a/codecs/G711u/G711utable.h b/codecs/G711u/G711utable.h
index d371491436..58daff053c 100644
--- a/codecs/G711u/G711utable.h
+++ b/codecs/G711u/G711utable.h
@@ -19,7 +19,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
gint16 ulaw_exp_table[256] = {
diff --git a/codecs/Makefile.am b/codecs/Makefile.am
index 8a4de6c8f0..cdf1df4fa7 100644
--- a/codecs/Makefile.am
+++ b/codecs/Makefile.am
@@ -19,7 +19,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
if HAVE_WARNINGS_AS_ERRORS
AM_CFLAGS = -Werror