Skip to content

Commit e6f681c

Browse files
jairideoutthermokarst
authored andcommitted
MAINT: standardized license and copyright headers (qiime2#55)
1 parent 0cb5d3c commit e6f681c

File tree

9 files changed

+65
-1
lines changed

9 files changed

+65
-1
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BSD 3-Clause License
22

3-
Copyright (c) 2016, QIIME 2 Development Team
3+
Copyright (c) 2016-2017, QIIME 2 development team.
44
All rights reserved.
55

66
Redistribution and use in source and binary forms, with or without

source/conf.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@
1313
# All configuration values have a default; values that are commented out
1414
# serve to show the default.
1515

16+
# ----------------------------------------------------------------------------
17+
# Copyright (c) 2016-2017, QIIME 2 development team.
18+
#
19+
# Distributed under the terms of the Modified BSD License.
20+
#
21+
# The full license is in the file LICENSE, distributed with this software.
22+
# ----------------------------------------------------------------------------
23+
1624
# If extensions (or modules to document with autodoc) are in another directory,
1725
# add these directories to sys.path here. If the directory is relative to the
1826
# documentation root, use os.path.abspath to make it absolute, like shown here.

source/sphinx_extensions/__init__.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# ----------------------------------------------------------------------------
2+
# Copyright (c) 2016-2017, QIIME 2 development team.
3+
#
4+
# Distributed under the terms of the Modified BSD License.
5+
#
6+
# The full license is in the file LICENSE, distributed with this software.
7+
# ----------------------------------------------------------------------------

source/sphinx_extensions/command_block.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# ----------------------------------------------------------------------------
2+
# Copyright (c) 2016-2017, QIIME 2 development team.
3+
#
4+
# Distributed under the terms of the Modified BSD License.
5+
#
6+
# The full license is in the file LICENSE, distributed with this software.
7+
# ----------------------------------------------------------------------------
8+
19
import collections
210
import os
311
import os.path
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# ----------------------------------------------------------------------------
2+
# Copyright (c) 2016-2017, QIIME 2 development team.
3+
#
4+
# Distributed under the terms of the Modified BSD License.
5+
#
6+
# The full license is in the file LICENSE, distributed with this software.
7+
# ----------------------------------------------------------------------------
8+
9+
110
def setup(app):
211
app.add_javascript('external-links.js')
312
return {'version': '0.0.1'}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# ----------------------------------------------------------------------------
2+
# Copyright (c) 2016-2017, QIIME 2 development team.
3+
#
4+
# Distributed under the terms of the Modified BSD License.
5+
#
6+
# The full license is in the file LICENSE, distributed with this software.
7+
# ----------------------------------------------------------------------------
8+
19
from .extension import setup
210

311
__all__ = ['setup']

source/sphinx_extensions/plugin_directory/extension.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# ----------------------------------------------------------------------------
2+
# Copyright (c) 2016-2017, QIIME 2 development team.
3+
#
4+
# Distributed under the terms of the Modified BSD License.
5+
#
6+
# The full license is in the file LICENSE, distributed with this software.
7+
# ----------------------------------------------------------------------------
8+
19
import os
210
import os.path
311
import shutil

source/sphinx_extensions/qiime1.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# ----------------------------------------------------------------------------
2+
# Copyright (c) 2016-2017, QIIME 2 development team.
3+
#
4+
# Distributed under the terms of the Modified BSD License.
5+
#
6+
# The full license is in the file LICENSE, distributed with this software.
7+
# ----------------------------------------------------------------------------
8+
19
from docutils import nodes
210
from docutils.parsers.rst import Directive
311
from sphinx.util.compat import make_admonition

source/sphinx_extensions/question.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# ----------------------------------------------------------------------------
2+
# Copyright (c) 2016-2017, QIIME 2 development team.
3+
#
4+
# Distributed under the terms of the Modified BSD License.
5+
#
6+
# The full license is in the file LICENSE, distributed with this software.
7+
# ----------------------------------------------------------------------------
8+
19
from docutils import nodes
210
from docutils.parsers.rst import Directive
311
from sphinx.util.compat import make_admonition

0 commit comments

Comments
 (0)