Reference the license from LGPL files (for Debian).
authorRichard W.M. Jones <rjones@redhat.com>
Mon, 7 Jul 2008 09:57:00 +0000 (10:57 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Mon, 7 Jul 2008 09:57:00 +0000 (10:57 +0100)
libvirt/generator.pl
libvirt/libvirt.ml
libvirt/libvirt.mli
libvirt/libvirt_c.c
libvirt/libvirt_c_epilogue.c
libvirt/libvirt_c_prologue.c
libvirt/libvirt_version.ml.in
libvirt/libvirt_version.mli

index 0995922..cb4f12b 100755 (executable)
@@ -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"
index e475e5d..3f48430 100644 (file)
@@ -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
index 988f0a0..16b3087 100644 (file)
@@ -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.
 *)
 
 (**
index e8d071d..c5c451a 100644 (file)
@@ -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"
index 9d2b0fa..a279b7e 100644 (file)
@@ -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. */
index 451cc7c..5657aad 100644 (file)
@@ -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. */
index ef7aea5..2c82cf8 100644 (file)
@@ -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@"
index b1755ba..257fd75 100644 (file)
@@ -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