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

BSD dual license Bio.Pathway and most of Bio.KEGG #2248

Merged
merged 14 commits into from
Nov 4, 2019
Merged
8 changes: 5 additions & 3 deletions Bio/KEGG/Compound/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Copyright 2001 by Tarjei Mikkelsen. All rights reserved.
# Copyright 2007 by Michiel de Hoon. All rights reserved.
# This code is part of the Biopython distribution and governed by its
# license. Please see the LICENSE file that should have been included
# as part of this package.
#
# This file is part of the Biopython distribution and governed by your
# choice of the "Biopython License Agreement" or the "BSD 3-Clause License".
# Please see the LICENSE file that should have been included as part of this
# package.

"""Code to work with the KEGG Ligand/Compound database.

Expand Down
8 changes: 5 additions & 3 deletions Bio/KEGG/Gene/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Copyright 2017 by Kozo Nishida. All rights reserved.
# This code is part of the Biopython distribution and governed by its
# license. Please see the LICENSE file that should have been included
# as part of this package.
#
# This file is part of the Biopython distribution and governed by your
# choice of the "Biopython License Agreement" or the "BSD 3-Clause License".
# Please see the LICENSE file that should have been included as part of this
# package.

"""Code to work with the KEGG Gene database.

Expand Down
8 changes: 5 additions & 3 deletions Bio/KEGG/KGML/KGML_parser.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Copyright 2013 by Leighton Pritchard. All rights reserved.
# This code is part of the Biopython distribution and governed by its
# license. Please see the LICENSE file that should have been included
# as part of this package.
#
# This file is part of the Biopython distribution and governed by your
# choice of the "Biopython License Agreement" or the "BSD 3-Clause License".
# Please see the LICENSE file that should have been included as part of this
# package.

"""Classes and functions to parse a KGML pathway map.

Expand Down
8 changes: 5 additions & 3 deletions Bio/KEGG/KGML/KGML_pathway.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Copyright 2013 by Leighton Pritchard. All rights reserved.
# This code is part of the Biopython distribution and governed by its
# license. Please see the LICENSE file that should have been included
# as part of this package.
#
# This file is part of the Biopython distribution and governed by your
# choice of the "Biopython License Agreement" or the "BSD 3-Clause License".
# Please see the LICENSE file that should have been included as part of this
# package.

"""Classes to represent a KGML Pathway Map.

Expand Down
8 changes: 5 additions & 3 deletions Bio/KEGG/KGML/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Copyright 2013 by Leighton Pritchard. All rights reserved.
# This code is part of the Biopython distribution and governed by its
# license. Please see the LICENSE file that should have been included
# as part of this package.
#
# This file is part of the Biopython distribution and governed by your
# choice of the "Biopython License Agreement" or the "BSD 3-Clause License".
# Please see the LICENSE file that should have been included as part of this
# package.

"""Code to work with data from the KEGG database.

Expand Down
8 changes: 5 additions & 3 deletions Bio/KEGG/Map/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Copyright 2001 by Tarjei Mikkelsen. All rights reserved.
# Copyright 2007 by Michiel de Hoon. All rights reserved.
# This code is part of the Biopython distribution and governed by its
# license. Please see the LICENSE file that should have been included
# as part of this package.
#
# This file is part of the Biopython distribution and governed by your
# choice of the "Biopython License Agreement" or the "BSD 3-Clause License".
# Please see the LICENSE file that should have been included as part of this
# package.

"""Load KEGG Pathway maps for use with the Biopython Pathway module.

Expand Down
8 changes: 5 additions & 3 deletions Bio/KEGG/REST.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Copyright 2014 by Kevin Wu.
# Revisions copyright 2014 by Peter Cock.
# All rights reserved.
# This code is part of the Biopython distribution and governed by its
# license. Please see the LICENSE file that should have been included
# as part of this package.
#
# This file is part of the Biopython distribution and governed by your
# choice of the "Biopython License Agreement" or the "BSD 3-Clause License".
# Please see the LICENSE file that should have been included as part of this
# package.

"""Provides code to access the REST-style KEGG online API.

Expand Down
8 changes: 5 additions & 3 deletions Bio/KEGG/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Copyright 2001 by Tarjei Mikkelsen. All rights reserved.
# This code is part of the Biopython distribution and governed by its
# license. Please see the LICENSE file that should have been included
# as part of this package.
#
# This file is part of the Biopython distribution and governed by your
# choice of the "Biopython License Agreement" or the "BSD 3-Clause License".
# Please see the LICENSE file that should have been included as part of this
# package.

"""Code to work with data from the KEGG database.

Expand Down
8 changes: 5 additions & 3 deletions Bio/Pathway/Rep/Graph.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Copyright 2002 by Tarjei Mikkelsen. All rights reserved.
# Revisions copyright 2018 by Maximilian Greil. All rights reserved.
# This code is part of the Biopython distribution and governed by its
# license. Please see the LICENSE file that should have been included
# as part of this package.
#
# This file is part of the Biopython distribution and governed by your
# choice of the "Biopython License Agreement" or the "BSD 3-Clause License".
# Please see the LICENSE file that should have been included as part of this
# package.

"""get/set abstraction for graph representation."""

Expand Down
8 changes: 5 additions & 3 deletions Bio/Pathway/Rep/MultiGraph.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Copyright 2001 by Tarjei Mikkelsen. All rights reserved.
# Revisions copyright 2018 by Maximilian Greil. All rights reserved.
# This code is part of the Biopython distribution and governed by its
# license. Please see the LICENSE file that should have been included
# as part of this package.
#
# This file is part of the Biopython distribution and governed by your
# choice of the "Biopython License Agreement" or the "BSD 3-Clause License".
# Please see the LICENSE file that should have been included as part of this
# package.

"""get/set abstraction for multi-graph representation."""

Expand Down
8 changes: 5 additions & 3 deletions Bio/Pathway/Rep/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Copyright 2001 by Tarjei Mikkelsen. All rights reserved.
# This code is part of the Biopython distribution and governed by its
# license. Please see the LICENSE file that should have been included
# as part of this package.
#
# This file is part of the Biopython distribution and governed by your
# choice of the "Biopython License Agreement" or the "BSD 3-Clause License".
# Please see the LICENSE file that should have been included as part of this
# package.

"""BioPython Pathway support module.

Expand Down
8 changes: 5 additions & 3 deletions Bio/Pathway/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Copyright 2001 by Tarjei Mikkelsen. All rights reserved.
# This code is part of the Biopython distribution and governed by its
# license. Please see the LICENSE file that should have been included
# as part of this package.
#
# This file is part of the Biopython distribution and governed by your
# choice of the "Biopython License Agreement" or the "BSD 3-Clause License".
# Please see the LICENSE file that should have been included as part of this
# package.

"""BioPython Pathway module.

Expand Down
4 changes: 2 additions & 2 deletions CONTRIB.rst
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ please open an issue on GitHub or mention it on the mailing list.
- Kuan-Yi Li <https://github.com/kuanyili>
- Kurt Graff <https://github.com/graph1994>
- Kyle Ellrott <https://github.com/kellrott>
- Leighton Pritchard <lpritc at domain scri.sari.ac.uk>
- Leighton Pritchard <https://github.com/widdowquinn>
- Lenna Peterson <ark first-name at gmail dot com>
- Leonhard Heizinger <https://github.com/he-leon>
- Leszek Pryszcz <https://github.com/lpryszcz>
Expand Down Expand Up @@ -241,7 +241,7 @@ please open an issue on GitHub or mention it on the mailing list.
- Stuart Nelis <https://github.com/biostu24>
- Sunhwan Jo <https://github.com/sunhwan>
- Tarcisio Fedrizzi <https://github.com/hcraT>
- Tarjei Mikkelsen <tarjei at domain genome.wi.mit.edu>
- Tarjei Mikkelsen <https://github.com/tmikkelsen>
- Ted Cybulski <https://github.com/tcyb>
- Terry Jones <https://github.com/terrycojones>
- Thomas Hamelryck <thamelry at domain binf.ku.dk>
Expand Down