Fix huge memory leak in the Sqlite3 binding.
[gnadelite.git] / gnade_src / gnu.ads
blob6e91d73e09297e8e48c650e021e27a93496c8cc3
1 -------------------------------------------------------------------------------
2 -- --
3 -- GNU Ada tools Bindings --
4 -- --
5 -- GNU --
6 -- --
7 -- S P E C --
8 -- --
9 -------------------------------------------------------------------------------
10 -- Copyright (c) 1999-2001
11 -- by Juergen Pfeifer
13 -- GNU Ada tools are free software; you can redistribute them and/or modify --
14 -- them under terms of the GNU General Public License as published by the --
15 -- Free Software Foundation; either version 2, or (at your option) any --
16 -- later version. GNU Ada tools are distributed in the hope that they will --
17 -- be useful, but WITHOUT ANY WARRANTY; without even the implied warranty --
18 -- of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the --
19 -- GNU General Public License for more details. You should have received --
20 -- a copy of the GNU General Public License distributed with GNAT Ada --
21 -- tools; see file COPYING. If not, write to the --
22 -- Free Software Foundation, 59 Temple Place - Suite 330, Boston, --
23 -- MA 02111-1307, USA. --
24 -- --
25 -- As a special exception, if other files instantiate generics from this --
26 -- unit, or you link this unit with other files to produce an executable, --
27 -- this unit does not by itself cause the resulting executable to be --
28 -- covered by the GNU General Public License. This exception does not --
29 -- however invalidate any other reasons why the executable file might be --
30 -- covered by the GNU Public License. --
31 -- --
32 -------------------------------------------------------------------------------
33 -- Author: Juergen Pfeifer <juergen.pfeifer@gmx.net>
34 -------------------------------------------------------------------------------
36 -- This is the root of all the GNU Ada tools Bindings.
38 -- If you intend to put your own package under the GNU hierarchy, please
39 -- contact us in advance. Our intention is to develop a coherent and
40 -- comprehensive set of packages under this root package, so there is
41 -- a need for some coordination.
43 package GNU is
44 pragma Pure (GNU);
46 Version : constant String := "$Id: gnu.ads,v 1.2 2003/05/16 19:51:48 merdmann Exp $";
48 end GNU;