summaryrefslogtreecommitdiff
path: root/examples/http.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/http.c')
-rw-r--r--examples/http.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/examples/http.c b/examples/http.c
index b28c36068..12da270bc 100644
--- a/examples/http.c
+++ b/examples/http.c
@@ -1,23 +1,24 @@
-/* GNU mailutils - a suite of utilities for electronic mail
+/* GNU Mailutils -- a suite of utilities for electronic mail
Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc.
- This program is free software; you can redistribute it and/or modify
+ GNU Mailutils is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2, or (at your option)
any later version.
- This program is distributed in the hope that it will be useful,
+ GNU Mailutils is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
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
+ along with GNU Mailutils; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
/* This is an example program to illustrate the use of stream functions.
It connects to a remote HTTP server and prints the contents of its
index page */
+
#include <stdlib.h>
#include <stdio.h>
#include <errno.h>

Return to:

Send suggestions and report system problems to the System administrator.