diff --git a/example/tutorial/hello.cpp b/example/tutorial/hello.cpp index 01ed60c3..6451061d 100644 --- a/example/tutorial/hello.cpp +++ b/example/tutorial/hello.cpp @@ -1,3 +1,6 @@ +// Copyright Joel de Guzman 2002-2004. 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) // Hello World Example from the tutorial // [Joel de Guzman 10/9/2002]