summaryrefslogtreecommitdiff
path: root/plugins/easy_codec
diff options
context:
space:
mode:
authorJakub Zawadzki <darkjames-ws@darkjames.pl>2012-06-28 23:18:38 +0000
committerJakub Zawadzki <darkjames-ws@darkjames.pl>2012-06-28 23:18:38 +0000
commitb18e88004009ac35627fa63220d11c1e8894e1c6 (patch)
treee84150fd6d648fb068f772cb6dbbc9e31db690c4 /plugins/easy_codec
parentf19346af348a598ce04e054241e7ebcc2d7cddf1 (diff)
downloadwireshark-b18e88004009ac35627fa63220d11c1e8894e1c6.tar.gz
Update FSF address - part II.
svn path=/trunk/; revision=43538
Diffstat (limited to 'plugins/easy_codec')
-rw-r--r--plugins/easy_codec/codec-g722.c2
-rw-r--r--plugins/easy_codec/codec-g722.h2
-rw-r--r--plugins/easy_codec/codec-g7231.c2
-rw-r--r--plugins/easy_codec/codec-g7231.h2
-rw-r--r--plugins/easy_codec/codec-g729a.c2
-rw-r--r--plugins/easy_codec/codec-g729a.h2
-rw-r--r--plugins/easy_codec/easy_codec_plugin.c2
7 files changed, 7 insertions, 7 deletions
diff --git a/plugins/easy_codec/codec-g722.c b/plugins/easy_codec/codec-g722.c
index 274ca6772f..1214428c72 100644
--- a/plugins/easy_codec/codec-g722.c
+++ b/plugins/easy_codec/codec-g722.c
@@ -20,7 +20,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.
*/
#ifdef HAVE_CONFIG_H
diff --git a/plugins/easy_codec/codec-g722.h b/plugins/easy_codec/codec-g722.h
index ccdf72245d..fed52761ec 100644
--- a/plugins/easy_codec/codec-g722.h
+++ b/plugins/easy_codec/codec-g722.h
@@ -20,7 +20,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 _CODEC_G722_H_
diff --git a/plugins/easy_codec/codec-g7231.c b/plugins/easy_codec/codec-g7231.c
index 49ba9424d3..b604c3350a 100644
--- a/plugins/easy_codec/codec-g7231.c
+++ b/plugins/easy_codec/codec-g7231.c
@@ -20,7 +20,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.
*/
#ifdef HAVE_CONFIG_H
diff --git a/plugins/easy_codec/codec-g7231.h b/plugins/easy_codec/codec-g7231.h
index 533030814c..05f5f358ba 100644
--- a/plugins/easy_codec/codec-g7231.h
+++ b/plugins/easy_codec/codec-g7231.h
@@ -20,7 +20,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 _CODEC_G7231_H_
diff --git a/plugins/easy_codec/codec-g729a.c b/plugins/easy_codec/codec-g729a.c
index e1b6372de5..541dbd724b 100644
--- a/plugins/easy_codec/codec-g729a.c
+++ b/plugins/easy_codec/codec-g729a.c
@@ -20,7 +20,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.
*/
#ifdef HAVE_CONFIG_H
diff --git a/plugins/easy_codec/codec-g729a.h b/plugins/easy_codec/codec-g729a.h
index 4587586be8..65225beddd 100644
--- a/plugins/easy_codec/codec-g729a.h
+++ b/plugins/easy_codec/codec-g729a.h
@@ -20,7 +20,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 _CODEC_G729A_H_
diff --git a/plugins/easy_codec/easy_codec_plugin.c b/plugins/easy_codec/easy_codec_plugin.c
index 6ef0b76b10..84eddba802 100644
--- a/plugins/easy_codec/easy_codec_plugin.c
+++ b/plugins/easy_codec/easy_codec_plugin.c
@@ -20,7 +20,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 ENABLE_STATIC