$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: anthony_at_[hidden]
Date: 2007-11-19 09:29:23
Author: anthonyw
Date: 2007-11-19 09:29:22 EST (Mon, 19 Nov 2007)
New Revision: 41226
URL: http://svn.boost.org/trac/boost/changeset/41226
Log:
added copyright
Text files modified: 
   trunk/boost/thread/win32/tss.hpp |     5 +++++                                   
   1 files changed, 5 insertions(+), 0 deletions(-)
Modified: trunk/boost/thread/win32/tss.hpp
==============================================================================
--- trunk/boost/thread/win32/tss.hpp	(original)
+++ trunk/boost/thread/win32/tss.hpp	2007-11-19 09:29:22 EST (Mon, 19 Nov 2007)
@@ -1,5 +1,10 @@
 #ifndef BOOST_THREAD_WIN32_TSS_HPP
 #define BOOST_THREAD_WIN32_TSS_HPP
+// 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)
+// (C) Copyright 2007 Anthony Williams
+
 #include <boost/shared_ptr.hpp>
 #include "thread_heap_alloc.hpp"