diff options
author | Kay Sievers <kay.sievers@suse.de> | 2006-08-28 00:29:11 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@suse.de> | 2006-08-28 00:29:11 +0200 |
commit | 27b77df44daebbd7597c572343105c16de099233 (patch) | |
tree | bae5009462b9553bfe9f87bcbbb575b133c799bf /udevstart.c | |
parent | b83b299141ccbe2b60cf49a766a540c43f32167c (diff) |
update source file headers
Diffstat (limited to 'udevstart.c')
-rw-r--r-- | udevstart.c | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/udevstart.c b/udevstart.c index d0a1ded2be..6e1cb050c4 100644 --- a/udevstart.c +++ b/udevstart.c @@ -1,13 +1,9 @@ /* - * udevstart.c + * quick and dirty way to populate a /dev directory * + * Copyright (C) 2004 Harald Hoyer <harald@redhat.com> * Copyright (C) 2004 Greg Kroah-Hartman <greg@kroah.com> - * Copyright (C) 2004 Kay Sievers <kay@vrfy.org> - * - * Quick and dirty way to populate a /dev with udev if your system - * does not have access to a shell. Based originally on a patch - * from: - * Harald Hoyer <harald@redhat.com> + * Copyright (C) 2004-2006 Kay Sievers <kay@vrfy.org> * * 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 @@ -20,7 +16,7 @@ * * You should have received a copy of the GNU General Public License along * with this program; if not, write to the Free Software Foundation, Inc., - * 675 Mass Ave, Cambridge, MA 02139, USA. + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * */ |