Skip to content

Commit

Permalink
gh-240: remove old file headers (license and author)
Browse files Browse the repository at this point in the history
  • Loading branch information
Saransh-cpp committed Sep 19, 2024
1 parent 30f86a6 commit a726dd8
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 24 deletions.
2 changes: 0 additions & 2 deletions glass/core/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# author: Nicolas Tessore <[email protected]>
# license: MIT
"""
Core functions (:mod:`glass.core`)
==================================
Expand Down
2 changes: 0 additions & 2 deletions glass/core/algorithm.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# author: Nicolas Tessore <[email protected]>
# license: MIT
"""core module for algorithms"""

from __future__ import annotations
Expand Down
2 changes: 0 additions & 2 deletions glass/core/array.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# author: Nicolas Tessore <[email protected]>
# license: MIT
"""module for array utilities"""

import numpy as np
Expand Down
2 changes: 0 additions & 2 deletions glass/core/constants.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# author: Nicolas Tessore <[email protected]>
# license: MIT
"""module for constants"""

PI = 3.1415926535897932384626433832795028841971693993751
Expand Down
2 changes: 0 additions & 2 deletions glass/fields.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# author: Nicolas Tessore <[email protected]>
# license: MIT
"""
Random fields
=============
Expand Down
2 changes: 0 additions & 2 deletions glass/galaxies.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# author: Nicolas Tessore <[email protected]>
# license: MIT
"""
Galaxies
========
Expand Down
2 changes: 0 additions & 2 deletions glass/lensing.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# author: Nicolas Tessore <[email protected]>
# license: MIT
"""
Lensing
=======
Expand Down
2 changes: 0 additions & 2 deletions glass/observations.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# author: Nicolas Tessore <[email protected]>
# license: MIT
"""
Observations
============
Expand Down
2 changes: 0 additions & 2 deletions glass/points.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# author: Nicolas Tessore <[email protected]>
# license: MIT
"""
Random points
=============
Expand Down
2 changes: 0 additions & 2 deletions glass/shapes.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# author: Nicolas Tessore <[email protected]>
# license: MIT
"""
Observed shapes
===============
Expand Down
2 changes: 0 additions & 2 deletions glass/shells.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# author: Nicolas Tessore <[email protected]>
# license: MIT
"""
Shells
======
Expand Down
2 changes: 0 additions & 2 deletions glass/user.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# author: Nicolas Tessore <[email protected]>
# license: MIT
"""
User utilities
==============
Expand Down

0 comments on commit a726dd8

Please sign in to comment.