]> git.sur5r.net Git - bacula/bacula/commitdiff
Revert previous copyright accidentally changed
authorKern Sibbald <kern@sibbald.com>
Fri, 28 Nov 2014 13:49:31 +0000 (14:49 +0100)
committerKern Sibbald <kern@sibbald.com>
Fri, 28 Nov 2014 13:49:31 +0000 (14:49 +0100)
bacula/src/lib/crc32.c

index b0ba199f67207a8ef7f69599e284325e7057fc06..ac77c69b80a63a0ffe30edc5937fe0d3437f7515 100644 (file)
@@ -3,15 +3,16 @@
 
    Copyright (C) 2010 Joakim Tjernlund
 
-   The main author of Bacula is Kern Sibbald, with contributions from many
-   others, a complete list can be found in the file AUTHORS.
+   This file 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 3 of the License, or (at your option) any later
+   version.
 
-   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.
-
-   Bacula® is a registered trademark of Kern Sibbald.
+   This file 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 Affero General Public License for more details.
 */
 /*
  *  Original 32 bit CRC.  Algorithm from RFC 2083 (png format)