Skip to content

Commit 8589270

Browse files
committed
Update license header
1 parent eed6559 commit 8589270

File tree

1 file changed

+7
-6
lines changed
  • lib/node_modules/@stdlib/math/base/special/betaln/lib

1 file changed

+7
-6
lines changed

lib/node_modules/@stdlib/math/base/special/betaln/lib/betaln.js

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,17 @@
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-
/*
17+
*
18+
*
19+
* ## Notice
20+
*
2221
* The code is adapted from the Fortran routine from the FNLIB library of the [SLATEC Common Mathematical Library]{@link http://www.netlib.no/netlib/slatec/fnlib/albeta.f}.
2322
*
24-
* The original code was developed by W. Fullerton of Los Alamos Scientific Laboratory, a governmental institution, and is therefore public domain software.
23+
* The original code was developed by W. Fullerton of Los Alamos Scientific Laboratory, a governmental institution, and is therefore public domain.
2524
*/
2625

26+
'use strict';
27+
2728
// MODULES //
2829

2930
var gammaln = require( '@stdlib/math/base/special/gammaln' );

0 commit comments

Comments
 (0)