Skip to content

Commit a94e7e7

Browse files
committed
Update license header
1 parent 228e6c8 commit a94e7e7

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

lib/node_modules/@stdlib/math/base/dists/negative-binomial/pmf/lib/ibeta_power_terms.js

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,23 +14,23 @@
1414
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1515
* See the License for the specific language governing permissions and
1616
* limitations under the License.
17-
*/
18-
19-
'use strict';
20-
21-
/*
22-
* The original C++ code and copyright notice are from the [Boost library]{@link http://www.boost.org/doc/libs/1_62_0/boost/math/special_functions/beta.hpp}.
2317
*
24-
* The implementation has been modified for JavaScript.
25-
*/
26-
27-
/*
18+
*
19+
* ## Notice
20+
*
21+
* The original C++ code and copyright notice are from the [Boost library]{@link http://www.boost.org/doc/libs/1_62_0/boost/math/special_functions/beta.hpp}. The implementation has been modified for JavaScript.
22+
*
23+
* ```text
2824
* (C) Copyright John Maddock 2006.
25+
*
2926
* Use, modification and distribution are subject to the
3027
* Boost Software License, Version 1.0. (See accompanying file
3128
* LICENSE or copy at http://www.boost.org/LICENSE_1_0.txt)
29+
* ```
3230
*/
3331

32+
'use strict';
33+
3434
// MODULES //
3535

3636
var lanczosSumExpGScaled = require( '@stdlib/math/base/special/gamma-lanczos-sum-expg-scaled' );

0 commit comments

Comments
 (0)