summaryrefslogtreecommitdiff
path: root/libmpd.rb
diff options
context:
space:
mode:
Diffstat (limited to 'libmpd.rb')
-rw-r--r--libmpd.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/libmpd.rb b/libmpd.rb
index f6fcb0b..7f6448d 100644
--- a/libmpd.rb
+++ b/libmpd.rb
@@ -1,8 +1,13 @@
#!/usr/bin/env ruby
#
+#--
# Copyright 2009 David Vazgenovich Shakaryan <dvshakaryan@gmail.com>
# Distributed under the terms of the GNU General Public License v3.
# See http://www.gnu.org/licenses/gpl.txt for the full license text.
+#++
+#
+# *Author*:: David Vazgenovich Shakaryan
+# *License*:: GNU General Public License v3
require 'socket'
require 'libmpd/database'
@@ -23,6 +28,7 @@ class FalseClass # :nodoc:
end
end
+# Class for connecting and communicating with the daemon.
class MPD
include MPDDatabase
include MPDPlaybackControl