diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2007-01-11 22:54:46 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2007-01-11 22:54:46 +0000 |
| commit | 201f78d6b90635d961fa373ecd706e3786333b7e (patch) | |
| tree | c8937d0d96aa193878973d98a3a5240f9232ad5a /release/picobsd/tinyware/simple_httpd | |
| parent | 99e934d3327f7c05890356105bbe793570b22829 (diff) | |
Diffstat (limited to 'release/picobsd/tinyware/simple_httpd')
| -rw-r--r-- | release/picobsd/tinyware/simple_httpd/Makefile | 2 | ||||
| -rw-r--r-- | release/picobsd/tinyware/simple_httpd/README | 2 | ||||
| -rw-r--r-- | release/picobsd/tinyware/simple_httpd/simple_httpd.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/release/picobsd/tinyware/simple_httpd/Makefile b/release/picobsd/tinyware/simple_httpd/Makefile index cb4b149e5470..5595020a9492 100644 --- a/release/picobsd/tinyware/simple_httpd/Makefile +++ b/release/picobsd/tinyware/simple_httpd/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/release/picobsd/tinyware/simple_httpd/Makefile,v 1.8 2004/12/21 08:47:06 ru Exp $ # PROG=simple_httpd SRCS= simple_httpd.c diff --git a/release/picobsd/tinyware/simple_httpd/README b/release/picobsd/tinyware/simple_httpd/README index 6961954615d4..6b7fc1d85e33 100644 --- a/release/picobsd/tinyware/simple_httpd/README +++ b/release/picobsd/tinyware/simple_httpd/README @@ -164,4 +164,4 @@ This program was originally contributed by Marc Nicholas <marc@netstor.com> Major rewrite by William Lloyd <wlloyd@slap.net> -$FreeBSD$ +$FreeBSD: src/release/picobsd/tinyware/simple_httpd/README,v 1.6 1999/08/28 01:33:59 peter Exp $ diff --git a/release/picobsd/tinyware/simple_httpd/simple_httpd.c b/release/picobsd/tinyware/simple_httpd/simple_httpd.c index ab35b55ae04c..fa5492953a47 100644 --- a/release/picobsd/tinyware/simple_httpd/simple_httpd.c +++ b/release/picobsd/tinyware/simple_httpd/simple_httpd.c @@ -27,7 +27,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/release/picobsd/tinyware/simple_httpd/simple_httpd.c,v 1.16 2004/08/16 09:38:34 dwmalone Exp $ */ #include <sys/stat.h> |
