Skip to content

Commit

Permalink
gh-240: remove old file headers (license and author) (#252)
Browse files Browse the repository at this point in the history
Closes: #240

---------

Co-authored-by: Patrick J. Roddy <[email protected]>
  • Loading branch information
Saransh-cpp and paddyroddy authored Sep 25, 2024
1 parent 285bda7 commit a5ce1a9
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 22 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."""

from functools import partial
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 a5ce1a9

Please sign in to comment.