From c99bd3ab006e26663441ccabcbaa2fc8ea61bffb Mon Sep 17 00:00:00 2001 From: John Maddock Date: Thu, 28 Oct 2004 11:06:12 +0000 Subject: [PATCH] Merged added copyrights from main branch. [SVN r25913] --- example/tutorial/hello.cpp | 3 +++ pyste/tests/nested.h | 6 ++++++ 2 files changed, 9 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] diff --git a/pyste/tests/nested.h b/pyste/tests/nested.h index e62adab5..1695610f 100644 --- a/pyste/tests/nested.h +++ b/pyste/tests/nested.h @@ -1,3 +1,9 @@ +/* Copyright Bruno da Silva de Oliveira 2003. Use, modification and + distribution is subject to 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) + */ + #ifndef NESTED_H #define NESTED_H