added copyright comment & moved serialization

This commit is contained in:
klemens-morgenstern
2016-06-18 18:59:38 +02:00
parent bd0e4500bc
commit cc782b2d3f
24 changed files with 197 additions and 161 deletions

View File

@@ -1,3 +1,9 @@
// Copyright 2015-2016 Hans Dembinski
//
// 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 <boost/histogram/axis.hpp>
#include <boost/python.hpp>
#include <boost/python/raw_function.hpp>