summaryrefslogtreecommitdiffstats
path: root/openbsd-compat/bsd-waitpid.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2003-06-01 03:23:57 +0000
committerBen Lindstrom <mouring@eviladmin.org>2003-06-01 03:23:57 +0000
commitb4967c31051067aa590cc1e0135d77ee92365fc0 (patch)
tree011d57c047dbb9d37e5b1f7812b172829d850226 /openbsd-compat/bsd-waitpid.c
parent2972d6c045134f54e13e8823f7ac40155c9825a4 (diff)
License clarifications.
bsd-nextstep.[ch] - myself bsd-waitpid.[ch] - myself port-irix.[ch] - Denis Parker & Michael Stone (original coders when done in session.c)
Diffstat (limited to 'openbsd-compat/bsd-waitpid.c')
-rw-r--r--openbsd-compat/bsd-waitpid.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/openbsd-compat/bsd-waitpid.c b/openbsd-compat/bsd-waitpid.c
index d60081e5..93c9ec35 100644
--- a/openbsd-compat/bsd-waitpid.c
+++ b/openbsd-compat/bsd-waitpid.c
@@ -1,6 +1,6 @@
-/* XXX - no author */
-
/*
+ * Copyright (c) 2000 Ben Lindstrom. All rights reserved.
+ *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
@@ -24,7 +24,7 @@
#include "includes.h"
-RCSID("$Id: bsd-waitpid.c,v 1.4 2003/05/18 14:13:39 djm Exp $");
+RCSID("$Id: bsd-waitpid.c,v 1.5 2003/06/01 03:23:57 mouring Exp $");
#ifndef HAVE_WAITPID
#include <errno.h>