/*
-Copyright 1990, Daniel J. Bernstein. All rights reserved.
+ * $Source$
+ * $Author$
+ *
+ * This part of the Kerberos V5 software is derived from public-domain code
+ * contributed by Daniel J. Bernstein, <brnstnd@acf10.nyu.edu>.
+ *
+ * XXX correct notice?
+ * This portion of the software may be freely distributed; this permission
+ * shall not be construed to apply to any other portion of the software.
+ */
+
+#if !defined(lint) && !defined(SABER)
+static char rcsid_rc_base_c[] =
+"$Id$";
+#endif /* !lint & !SABER */
-Please address any questions or comments to the author at brnstnd@acf10.nyu.edu.
-*/
+/*
+ * Base "glue" functions for the replay cache.
+ */
#ifdef SEMAPHORE
#include <semaphore.h>
/*
-Copyright 1990, Daniel J. Bernstein. All rights reserved.
-
-Please address any questions or comments to the author at brnstnd@acf10.nyu.edu.
-*/
+ * $Source$
+ * $Author$
+ * $Id$
+ *
+ * This part of the Kerberos V5 software is derived from public-domain code
+ * contributed by Daniel J. Bernstein, <brnstnd@acf10.nyu.edu>.
+ *
+ * XXX correct notice?
+ * This portion of the software may be freely distributed; this permission
+ * shall not be construed to apply to any other portion of the software.
+ */
#ifndef KRB5_RC_H
#define KRB5_RC_H
/*
-Copyright 1990, Daniel J. Bernstein. All rights reserved.
+ * $Source$
+ * $Author$
+ *
+ * This part of the Kerberos V5 software is derived from public-domain code
+ * contributed by Daniel J. Bernstein, <brnstnd@acf10.nyu.edu>.
+ *
+ * XXX correct notice?
+ * This portion of the software may be freely distributed; this permission
+ * shall not be construed to apply to any other portion of the software.
+ */
+
+#if !defined(lint) && !defined(SABER)
+static char rcsid_rc_base_c[] =
+"$Id$";
+#endif /* !lint & !SABER */
-Please address any questions or comments to the author at brnstnd@acf10.nyu.edu.
-*/
+/*
+ * An implementation for the default replay cache type.
+ */
#define FREE(x) ((void) free((char *) (x)))
#include "rc_base.h"
/*
-Copyright 1990, Daniel J. Bernstein. All rights reserved.
+ * $Source$
+ * $Author$
+ * $Id$
+ *
+ * This part of the Kerberos V5 software is derived from public-domain code
+ * contributed by Daniel J. Bernstein, <brnstnd@acf10.nyu.edu>.
+ *
+ * XXX correct notice?
+ * This portion of the software may be freely distributed; this permission
+ * shall not be construed to apply to any other portion of the software.
+ */
-Please address any questions or comments to the author at brnstnd@acf10.nyu.edu.
-*/
+/*
+ * Declarations for the default replay cache implementation.
+ */
#ifndef KRB5_RC_DFL_H
#define KRB5_RC_DFL_H
/*
-Copyright 1990, Daniel J. Bernstein. All rights reserved.
+ * $Source$
+ * $Author$
+ *
+ * This part of the Kerberos V5 software is derived from public-domain code
+ * contributed by Daniel J. Bernstein, <brnstnd@acf10.nyu.edu>.
+ *
+ * XXX correct notice?
+ * This portion of the software may be freely distributed; this permission
+ * shall not be construed to apply to any other portion of the software.
+ */
+
+#if !defined(lint) && !defined(SABER)
+static char rcsid_rc_base_c[] =
+"$Id$";
+#endif /* !lint & !SABER */
-Please address any questions or comments to the author at brnstnd@acf10.nyu.edu.
-*/
+/*
+ * I/O functions for the replay cache default implementation.
+ */
#include <stdio.h> /* for P_tmpdir */
/*
-Copyright 1990, Daniel J. Bernstein. All rights reserved.
+ * $Source$
+ * $Author$
+ * $Id$
+ *
+ * This part of the Kerberos V5 software is derived from public-domain code
+ * contributed by Daniel J. Bernstein, <brnstnd@acf10.nyu.edu>.
+ *
+ * XXX correct notice?
+ * This portion of the software may be freely distributed; this permission
+ * shall not be construed to apply to any other portion of the software.
+ */
-Please address any questions or comments to the author at brnstnd@acf10.nyu.edu.
-*/
+/*
+ * Declarations for the I/O sub-package of the replay cache
+ */
#ifndef KRB5_RC_IO_H
#define KRB5_RC_IO_H