|
9 | 9 | # Feel free to contribute to this project at: |
10 | 10 | # http://github.com/nvie/gitflow |
11 | 11 | # |
12 | | -# Copyright (c) 2010 by Vincent Driessen |
13 | | -# Copyright (c) 2010 by Benedikt Böhm |
| 12 | +# Copyright 2010 Vincent Driessen. All rights reserved. |
| 13 | +# |
| 14 | +# Redistribution and use in source and binary forms, with or without |
| 15 | +# modification, are permitted provided that the following conditions are met: |
| 16 | +# |
| 17 | +# 1. Redistributions of source code must retain the above copyright notice, |
| 18 | +# this list of conditions and the following disclaimer. |
| 19 | +# |
| 20 | +# 2. Redistributions in binary form must reproduce the above copyright |
| 21 | +# notice, this list of conditions and the following disclaimer in the |
| 22 | +# documentation and/or other materials provided with the distribution. |
| 23 | +# |
| 24 | +# THIS SOFTWARE IS PROVIDED BY VINCENT DRIESSEN ``AS IS'' AND ANY EXPRESS OR |
| 25 | +# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
| 26 | +# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO |
| 27 | +# EVENT SHALL VINCENT DRIESSEN OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, |
| 28 | +# INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, |
| 29 | +# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 30 | +# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY |
| 31 | +# OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
| 32 | +# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, |
| 33 | +# EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 34 | +# |
| 35 | +# The views and conclusions contained in the software and documentation are |
| 36 | +# those of the authors and should not be interpreted as representing official |
| 37 | +# policies, either expressed or implied, of Vincent Driessen. |
14 | 38 | # |
15 | 39 |
|
16 | 40 | # enable debug mode |
|
0 commit comments