]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/lib/md5.h
Backport from Bacula Enterprise
[bacula/bacula] / bacula / src / lib / md5.h
index a927064be58dc25853c3a9a5ddcb72a5e66b970f..a0414ba0a1d66f239e791bf5d042fabe0358136c 100644 (file)
@@ -1,33 +1,33 @@
 /*
- * Bacula MD5 definitions
- *
- *  Kern Sibbald, 2001
- *
- *   Version $Id$
- */
-/*
-   Copyright (C) 2000, 2001, 2002 Kern Sibbald and John Walker
+   Bacula(R) - The Network Backup Solution
 
-   This library 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.
+   Copyright (C) 2000-2015 Kern Sibbald
+   Copyright (C) 2001-2014 Free Software Foundation Europe e.V.
 
-   This library 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
-   Lesser General Public License for more details.
+   The original author of Bacula is Kern Sibbald, with contributions
+   from many others, a complete list can be found in the file AUTHORS.
 
-   You should have received a copy of the GNU Lesser General Public
-   License along with this library; if not, write to the Free
-   Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
-   MA 02111-1307, USA.
+   You may use this file and others of this release according to the
+   license defined in the LICENSE file, which includes the Affero General
+   Public License, v3.0 ("AGPLv3") and some additional permissions and
+   terms pursuant to its AGPLv3 Section 7.
 
+   This notice must be preserved when any source code is 
+   conveyed and/or propagated.
+
+   Bacula(R) is a registered trademark of Kern Sibbald.
+*/
+/*
+ * Bacula MD5 definitions
+ *
+ *  Kern Sibbald, 2001
  */
 
 #ifndef __BMD5_H
 #define __BMD5_H
 
+#define MD5HashSize 16
+
 struct MD5Context {
    uint32_t buf[4];
    uint32_t bits[2];