From: Richard W.M. Jones <"Richard W.M. Jones "> Date: Mon, 7 Jul 2008 09:57:00 +0000 (+0100) Subject: Reference the license from LGPL files (for Debian). X-Git-Tag: 0.6.1.1~28 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=0f9e3596a93f7792fdc0eb7faccabd0d32493749;hp=3f3e397091ec29828bb1dfc07dbee7160428dd2d;p=ocaml-libvirt.git Reference the license from LGPL files (for Debian). --- 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