]> git.sur5r.net Git - bacula/bacula/commitdiff
Fix license problems in Bug #2382
authorKern Sibbald <kern@sibbald.com>
Fri, 25 May 2018 09:09:02 +0000 (11:09 +0200)
committerKern Sibbald <kern@sibbald.com>
Fri, 25 May 2018 09:09:02 +0000 (11:09 +0200)
bacula/src/win32/compat/print.cpp
bacula/src/win32/filed/plugins/node.h
bacula/src/win32/full_win32_installer/winbacula.nsi

index 78b0271a8cb1a6018d4648b7f06c5f196b59caec..4b3455020105871b4368aff5bfdbe471a3c312cf 100644 (file)
@@ -1,3 +1,43 @@
+/*
+ *
+ * Note: 25 May 2018. This code appears not to have a copyright, however,
+ *   it appears to come from exactly the same code source as bsnprintf.c
+ *   in the Bacula src/lib.  The code in that file has two licenses that
+ * am adding here:
+ */
+
+/*
+   Bacula(R) - The Network Backup Solution
+
+   Copyright (C) 2000-2018 Kern Sibbald
+
+   The original author of Bacula is Kern Sibbald, with contributions
+   from many others, a complete list can be found in the file AUTHORS.
+
+   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.
+*/
+/*
+ * Copyright Patrick Powell 1995
+ *
+ * This code is based on code written by Patrick Powell
+ * (papowell@astart.com) It may be used for any purpose as long
+ * as this notice remains intact on all source code distributions.
+ *
+ * Adapted for Bacula -- note there were lots of bugs in
+ *     the original code: %lld and %s were seriously broken, and
+ *     with FP turned off %f seg faulted.
+ *
+ *   Kern Sibbald, November MMV
+ *
+ */
 /**************************************************************
  * Original:
  * Patrick Powell Tue Apr 11 09:48:21 PDT 1995
index dcaa43f420fee246e500825d18dc8c2fbf51dbc2..591b997a0ab1511bfc5795f23161da4d7a68d122 100644 (file)
@@ -1,29 +1,20 @@
 /*
-   Bacula® - The Network Backup Solution
-
-   Copyright (C) 2008-2008 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 three of the GNU Affero General Public
-   License as published by the Free Software Foundation, which is 
-   listed 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
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-   General Public License for more details.
-
-   You should have received a copy of the GNU Affero 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.
-
-   Bacula® is a registered trademark of Kern Sibbald.
-   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) - The Network Backup Solution
+
+   Copyright (C) 2000-2018 Kern Sibbald
+
+   The original author of Bacula is Kern Sibbald, with contributions
+   from many others, a complete list can be found in the file AUTHORS.
+
+   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.
 */
 /* 
  *  Written by James Harper, October 2008
index 700dff63160241661bd20738a04c2ad9e37122f8..c56e5015e18b28568f1b6dd5c472a4b5b277a84f 100644 (file)
@@ -1,3 +1,7 @@
+#
+# Copyright (C) 2000-2018 Kern Sibbald
+# License: BSD 2-Clause; see file LICENSE-FOSS
+#
 ; winbacula.nsi
 ;
 ; Began as a version written by Michel Meyers (michel@tcnnet.dyndns.org)