File tree Expand file tree Collapse file tree 9 files changed +12
-40
lines changed Expand file tree Collapse file tree 9 files changed +12
-40
lines changed Original file line number Diff line number Diff line change 10
10
# 2. Redistributions in binary form must reproduce the above copyright
11
11
# notice, this list of conditions and the following disclaimer in the
12
12
# documentation and/or other materials provided with the distribution.
13
- # 3. All advertising materials mentioning features or use of this software
14
- # must display the following acknowledgement:
15
- # This product includes software developed by Benjamin C. Meyer.
16
- # 4. Neither the name of the project nor the
13
+ # 3. Neither the name of the project nor the
17
14
# names of its contributors may be used to endorse or promote products
18
15
# derived from this software without specific prior written permission.
19
16
#
Original file line number Diff line number Diff line change 10
10
# 2. Redistributions in binary form must reproduce the above copyright
11
11
# notice, this list of conditions and the following disclaimer in the
12
12
# documentation and/or other materials provided with the distribution.
13
- # 3. All advertising materials mentioning features or use of this software
14
- # must display the following acknowledgement:
15
- # This product includes software developed by Benjamin C. Meyer.
16
- # 4. Neither the name of the project nor the
13
+ # 3. Neither the name of the project nor the
17
14
# names of its contributors may be used to endorse or promote products
18
15
# derived from this software without specific prior written permission.
19
16
#
Original file line number Diff line number Diff line change 10
10
# 2. Redistributions in binary form must reproduce the above copyright
11
11
# notice, this list of conditions and the following disclaimer in the
12
12
# documentation and/or other materials provided with the distribution.
13
- # 3. All advertising materials mentioning features or use of this software
14
- # must display the following acknowledgement:
15
- # This product includes software developed by Benjamin C. Meyer.
16
- # 4. Neither the name of the project nor the
13
+ # 3. Neither the name of the project nor the
17
14
# names of its contributors may be used to endorse or promote products
18
15
# derived from this software without specific prior written permission.
19
16
#
Original file line number Diff line number Diff line change 10
10
# 2. Redistributions in binary form must reproduce the above copyright
11
11
# notice, this list of conditions and the following disclaimer in the
12
12
# documentation and/or other materials provided with the distribution.
13
- # 3. All advertising materials mentioning features or use of this software
14
- # must display the following acknowledgement:
15
- # This product includes software developed by Benjamin C. Meyer.
16
- # 4. Neither the name of the project nor the
13
+ # 3. Neither the name of the project nor the
17
14
# names of its contributors may be used to endorse or promote products
18
15
# derived from this software without specific prior written permission.
19
16
#
Original file line number Diff line number Diff line change 10
10
# 2. Redistributions in binary form must reproduce the above copyright
11
11
# notice, this list of conditions and the following disclaimer in the
12
12
# documentation and/or other materials provided with the distribution.
13
- # 3. All advertising materials mentioning features or use of this software
14
- # must display the following acknowledgement:
15
- # This product includes software developed by Benjamin C. Meyer.
16
- # 4. Neither the name of the project nor the
13
+ # 3. Neither the name of the project nor the
17
14
# names of its contributors may be used to endorse or promote products
18
15
# derived from this software without specific prior written permission.
19
16
#
Original file line number Diff line number Diff line change 10
10
# 2. Redistributions in binary form must reproduce the above copyright
11
11
# notice, this list of conditions and the following disclaimer in the
12
12
# documentation and/or other materials provided with the distribution.
13
- # 3. All advertising materials mentioning features or use of this software
14
- # must display the following acknowledgement:
15
- # This product includes software developed by Benjamin C. Meyer.
16
- # 4. Neither the name of the project nor the
13
+ # 3. Neither the name of the project nor the
17
14
# names of its contributors may be used to endorse or promote products
18
15
# derived from this software without specific prior written permission.
19
16
#
Original file line number Diff line number Diff line change 10
10
# 2. Redistributions in binary form must reproduce the above copyright
11
11
# notice, this list of conditions and the following disclaimer in the
12
12
# documentation and/or other materials provided with the distribution.
13
- # 3. All advertising materials mentioning features or use of this software
14
- # must display the following acknowledgement:
15
- # This product includes software developed by Benjamin C. Meyer.
16
- # 4. Neither the name of the project nor the
13
+ # 3. Neither the name of the project nor the
17
14
# names of its contributors may be used to endorse or promote products
18
15
# derived from this software without specific prior written permission.
19
16
#
Original file line number Diff line number Diff line change 10
10
# 2. Redistributions in binary form must reproduce the above copyright
11
11
# notice, this list of conditions and the following disclaimer in the
12
12
# documentation and/or other materials provided with the distribution.
13
- # 3. All advertising materials mentioning features or use of this software
14
- # must display the following acknowledgement:
15
- # This product includes software developed by Benjamin C. Meyer.
16
- # 4. Neither the name of the project nor the
13
+ # 3. Neither the name of the project nor the
17
14
# names of its contributors may be used to endorse or promote products
18
15
# derived from this software without specific prior written permission.
19
16
#
Original file line number Diff line number Diff line change 10
10
# 2. Redistributions in binary form must reproduce the above copyright
11
11
# notice, this list of conditions and the following disclaimer in the
12
12
# documentation and/or other materials provided with the distribution.
13
- # 3. All advertising materials mentioning features or use of this software
14
- # must display the following acknowledgement:
15
- # This product includes software developed by Benjamin C. Meyer.
16
- # 4. Neither the name of the project nor the
13
+ # 3. Neither the name of the project nor the
17
14
# names of its contributors may be used to endorse or promote products
18
15
# derived from this software without specific prior written permission.
19
16
#
@@ -34,10 +31,9 @@ function test_file {
34
31
if grep ' Copyright (c)' " ${file} " | grep -v ' grep' > /dev/null 2>&1 ; then
35
32
set -e
36
33
grep " Redistribution and use in source and binary forms, with or without" " ${file} " > /dev/null
37
- grep " 1. Redistributions of source code must retain the above copyright" " ${file} " > /dev/null
38
- grep " 2. Redistributions in binary form must reproduce the above copyright" " ${file} " > /dev/null
39
- grep " 3. All advertising materials mentioning features or use of this software" " ${file} " > /dev/null
40
- grep " 4. Neither the name of the project nor the" " ${file} " > /dev/null
34
+ grep " Redistributions of source code must retain the above copyright" " ${file} " > /dev/null
35
+ grep " Redistributions in binary form must reproduce the above copyright" " ${file} " > /dev/null
36
+ grep " Neither the name of the project nor the" " ${file} " > /dev/null
41
37
set +e
42
38
fi
43
39
}
You can’t perform that action at this time.
0 commit comments