summaryrefslogtreecommitdiff
path: root/codecs
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
parentb61dd3c68ddf5328037c0a2fe2d8c1f40cdb9bda (diff)
downloadwireshark-2dd25c2c482e573a26db19db995dd171c7667cea.tar.gz
check licence: fix FSF address.
svn path=/trunk/; revision=53866
Diffstat (limited to 'codecs')
-rw-r--r--codecs/G722/G722decode.c2
-rw-r--r--codecs/G722/G722decode.h2
-rw-r--r--codecs/G726/G726decode.c2
-rw-r--r--codecs/G726/G726decode.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/codecs/G722/G722decode.c b/codecs/G722/G722decode.c
index 73bc10dbc8..e7e47dfa78 100644
--- a/codecs/G722/G722decode.c
+++ b/codecs/G722/G722decode.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/G722/G722decode.h b/codecs/G722/G722decode.h
index a1ec060dc0..255092190a 100644
--- a/codecs/G722/G722decode.h
+++ b/codecs/G722/G722decode.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_G722DECODE_H__
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__