summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2013-01-04 17:21:22 -0600
committerWilliam Hubbs <williamh@gentoo.org>2013-01-04 17:21:22 -0600
commit8964355fedad5139b34cedda44c6e7275b1314c4 (patch)
tree738b339187d23ba77b4640a2c551490ca33de543
parentudev: fail if unable to load the socket module (diff)
downloadudev-gentoo-scripts-8964355fedad5139b34cedda44c6e7275b1314c4.tar.gz
udev-gentoo-scripts-8964355fedad5139b34cedda44c6e7275b1314c4.tar.bz2
udev-gentoo-scripts-8964355fedad5139b34cedda44c6e7275b1314c4.zip
update copyright notices
-rw-r--r--init.d/udev2
-rw-r--r--init.d/udev-mount2
2 files changed, 2 insertions, 2 deletions
diff --git a/init.d/udev b/init.d/udev
index 601523c..e04001a 100644
--- a/init.d/udev
+++ b/init.d/udev
@@ -1,5 +1,5 @@
#!/sbin/runscript
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
command_args="--daemon ${udev_opts}"
diff --git a/init.d/udev-mount b/init.d/udev-mount
index b41a637..a868340 100644
--- a/init.d/udev-mount
+++ b/init.d/udev-mount
@@ -1,5 +1,5 @@
#!/sbin/runscript
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
description="mount devtmpfs on /dev"