logswan

Fast Web log analyzer using probabilistic data structures
Log | Files | Refs | README | LICENSE

commit a190decd38bffbe34ffd399ca3db4e6da1a30214
parent da010f54e48a78982308480031c24fe63a29b614
Author: Frederic Cambus <fred@statdns.com>
Date:   Mon, 18 Jul 2016 23:10:11 +0200

Relicensed under the BSD 2-Clause license

Diffstat:
MCMakeLists.txt | 4++--
MLICENSE | 4----
MREADME.md | 2+-
Msrc/config.c | 4++--
Msrc/config.h | 4++--
Msrc/logswan.c | 4++--
Msrc/output.c | 4++--
Msrc/output.h | 4++--
Msrc/parse.c | 4++--
Msrc/parse.h | 4++--
10 files changed, 17 insertions(+), 21 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt @@ -5,9 +5,9 @@ # http://www.logswan.org # # # # Created: 2015-05-31 # -# Last Updated: 2016-02-25 # +# Last Updated: 2016-07-18 # # # -# Logswan is released under the BSD 3-Clause license. # +# Logswan is released under the BSD 2-Clause license. # # See LICENSE file for details. # # # ############################################################################### diff --git a/LICENSE b/LICENSE @@ -11,10 +11,6 @@ modification, are permitted provided that the following conditions are met: notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of Logswan nor the names of its contributors may be - used to endorse or promote products derived from this software - without specific prior written permission. - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE diff --git a/README.md b/README.md @@ -126,7 +126,7 @@ Heap profiling can be done using valgrind, as follow : ## License -Logswan is released under the BSD 3-Clause license. See `LICENSE` file for details. +Logswan is released under the BSD 2-Clause license. See `LICENSE` file for details. ## Author diff --git a/src/config.c b/src/config.c @@ -5,9 +5,9 @@ /* http://www.logswan.org */ /* */ /* Created: 2015-05-31 */ -/* Last Updated: 2016-02-25 */ +/* Last Updated: 2016-07-18 */ /* */ -/* Logswan is released under the BSD 3-Clause license. */ +/* Logswan is released under the BSD 2-Clause license. */ /* See LICENSE file for details. */ /* */ /*****************************************************************************/ diff --git a/src/config.h b/src/config.h @@ -5,9 +5,9 @@ /* http://www.logswan.org */ /* */ /* Created: 2015-05-31 */ -/* Last Updated: 2016-02-25 */ +/* Last Updated: 2016-07-18 */ /* */ -/* Logswan is released under the BSD 3-Clause license. */ +/* Logswan is released under the BSD 2-Clause license. */ /* See LICENSE file for details. */ /* */ /*****************************************************************************/ diff --git a/src/logswan.c b/src/logswan.c @@ -5,9 +5,9 @@ /* http://www.logswan.org */ /* */ /* Created: 2015-05-31 */ -/* Last Updated: 2016-02-25 */ +/* Last Updated: 2016-07-18 */ /* */ -/* Logswan is released under the BSD 3-Clause license. */ +/* Logswan is released under the BSD 2-Clause license. */ /* See LICENSE file for details. */ /* */ /*****************************************************************************/ diff --git a/src/output.c b/src/output.c @@ -5,9 +5,9 @@ /* http://www.logswan.org */ /* */ /* Created: 2015-05-31 */ -/* Last Updated: 2016-02-25 */ +/* Last Updated: 2016-07-18 */ /* */ -/* Logswan is released under the BSD 3-Clause license. */ +/* Logswan is released under the BSD 2-Clause license. */ /* See LICENSE file for details. */ /* */ /*****************************************************************************/ diff --git a/src/output.h b/src/output.h @@ -5,9 +5,9 @@ /* http://www.logswan.org */ /* */ /* Created: 2015-05-31 */ -/* Last Updated: 2016-02-25 */ +/* Last Updated: 2016-07-18 */ /* */ -/* Logswan is released under the BSD 3-Clause license. */ +/* Logswan is released under the BSD 2-Clause license. */ /* See LICENSE file for details. */ /* */ /*****************************************************************************/ diff --git a/src/parse.c b/src/parse.c @@ -5,9 +5,9 @@ /* http://www.logswan.org */ /* */ /* Created: 2015-05-31 */ -/* Last Updated: 2016-02-25 */ +/* Last Updated: 2016-07-18 */ /* */ -/* Logswan is released under the BSD 3-Clause license. */ +/* Logswan is released under the BSD 2-Clause license. */ /* See LICENSE file for details. */ /* */ /*****************************************************************************/ diff --git a/src/parse.h b/src/parse.h @@ -5,9 +5,9 @@ /* http://www.logswan.org */ /* */ /* Created: 2015-05-31 */ -/* Last Updated: 2016-02-25 */ +/* Last Updated: 2016-07-18 */ /* */ -/* Logswan is released under the BSD 3-Clause license. */ +/* Logswan is released under the BSD 2-Clause license. */ /* See LICENSE file for details. */ /* */ /*****************************************************************************/