Added missing copyright declarations.

[SVN r23723]
This commit is contained in:
John Maddock
2004-07-18 10:21:47 +00:00
parent ee631c02eb
commit 048d5b788c
2 changed files with 27 additions and 0 deletions

View File

@ -1,3 +1,13 @@
/*
*
* Copyright (c) 2004
* Dr John Maddock
*
* 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 <boost/regex.hpp> #include <boost/regex.hpp>
#include <iostream> #include <iostream>

View File

@ -1,3 +1,20 @@
/*
*
* Copyright (c) 2004
* Dr John Maddock
*
* 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)
*
*/
/*
* LOCATION: see http://www.boost.org for most recent version.
* FILE captures_test.cpp
* VERSION see <boost/version.hpp>
* DESCRIPTION: Basic tests for additional captures information.
*/
#include <boost/regex.hpp> #include <boost/regex.hpp>
#include <boost/test/test_tools.hpp> #include <boost/test/test_tools.hpp>