From 48db3ff5691792f6bd0a77358e7b4fe208d071f7 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Wed, 17 Jun 2009 23:24:28 +0000 Subject: [PATCH] Add copyright to namespace_fail_test.cpp [SVN r54033] --- hash/test/namespace_fail_test.cpp | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/hash/test/namespace_fail_test.cpp b/hash/test/namespace_fail_test.cpp index 2e02d57..d3c13aa 100644 --- a/hash/test/namespace_fail_test.cpp +++ b/hash/test/namespace_fail_test.cpp @@ -1,5 +1,13 @@ + +// Copyright 2009 Daniel James. +// 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) + +// Check that I haven't inadvertantly pulled namespace std into the global +// namespace. + #include -#include +#include typedef list foo;