From 59b596e1eec8cdb8626c92092d28e301384136d5 Mon Sep 17 00:00:00 2001 From: Joel de Guzman Date: Tue, 26 Oct 2004 00:13:19 +0000 Subject: [PATCH] license [SVN r25867] --- example/tutorial/hello.cpp | 3 +++ 1 file changed, 3 insertions(+) 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]