Skip to content

Commit

Permalink
DOC: Add license headers to py CLIs
Browse files Browse the repository at this point in the history
  • Loading branch information
HaoZeke committed Aug 26, 2023
1 parent cfc8b39 commit 321b162
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 0 deletions.
14 changes: 14 additions & 0 deletions interfaces/PyInterface/gjquad_cli.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# BEGIN_HEADER
# -----------------------------------------------------------------------------
# Gauss-Jacobi Quadrature Implementation
# Authors: Rohit Goswami <rgoswami[at]ieee.org>
# Source: GaussJacobiQuad Library
# License: MIT
# GitHub Repository: https://github.com/HaoZeke/GaussJacobiQuad
# Date: 2023-08-26
# Commit: 954667c
# -----------------------------------------------------------------------------
# This code is part of the GaussJacobiQuad library, providing an efficient
# implementation for Gauss-Jacobi quadrature nodes and weights computation.
# -----------------------------------------------------------------------------
# END_HEADER
"""!
@brief This script computes Gauss-Jacobi quadrature roots and weights using
GaussJacobiQuadPy.
Expand Down
14 changes: 14 additions & 0 deletions scripts/scipy_gauss_jac.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# BEGIN_HEADER
# -----------------------------------------------------------------------------
# Gauss-Jacobi Quadrature Implementation
# Authors: Rohit Goswami <rgoswami[at]ieee.org>
# Source: GaussJacobiQuad Library
# License: MIT
# GitHub Repository: https://github.com/HaoZeke/GaussJacobiQuad
# Date: 2023-08-26
# Commit: 954667c
# -----------------------------------------------------------------------------
# This code is part of the GaussJacobiQuad library, providing an efficient
# implementation for Gauss-Jacobi quadrature nodes and weights computation.
# -----------------------------------------------------------------------------
# END_HEADER
"""!
@brief This script computes Gauss-Jacobi quadrature roots and weights using SymPy.
Expand Down
14 changes: 14 additions & 0 deletions scripts/sympy_gauss_jac.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# BEGIN_HEADER
# -----------------------------------------------------------------------------
# Gauss-Jacobi Quadrature Implementation
# Authors: Rohit Goswami <rgoswami[at]ieee.org>
# Source: GaussJacobiQuad Library
# License: MIT
# GitHub Repository: https://github.com/HaoZeke/GaussJacobiQuad
# Date: 2023-08-26
# Commit: 954667c
# -----------------------------------------------------------------------------
# This code is part of the GaussJacobiQuad library, providing an efficient
# implementation for Gauss-Jacobi quadrature nodes and weights computation.
# -----------------------------------------------------------------------------
# END_HEADER
"""!
@brief This script computes Gauss-Jacobi quadrature roots and weights using SciPy.
Expand Down

0 comments on commit 321b162

Please sign in to comment.