summaryrefslogtreecommitdiffstats
path: root/otherlibs/labltk/support
diff options
context:
space:
mode:
Diffstat (limited to 'otherlibs/labltk/support')
-rw-r--r--otherlibs/labltk/support/camltk.h3
-rw-r--r--otherlibs/labltk/support/cltkCaml.c3
-rw-r--r--otherlibs/labltk/support/cltkDMain.c3
-rw-r--r--otherlibs/labltk/support/cltkEval.c3
-rw-r--r--otherlibs/labltk/support/cltkEvent.c3
-rw-r--r--otherlibs/labltk/support/cltkFile.c3
-rw-r--r--otherlibs/labltk/support/cltkMain.c3
-rw-r--r--otherlibs/labltk/support/cltkMisc.c3
-rw-r--r--otherlibs/labltk/support/cltkTimer.c3
-rw-r--r--otherlibs/labltk/support/cltkVar.c3
-rw-r--r--otherlibs/labltk/support/cltkWait.c3
-rw-r--r--otherlibs/labltk/support/fileevent.ml3
-rw-r--r--otherlibs/labltk/support/fileevent.mli3
-rw-r--r--otherlibs/labltk/support/protocol.ml3
-rw-r--r--otherlibs/labltk/support/protocol.mli3
-rw-r--r--otherlibs/labltk/support/slave.ml3
-rw-r--r--otherlibs/labltk/support/support.ml3
-rw-r--r--otherlibs/labltk/support/support.mli3
-rw-r--r--otherlibs/labltk/support/textvariable.ml3
-rw-r--r--otherlibs/labltk/support/textvariable.mli3
-rw-r--r--otherlibs/labltk/support/timer.ml3
-rw-r--r--otherlibs/labltk/support/timer.mli3
-rw-r--r--otherlibs/labltk/support/tkwait.ml3
-rw-r--r--otherlibs/labltk/support/widget.ml3
-rw-r--r--otherlibs/labltk/support/widget.mli3
25 files changed, 50 insertions, 25 deletions
diff --git a/otherlibs/labltk/support/camltk.h b/otherlibs/labltk/support/camltk.h
index 1111bc7c8..741a4184e 100644
--- a/otherlibs/labltk/support/camltk.h
+++ b/otherlibs/labltk/support/camltk.h
@@ -9,7 +9,8 @@
/* Copyright 1999 Institut National de Recherche en Informatique et */
/* en Automatique and Kyoto University. All rights reserved. */
/* This file is distributed under the terms of the GNU Library */
-/* General Public License. */
+/* General Public License, with the special exception on linking */
+/* described in file ../../../LICENSE. */
/* */
/*************************************************************************/
diff --git a/otherlibs/labltk/support/cltkCaml.c b/otherlibs/labltk/support/cltkCaml.c
index 3847a4e77..f9b9f7406 100644
--- a/otherlibs/labltk/support/cltkCaml.c
+++ b/otherlibs/labltk/support/cltkCaml.c
@@ -9,7 +9,8 @@
/* Copyright 1999 Institut National de Recherche en Informatique et */
/* en Automatique and Kyoto University. All rights reserved. */
/* This file is distributed under the terms of the GNU Library */
-/* General Public License. */
+/* General Public License, with the special exception on linking */
+/* described in file ../../../LICENSE. */
/* */
/*************************************************************************/
diff --git a/otherlibs/labltk/support/cltkDMain.c b/otherlibs/labltk/support/cltkDMain.c
index bda74a756..7b2e59bc2 100644
--- a/otherlibs/labltk/support/cltkDMain.c
+++ b/otherlibs/labltk/support/cltkDMain.c
@@ -9,7 +9,8 @@
/* Copyright 1999 Institut National de Recherche en Informatique et */
/* en Automatique and Kyoto University. All rights reserved. */
/* This file is distributed under the terms of the GNU Library */
-/* General Public License. */
+/* General Public License, with the special exception on linking */
+/* described in file ../../../LICENSE. */
/* */
/*************************************************************************/
diff --git a/otherlibs/labltk/support/cltkEval.c b/otherlibs/labltk/support/cltkEval.c
index 45bc6b9a9..40adccf2d 100644
--- a/otherlibs/labltk/support/cltkEval.c
+++ b/otherlibs/labltk/support/cltkEval.c
@@ -9,7 +9,8 @@
/* Copyright 1999 Institut National de Recherche en Informatique et */
/* en Automatique and Kyoto University. All rights reserved. */
/* This file is distributed under the terms of the GNU Library */
-/* General Public License. */
+/* General Public License, with the special exception on linking */
+/* described in file ../../../LICENSE. */
/* */
/*************************************************************************/
diff --git a/otherlibs/labltk/support/cltkEvent.c b/otherlibs/labltk/support/cltkEvent.c
index e851f472a..e2c24cca6 100644
--- a/otherlibs/labltk/support/cltkEvent.c
+++ b/otherlibs/labltk/support/cltkEvent.c
@@ -9,7 +9,8 @@
/* Copyright 1999 Institut National de Recherche en Informatique et */
/* en Automatique and Kyoto University. All rights reserved. */
/* This file is distributed under the terms of the GNU Library */
-/* General Public License. */
+/* General Public License, with the special exception on linking */
+/* described in file ../../../LICENSE. */
/* */
/*************************************************************************/
diff --git a/otherlibs/labltk/support/cltkFile.c b/otherlibs/labltk/support/cltkFile.c
index a8132db4f..458b526ec 100644
--- a/otherlibs/labltk/support/cltkFile.c
+++ b/otherlibs/labltk/support/cltkFile.c
@@ -9,7 +9,8 @@
/* Copyright 1999 Institut National de Recherche en Informatique et */
/* en Automatique and Kyoto University. All rights reserved. */
/* This file is distributed under the terms of the GNU Library */
-/* General Public License. */
+/* General Public License, with the special exception on linking */
+/* described in file ../../../LICENSE. */
/* */
/*************************************************************************/
diff --git a/otherlibs/labltk/support/cltkMain.c b/otherlibs/labltk/support/cltkMain.c
index 2d07f75a2..8512c72b2 100644
--- a/otherlibs/labltk/support/cltkMain.c
+++ b/otherlibs/labltk/support/cltkMain.c
@@ -9,7 +9,8 @@
/* Copyright 1999 Institut National de Recherche en Informatique et */
/* en Automatique and Kyoto University. All rights reserved. */
/* This file is distributed under the terms of the GNU Library */
-/* General Public License. */
+/* General Public License, with the special exception on linking */
+/* described in file ../../../LICENSE. */
/* */
/*************************************************************************/
diff --git a/otherlibs/labltk/support/cltkMisc.c b/otherlibs/labltk/support/cltkMisc.c
index 50ed03810..7980e0c8a 100644
--- a/otherlibs/labltk/support/cltkMisc.c
+++ b/otherlibs/labltk/support/cltkMisc.c
@@ -9,7 +9,8 @@
/* Copyright 1999 Institut National de Recherche en Informatique et */
/* en Automatique and Kyoto University. All rights reserved. */
/* This file is distributed under the terms of the GNU Library */
-/* General Public License. */
+/* General Public License, with the special exception on linking */
+/* described in file ../../../LICENSE. */
/* */
/*************************************************************************/
diff --git a/otherlibs/labltk/support/cltkTimer.c b/otherlibs/labltk/support/cltkTimer.c
index fec7bfb2a..793535bea 100644
--- a/otherlibs/labltk/support/cltkTimer.c
+++ b/otherlibs/labltk/support/cltkTimer.c
@@ -9,7 +9,8 @@
/* Copyright 1999 Institut National de Recherche en Informatique et */
/* en Automatique and Kyoto University. All rights reserved. */
/* This file is distributed under the terms of the GNU Library */
-/* General Public License. */
+/* General Public License, with the special exception on linking */
+/* described in file ../../../LICENSE. */
/* */
/*************************************************************************/
diff --git a/otherlibs/labltk/support/cltkVar.c b/otherlibs/labltk/support/cltkVar.c
index 123595cd9..eae7eb12f 100644
--- a/otherlibs/labltk/support/cltkVar.c
+++ b/otherlibs/labltk/support/cltkVar.c
@@ -9,7 +9,8 @@
/* Copyright 1999 Institut National de Recherche en Informatique et */
/* en Automatique and Kyoto University. All rights reserved. */
/* This file is distributed under the terms of the GNU Library */
-/* General Public License. */
+/* General Public License, with the special exception on linking */
+/* described in file ../../../LICENSE. */
/* */
/*************************************************************************/
diff --git a/otherlibs/labltk/support/cltkWait.c b/otherlibs/labltk/support/cltkWait.c
index 5e621470c..a39e62519 100644
--- a/otherlibs/labltk/support/cltkWait.c
+++ b/otherlibs/labltk/support/cltkWait.c
@@ -9,7 +9,8 @@
/* Copyright 1999 Institut National de Recherche en Informatique et */
/* en Automatique and Kyoto University. All rights reserved. */
/* This file is distributed under the terms of the GNU Library */
-/* General Public License. */
+/* General Public License, with the special exception on linking */
+/* described in file ../../../LICENSE. */
/* */
/*************************************************************************/
diff --git a/otherlibs/labltk/support/fileevent.ml b/otherlibs/labltk/support/fileevent.ml
index 1e907c768..1db7b3a2e 100644
--- a/otherlibs/labltk/support/fileevent.ml
+++ b/otherlibs/labltk/support/fileevent.ml
@@ -9,7 +9,8 @@
(* Copyright 1999 Institut National de Recherche en Informatique et *)
(* en Automatique and Kyoto University. All rights reserved. *)
(* This file is distributed under the terms of the GNU Library *)
-(* General Public License. *)
+(* General Public License, with the special exception on linking *)
+(* described in file ../../../LICENSE. *)
(* *)
(*************************************************************************)
diff --git a/otherlibs/labltk/support/fileevent.mli b/otherlibs/labltk/support/fileevent.mli
index 8c6d0d481..8b9af8833 100644
--- a/otherlibs/labltk/support/fileevent.mli
+++ b/otherlibs/labltk/support/fileevent.mli
@@ -9,7 +9,8 @@
(* Copyright 1999 Institut National de Recherche en Informatique et *)
(* en Automatique and Kyoto University. All rights reserved. *)
(* This file is distributed under the terms of the GNU Library *)
-(* General Public License. *)
+(* General Public License, with the special exception on linking *)
+(* described in file ../../../LICENSE. *)
(* *)
(*************************************************************************)
diff --git a/otherlibs/labltk/support/protocol.ml b/otherlibs/labltk/support/protocol.ml
index 7ad8b317e..cb8bcbb33 100644
--- a/otherlibs/labltk/support/protocol.ml
+++ b/otherlibs/labltk/support/protocol.ml
@@ -9,7 +9,8 @@
(* Copyright 1999 Institut National de Recherche en Informatique et *)
(* en Automatique and Kyoto University. All rights reserved. *)
(* This file is distributed under the terms of the GNU Library *)
-(* General Public License. *)
+(* General Public License, with the special exception on linking *)
+(* described in file ../../../LICENSE. *)
(* *)
(*************************************************************************)
diff --git a/otherlibs/labltk/support/protocol.mli b/otherlibs/labltk/support/protocol.mli
index 636ef3e27..c816ba029 100644
--- a/otherlibs/labltk/support/protocol.mli
+++ b/otherlibs/labltk/support/protocol.mli
@@ -9,7 +9,8 @@
(* Copyright 1999 Institut National de Recherche en Informatique et *)
(* en Automatique and Kyoto University. All rights reserved. *)
(* This file is distributed under the terms of the GNU Library *)
-(* General Public License. *)
+(* General Public License, with the special exception on linking *)
+(* described in file ../../../LICENSE. *)
(* *)
(*************************************************************************)
diff --git a/otherlibs/labltk/support/slave.ml b/otherlibs/labltk/support/slave.ml
index e3259fc66..8169f1f18 100644
--- a/otherlibs/labltk/support/slave.ml
+++ b/otherlibs/labltk/support/slave.ml
@@ -9,7 +9,8 @@
(* Copyright 1999 Institut National de Recherche en Informatique et *)
(* en Automatique and Kyoto University. All rights reserved. *)
(* This file is distributed under the terms of the GNU Library *)
-(* General Public License. *)
+(* General Public License, with the special exception on linking *)
+(* described in file ../../../LICENSE. *)
(* *)
(*************************************************************************)
diff --git a/otherlibs/labltk/support/support.ml b/otherlibs/labltk/support/support.ml
index b6cd5e8c3..b0b028830 100644
--- a/otherlibs/labltk/support/support.ml
+++ b/otherlibs/labltk/support/support.ml
@@ -9,7 +9,8 @@
(* Copyright 1999 Institut National de Recherche en Informatique et *)
(* en Automatique and Kyoto University. All rights reserved. *)
(* This file is distributed under the terms of the GNU Library *)
-(* General Public License. *)
+(* General Public License, with the special exception on linking *)
+(* described in file ../../../LICENSE. *)
(* *)
(*************************************************************************)
diff --git a/otherlibs/labltk/support/support.mli b/otherlibs/labltk/support/support.mli
index 2eaf9b5e5..92a89ca8f 100644
--- a/otherlibs/labltk/support/support.mli
+++ b/otherlibs/labltk/support/support.mli
@@ -9,7 +9,8 @@
(* Copyright 1999 Institut National de Recherche en Informatique et *)
(* en Automatique and Kyoto University. All rights reserved. *)
(* This file is distributed under the terms of the GNU Library *)
-(* General Public License. *)
+(* General Public License, with the special exception on linking *)
+(* described in file ../../../LICENSE. *)
(* *)
(*************************************************************************)
diff --git a/otherlibs/labltk/support/textvariable.ml b/otherlibs/labltk/support/textvariable.ml
index df4c3b92d..cb3f8c7f7 100644
--- a/otherlibs/labltk/support/textvariable.ml
+++ b/otherlibs/labltk/support/textvariable.ml
@@ -9,7 +9,8 @@
(* Copyright 1999 Institut National de Recherche en Informatique et *)
(* en Automatique and Kyoto University. All rights reserved. *)
(* This file is distributed under the terms of the GNU Library *)
-(* General Public License. *)
+(* General Public License, with the special exception on linking *)
+(* described in file ../../../LICENSE. *)
(* *)
(*************************************************************************)
diff --git a/otherlibs/labltk/support/textvariable.mli b/otherlibs/labltk/support/textvariable.mli
index 48c3ca342..900106e52 100644
--- a/otherlibs/labltk/support/textvariable.mli
+++ b/otherlibs/labltk/support/textvariable.mli
@@ -9,7 +9,8 @@
(* Copyright 1999 Institut National de Recherche en Informatique et *)
(* en Automatique and Kyoto University. All rights reserved. *)
(* This file is distributed under the terms of the GNU Library *)
-(* General Public License. *)
+(* General Public License, with the special exception on linking *)
+(* described in file ../../../LICENSE. *)
(* *)
(*************************************************************************)
diff --git a/otherlibs/labltk/support/timer.ml b/otherlibs/labltk/support/timer.ml
index 349bf6a2e..96fd44474 100644
--- a/otherlibs/labltk/support/timer.ml
+++ b/otherlibs/labltk/support/timer.ml
@@ -9,7 +9,8 @@
(* Copyright 1999 Institut National de Recherche en Informatique et *)
(* en Automatique and Kyoto University. All rights reserved. *)
(* This file is distributed under the terms of the GNU Library *)
-(* General Public License. *)
+(* General Public License, with the special exception on linking *)
+(* described in file ../../../LICENSE. *)
(* *)
(*************************************************************************)
diff --git a/otherlibs/labltk/support/timer.mli b/otherlibs/labltk/support/timer.mli
index e94b4005b..168d6d553 100644
--- a/otherlibs/labltk/support/timer.mli
+++ b/otherlibs/labltk/support/timer.mli
@@ -9,7 +9,8 @@
(* Copyright 1999 Institut National de Recherche en Informatique et *)
(* en Automatique and Kyoto University. All rights reserved. *)
(* This file is distributed under the terms of the GNU Library *)
-(* General Public License. *)
+(* General Public License, with the special exception on linking *)
+(* described in file ../../../LICENSE. *)
(* *)
(*************************************************************************)
diff --git a/otherlibs/labltk/support/tkwait.ml b/otherlibs/labltk/support/tkwait.ml
index 38ed04a9c..3d886c2ed 100644
--- a/otherlibs/labltk/support/tkwait.ml
+++ b/otherlibs/labltk/support/tkwait.ml
@@ -9,7 +9,8 @@
(* Copyright 1999 Institut National de Recherche en Informatique et *)
(* en Automatique and Kyoto University. All rights reserved. *)
(* This file is distributed under the terms of the GNU Library *)
-(* General Public License. *)
+(* General Public License, with the special exception on linking *)
+(* described in file ../../../LICENSE. *)
(* *)
(*************************************************************************)
diff --git a/otherlibs/labltk/support/widget.ml b/otherlibs/labltk/support/widget.ml
index 01fddabd4..b9379b146 100644
--- a/otherlibs/labltk/support/widget.ml
+++ b/otherlibs/labltk/support/widget.ml
@@ -9,7 +9,8 @@
(* Copyright 1999 Institut National de Recherche en Informatique et *)
(* en Automatique and Kyoto University. All rights reserved. *)
(* This file is distributed under the terms of the GNU Library *)
-(* General Public License. *)
+(* General Public License, with the special exception on linking *)
+(* described in file ../../../LICENSE. *)
(* *)
(*************************************************************************)
diff --git a/otherlibs/labltk/support/widget.mli b/otherlibs/labltk/support/widget.mli
index e3966689e..326fc6b04 100644
--- a/otherlibs/labltk/support/widget.mli
+++ b/otherlibs/labltk/support/widget.mli
@@ -9,7 +9,8 @@
(* Copyright 1999 Institut National de Recherche en Informatique et *)
(* en Automatique and Kyoto University. All rights reserved. *)
(* This file is distributed under the terms of the GNU Library *)
-(* General Public License. *)
+(* General Public License, with the special exception on linking *)
+(* described in file ../../../LICENSE. *)
(* *)
(*************************************************************************)