mirror of
https://github.com/boostorg/regex.git
synced 2025-07-22 16:47:17 +02:00
Added needed license info.
[SVN r34563]
This commit is contained in:
@ -1,5 +1,10 @@
|
||||
#! /bin/bash
|
||||
|
||||
# copyright John Maddock 2003
|
||||
# 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.
|
||||
|
||||
libname=""
|
||||
src=""
|
||||
header=""
|
||||
@ -103,6 +108,10 @@ function gcc_gen()
|
||||
|
||||
|
||||
cat > $out << EOF
|
||||
# copyright John Maddock 2006
|
||||
# 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.
|
||||
#
|
||||
# auto generated makefile for gcc compiler
|
||||
#
|
||||
@ -261,3 +270,4 @@ rm -f $tout $iout
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user