]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/lib/alist.c
kes Correctly detect Ubuntu systems, and add ubuntu platform directory.
[bacula/bacula] / bacula / src / lib / alist.c
index 7f6f5b8aa952903b8089253735c30c06acbfada6..7be04cd78bd21b66b13b368bbd03b43c403cfe5c 100644 (file)
@@ -1,26 +1,14 @@
-/*
- *  Bacula array list routines
- *
- *    alist is a simple malloc'ed array of pointers.  For the moment,
- *      it simply malloc's a bigger array controlled by num_grow.
- *      Default is to realloc the pointer array for each new member.
- *
- *   Kern Sibbald, June MMIII
- *
- *   Version $Id$
- *
- */
 /*
    Bacula® - The Network Backup Solution
 
-   Copyright (C) 2003-2006 Free Software Foundation Europe e.V.
+   Copyright (C) 2003-2007 Free Software Foundation Europe e.V.
 
    The main author of Bacula is Kern Sibbald, with contributions from
    many others, a complete list can be found in the file AUTHORS.
    This program is Free Software; you can redistribute it and/or
    modify it under the terms of version two of the GNU General Public
-   License as published by the Free Software Foundation plus additions
-   that are listed in the file LICENSE.
+   License as published by the Free Software Foundation and included
+   in the file LICENSE.
 
    This program is distributed in the hope that it will be useful, but
    WITHOUT ANY WARRANTY; without even the implied warranty of
    (FSFE), Fiduciary Program, Sumatrastrasse 25, 8006 Zürich,
    Switzerland, email:ftf@fsfeurope.org.
 */
+/*
+ *  Bacula array list routines
+ *
+ *    alist is a simple malloc'ed array of pointers.  For the moment,
+ *      it simply malloc's a bigger array controlled by num_grow.
+ *      Default is to realloc the pointer array for each new member.
+ *
+ *   Kern Sibbald, June MMIII
+ *
+ *   Version $Id$
+ *
+ */
 
 #include "bacula.h"