diff options
| author | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1995-05-30 06:12:45 +0000 |
|---|---|---|
| committer | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1995-05-30 06:12:45 +0000 |
| commit | 5ebc7e6281887681c3a348a5a4c902e262ccd656 (patch) | |
| tree | 4d38911cf1e5e1ef56a662eddcbe2f706b2e6973 /sys/modules/ibcs2 | |
| parent | 6c06b4e2aa2a28d1f0bbd29ecdce35aaaf600ce8 (diff) | |
Notes
Diffstat (limited to 'sys/modules/ibcs2')
| -rw-r--r-- | sys/modules/ibcs2/ibcs2.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/ibcs2/ibcs2.c b/sys/modules/ibcs2/ibcs2.c index c58966e8a6813..53b61368a5a5b 100644 --- a/sys/modules/ibcs2/ibcs2.c +++ b/sys/modules/ibcs2/ibcs2.c @@ -6,7 +6,7 @@ * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer + * notice, this list of conditions and the following disclaimer * in this position and unchanged. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id$ + * $Id: ibcs2.c,v 1.2 1994/10/14 08:45:16 sos Exp $ */ #include <sys/param.h> |
