Skip to content

Commit

Permalink
cleanup: remove remaining occurences of copyright blurb in amrvac and…
Browse files Browse the repository at this point in the history
… adaptahop frontends
  • Loading branch information
neutrinoceros committed Jul 17, 2020
1 parent 324f1b5 commit 05330c6
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 72 deletions.
8 changes: 0 additions & 8 deletions yt/frontends/adaptahop/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,3 @@
"""

# -----------------------------------------------------------------------------
# Copyright (c) 2013, yt Development Team.
#
# Distributed under the terms of the Modified BSD License.
#
# The full license is in the file COPYING.txt, distributed with this software.
# -----------------------------------------------------------------------------
7 changes: 0 additions & 7 deletions yt/frontends/adaptahop/data_structures.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,6 @@
"""

# -----------------------------------------------------------------------------
# Copyright (c) 2013, yt Development Team.
#
# Distributed under the terms of the Modified BSD License.
#
# The full license is in the file COPYING.txt, distributed with this software.
# -----------------------------------------------------------------------------

import os
import re
Expand Down
8 changes: 0 additions & 8 deletions yt/frontends/adaptahop/definitions.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,6 @@
"""

# -----------------------------------------------------------------------------
# Copyright (c) 2013, yt Development Team.
#
# Distributed under the terms of the Modified BSD License.
#
# The full license is in the file COPYING.txt, distributed with this software.
# -----------------------------------------------------------------------------


HEADER_ATTRIBUTES = (
("npart", 1, "i"),
Expand Down
7 changes: 0 additions & 7 deletions yt/frontends/adaptahop/fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,6 @@
"""

# -----------------------------------------------------------------------------
# Copyright (c) 2013, yt Development Team.
#
# Distributed under the terms of the Modified BSD License.
#
# The full license is in the file COPYING.txt, distributed with this software.
# -----------------------------------------------------------------------------

from yt.fields.field_info_container import FieldInfoContainer

Expand Down
7 changes: 0 additions & 7 deletions yt/frontends/adaptahop/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,6 @@
"""

# -----------------------------------------------------------------------------
# Copyright (c) 2013, yt Development Team.
#
# Distributed under the terms of the Modified BSD License.
#
# The full license is in the file COPYING.txt, distributed with this software.
# -----------------------------------------------------------------------------

from operator import attrgetter

Expand Down
7 changes: 0 additions & 7 deletions yt/frontends/amrvac/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,6 @@
"""

# -----------------------------------------------------------------------------
# Copyright (c) 2013, yt Development Team.
#
# Distributed under the terms of the Modified BSD License.
#
# The full license is in the file COPYING.txt, distributed with this software.
# -----------------------------------------------------------------------------

from yt.utilities.on_demand_imports import _f90nml as f90nml

Expand Down
7 changes: 0 additions & 7 deletions yt/frontends/amrvac/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,6 @@
"""

# -----------------------------------------------------------------------------
# Copyright (c) 2013, yt Development Team.
#
# Distributed under the terms of the Modified BSD License.
#
# The full license is in the file COPYING.txt, distributed with this software.
# -----------------------------------------------------------------------------

from .data_structures import AMRVACDataset, AMRVACGrid, AMRVACHierarchy
from .fields import AMRVACFieldInfo
Expand Down
7 changes: 0 additions & 7 deletions yt/frontends/amrvac/data_structures.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,6 @@
"""

# -----------------------------------------------------------------------------
# Copyright (c) 2013, yt Development Team.
#
# Distributed under the terms of the Modified BSD License.
#
# The full license is in the file COPYING.txt, distributed with this software.
# -----------------------------------------------------------------------------

import os
import stat
Expand Down
7 changes: 0 additions & 7 deletions yt/frontends/amrvac/fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,6 @@
"""

# -----------------------------------------------------------------------------
# Copyright (c) 2013, yt Development Team.
#
# Distributed under the terms of the Modified BSD License.
#
# The full license is in the file COPYING.txt, distributed with this software.
# -----------------------------------------------------------------------------

import functools

Expand Down
7 changes: 0 additions & 7 deletions yt/frontends/amrvac/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,6 @@
"""

# -----------------------------------------------------------------------------
# Copyright (c) 2013, yt Development Team.
#
# Distributed under the terms of the Modified BSD License.
#
# The full license is in the file COPYING.txt, distributed with this software.
# -----------------------------------------------------------------------------
import numpy as np

from yt.geometry.selection_routines import GridSelector
Expand Down

0 comments on commit 05330c6

Please sign in to comment.