Skip to content

Commit fba0386

Browse files
committed
Added sbflib.h
1 parent 4abaa67 commit fba0386

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

sbflib.h

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
/*
2+
Spatial Bloom Filter C++ Library (libSBF-cpp)
3+
Copyright (C) 2017 Luca Calderoni, Dario Maio,
4+
University of Bologna
5+
Copyright (C) 2017 Paolo Palmieri,
6+
Cranfield University
7+
8+
This program is free software: you can redistribute it and/or modify
9+
it under the terms of the GNU Lesser General Public License as published by
10+
the Free Software Foundation, either version 3 of the License, or
11+
(at your option) any later version.
12+
13+
This program is distributed in the hope that it will be useful,
14+
but WITHOUT ANY WARRANTY; without even the implied warranty of
15+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16+
GNU Lesser General Public License for more details.
17+
18+
You should have received a copy of the GNU Lesser General Public License
19+
along with this program. If not, see <http://www.gnu.org/licenses/>.
20+
*/
21+
22+
23+
#ifndef SBFLIB_H
24+
#define SBFLIB_H
25+
26+
#include "sbf.h"
27+
28+
29+
#endif /* SBFLIB_H */

0 commit comments

Comments
 (0)