diff options
Diffstat (limited to 'examples/depmod.pl')
-rwxr-xr-x | examples/depmod.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/depmod.pl b/examples/depmod.pl index 1bb02defa..ea29e8883 100755 --- a/examples/depmod.pl +++ b/examples/depmod.pl | |||
@@ -1,7 +1,7 @@ | |||
1 | #!/usr/bin/perl -w | 1 | #!/usr/bin/perl -w |
2 | # vi: set ts=4: | 2 | # vi: set ts=4: |
3 | # Copyright (c) 2001 David Schleef <ds@schleef.org> | 3 | # Copyright (c) 2001 David Schleef <ds@schleef.org> |
4 | # Copyright (c) 2001 Erik Andersen <andersen@lineo.com> | 4 | # Copyright (c) 2001 Erik Andersen <andersen@codepoet.org> |
5 | # Copyright (c) 2001 Stuart Hughes <stuarth@lineo.com> | 5 | # Copyright (c) 2001 Stuart Hughes <stuarth@lineo.com> |
6 | # Copyright (c) 2002 Steven J. Hill <shill@broadcom.com> | 6 | # Copyright (c) 2002 Steven J. Hill <shill@broadcom.com> |
7 | # This program is free software; you can redistribute it and/or modify it | 7 | # This program is free software; you can redistribute it and/or modify it |
@@ -233,5 +233,5 @@ David Schleef <ds@schleef.org> | |||
233 | 233 | ||
234 | =cut | 234 | =cut |
235 | 235 | ||
236 | # $Id: depmod.pl,v 1.2 2002/10/08 21:33:51 sjhill Exp $ | 236 | # $Id: depmod.pl,v 1.3 2003/07/14 21:20:51 andersen Exp $ |
237 | 237 | ||