From 655e3b2c3507e395b952bdb25bb434ef3865da64 Mon Sep 17 00:00:00 2001 From: Jens Luedicke Date: Sat, 22 Jan 2011 00:54:21 +0100 Subject: [PATCH] Added license header. --- settable.hpp | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/settable.hpp b/settable.hpp index cf1f42e..d668135 100644 --- a/settable.hpp +++ b/settable.hpp @@ -1,3 +1,16 @@ +//! \file settable.hpp +//! \brief C++ Library (header-only). + +// settable.hpp ------------------------------------------------------------// + +// +// Copyright Jens Luedicke 2010 +// +// 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 SETTABLE_HPP #define SETTABLE_HPP