X-Git-Url: http://git.annexia.org/?p=virt-top.git;a=blobdiff_plain;f=virt-df%2Fvirt_df_main.ml;h=bc4096b807e585788084f0a4966a87257a37da6c;hp=0cbc18261a1cfb6a6cfdf5c4b10d83c06656d997;hb=6f3635fe4dc9989745d154c8b346c47e4d384121;hpb=0e09861c06a0c274bcfdacceaee347f8aaa969cb;ds=sidebyside diff --git a/virt-df/virt_df_main.ml b/virt-df/virt_df_main.ml old mode 100644 new mode 100755 index 0cbc182..bc4096b --- a/virt-df/virt_df_main.ml +++ b/virt-df/virt_df_main.ml @@ -1,4 +1,20 @@ (* 'df' command for virtual domains. + (C) Copyright 2007 Richard W.M. Jones, Red Hat Inc. + http://libvirt.org/ + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. *) let () = Virt_df.main ()