diff options
author | Jakub Zawadzki <darkjames-ws@darkjames.pl> | 2012-06-28 22:56:06 +0000 |
---|---|---|
committer | Jakub Zawadzki <darkjames-ws@darkjames.pl> | 2012-06-28 22:56:06 +0000 |
commit | bf81b42e1e6aa72ecd1bc462e25b78a68c363783 (patch) | |
tree | 2c612637d71d19c66b4bd618e6bd780e3c6841c2 /asn1/rtse | |
parent | 35f83ce720e50908f1e3ca20b04702e5fe61278e (diff) | |
download | wireshark-bf81b42e1e6aa72ecd1bc462e25b78a68c363783.tar.gz wireshark-bf81b42e1e6aa72ecd1bc462e25b78a68c363783.tar.bz2 wireshark-bf81b42e1e6aa72ecd1bc462e25b78a68c363783.zip |
Update Free Software Foundation address.
(COPYING will be updated in next commit)
svn path=/trunk/; revision=43536
Diffstat (limited to 'asn1/rtse')
-rw-r--r-- | asn1/rtse/Makefile.am | 2 | ||||
-rw-r--r-- | asn1/rtse/Makefile.common | 2 | ||||
-rw-r--r-- | asn1/rtse/Makefile.nmake | 2 | ||||
-rw-r--r-- | asn1/rtse/packet-rtse-template.c | 2 | ||||
-rw-r--r-- | asn1/rtse/packet-rtse-template.h | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/asn1/rtse/Makefile.am b/asn1/rtse/Makefile.am index 462af31e88..d357a4d4df 100644 --- a/asn1/rtse/Makefile.am +++ b/asn1/rtse/Makefile.am @@ -17,7 +17,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 ../Makefile.preinc diff --git a/asn1/rtse/Makefile.common b/asn1/rtse/Makefile.common index 011341d34a..3443d056af 100644 --- a/asn1/rtse/Makefile.common +++ b/asn1/rtse/Makefile.common @@ -17,7 +17,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. PROTOCOL_NAME=rtse diff --git a/asn1/rtse/Makefile.nmake b/asn1/rtse/Makefile.nmake index 5a32997c60..25f75f5105 100644 --- a/asn1/rtse/Makefile.nmake +++ b/asn1/rtse/Makefile.nmake @@ -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.nmake diff --git a/asn1/rtse/packet-rtse-template.c b/asn1/rtse/packet-rtse-template.c index 58fcc1fd59..e7a948b54e 100644 --- a/asn1/rtse/packet-rtse-template.c +++ b/asn1/rtse/packet-rtse-template.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/asn1/rtse/packet-rtse-template.h b/asn1/rtse/packet-rtse-template.h index 47ada2ccaf..9464b9f1a7 100644 --- a/asn1/rtse/packet-rtse-template.h +++ b/asn1/rtse/packet-rtse-template.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 PACKET_RTSE_H |