Skip to content

Commit a4f98bb

Browse files
authored
cmake/modules: fix BSD3 license text (#905)
1 parent d528b4a commit a4f98bb

File tree

8 files changed

+64
-40
lines changed

8 files changed

+64
-40
lines changed

cmake/modules/COPYING-CMAKE-SCRIPTS

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,21 @@ Redistribution and use in source and binary forms, with or without
22
modification, are permitted provided that the following conditions
33
are met:
44

5-
1. Redistributions of source code must retain the copyright
5+
1. Redistributions of source code must retain the above copyright
66
notice, this list of conditions and the following disclaimer.
7-
2. Redistributions in binary form must reproduce the copyright
7+
8+
2. Redistributions in binary form must reproduce the above copyright
89
notice, this list of conditions and the following disclaimer in the
910
documentation and/or other materials provided with the distribution.
10-
3. The name of the author may not be used to endorse or promote products
11+
12+
3. Neither the name of the copyright holder nor the names of its contributors
13+
may be used to endorse or promote products
1114
derived from this software without specific prior written permission.
1215

13-
THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
16+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS AND ANY EXPRESS OR
1417
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
1518
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
16-
IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
19+
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
1720
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
1821
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1922
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY

cmake/modules/FindEnchant.cmake

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,21 @@
66
# modification, are permitted provided that the following conditions
77
# are met:
88
#
9-
# 1. Redistributions of source code must retain the copyright
9+
# 1. Redistributions of source code must retain the above copyright
1010
# notice, this list of conditions and the following disclaimer.
11-
# 2. Redistributions in binary form must reproduce the copyright
11+
#
12+
# 2. Redistributions in binary form must reproduce the above copyright
1213
# notice, this list of conditions and the following disclaimer in the
1314
# documentation and/or other materials provided with the distribution.
14-
# 3. The name of the author may not be used to endorse or promote products
15+
#
16+
# 3. Neither the name of the copyright holder nor the names of its contributors
17+
# may be used to endorse or promote products
1518
# derived from this software without specific prior written permission.
1619
#
17-
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
20+
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS AND ANY EXPRESS OR
1821
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
1922
# OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
20-
# IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
23+
# IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
2124
# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
2225
# NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2326
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY

cmake/modules/FindHttpParser.cmake

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,21 @@
66
# modification, are permitted provided that the following conditions
77
# are met:
88
#
9-
# 1. Redistributions of source code must retain the copyright
9+
# 1. Redistributions of source code must retain the above copyright
1010
# notice, this list of conditions and the following disclaimer.
11-
# 2. Redistributions in binary form must reproduce the copyright
11+
#
12+
# 2. Redistributions in binary form must reproduce the above copyright
1213
# notice, this list of conditions and the following disclaimer in the
1314
# documentation and/or other materials provided with the distribution.
14-
# 3. The name of the author may not be used to endorse or promote products
15+
#
16+
# 3. Neither the name of the copyright holder nor the names of its contributors
17+
# may be used to endorse or promote products
1518
# derived from this software without specific prior written permission.
1619
#
17-
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
20+
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS AND ANY EXPRESS OR
1821
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
1922
# OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
20-
# IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
23+
# IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
2124
# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
2225
# NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2326
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY

cmake/modules/FindHunspell.cmake

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,21 @@
66
# modification, are permitted provided that the following conditions
77
# are met:
88
#
9-
# 1. Redistributions of source code must retain the copyright
9+
# 1. Redistributions of source code must retain the above copyright
1010
# notice, this list of conditions and the following disclaimer.
11-
# 2. Redistributions in binary form must reproduce the copyright
11+
#
12+
# 2. Redistributions in binary form must reproduce the above copyright
1213
# notice, this list of conditions and the following disclaimer in the
1314
# documentation and/or other materials provided with the distribution.
14-
# 3. The name of the author may not be used to endorse or promote products
15+
#
16+
# 3. Neither the name of the copyright holder nor the names of its contributors
17+
# may be used to endorse or promote products
1518
# derived from this software without specific prior written permission.
1619
#
17-
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
20+
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS AND ANY EXPRESS OR
1821
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
1922
# OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
20-
# IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
23+
# IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
2124
# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
2225
# NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2326
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY

cmake/modules/FindMINIZIP.cmake

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,21 @@
66
# modification, are permitted provided that the following conditions
77
# are met:
88
#
9-
# 1. Redistributions of source code must retain the copyright
9+
# 1. Redistributions of source code must retain the above copyright
1010
# notice, this list of conditions and the following disclaimer.
11-
# 2. Redistributions in binary form must reproduce the copyright
11+
#
12+
# 2. Redistributions in binary form must reproduce the above copyright
1213
# notice, this list of conditions and the following disclaimer in the
1314
# documentation and/or other materials provided with the distribution.
14-
# 3. The name of the author may not be used to endorse or promote products
15+
#
16+
# 3. Neither the name of the copyright holder nor the names of its contributors
17+
# may be used to endorse or promote products
1518
# derived from this software without specific prior written permission.
1619
#
17-
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
20+
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS AND ANY EXPRESS OR
1821
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
1922
# OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
20-
# IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
23+
# IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
2124
# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
2225
# NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2326
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY

cmake/modules/FindPsiPluginsApi.cmake

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,21 @@
66
# modification, are permitted provided that the following conditions
77
# are met:
88
#
9-
# 1. Redistributions of source code must retain the copyright
9+
# 1. Redistributions of source code must retain the above copyright
1010
# notice, this list of conditions and the following disclaimer.
11-
# 2. Redistributions in binary form must reproduce the copyright
11+
#
12+
# 2. Redistributions in binary form must reproduce the above copyright
1213
# notice, this list of conditions and the following disclaimer in the
1314
# documentation and/or other materials provided with the distribution.
14-
# 3. The name of the author may not be used to endorse or promote products
15+
#
16+
# 3. Neither the name of the copyright holder nor the names of its contributors
17+
# may be used to endorse or promote products
1518
# derived from this software without specific prior written permission.
1619
#
17-
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
20+
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS AND ANY EXPRESS OR
1821
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
1922
# OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
20-
# IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
23+
# IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
2124
# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
2225
# NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2326
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY

cmake/modules/FindQca.cmake

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,21 @@
66
# modification, are permitted provided that the following conditions
77
# are met:
88
#
9-
# 1. Redistributions of source code must retain the copyright
9+
# 1. Redistributions of source code must retain the above copyright
1010
# notice, this list of conditions and the following disclaimer.
11-
# 2. Redistributions in binary form must reproduce the copyright
11+
#
12+
# 2. Redistributions in binary form must reproduce the above copyright
1213
# notice, this list of conditions and the following disclaimer in the
1314
# documentation and/or other materials provided with the distribution.
14-
# 3. The name of the author may not be used to endorse or promote products
15+
#
16+
# 3. Neither the name of the copyright holder nor the names of its contributors
17+
# may be used to endorse or promote products
1518
# derived from this software without specific prior written permission.
1619
#
17-
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
20+
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS AND ANY EXPRESS OR
1821
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
1922
# OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
20-
# IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
23+
# IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
2124
# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
2225
# NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2326
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY

cmake/modules/FindXCB.cmake

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,21 @@
66
# modification, are permitted provided that the following conditions
77
# are met:
88
#
9-
# 1. Redistributions of source code must retain the copyright
9+
# 1. Redistributions of source code must retain the above copyright
1010
# notice, this list of conditions and the following disclaimer.
11-
# 2. Redistributions in binary form must reproduce the copyright
11+
#
12+
# 2. Redistributions in binary form must reproduce the above copyright
1213
# notice, this list of conditions and the following disclaimer in the
1314
# documentation and/or other materials provided with the distribution.
14-
# 3. The name of the author may not be used to endorse or promote products
15+
#
16+
# 3. Neither the name of the copyright holder nor the names of its contributors
17+
# may be used to endorse or promote products
1518
# derived from this software without specific prior written permission.
1619
#
17-
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
20+
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS AND ANY EXPRESS OR
1821
# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
1922
# OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
20-
# IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
23+
# IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
2124
# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
2225
# NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
2326
# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY

0 commit comments

Comments
 (0)