diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2011-08-14 22:07:54 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2011-08-14 22:07:54 +0100 |
commit | 44c3a300265ef7bfa5d49d2b9a2a8faccd9db2de (patch) | |
tree | 1d827ec0fb8854f112b1048da2692ff236b3eeef /ruby | |
parent | 7739d7f471f9575828bd32489695d92dde005a9c (diff) | |
download | libguestfs-44c3a300265ef7bfa5d49d2b9a2a8faccd9db2de.tar.gz libguestfs-44c3a300265ef7bfa5d49d2b9a2a8faccd9db2de.tar.xz libguestfs-44c3a300265ef7bfa5d49d2b9a2a8faccd9db2de.zip |
ruby: Fix typo in Ruby bindings file.
Diffstat (limited to 'ruby')
-rw-r--r-- | ruby/lib/guestfs.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ruby/lib/guestfs.rb b/ruby/lib/guestfs.rb index 28c3785c..24cc914a 100644 --- a/ruby/lib/guestfs.rb +++ b/ruby/lib/guestfs.rb @@ -1,5 +1,5 @@ -# libvirt Ruby bindings -# Copyright (C) 2009 Red Hat Inc. +# libguestfs Ruby bindings +# Copyright (C) 2009-2011 Red Hat Inc. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public |