aboutsummaryrefslogtreecommitdiffstats
path: root/codecs/G726
diff options
context:
space:
mode:
authorJakub Zawadzki <darkjames-ws@darkjames.pl>2013-12-08 20:00:19 +0000
committerJakub Zawadzki <darkjames-ws@darkjames.pl>2013-12-08 20:00:19 +0000
commit2dd25c2c482e573a26db19db995dd171c7667cea (patch)
tree5935477f5bb820efb59dd39f6477074f20026463 /codecs/G726
parentb61dd3c68ddf5328037c0a2fe2d8c1f40cdb9bda (diff)
check licence: fix FSF address.
svn path=/trunk/; revision=53866
Diffstat (limited to 'codecs/G726')
-rw-r--r--codecs/G726/G726decode.c2
-rw-r--r--codecs/G726/G726decode.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/codecs/G726/G726decode.c b/codecs/G726/G726decode.c
index edc337840f..bb2515719e 100644
--- a/codecs/G726/G726decode.c
+++ b/codecs/G726/G726decode.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 "config.h"
diff --git a/codecs/G726/G726decode.h b/codecs/G726/G726decode.h
index 4c139d008b..3858ae33b1 100644
--- a/codecs/G726/G726decode.h
+++ b/codecs/G726/G726decode.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_G726DECODE_H__