logswan

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

commit bc4aec062d7767f0ef252c8c52864b968c7bc303
parent 052c1687c70bd75d1a17f5a62f73237c2564ec7b
Author: Frederic Cambus <fred@statdns.com>
Date:   Fri, 25 Oct 2019 19:28:47 +0200

Use lighter file header in CMakeLists.txt.

Diffstat:
MCMakeLists.txt | 24+++++++++++-------------
1 file changed, 11 insertions(+), 13 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt @@ -1,16 +1,14 @@ -############################################################################### -# # -# Logswan 2.1.0 # -# Copyright (c) 2015-2019, Frederic Cambus # -# https://www.logswan.org # -# # -# Created: 2015-05-31 # -# Last Updated: 2018-10-25 # -# # -# Logswan is released under the BSD 2-Clause license. # -# See LICENSE file for details. # -# # -############################################################################### +# +# Logswan 2.1.0 +# Copyright (c) 2015-2019, Frederic Cambus +# https://www.logswan.org +# +# Created: 2015-05-31 +# Last Updated: 2018-10-25 +# +# Logswan is released under the BSD 2-Clause license +# See LICENSE file for details +# cmake_minimum_required (VERSION 2.6)