From a85f2baa9d6afb67c4eeaacc3bdfabf207e92c0c Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 30 Jun 2015 11:39:18 +0000 Subject: [PATCH] fix #3869: outdated FSF address --- configure.ac | 4 ++-- doc/ecos.texi | 4 ++-- src/microhttpd/test_daemon.c | 4 ++-- src/microhttpd/test_postprocessor.c | 4 ++-- src/microhttpd/test_postprocessor_large.c | 4 ++-- src/testcurl/curl_version_check.c | 4 ++-- src/testcurl/https/test_empty_response.c | 4 ++-- src/testcurl/https/test_https_get.c | 4 ++-- src/testcurl/https/test_https_get_parallel.c | 4 ++-- src/testcurl/https/test_https_get_parallel_threads.c | 4 ++-- src/testcurl/https/test_https_get_select.c | 4 ++-- src/testcurl/https/test_https_multi_daemon.c | 4 ++-- src/testcurl/https/test_https_session_info.c | 4 ++-- src/testcurl/https/test_https_sni.c | 4 ++-- src/testcurl/https/test_https_time_out.c | 4 ++-- src/testcurl/https/test_tls_authentication.c | 4 ++-- src/testcurl/https/test_tls_extensions.c | 4 ++-- src/testcurl/https/test_tls_options.c | 4 ++-- src/testcurl/https/tls_test_common.c | 4 ++-- src/testcurl/https/tls_test_common.h | 4 ++-- src/testcurl/perf_get.c | 4 ++-- src/testcurl/perf_get_concurrent.c | 4 ++-- src/testcurl/test_callback.c | 4 ++-- src/testcurl/test_concurrent_stop.c | 4 ++-- src/testcurl/test_digestauth.c | 4 ++-- src/testcurl/test_digestauth_with_arguments.c | 4 ++-- src/testcurl/test_get.c | 4 ++-- src/testcurl/test_get_chunked.c | 4 ++-- src/testcurl/test_get_response_cleanup.c | 4 ++-- src/testcurl/test_get_sendfile.c | 4 ++-- src/testcurl/test_iplimit.c | 4 ++-- src/testcurl/test_large_put.c | 4 ++-- src/testcurl/test_long_header.c | 4 ++-- src/testcurl/test_options.c | 4 ++-- src/testcurl/test_parse_cookies.c | 4 ++-- src/testcurl/test_post.c | 4 ++-- src/testcurl/test_post_loop.c | 4 ++-- src/testcurl/test_postform.c | 4 ++-- src/testcurl/test_process_arguments.c | 4 ++-- src/testcurl/test_process_headers.c | 4 ++-- src/testcurl/test_put.c | 4 ++-- src/testcurl/test_put_chunked.c | 4 ++-- src/testcurl/test_quiesce.c | 4 ++-- src/testcurl/test_start_stop.c | 4 ++-- src/testcurl/test_termination.c | 4 ++-- src/testcurl/test_timeout.c | 4 ++-- src/testcurl/test_urlparse.c | 4 ++-- src/testzzuf/socat.c | 4 ++-- src/testzzuf/test_get.c | 4 ++-- src/testzzuf/test_get_chunked.c | 4 ++-- src/testzzuf/test_long_header.c | 4 ++-- src/testzzuf/test_post.c | 4 ++-- src/testzzuf/test_post_form.c | 4 ++-- src/testzzuf/test_put.c | 4 ++-- src/testzzuf/test_put_chunked.c | 4 ++-- src/testzzuf/test_put_large.c | 4 ++-- 56 files changed, 112 insertions(+), 112 deletions(-) diff --git a/configure.ac b/configure.ac index c8576a19..b3ec48d9 100644 --- a/configure.ac +++ b/configure.ac @@ -13,8 +13,8 @@ # # You should have received a copy of the GNU General Public License # along with libmicrohttpd; see the file COPYING. If not, write to the -# Free Software Foundation, Inc., 59 Temple Place - Suite 330, -# Boston, MA 02111-1307, USA. +# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +# Boston, MA 02110-1301, USA. # # # Process this file with autoconf to produce a configure script. diff --git a/doc/ecos.texi b/doc/ecos.texi index 00fad740..84fbb295 100644 --- a/doc/ecos.texi +++ b/doc/ecos.texi @@ -4,7 +4,7 @@ @display Copyright @copyright{} 1989, 1991 Free Software Foundation, Inc. -59 Temple Place -- Suite 330, Boston, MA 02111-1307, USA +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. @@ -360,7 +360,7 @@ GNU General Public License for more details. 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. +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. @end smallexample Also add information on how to contact you by electronic and paper mail. diff --git a/src/microhttpd/test_daemon.c b/src/microhttpd/test_daemon.c index 13450ba8..ca1f71bc 100644 --- a/src/microhttpd/test_daemon.c +++ b/src/microhttpd/test_daemon.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU General Public License along with libmicrohttpd; see the file COPYING. If not, write to the - Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ /** diff --git a/src/microhttpd/test_postprocessor.c b/src/microhttpd/test_postprocessor.c index 66bab81e..5a811c2b 100644 --- a/src/microhttpd/test_postprocessor.c +++ b/src/microhttpd/test_postprocessor.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU General Public License along with libmicrohttpd; see the file COPYING. If not, write to the - Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ /** diff --git a/src/microhttpd/test_postprocessor_large.c b/src/microhttpd/test_postprocessor_large.c index 0af4ab99..4b9e06ae 100644 --- a/src/microhttpd/test_postprocessor_large.c +++ b/src/microhttpd/test_postprocessor_large.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU General Public License along with libmicrohttpd; see the file COPYING. If not, write to the - Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ /** diff --git a/src/testcurl/curl_version_check.c b/src/testcurl/curl_version_check.c index 518cb867..5330f302 100644 --- a/src/testcurl/curl_version_check.c +++ b/src/testcurl/curl_version_check.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU General Public License along with libmicrohttpd; see the file COPYING. If not, write to the - Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ /** diff --git a/src/testcurl/https/test_empty_response.c b/src/testcurl/https/test_empty_response.c index f9f8001f..d327786c 100644 --- a/src/testcurl/https/test_empty_response.c +++ b/src/testcurl/https/test_empty_response.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU General Public License along with libmicrohttpd; see the file COPYING. If not, write to the - Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ /** diff --git a/src/testcurl/https/test_https_get.c b/src/testcurl/https/test_https_get.c index f7957c33..825c0258 100644 --- a/src/testcurl/https/test_https_get.c +++ b/src/testcurl/https/test_https_get.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU General Public License along with libmicrohttpd; see the file COPYING. If not, write to the - Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ /** diff --git a/src/testcurl/https/test_https_get_parallel.c b/src/testcurl/https/test_https_get_parallel.c index 166e400f..cf32a021 100644 --- a/src/testcurl/https/test_https_get_parallel.c +++ b/src/testcurl/https/test_https_get_parallel.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU General Public License along with libmicrohttpd; see the file COPYING. If not, write to the - Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ /** diff --git a/src/testcurl/https/test_https_get_parallel_threads.c b/src/testcurl/https/test_https_get_parallel_threads.c index 4cb2128e..7de6911f 100644 --- a/src/testcurl/https/test_https_get_parallel_threads.c +++ b/src/testcurl/https/test_https_get_parallel_threads.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU General Public License along with libmicrohttpd; see the file COPYING. If not, write to the - Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ /** diff --git a/src/testcurl/https/test_https_get_select.c b/src/testcurl/https/test_https_get_select.c index 9f9ba99f..38ab1879 100644 --- a/src/testcurl/https/test_https_get_select.c +++ b/src/testcurl/https/test_https_get_select.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU General Public License along with libmicrohttpd; see the file COPYING. If not, write to the - Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ /** diff --git a/src/testcurl/https/test_https_multi_daemon.c b/src/testcurl/https/test_https_multi_daemon.c index 293aff4e..bb174cdf 100644 --- a/src/testcurl/https/test_https_multi_daemon.c +++ b/src/testcurl/https/test_https_multi_daemon.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU General Public License along with libmicrohttpd; see the file COPYING. If not, write to the - Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ /** diff --git a/src/testcurl/https/test_https_session_info.c b/src/testcurl/https/test_https_session_info.c index 8dac2533..adefb0b0 100644 --- a/src/testcurl/https/test_https_session_info.c +++ b/src/testcurl/https/test_https_session_info.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU General Public License along with libmicrohttpd; see the file COPYING. If not, write to the - Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ /** diff --git a/src/testcurl/https/test_https_sni.c b/src/testcurl/https/test_https_sni.c index 8c4dea66..cd96622a 100644 --- a/src/testcurl/https/test_https_sni.c +++ b/src/testcurl/https/test_https_sni.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU General Public License along with libmicrohttpd; see the file COPYING. If not, write to the - Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ /** diff --git a/src/testcurl/https/test_https_time_out.c b/src/testcurl/https/test_https_time_out.c index c9794a6a..3bcdd0d5 100644 --- a/src/testcurl/https/test_https_time_out.c +++ b/src/testcurl/https/test_https_time_out.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU General Public License along with libmicrohttpd; see the file COPYING. If not, write to the - Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ /** diff --git a/src/testcurl/https/test_tls_authentication.c b/src/testcurl/https/test_tls_authentication.c index cc9c76d7..0fb3d58a 100644 --- a/src/testcurl/https/test_tls_authentication.c +++ b/src/testcurl/https/test_tls_authentication.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU General Public License along with libmicrohttpd; see the file COPYING. If not, write to the - Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ /** diff --git a/src/testcurl/https/test_tls_extensions.c b/src/testcurl/https/test_tls_extensions.c index d18af37e..8b192aa1 100644 --- a/src/testcurl/https/test_tls_extensions.c +++ b/src/testcurl/https/test_tls_extensions.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU General Public License along with libmicrohttpd; see the file COPYING. If not, write to the - Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ /** diff --git a/src/testcurl/https/test_tls_options.c b/src/testcurl/https/test_tls_options.c index 7dd01a72..391dc594 100644 --- a/src/testcurl/https/test_tls_options.c +++ b/src/testcurl/https/test_tls_options.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU General Public License along with libmicrohttpd; see the file COPYING. If not, write to the - Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ /** diff --git a/src/testcurl/https/tls_test_common.c b/src/testcurl/https/tls_test_common.c index f9175828..29aa6449 100644 --- a/src/testcurl/https/tls_test_common.c +++ b/src/testcurl/https/tls_test_common.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU General Public License along with libmicrohttpd; see the file COPYING. If not, write to the - Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ /** diff --git a/src/testcurl/https/tls_test_common.h b/src/testcurl/https/tls_test_common.h index 20198f7b..1d324760 100644 --- a/src/testcurl/https/tls_test_common.h +++ b/src/testcurl/https/tls_test_common.h @@ -14,8 +14,8 @@ You should have received a copy of the GNU General Public License along with libmicrohttpd; see the file COPYING. If not, write to the - Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ #ifndef TLS_TEST_COMMON_H_ diff --git a/src/testcurl/perf_get.c b/src/testcurl/perf_get.c index 1e42f7d0..651bc36e 100644 --- a/src/testcurl/perf_get.c +++ b/src/testcurl/perf_get.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU General Public License along with libmicrohttpd; see the file COPYING. If not, write to the - Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ /** diff --git a/src/testcurl/perf_get_concurrent.c b/src/testcurl/perf_get_concurrent.c index 28559ee0..1e7e6d62 100644 --- a/src/testcurl/perf_get_concurrent.c +++ b/src/testcurl/perf_get_concurrent.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU General Public License along with libmicrohttpd; see the file COPYING. If not, write to the - Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ /** diff --git a/src/testcurl/test_callback.c b/src/testcurl/test_callback.c index 83233e66..e9095dd3 100644 --- a/src/testcurl/test_callback.c +++ b/src/testcurl/test_callback.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU General Public License along with libmicrohttpd; see the file COPYING. If not, write to the - Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ /** diff --git a/src/testcurl/test_concurrent_stop.c b/src/testcurl/test_concurrent_stop.c index 60cc98db..436ec562 100644 --- a/src/testcurl/test_concurrent_stop.c +++ b/src/testcurl/test_concurrent_stop.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU General Public License along with libmicrohttpd; see the file COPYING. If not, write to the - Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ /** diff --git a/src/testcurl/test_digestauth.c b/src/testcurl/test_digestauth.c index fd579196..b111e941 100644 --- a/src/testcurl/test_digestauth.c +++ b/src/testcurl/test_digestauth.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU General Public License along with libmicrohttpd; see the file COPYING. If not, write to the - Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ /** diff --git a/src/testcurl/test_digestauth_with_arguments.c b/src/testcurl/test_digestauth_with_arguments.c index 51868abd..cdaf9e4c 100644 --- a/src/testcurl/test_digestauth_with_arguments.c +++ b/src/testcurl/test_digestauth_with_arguments.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU General Public License along with libmicrohttpd; see the file COPYING. If not, write to the - Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ /** diff --git a/src/testcurl/test_get.c b/src/testcurl/test_get.c index e4c531d6..a66a046c 100644 --- a/src/testcurl/test_get.c +++ b/src/testcurl/test_get.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU General Public License along with libmicrohttpd; see the file COPYING. If not, write to the - Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ /** diff --git a/src/testcurl/test_get_chunked.c b/src/testcurl/test_get_chunked.c index 3b8bf397..6efe2f5e 100644 --- a/src/testcurl/test_get_chunked.c +++ b/src/testcurl/test_get_chunked.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU General Public License along with libmicrohttpd; see the file COPYING. If not, write to the - Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ /** diff --git a/src/testcurl/test_get_response_cleanup.c b/src/testcurl/test_get_response_cleanup.c index f8817464..c7335964 100644 --- a/src/testcurl/test_get_response_cleanup.c +++ b/src/testcurl/test_get_response_cleanup.c @@ -15,8 +15,8 @@ You should have received a copy of the GNU General Public License along with libmicrohttpd; see the file COPYING. If not, write to the - Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ /** diff --git a/src/testcurl/test_get_sendfile.c b/src/testcurl/test_get_sendfile.c index f0853b27..a280e116 100644 --- a/src/testcurl/test_get_sendfile.c +++ b/src/testcurl/test_get_sendfile.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU General Public License along with libmicrohttpd; see the file COPYING. If not, write to the - Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ /** diff --git a/src/testcurl/test_iplimit.c b/src/testcurl/test_iplimit.c index 813fc8b4..0e1adbce 100644 --- a/src/testcurl/test_iplimit.c +++ b/src/testcurl/test_iplimit.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU General Public License along with libmicrohttpd; see the file COPYING. If not, write to the - Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ /** diff --git a/src/testcurl/test_large_put.c b/src/testcurl/test_large_put.c index ec0022ee..37b94348 100644 --- a/src/testcurl/test_large_put.c +++ b/src/testcurl/test_large_put.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU General Public License along with libmicrohttpd; see the file COPYING. If not, write to the - Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ /** diff --git a/src/testcurl/test_long_header.c b/src/testcurl/test_long_header.c index e1e024b1..0819a439 100644 --- a/src/testcurl/test_long_header.c +++ b/src/testcurl/test_long_header.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU General Public License along with libmicrohttpd; see the file COPYING. If not, write to the - Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ /** diff --git a/src/testcurl/test_options.c b/src/testcurl/test_options.c index 4afe3d43..d229f9b4 100644 --- a/src/testcurl/test_options.c +++ b/src/testcurl/test_options.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU General Public License along with libmicrohttpd; see the file COPYING. If not, write to the - Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ /** diff --git a/src/testcurl/test_parse_cookies.c b/src/testcurl/test_parse_cookies.c index 7d70867e..ed654024 100644 --- a/src/testcurl/test_parse_cookies.c +++ b/src/testcurl/test_parse_cookies.c @@ -15,8 +15,8 @@ You should have received a copy of the GNU General Public License along with libmicrohttpd; see the file COPYING. If not, write to the - Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ /** diff --git a/src/testcurl/test_post.c b/src/testcurl/test_post.c index 49bf30ae..ad44791f 100644 --- a/src/testcurl/test_post.c +++ b/src/testcurl/test_post.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU General Public License along with libmicrohttpd; see the file COPYING. If not, write to the - Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ /** diff --git a/src/testcurl/test_post_loop.c b/src/testcurl/test_post_loop.c index fe8d25c9..4fd632f5 100644 --- a/src/testcurl/test_post_loop.c +++ b/src/testcurl/test_post_loop.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU General Public License along with libmicrohttpd; see the file COPYING. If not, write to the - Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ /** diff --git a/src/testcurl/test_postform.c b/src/testcurl/test_postform.c index 450eb6ff..58b93b72 100644 --- a/src/testcurl/test_postform.c +++ b/src/testcurl/test_postform.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU General Public License along with libmicrohttpd; see the file COPYING. If not, write to the - Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ /** diff --git a/src/testcurl/test_process_arguments.c b/src/testcurl/test_process_arguments.c index a3e58418..30863164 100644 --- a/src/testcurl/test_process_arguments.c +++ b/src/testcurl/test_process_arguments.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU General Public License along with libmicrohttpd; see the file COPYING. If not, write to the - Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ /** diff --git a/src/testcurl/test_process_headers.c b/src/testcurl/test_process_headers.c index 4a219fb4..fa2753cb 100644 --- a/src/testcurl/test_process_headers.c +++ b/src/testcurl/test_process_headers.c @@ -15,8 +15,8 @@ You should have received a copy of the GNU General Public License along with libmicrohttpd; see the file COPYING. If not, write to the - Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ /** diff --git a/src/testcurl/test_put.c b/src/testcurl/test_put.c index fe1d8dbe..fb8ad9f9 100644 --- a/src/testcurl/test_put.c +++ b/src/testcurl/test_put.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU General Public License along with libmicrohttpd; see the file COPYING. If not, write to the - Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ /** diff --git a/src/testcurl/test_put_chunked.c b/src/testcurl/test_put_chunked.c index b2fa3229..3b60ef32 100644 --- a/src/testcurl/test_put_chunked.c +++ b/src/testcurl/test_put_chunked.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU General Public License along with libmicrohttpd; see the file COPYING. If not, write to the - Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ /** diff --git a/src/testcurl/test_quiesce.c b/src/testcurl/test_quiesce.c index 17adcb25..1ca87377 100644 --- a/src/testcurl/test_quiesce.c +++ b/src/testcurl/test_quiesce.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU General Public License along with libmicrohttpd; see the file COPYING. If not, write to the - Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ /** * @file test_quiesce.c diff --git a/src/testcurl/test_start_stop.c b/src/testcurl/test_start_stop.c index a7083410..ce1b445b 100644 --- a/src/testcurl/test_start_stop.c +++ b/src/testcurl/test_start_stop.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU General Public License along with libmicrohttpd; see the file COPYING. If not, write to the - Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ /** diff --git a/src/testcurl/test_termination.c b/src/testcurl/test_termination.c index 25f9e61c..1f7af82c 100644 --- a/src/testcurl/test_termination.c +++ b/src/testcurl/test_termination.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU General Public License along with libmicrohttpd; see the file COPYING. If not, write to the - Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ /** diff --git a/src/testcurl/test_timeout.c b/src/testcurl/test_timeout.c index 006c1a80..11e4a9b9 100644 --- a/src/testcurl/test_timeout.c +++ b/src/testcurl/test_timeout.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU General Public License along with libmicrohttpd; see the file COPYING. If not, write to the - Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ /** diff --git a/src/testcurl/test_urlparse.c b/src/testcurl/test_urlparse.c index c48bff20..cc00b4db 100644 --- a/src/testcurl/test_urlparse.c +++ b/src/testcurl/test_urlparse.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU General Public License along with libmicrohttpd; see the file COPYING. If not, write to the - Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ /** diff --git a/src/testzzuf/socat.c b/src/testzzuf/socat.c index 8743dc9b..ea3eeb1a 100644 --- a/src/testzzuf/socat.c +++ b/src/testzzuf/socat.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU General Public License along with libmicrohttpd; see the file COPYING. If not, write to the - Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ /** diff --git a/src/testzzuf/test_get.c b/src/testzzuf/test_get.c index 47cbe120..2c0c1a13 100644 --- a/src/testzzuf/test_get.c +++ b/src/testzzuf/test_get.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU General Public License along with libmicrohttpd; see the file COPYING. If not, write to the - Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ /** diff --git a/src/testzzuf/test_get_chunked.c b/src/testzzuf/test_get_chunked.c index faa2632f..843bc507 100644 --- a/src/testzzuf/test_get_chunked.c +++ b/src/testzzuf/test_get_chunked.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU General Public License along with libmicrohttpd; see the file COPYING. If not, write to the - Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ /** diff --git a/src/testzzuf/test_long_header.c b/src/testzzuf/test_long_header.c index 20041380..59125295 100644 --- a/src/testzzuf/test_long_header.c +++ b/src/testzzuf/test_long_header.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU General Public License along with libmicrohttpd; see the file COPYING. If not, write to the - Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ /** diff --git a/src/testzzuf/test_post.c b/src/testzzuf/test_post.c index 632609fb..460f295f 100644 --- a/src/testzzuf/test_post.c +++ b/src/testzzuf/test_post.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU General Public License along with libmicrohttpd; see the file COPYING. If not, write to the - Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ /** diff --git a/src/testzzuf/test_post_form.c b/src/testzzuf/test_post_form.c index 3e2cdffe..d110b2c0 100644 --- a/src/testzzuf/test_post_form.c +++ b/src/testzzuf/test_post_form.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU General Public License along with libmicrohttpd; see the file COPYING. If not, write to the - Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ /** diff --git a/src/testzzuf/test_put.c b/src/testzzuf/test_put.c index c6240c44..455c7424 100644 --- a/src/testzzuf/test_put.c +++ b/src/testzzuf/test_put.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU General Public License along with libmicrohttpd; see the file COPYING. If not, write to the - Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ /** diff --git a/src/testzzuf/test_put_chunked.c b/src/testzzuf/test_put_chunked.c index c023c5ee..7dd0f066 100644 --- a/src/testzzuf/test_put_chunked.c +++ b/src/testzzuf/test_put_chunked.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU General Public License along with libmicrohttpd; see the file COPYING. If not, write to the - Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ /** diff --git a/src/testzzuf/test_put_large.c b/src/testzzuf/test_put_large.c index 1fdc92a9..4dfea460 100644 --- a/src/testzzuf/test_put_large.c +++ b/src/testzzuf/test_put_large.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU General Public License along with libmicrohttpd; see the file COPYING. If not, write to the - Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. */ /**