summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
Diffstat (limited to 'util')
-rw-r--r--util/concat.c3
-rw-r--r--util/messages-krb5.c3
-rw-r--r--util/messages.c3
-rw-r--r--util/util.h3
-rw-r--r--util/xmalloc.c3
5 files changed, 5 insertions, 10 deletions
diff --git a/util/concat.c b/util/concat.c
index 1d08e08..bef67db 100644
--- a/util/concat.c
+++ b/util/concat.c
@@ -1,5 +1,4 @@
-/* $Id$
- *
+/*
* Concatenate strings with dynamic memory allocation.
*
* Usage:
diff --git a/util/messages-krb5.c b/util/messages-krb5.c
index caf29b9..00f4a2e 100644
--- a/util/messages-krb5.c
+++ b/util/messages-krb5.c
@@ -1,5 +1,4 @@
-/* $Id$
- *
+/*
* Error handling for Kerberos v5.
*
* Provides versions of die and warn that take a Kerberos context and a
diff --git a/util/messages.c b/util/messages.c
index 7714c2b..0a106f6 100644
--- a/util/messages.c
+++ b/util/messages.c
@@ -1,5 +1,4 @@
-/* $Id$
- *
+/*
* Message and error reporting (possibly fatal).
*
* Usage:
diff --git a/util/util.h b/util/util.h
index 0a45c73..6ac7fa7 100644
--- a/util/util.h
+++ b/util/util.h
@@ -1,5 +1,4 @@
-/* $Id$
- *
+/*
* Utility functions.
*
* This is a variety of utility functions that are used internally by pieces
diff --git a/util/xmalloc.c b/util/xmalloc.c
index 927372d..412890e 100644
--- a/util/xmalloc.c
+++ b/util/xmalloc.c
@@ -1,5 +1,4 @@
-/* $Id$
- *
+/*
* malloc routines with failure handling.
*
* Usage: