openbsd-compat/xmmap.[ch] License clarifications. Add missing CVS ID.
diff --git a/ChangeLog b/ChangeLog
index 118f29d..214b383 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@
  - (djm) Fix segv from bad reordering in auth-pam.c
  - (djm) Always use saved_argv in sshd.c as compat_init_setproctitle may 
    clobber
+ - (tim) openbsd-compat/xmmap.[ch] License clarifications. Add missing
+   CVS ID.
 
 20030530
  - (dtucker) Add missing semicolon in md5crypt.c, patch from openssh at
@@ -1628,4 +1630,4 @@
      save auth method before monitor_reset_key_state(); bugzilla bug #284;
      ok provos@
 
-$Id: ChangeLog,v 1.2756 2003/06/02 02:15:54 djm Exp $
+$Id: ChangeLog,v 1.2757 2003/06/02 02:25:27 tim Exp $
diff --git a/openbsd-compat/xmmap.c b/openbsd-compat/xmmap.c
index 8f1d202..9dc4340 100644
--- a/openbsd-compat/xmmap.c
+++ b/openbsd-compat/xmmap.c
@@ -1,4 +1,7 @@
 /*
+ * Copyright (c) 2002 Tim Rice.  All rights reserved.
+ * MAP_FAILED code by Solar Designer.
+ * 
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
@@ -20,6 +23,8 @@
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
+/* $Id: xmmap.c,v 1.3 2003/06/02 02:25:27 tim Exp $ */
+
 #include "includes.h"
 
 #ifdef HAVE_SYS_MMAN_H
diff --git a/openbsd-compat/xmmap.h b/openbsd-compat/xmmap.h
index c0fa04a..cae8840 100644
--- a/openbsd-compat/xmmap.h
+++ b/openbsd-compat/xmmap.h
@@ -1,4 +1,6 @@
 /*
+ * Copyright (c) 2002 Tim Rice.  All rights reserved.
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
@@ -20,4 +22,6 @@
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
+/* $Id: xmmap.h,v 1.2 2003/06/02 02:25:27 tim Exp $ */
+
 void *xmmap(size_t size);