From 725d203c32d6e88cd032c720853b65092c1edd1d Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Sun, 15 Aug 2004 12:34:39 +0000 Subject: [PATCH] Added missing license/copyright [SVN r24484] --- src/tuple.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/tuple.cpp b/src/tuple.cpp index 2762ab27..a6820b70 100644 --- a/src/tuple.cpp +++ b/src/tuple.cpp @@ -1,3 +1,7 @@ +// Copyright David Abrahams 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) #include namespace boost { namespace python { namespace detail {