forked from boostorg/regex
Added missing copyright declarations.
[SVN r23723]
This commit is contained in:
@ -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>
|
||||||
|
@ -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>
|
||||||
|
Reference in New Issue
Block a user