From: Richard W.M. Jones <"Richard W.M. Jones "> Date: Mon, 7 Jul 2008 10:27:13 +0000 (+0100) Subject: Revert previous commit. X-Git-Tag: 0.6.1.1~27 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;ds=sidebyside;h=e8d5e3e4498e693173bb47f9485ba28989d0a6f7;p=ocaml-libvirt.git Revert previous commit. --- diff --git a/libvirt/generator.pl b/libvirt/generator.pl index cb4f12b..0995922 100755 --- a/libvirt/generator.pl +++ b/libvirt/generator.pl @@ -14,7 +14,9 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # Lesser General Public License for more details. # -# Please see the file ../COPYING.LIB. +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA # This generates libvirt_c.c (the core of the bindings). You don't # need to run this program unless you are extending the bindings @@ -231,7 +233,9 @@ print F <<'END'; * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * Please see the file ../COPYING.LIB. + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "config.h" diff --git a/libvirt/libvirt.ml b/libvirt/libvirt.ml index 3f48430..e475e5d 100644 --- a/libvirt/libvirt.ml +++ b/libvirt/libvirt.ml @@ -12,7 +12,9 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - Please see the file ../COPYING.LIB. + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA *) type uuid = string diff --git a/libvirt/libvirt.mli b/libvirt/libvirt.mli index 16b3087..988f0a0 100644 --- a/libvirt/libvirt.mli +++ b/libvirt/libvirt.mli @@ -12,7 +12,9 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - Please see the file ../COPYING.LIB. + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA *) (** diff --git a/libvirt/libvirt_c.c b/libvirt/libvirt_c.c index c5c451a..e8d071d 100644 --- a/libvirt/libvirt_c.c +++ b/libvirt/libvirt_c.c @@ -19,7 +19,9 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * Please see the file ../COPYING.LIB. + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "config.h" diff --git a/libvirt/libvirt_c_epilogue.c b/libvirt/libvirt_c_epilogue.c index a279b7e..9d2b0fa 100644 --- a/libvirt/libvirt_c_epilogue.c +++ b/libvirt/libvirt_c_epilogue.c @@ -12,7 +12,9 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * Please see the file ../COPYING.LIB. + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ /* Please read libvirt/README file. */ diff --git a/libvirt/libvirt_c_prologue.c b/libvirt/libvirt_c_prologue.c index 5657aad..451cc7c 100644 --- a/libvirt/libvirt_c_prologue.c +++ b/libvirt/libvirt_c_prologue.c @@ -12,7 +12,9 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * Please see the file ../COPYING.LIB. + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ /* Please read libvirt/README file. */ diff --git a/libvirt/libvirt_version.ml.in b/libvirt/libvirt_version.ml.in index 2c82cf8..ef7aea5 100644 --- a/libvirt/libvirt_version.ml.in +++ b/libvirt/libvirt_version.ml.in @@ -12,7 +12,9 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - Please see the file ../COPYING.LIB. + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA *) let package = "@PACKAGE_NAME@" diff --git a/libvirt/libvirt_version.mli b/libvirt/libvirt_version.mli index 257fd75..b1755ba 100644 --- a/libvirt/libvirt_version.mli +++ b/libvirt/libvirt_version.mli @@ -12,7 +12,9 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - Please see the file ../COPYING.LIB. + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA *) val package : string