Mercurial > ecos
changeset 2967:a98ace8abb52
* bsd_tcpip/current/doc/freebsd.sgml, tcpip/current/doc/openbsd.sgml:
No longer "recent".
* httpd/current/doc/httpd.sgml: Fix GoAhead URL.
| author | jld |
|---|---|
| date | Sat, 18 Sep 2010 16:10:32 +0000 |
| parents | 5774e957adc2 |
| children | 16fb75d6ac70 |
| files | packages/net/bsd_tcpip/current/ChangeLog packages/net/bsd_tcpip/current/doc/freebsd.sgml packages/net/httpd/current/ChangeLog packages/net/httpd/current/doc/httpd.sgml packages/net/tcpip/current/ChangeLog packages/net/tcpip/current/doc/openbsd.sgml |
| diffstat | 6 files changed, 40 insertions(+), 12 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/net/bsd_tcpip/current/ChangeLog +++ b/packages/net/bsd_tcpip/current/ChangeLog @@ -1,3 +1,7 @@ +2010-09-18 John Dallaway <john@dallaway.org.uk> + + * doc/freebsd.sgml: No longer "recent". + 2009-07-22 John Dallaway <john@dallaway.org.uk> * include/sys/cdefs.h: Silence undefined macro warning reported @@ -629,7 +633,7 @@ 2002-02-05 Hugo Tyson <hmt@redhat.com> # ####GPLCOPYRIGHTBEGIN#### # ------------------------------------------- # This file is part of eCos, the Embedded Configurable Operating System. -# Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc. +# Copyright (C) 2000, 2001, 2002, 2010 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by
--- a/packages/net/bsd_tcpip/current/doc/freebsd.sgml +++ b/packages/net/bsd_tcpip/current/doc/freebsd.sgml @@ -9,7 +9,7 @@ <!-- =============================================================== --> <!-- ####ECOSDOCCOPYRIGHTBEGIN#### --> <!-- =============================================================== --> -<!-- Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. --> +<!-- Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2010 Free Software Foundation, Inc. --> <!-- This material may be distributed only subject to the terms --> <!-- and conditions set forth in the Open Publication License, v1.0 --> <!-- or later (the latest version is presently available at --> @@ -33,7 +33,7 @@ <PARA> <productname>TCP/IP Networking for eCos</productname> now provides a complete TCP/IP networking stack, -based on a recent snapshot of the FreeBSD code, released by the +based on a snapshot of the FreeBSD code, released by the KAME project. The networking support is fully featured and well tested within the eCos environment.
--- a/packages/net/httpd/current/ChangeLog +++ b/packages/net/httpd/current/ChangeLog @@ -1,3 +1,7 @@ +2010-09-18 John Dallaway <john@dallaway.org.uk> + + * doc/httpd.sgml: Fix GoAhead URL. + 2006-07-28 Jochen Gerster <JochenGerster@gmx.de> * src/monitor.c (cyg_monitor_network): Calling the network monitor @@ -102,8 +106,24 @@ 2002-12-06 Nick Garnett <nickg@ecoscen * cdl/httpd.cdl: Created HTTPD package. -# Copyright (C) 2002 Nick Garnett -# All Rights Reserved. +# ####GPLCOPYRIGHTBEGIN#### +# ------------------------------------------- +# This file is part of eCos, the Embedded Configurable Operating System. +# Copyright (C) 2002, 2010 Free Software Foundation, Inc. +# +# This program 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. # -# Permission is granted to use, copy, modify and redistribute this -# file. +# This program 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 Foundation, Inc., 51 Franklin Street, +# Fifth Floor, Boston, MA 02110-1301, USA. +# ------------------------------------------- +# ####GPLCOPYRIGHTEND####
--- a/packages/net/httpd/current/doc/httpd.sgml +++ b/packages/net/httpd/current/doc/httpd.sgml @@ -8,7 +8,7 @@ <!-- =============================================================== --> <!-- ####ECOSDOCCOPYRIGHTBEGIN#### --> <!-- =============================================================== --> -<!-- Copyright (C) 2002 Free Software Foundation, Inc. --> +<!-- Copyright (C) 2002, 2010 Free Software Foundation, Inc. --> <!-- This material may be distributed only subject to the terms --> <!-- and conditions set forth in the Open Publication License, v1.0 --> <!-- or later (the latest version is presently available at --> @@ -40,7 +40,7 @@ content, simple forms handling and a bas <emphasis>not</emphasis> intended to be a general purpose server for delivering arbitrary web content. For these purposes a port of the GoAhead web server is available from <ulink -url="www.goahead.com">www.goahead.com</ulink>. +url="http://www.goahead.com">www.goahead.com</ulink>. </para> <para>This server is also capable of serving content using IPv6 when the eCos configuration contains IPv6.
--- a/packages/net/tcpip/current/ChangeLog +++ b/packages/net/tcpip/current/ChangeLog @@ -1,3 +1,7 @@ +2010-09-18 John Dallaway <john@dallaway.org.uk> + + * doc/openbsd.sgml: No longer "recent". + 2009-09-10 John Dallaway <john@dallaway.org.uk> * src/sys/netinet/tcp_input.c, src/sys/netinet/tcp_timer.c: Remove @@ -1735,7 +1739,7 @@ 2000-02-08 John Dallaway <jld@cygnus.c # ####GPLCOPYRIGHTBEGIN#### # ------------------------------------------- # This file is part of eCos, the Embedded Configurable Operating System. -# Copyright (C) 2000, 2001, 2002, 2009 Free Software Foundation, Inc. +# Copyright (C) 2000, 2001, 2002, 2009, 2010 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by
--- a/packages/net/tcpip/current/doc/openbsd.sgml +++ b/packages/net/tcpip/current/doc/openbsd.sgml @@ -9,7 +9,7 @@ <!-- =============================================================== --> <!-- ####ECOSDOCCOPYRIGHTBEGIN#### --> <!-- =============================================================== --> -<!-- Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. --> +<!-- Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2010 Free Software Foundation, Inc. --> <!-- This material may be distributed only subject to the terms --> <!-- and conditions set forth in the Open Publication License, v1.0 --> <!-- or later (the latest version is presently available at --> @@ -32,7 +32,7 @@ <PARTINTRO> <PARA> <productname>TCP/IP Networking for eCos</productname> now provides a complete - TCP/IP networking stack, which is derived from a recent + TCP/IP networking stack, which is derived from a stable release of OpenBSD. The networking support is fully featured and well tested within the eCos environment. </PARA>
