aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
diff options
context:
space:
mode:
Diffstat (limited to 'wsutil')
-rw-r--r--wsutil/des.c2
-rw-r--r--wsutil/des.h2
-rw-r--r--wsutil/md4.c2
-rw-r--r--wsutil/md4.h2
-rw-r--r--wsutil/rc4.c2
-rw-r--r--wsutil/rc4.h2
-rw-r--r--wsutil/strncasecmp.c2
-rw-r--r--wsutil/strptime.c2
-rw-r--r--wsutil/wsgetopt.h2
9 files changed, 0 insertions, 18 deletions
diff --git a/wsutil/des.c b/wsutil/des.c
index 63990f4efd..7a6cc54c87 100644
--- a/wsutil/des.c
+++ b/wsutil/des.c
@@ -6,8 +6,6 @@
Copyright (C) Andrew Tridgell 1998
- $Id$
-
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
diff --git a/wsutil/des.h b/wsutil/des.h
index 717d64f0a1..d15e36cd2f 100644
--- a/wsutil/des.h
+++ b/wsutil/des.h
@@ -6,8 +6,6 @@
Copyright (C) Andrew Tridgell 1998
- $Id$
-
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
diff --git a/wsutil/md4.c b/wsutil/md4.c
index 310a1c37aa..fa79a06933 100644
--- a/wsutil/md4.c
+++ b/wsutil/md4.c
@@ -3,8 +3,6 @@
a implementation of MD4 designed for use in the SMB authentication protocol
Copyright (C) Andrew Tridgell 1997-1998.
- $Id$
-
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
diff --git a/wsutil/md4.h b/wsutil/md4.h
index 204bd3899d..c93a8c15e0 100644
--- a/wsutil/md4.h
+++ b/wsutil/md4.h
@@ -3,8 +3,6 @@
a implementation of MD4 designed for use in the SMB authentication protocol
Copyright (C) Andrew Tridgell 1997-1998.
- $Id$
-
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
diff --git a/wsutil/rc4.c b/wsutil/rc4.c
index 551ca8dc0f..5fd922da3f 100644
--- a/wsutil/rc4.c
+++ b/wsutil/rc4.c
@@ -6,8 +6,6 @@
Copyright (C) Andrew Tridgell 1998
- $Id$
-
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
diff --git a/wsutil/rc4.h b/wsutil/rc4.h
index e59f34d6c1..9f18e6bb00 100644
--- a/wsutil/rc4.h
+++ b/wsutil/rc4.h
@@ -6,8 +6,6 @@
Copyright (C) Andrew Tridgell 1998
- $Id$
-
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
diff --git a/wsutil/strncasecmp.c b/wsutil/strncasecmp.c
index 13474bb67e..da8b862482 100644
--- a/wsutil/strncasecmp.c
+++ b/wsutil/strncasecmp.c
@@ -1,6 +1,4 @@
/*
- $Id$
-
Copyright (C) 1992, 1996 Free Software Foundation, Inc.
This file is part of the GNU C Library.
diff --git a/wsutil/strptime.c b/wsutil/strptime.c
index 2af685dbf0..d6603a9d53 100644
--- a/wsutil/strptime.c
+++ b/wsutil/strptime.c
@@ -1,6 +1,4 @@
/*
- $Id$
-
Convert a string representation of time to a time value.
Copyright (C) 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
This file is part of the GNU C Library.
diff --git a/wsutil/wsgetopt.h b/wsutil/wsgetopt.h
index a34465e415..b497914dec 100644
--- a/wsutil/wsgetopt.h
+++ b/wsutil/wsgetopt.h
@@ -1,6 +1,4 @@
/*
- $Id$
-
Declarations for getopt.
Copyright (C) 1989-1994,1996-1999,2001,2003,2004,2009,2010
Free Software Foundation, Inc.