]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/stored/ebcdic.c
Change copyright as per agreement with FSFE
[bacula/bacula] / bacula / src / stored / ebcdic.c
index 9f9d3387d96aba4cb412fb0e4773fdf795de94f8..eddcddc92b61aabd5fa3e77127192bf4456c2972 100644 (file)
@@ -1,34 +1,25 @@
 /*
- * Taken from the public domain ansitape program for 
- *   integration into Bacula. KES - Mar 2005
- */
-/*
-   Bacula® - The Network Backup Solution
+   Bacula(R) - The Network Backup Solution
 
-   Copyright (C) 2006-2006 Free Software Foundation Europe e.V.
+   Copyright (C) 2000-2016 Kern Sibbald
 
-   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 and included
-   in the file LICENSE.
+   The original author of Bacula is Kern Sibbald, with contributions
+   from many others, a complete list can be found in the file AUTHORS.
 
-   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 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.
 
-   You should have received a copy of the GNU General Public License
-   along with this program; if not, write to the Free Software
-   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
-   02110-1301, USA.
+   This notice must be preserved when any source code is 
+   conveyed and/or propagated.
 
-   Bacula® is a registered trademark of John Walker.
-   The licensor of Bacula is the Free Software Foundation Europe
-   (FSFE), Fiduciary Program, Sumatrastrasse 25, 8006 Zürich,
-   Switzerland, email:ftf@fsfeurope.org.
+   Bacula(R) is a registered trademark of Kern Sibbald.
 */
+/*
+ * Taken from the public domain ansitape program for
+ *   integration into Bacula. KES - Mar 2005
+ */
 
 
 /* Mapping of EBCDIC codes to ASCII equivalents. */
@@ -170,7 +161,7 @@ static char to_ebcdic_table[256] = {
 
 
 /*
- * Convert from ASCII to EBCDIC 
+ * Convert from ASCII to EBCDIC
  */
 void ascii_to_ebcdic(char *dst, char *src, int count)
 {