From bf81b42e1e6aa72ecd1bc462e25b78a68c363783 Mon Sep 17 00:00:00 2001 From: Jakub Zawadzki Date: Thu, 28 Jun 2012 22:56:06 +0000 Subject: Update Free Software Foundation address. (COPYING will be updated in next commit) svn path=/trunk/; revision=43536 --- codecs/CMakeLists.txt | 2 +- codecs/G711a/G711adecode.c | 2 +- codecs/G711a/G711adecode.h | 2 +- codecs/G711a/G711atable.h | 2 +- codecs/G711u/G711udecode.c | 2 +- codecs/G711u/G711udecode.h | 2 +- codecs/G711u/G711utable.h | 2 +- codecs/Makefile.am | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) (limited to 'codecs') 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 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 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 -- cgit v1.2.3