[Pkg-ocaml-maint-commits] [SCM] libaio-ocaml packaging branch, master, updated. c4041552d3264c56b624959d9651de4e89540520

Goswin von Brederlow goswin-v-b at web.de
Mon Mar 5 14:37:18 UTC 2012


The following commit has been merged in the master branch:
commit c4041552d3264c56b624959d9651de4e89540520
Author: Goswin von Brederlow <goswin-v-b at web.de>
Date:   Mon Mar 5 15:36:38 2012 +0100

    Licensing touchup. Lower license to LGPL-2.1.

diff --git a/lib/aio.ml b/lib/aio.ml
index 945e774..fd6b4d1 100644
--- a/lib/aio.ml
+++ b/lib/aio.ml
@@ -3,7 +3,7 @@
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of the
+ * published by the Free Software Foundation, either version 2.1 of the
  * License, or (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful,
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
- * Under Debian a copy can be found in /usr/share/common-licenses/LGPL-3.
+ * Under Debian a copy can be found in /usr/share/common-licenses/LGPL-2.1.
  *)
 
 module Buffer = struct
diff --git a/lib/aio.mli b/lib/aio.mli
index c7015e1..2952381 100644
--- a/lib/aio.mli
+++ b/lib/aio.mli
@@ -3,7 +3,7 @@
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of the
+ * published by the Free Software Foundation, either version 2.1 of the
  * License, or (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful,
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
- * Under Debian a copy can be found in /usr/share/common-licenses/LGPL-3.
+ * Under Debian a copy can be found in /usr/share/common-licenses/LGPL-2.1.
  *)
 
 (** libaio-ocaml Linux async I/O interface for ocaml
diff --git a/lib/aio_buffer.ml b/lib/aio_buffer.ml
index acd633d..62194a6 100644
--- a/lib/aio_buffer.ml
+++ b/lib/aio_buffer.ml
@@ -3,7 +3,7 @@
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of the
+ * published by the Free Software Foundation, either version 2.1 of the
  * License, or (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful,
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
- * Under Debian a copy can be found in /usr/share/common-licenses/LGPL-3.
+ * Under Debian a copy can be found in /usr/share/common-licenses/LGPL-2.1.
  *)
 
 open Bigarray
diff --git a/lib/aio_buffer_stubs.c b/lib/aio_buffer_stubs.c
index 1613dd0..52ad4c2 100644
--- a/lib/aio_buffer_stubs.c
+++ b/lib/aio_buffer_stubs.c
@@ -3,7 +3,7 @@
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation, either version 3 of the
+ * published by the Free Software Foundation, either version 2.1 of the
  * License, or (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful,
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
- * Under Debian a copy can be found in /usr/share/common-licenses/LGPL-3.
+ * Under Debian a copy can be found in /usr/share/common-licenses/LGPL-2.1.
  */
 
 #include <unistd.h>
diff --git a/lib/aio_stubs.c b/lib/aio_stubs.c
index 8361c2d..ade3de1 100644
--- a/lib/aio_stubs.c
+++ b/lib/aio_stubs.c
@@ -1,3 +1,21 @@
+/* aio_stubs.c: C bindings for Aio module
+ * Copyright (C) 2010 Goswin von Brederlow
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation, either version 2.1 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * Under Debian a copy can be found in /usr/share/common-licenses/LGPL-2.1.
+ */
+
 #define _GNU_SOURCE
 #define _XOPEN_SOURCE 500
 #include <stdio.h>

-- 
libaio-ocaml packaging



More information about the Pkg-ocaml-maint-commits mailing list