diff options
Diffstat (limited to 'init.d/moused.in')
-rw-r--r-- | init.d/moused.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/moused.in b/init.d/moused.in index 33b8d02b..a41005ff 100644 --- a/init.d/moused.in +++ b/init.d/moused.in @@ -1,6 +1,6 @@ #!@PREFIX@/sbin/runscript # Copyright (c) 2007-2009 Roy Marples <roy@marples.name> -# All rights reserved. Released under the 2-clause BSD license. +# Released under the 2-clause BSD license. mouse=${RC_SVCNAME##*.} if [ -n "$mouse" -a "$mouse" != "moused" ]; then |