Update copyright details.

[SVN r34390]
This commit is contained in:
Daniel James
2006-06-25 09:59:05 +00:00
parent 1a219729ee
commit 645cac6ae3
58 changed files with 175 additions and 174 deletions

View File

@@ -1,8 +1,7 @@
// (C) Copyright Daniel James 2005.
// 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)
// Copyright 2005-2006 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)
#include "./config.hpp"
@@ -91,6 +90,8 @@ int main()
complex_integral_tests((unsigned short*) 0);
complex_integral_tests((unsigned int*) 0);
complex_integral_tests((unsigned long*) 0);
return boost::report_errors();
}
#endif