@@ -30,7 +30,6 @@ bsd2 :: String -> String -> License
30
30
bsd2 authors year =
31
31
unlines
32
32
[ " Copyright (c) " ++ year ++ " , " ++ authors
33
- , " All rights reserved."
34
33
, " "
35
34
, " Redistribution and use in source and binary forms, with or without"
36
35
, " modification, are permitted provided that the following conditions are"
@@ -48,7 +47,7 @@ bsd2 authors year =
48
47
, " \" AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT"
49
48
, " LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR"
50
49
, " A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT"
51
- , " OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,"
50
+ , " HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,"
52
51
, " SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT"
53
52
, " LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,"
54
53
, " DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY"
@@ -62,7 +61,6 @@ bsd3 authors year =
62
61
unlines
63
62
[ " Copyright (c) " ++ year ++ " , " ++ authors
64
63
, " "
65
- , " All rights reserved."
66
64
, " "
67
65
, " Redistribution and use in source and binary forms, with or without"
68
66
, " modification, are permitted provided that the following conditions are met:"
@@ -75,15 +73,15 @@ bsd3 authors year =
75
73
, " disclaimer in the documentation and/or other materials provided"
76
74
, " with the distribution."
77
75
, " "
78
- , " * Neither the name of " ++ authors ++ " nor the names of other "
76
+ , " * Neither the name of the copyright holder nor the names of its "
79
77
, " contributors may be used to endorse or promote products derived"
80
78
, " from this software without specific prior written permission."
81
79
, " "
82
80
, " THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS"
83
81
, " \" AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT"
84
82
, " LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR"
85
83
, " A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT"
86
- , " OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,"
84
+ , " HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,"
87
85
, " SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT"
88
86
, " LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,"
89
87
, " DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY"
0 commit comments