summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/control15
-rw-r--r--src/version.h10
2 files changed, 16 insertions, 9 deletions
diff --git a/debian/control b/debian/control
index a6aa7ba..e18b61e 100644
--- a/debian/control
+++ b/debian/control
@@ -2,17 +2,22 @@ Source: ivy-c
Section: devel
Priority: extra
Maintainer: Herve Damiano <damiano@cena.fr>
-Standards-Version: 2.3.0.0
+Standards-Version: 3.1.1.1
Package: ivy-c
Architecture: any
Depends: ${shlibs:Depends}
Conflicts: ivy-tcl
-Description: Bus logiciel PII.
- Bus logiciel PII. Fichiers de runtime.
+Description: Ivy software bus. runtime Package
+ Ivy is mostly a communication convention between processes, implemented
+ through a collection of libraries in several languages and for several platforms:
+ from C to Perl, from Macintosh or WindowsNT to Linux or Unix.
Package: ivy-c-dev
Architecture: any
Depends: ivy-c (= 3.2-1), libc6-dev, xlib6g-dev, tcl8.2-dev
-Description: Bus logiciel PII.
- Bus logiciel PII. Fichiers nécessaires au développement.
+Description: Ivy software bus. development Package
+ This package is needed for compiling applications using ivy-c.
+ Ivy is mostly a communication convention between processes, implemented
+ through a collection of libraries in several languages and for several platforms:
+ from C to Perl, from Macintosh or WindowsNT to Linux or Unix.
diff --git a/src/version.h b/src/version.h
index 6a8212f..5cc756f 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1,7 +1,7 @@
/*
* Ivy, C interface
*
- * Copyright (C) 1997-1999
+ * Copyright (C) 1997-2000
* Centre d'Études de la Navigation Aérienne
*
* Authors: François-Régis Colin <colin@cenatoulouse.dgac.fr>
@@ -10,16 +10,18 @@
* $Id$
*
* This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
+ * modify it under the terms of the GNU LGPL Library General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or (at your option) any later version.
- *
+ * On Debian systems LGPL can be found in the file /usr/doc/copyright/LGPL
+ * Or look at http://www.gnu.org/copyleft/lgpl.html
+ *
* 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
+ * You should have received a copy of the GNU Library General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*