From 0f9e3596a93f7792fdc0eb7faccabd0d32493749 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: [PATCH 1/1] Reference the license from LGPL files (for Debian). --- 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, 9 insertions(+), 27 deletions(-) diff --git a/libvirt/generator.pl b/libvirt/generator.pl index 0995922..cb4f12b 100755 --- a/libvirt/generator.pl +++ b/libvirt/generator.pl @@ -14,9 +14,7 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # Lesser General Public License for more details. # -# 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 see the file ../COPYING.LIB. # This generates libvirt_c.c (the core of the bindings). You don't # need to run this program unless you are extending the bindings @@ -233,9 +231,7 @@ print F <<'END'; * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * 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 see the file ../COPYING.LIB. */ #include "config.h" diff --git a/libvirt/libvirt.ml b/libvirt/libvirt.ml index e475e5d..3f48430 100644 --- a/libvirt/libvirt.ml +++ b/libvirt/libvirt.ml @@ -12,9 +12,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - 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 see the file ../COPYING.LIB. *) type uuid = string diff --git a/libvirt/libvirt.mli b/libvirt/libvirt.mli index 988f0a0..16b3087 100644 --- a/libvirt/libvirt.mli +++ b/libvirt/libvirt.mli @@ -12,9 +12,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - 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 see the file ../COPYING.LIB. *) (** diff --git a/libvirt/libvirt_c.c b/libvirt/libvirt_c.c index e8d071d..c5c451a 100644 --- a/libvirt/libvirt_c.c +++ b/libvirt/libvirt_c.c @@ -19,9 +19,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * 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 see the file ../COPYING.LIB. */ #include "config.h" diff --git a/libvirt/libvirt_c_epilogue.c b/libvirt/libvirt_c_epilogue.c index 9d2b0fa..a279b7e 100644 --- a/libvirt/libvirt_c_epilogue.c +++ b/libvirt/libvirt_c_epilogue.c @@ -12,9 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * 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 see the file ../COPYING.LIB. */ /* Please read libvirt/README file. */ diff --git a/libvirt/libvirt_c_prologue.c b/libvirt/libvirt_c_prologue.c index 451cc7c..5657aad 100644 --- a/libvirt/libvirt_c_prologue.c +++ b/libvirt/libvirt_c_prologue.c @@ -12,9 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * 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 see the file ../COPYING.LIB. */ /* Please read libvirt/README file. */ diff --git a/libvirt/libvirt_version.ml.in b/libvirt/libvirt_version.ml.in index ef7aea5..2c82cf8 100644 --- a/libvirt/libvirt_version.ml.in +++ b/libvirt/libvirt_version.ml.in @@ -12,9 +12,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - 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 see the file ../COPYING.LIB. *) let package = "@PACKAGE_NAME@" diff --git a/libvirt/libvirt_version.mli b/libvirt/libvirt_version.mli index b1755ba..257fd75 100644 --- a/libvirt/libvirt_version.mli +++ b/libvirt/libvirt_version.mli @@ -12,9 +12,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - 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 see the file ../COPYING.LIB. *) val package : string -- 1.8.3.1