From e8d5e3e4498e693173bb47f9485ba28989d0a6f7 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: [PATCH] Revert previous commit. --- libvirt/generator.pl | 8 ++++++-- libvirt/libvirt.ml | 4 +++- libvirt/libvirt.mli | 4 +++- libvirt/libvirt_c.c | 4 +++- libvirt/libvirt_c_epilogue.c | 4 +++- libvirt/libvirt_c_prologue.c | 4 +++- libvirt/libvirt_version.ml.in | 4 +++- libvirt/libvirt_version.mli | 4 +++- 8 files changed, 27 insertions(+), 9 deletions(-) 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 -- 1.8.3.1