Skip to content

Commit

Permalink
Merge pull request #2753 from neutrinoceros/cleanup_copyright_blurb
Browse files Browse the repository at this point in the history
Cleanup copyright blurb
  • Loading branch information
munkm authored Jul 18, 2020
2 parents acd6d79 + 05330c6 commit 7d33a8b
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 84 deletions.
1 change: 0 additions & 1 deletion CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,6 @@ Source code style guide

* In general, follow PEP-8 guidelines.
https://www.python.org/dev/peps/pep-0008/
* We no longer have a copyright blurb in every source file.
* Classes are ``ConjoinedCapitals``, methods and functions are
``lowercase_with_underscores``.
* Use 4 spaces, not tabs, to represent indentation.
Expand Down
11 changes: 0 additions & 11 deletions COPYING.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,3 @@ Development Team. If individual contributors want to maintain a record of what
changes/contributions they have specific copyright on, they should indicate
their copyright in the commit message of the change, when they commit the
change to one of the yt repositories.

With this in mind, the following banner should be used in any source code file
to indicate the copyright and license terms:

#-----------------------------------------------------------------------------
# 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.
#-----------------------------------------------------------------------------
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 7d33a8b

Please sign in to comment.