summaryrefslogtreecommitdiff
path: root/hal-automounter.pl
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2013-04-12 19:04:03 +0100
committerdakkar <dakkar@thenautilus.net>2013-04-12 19:04:03 +0100
commit36ade627e127302b82111302d59cd87bcd8dbb09 (patch)
tree243f7d58bbf0bc0f11f7b059e93c5489cd8e25ef /hal-automounter.pl
parentRevert "always clean up" (diff)
downloadhal-automounter-36ade627e127302b82111302d59cd87bcd8dbb09.tar.gz
hal-automounter-36ade627e127302b82111302d59cd87bcd8dbb09.tar.bz2
hal-automounter-36ade627e127302b82111302d59cd87bcd8dbb09.zip
added licence
Diffstat (limited to 'hal-automounter.pl')
-rwxr-xr-xhal-automounter.pl24
1 files changed, 24 insertions, 0 deletions
diff --git a/hal-automounter.pl b/hal-automounter.pl
index 20ab563..1ad42e3 100755
--- a/hal-automounter.pl
+++ b/hal-automounter.pl
@@ -187,3 +187,27 @@ $manager->connect_to_signal('DeviceChanged',\&device_changed);
$manager->connect_to_signal('DeviceRemoved',\&device_removed);
$reactor->run();
+
+__END__
+
+=head1 NAME
+
+hal-automounter - a simple UDisks-DBUS client that creates fstab entries for hot-plugged volumes
+
+=head1 SYNOPSIS
+
+ sudo hal-automounter
+
+=head1 AUTHOR
+
+Gianni Ceccarelli <dakkar@thenautilus.net>
+
+=head1 COPYRIGHT AND LICENSE
+
+This software is copyright (c) 2012 by Gianni Ceccarelli.
+
+This program is free software: you can redistribute it and/or modify
+it under the terms of the GNU Affero General Public License as
+published by the Free Software Foundation, version 3.
+
+=cut