Skip to content

Commit 095d5e7

Browse files
committed
Merge branch 'develop'
2 parents 8bc8679 + d593a16 commit 095d5e7

File tree

3 files changed

+44
-4
lines changed

3 files changed

+44
-4
lines changed

LICENSE

Lines changed: 34 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
This software is forked of the original git-flow, see License #2.
1+
This software is forked of the original git-flow-AVH, see License #2.
2+
Which in turn is a fork of the original get-flow, see License #3
23
License #1 is added to reflect the changes made.
34

4-
gitflow-shFlags is released under LGPL, see License #3
5+
gitflow-shFlags is released under LGPL, see License #4
56

67
************************************************************
78

89
LICENSE #1:
9-
Copyright (c) 2012-2019 Peter van der Does
10+
Copyright (c) 2023 Chris Stone
1011
All rights reserved.
1112

1213
Redistribution and use in source and binary forms, with or without
@@ -29,9 +30,38 @@ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2930
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
3031
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3132

33+
************************************************************
34+
35+
3236
************************************************************
3337

3438
LICENSE #2:
39+
Copyright (c) 2012-2019 Peter van der Does
40+
All rights reserved.
41+
42+
Redistribution and use in source and binary forms, with or without
43+
modification, are permitted provided that the following conditions are met:
44+
45+
1. Redistributions of source code must retain the above copyright notice, this
46+
list of conditions and the following disclaimer.
47+
2. Redistributions in binary form must reproduce the above copyright notice,
48+
this list of conditions and the following disclaimer in the documentation
49+
and/or other materials provided with the distribution.
50+
51+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
52+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
53+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
54+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
55+
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
56+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
57+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
58+
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
59+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
60+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
61+
62+
************************************************************
63+
64+
LICENSE #3:
3565
Copyright 2010 Vincent Driessen. All rights reserved.
3666

3767
Redistribution and use in source and binary forms, with or without modification,
@@ -61,7 +91,7 @@ either expressed or implied, of Vincent Driessen.
6191

6292
************************************************************
6393

64-
LICENSE #3:
94+
LICENSE #4:
6595
GNU LESSER GENERAL PUBLIC LICENSE
6696
Version 2.1, February 1999
6797

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,3 +231,12 @@ the command.
231231
The files should be placed in .git/hooks
232232
In the directory hooks you can find examples of all the hooks available.
233233

234+
235+
## Showing your appreciation
236+
237+
Of course, the best way to show your appreciation for the git-flow tool itself
238+
remains contributing to the community. If you'd like to show your appreciation
239+
in another way, however, consider donating through PayPal:
240+
241+
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/donate/?hosted_button_id=GU25NCHMVMT9U)
242+

git-flow-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3838
#
3939

40+
4041
GITFLOW_VERSION=1.12.4
4142

4243
initialize() {

0 commit comments

Comments
 (0)