Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cleanup: remove leftover copyright blurbs #2999

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions yt/frontends/adaptahop/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,6 @@

"""

# -----------------------------------------------------------------------------
# Copyright (c) 2014, 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 . import tests
from .data_structures import AdaptaHOPDataset
from .fields import AdaptaHOPFieldInfo
Expand Down
8 changes: 0 additions & 8 deletions yt/frontends/adaptahop/tests/test_outputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,6 @@

"""

# -----------------------------------------------------------------------------
# Copyright (c) 2015, 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.frontends.adaptahop.data_structures import AdaptaHOPDataset
Expand Down
8 changes: 0 additions & 8 deletions yt/frontends/ytdata/tests/test_old_outputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,6 @@

"""

# -----------------------------------------------------------------------------
# Copyright (c) yt Development Team. All rights reserved.
#
# 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 shutil
import tempfile
Expand Down