From 8b6ba77ba4e7594cd35be995fc2486d9e3539ea9 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Sun, 18 Jul 2004 10:22:19 +0000 Subject: [PATCH] Added missing copyright [SVN r23724] --- test/udt_specialisations.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/udt_specialisations.cpp b/test/udt_specialisations.cpp index ba45d74..5636bfc 100644 --- a/test/udt_specialisations.cpp +++ b/test/udt_specialisations.cpp @@ -1,4 +1,9 @@ +// (C) Copyright John Maddock 2004. +// Use, modification and distribution are 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) + #include "test.hpp" #include "check_integral_constant.hpp" #ifdef TEST_STD