From f41a3f591224e9807918a88627ef3b2b30c86c92 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Wed, 11 May 2005 15:27:14 +0000 Subject: [PATCH] Add missing copyright/license [SVN r28828] --- book/chapter1/binary.hpp | 7 ++++++- example/fsm/player2.cpp | 5 ++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/book/chapter1/binary.hpp b/book/chapter1/binary.hpp index 4c8b724..3921386 100755 --- a/book/chapter1/binary.hpp +++ b/book/chapter1/binary.hpp @@ -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" diff --git a/example/fsm/player2.cpp b/example/fsm/player2.cpp index 41384f7..8704ef5 100755 --- a/example/fsm/player2.cpp +++ b/example/fsm/player2.cpp @@ -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"