Add License

This commit is contained in:
Baptiste Wicht 2013-12-09 20:46:15 +01:00
parent 4a3de8674d
commit 005f617710
2 changed files with 14 additions and 0 deletions

View File

@ -1,3 +1,10 @@
//=======================================================================
// Copyright Baptiste Wicht 2013.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
//=======================================================================
#ifndef ALGORITHMS_H
#define ALGORITHMS_H

View File

@ -1,3 +1,10 @@
//=======================================================================
// Copyright Baptiste Wicht 2013.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
//=======================================================================
#include "algorithms.hpp"
#include "utils.hpp"