Skip to content

Commit

Permalink
cleanup: remove mention of copyright header in COPYING.txt and CONTRI…
Browse files Browse the repository at this point in the history
…BUTING.rst
  • Loading branch information
neutrinoceros committed Jul 17, 2020
1 parent acd6d79 commit 324f1b5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 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.
#-----------------------------------------------------------------------------

0 comments on commit 324f1b5

Please sign in to comment.