Add missing copyright/license

[SVN r28828]
This commit is contained in:
Dave Abrahams
2005-05-11 15:27:14 +00:00
parent eea4b80440
commit f41a3f5912
2 changed files with 10 additions and 2 deletions

View File

@@ -1,4 +1,9 @@
//
// Copyright 2005 David Abrahams and Aleksey Gurtovoy. 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/mpl/long.hpp"
#include "boost/mpl/alias.hpp"

View File

@@ -1,5 +1,8 @@
//
// Copyright 2003-2004 David Abrahams and Aleksey Gurtovoy. All Rights Reserved
// Copyright 2005 David Abrahams and Aleksey Gurtovoy. 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/mpl/int.hpp"
#include "boost/mpl/fold.hpp"