Skip to content

Commit d72acba

Browse files
committed
Added inline license terms to all source files.
1 parent 72c4f94 commit d72acba

9 files changed

Lines changed: 237 additions & 16 deletions

Makefile

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
#
2+
# Copyright 2010 Vincent Driessen. All rights reserved.
3+
#
4+
# Redistribution and use in source and binary forms, with or without
5+
# modification, are permitted provided that the following conditions are met:
6+
#
7+
# 1. Redistributions of source code must retain the above copyright notice,
8+
# this list of conditions and the following disclaimer.
9+
#
10+
# 2. Redistributions in binary form must reproduce the above copyright
11+
# notice, this list of conditions and the following disclaimer in the
12+
# documentation and/or other materials provided with the distribution.
13+
#
14+
# THIS SOFTWARE IS PROVIDED BY VINCENT DRIESSEN ``AS IS'' AND ANY EXPRESS OR
15+
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
16+
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
17+
# EVENT SHALL VINCENT DRIESSEN OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
18+
# INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
19+
# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
20+
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
21+
# OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
22+
# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
23+
# EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
24+
#
25+
# The views and conclusions contained in the software and documentation are
26+
# those of the authors and should not be interpreted as representing official
27+
# policies, either expressed or implied, of Vincent Driessen.
28+
#
129
prefix=/usr/local
230

331
# files that need mode 755

git-flow

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,32 @@
99
# Feel free to contribute to this project at:
1010
# http://github.com/nvie/gitflow
1111
#
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.
1438
#
1539

1640
# enable debug mode

git-flow-feature

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

1539
require_git_repo

git-flow-hotfix

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

1539
require_git_repo

git-flow-init

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

1539
usage() {

git-flow-release

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

1539
require_git_repo

git-flow-support

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

1539
require_git_repo

git-flow-version

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

1641
usage() {

gitflow-common

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

1539
#

0 commit comments

Comments
 (0)