Skip to content

Commit

Permalink
py file headers: removed author list (was too long and incomplete)
Browse files Browse the repository at this point in the history
  • Loading branch information
deeenes committed Jun 21, 2023
1 parent d706445 commit 3427d86
Show file tree
Hide file tree
Showing 299 changed files with 1,685 additions and 3,047 deletions.
15 changes: 5 additions & 10 deletions pypath/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,17 @@
#
# This file is part of the `pypath` python module
#
# Copyright
# 2014-2022
# Copyright 2014-2023
# EMBL, EMBL-EBI, Uniklinik RWTH Aachen, Heidelberg University
#
# Authors: Dénes Türei (turei.denes@gmail.com)
# Nicolàs Palacio
# Sebastian Lobentanzer
# Erva Ulusoy
# Olga Ivanova
# Ahmet Rifaioglu
# Authors: see the file `README.rst`
# Contact: Dénes Türei (turei.denes@gmail.com)
#
# Distributed under the GPLv3 License.
# See accompanying file LICENSE.txt or copy at
# http://www.gnu.org/licenses/gpl-3.0.html
# https://www.gnu.org/licenses/gpl-3.0.html
#
# Website: http://pypath.omnipathdb.org/
# Website: https://pypath.omnipathdb.org/
#

"""
Expand Down
15 changes: 5 additions & 10 deletions pypath/_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,17 @@
#
# This file is part of the `pypath` python module
#
# Copyright
# 2014-2022
# Copyright 2014-2023
# EMBL, EMBL-EBI, Uniklinik RWTH Aachen, Heidelberg University
#
# Authors: Dénes Türei (turei.denes@gmail.com)
# Nicolàs Palacio
# Sebastian Lobentanzer
# Erva Ulusoy
# Olga Ivanova
# Ahmet Rifaioglu
# Authors: see the file `README.rst`
# Contact: Dénes Türei (turei.denes@gmail.com)
#
# Distributed under the GPLv3 License.
# See accompanying file LICENSE.txt or copy at
# http://www.gnu.org/licenses/gpl-3.0.html
# https://www.gnu.org/licenses/gpl-3.0.html
#
# Website: http://pypath.omnipathdb.org/
# Website: https://pypath.omnipathdb.org/
#

"""
Expand Down
17 changes: 5 additions & 12 deletions pypath/biocypher/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,19 @@
#
# This file is part of the `pypath` python module
#
# Copyright
# 2014-2022
# Copyright 2014-2023
# EMBL, EMBL-EBI, Uniklinik RWTH Aachen, Heidelberg University
#
# Authors: Dénes Türei (turei.denes@gmail.com)
# Nicolàs Palacio
# Sebastian Lobentanzer
# Erva Ulusoy
# Olga Ivanova
# Ahmet Rifaioglu
# Tennur Kılıç
# Authors: see the file `README.rst`
# Contact: Dénes Türei (turei.denes@gmail.com)
#
# Distributed under the GPLv3 License.
# See accompanying file LICENSE.txt or copy at
# http://www.gnu.org/licenses/gpl-3.0.html
# https://www.gnu.org/licenses/gpl-3.0.html
#
# Website: http://pypath.omnipathdb.org/
# Website: https://pypath.omnipathdb.org/
#


from pypath.biocypher.adapter import Adapter

__all__ = ['Adapter']
16 changes: 5 additions & 11 deletions pypath/biocypher/adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,17 @@
#
# This file is part of the `pypath` python module
#
# Copyright
# 2014-2022
# Copyright 2014-2023
# EMBL, EMBL-EBI, Uniklinik RWTH Aachen, Heidelberg University
#
# Authors: Dénes Türei (turei.denes@gmail.com)
# Nicolàs Palacio
# Sebastian Lobentanzer
# Erva Ulusoy
# Olga Ivanova
# Ahmet Rifaioglu
# Tennur Kılıç
# Authors: see the file `README.rst`
# Contact: Dénes Türei (turei.denes@gmail.com)
#
# Distributed under the GPLv3 License.
# See accompanying file LICENSE.txt or copy at
# http://www.gnu.org/licenses/gpl-3.0.html
# https://www.gnu.org/licenses/gpl-3.0.html
#
# Website: http://pypath.omnipathdb.org/
# Website: https://pypath.omnipathdb.org/
#

"""
Expand Down
19 changes: 19 additions & 0 deletions pypath/core/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

#
# This file is part of the `pypath` python module
#
# Copyright 2014-2023
# EMBL, EMBL-EBI, Uniklinik RWTH Aachen, Heidelberg University
#
# Authors: see the file `README.rst`
# Contact: Dénes Türei (turei.denes@gmail.com)
#
# Distributed under the GPLv3 License.
# See accompanying file LICENSE.txt or copy at
# https://www.gnu.org/licenses/gpl-3.0.html
#
# Website: https://pypath.omnipathdb.org/
#

17 changes: 5 additions & 12 deletions pypath/core/annot.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,18 @@

#
# This file is part of the `pypath` python module
# Provides classes for each database for annotations of proteins and complexes.
# Also provides meta-annotations for the databases.
#
# Copyright
# 2014-2022
# Copyright 2014-2023
# EMBL, EMBL-EBI, Uniklinik RWTH Aachen, Heidelberg University
#
# Authors: Dénes Türei (turei.denes@gmail.com)
# Nicolàs Palacio
# Sebastian Lobentanzer
# Erva Ulusoy
# Olga Ivanova
# Ahmet Rifaioglu
# Authors: see the file `README.rst`
# Contact: Dénes Türei (turei.denes@gmail.com)
#
# Distributed under the GPLv3 License.
# See accompanying file LICENSE.txt or copy at
# http://www.gnu.org/licenses/gpl-3.0.html
# https://www.gnu.org/licenses/gpl-3.0.html
#
# Website: http://pypath.omnipathdb.org/
# Website: https://pypath.omnipathdb.org/
#

from __future__ import annotations
Expand Down
17 changes: 5 additions & 12 deletions pypath/core/attrs.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,18 @@

#
# This file is part of the `pypath` python module
# Provides classes for each database for annotations of proteins and complexes.
# Also provides meta-annotations for the databases.
#
# Copyright
# 2014-2022
# Copyright 2014-2023
# EMBL, EMBL-EBI, Uniklinik RWTH Aachen, Heidelberg University
#
# Authors: Dénes Türei (turei.denes@gmail.com)
# Nicolàs Palacio
# Sebastian Lobentanzer
# Erva Ulusoy
# Olga Ivanova
# Ahmet Rifaioglu
# Authors: see the file `README.rst`
# Contact: Dénes Türei (turei.denes@gmail.com)
#
# Distributed under the GPLv3 License.
# See accompanying file LICENSE.txt or copy at
# http://www.gnu.org/licenses/gpl-3.0.html
# https://www.gnu.org/licenses/gpl-3.0.html
#
# Website: http://pypath.omnipathdb.org/
# Website: https://pypath.omnipathdb.org/
#

from future.utils import iteritems
Expand Down
17 changes: 5 additions & 12 deletions pypath/core/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,18 @@

#
# This file is part of the `pypath` python module
# Provides classes for each database for annotations of proteins and complexes.
# Also provides meta-annotations for the databases.
#
# Copyright
# 2014-2022
# Copyright 2014-2023
# EMBL, EMBL-EBI, Uniklinik RWTH Aachen, Heidelberg University
#
# Authors: Dénes Türei (turei.denes@gmail.com)
# Nicolàs Palacio
# Sebastian Lobentanzer
# Erva Ulusoy
# Olga Ivanova
# Ahmet Rifaioglu
# Authors: see the file `README.rst`
# Contact: Dénes Türei (turei.denes@gmail.com)
#
# Distributed under the GPLv3 License.
# See accompanying file LICENSE.txt or copy at
# http://www.gnu.org/licenses/gpl-3.0.html
# https://www.gnu.org/licenses/gpl-3.0.html
#
# Website: http://pypath.omnipathdb.org/
# Website: https://pypath.omnipathdb.org/
#

"""
Expand Down
17 changes: 5 additions & 12 deletions pypath/core/complex.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,18 @@

#
# This file is part of the `pypath` python module
# Creates a complex meta-database accessible through either pypath
# or Omnipath.
#
# Copyright
# 2014-2022
# Copyright 2014-2023
# EMBL, EMBL-EBI, Uniklinik RWTH Aachen, Heidelberg University
#
# Authors: Dénes Türei (turei.denes@gmail.com)
# Nicolàs Palacio
# Sebastian Lobentanzer
# Erva Ulusoy
# Olga Ivanova
# Ahmet Rifaioglu
# Authors: see the file `README.rst`
# Contact: Dénes Türei (turei.denes@gmail.com)
#
# Distributed under the GPLv3 License.
# See accompanying file LICENSE.txt or copy at
# http://www.gnu.org/licenses/gpl-3.0.html
# https://www.gnu.org/licenses/gpl-3.0.html
#
# Website: http://pypath.omnipathdb.org/
# Website: https://pypath.omnipathdb.org/
#

from future.utils import iteritems
Expand Down
16 changes: 6 additions & 10 deletions pypath/core/entity.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,18 @@

#
# This file is part of the `pypath` python module
# Exports tables for webservice.
#
# Copyright (c) 2014-2022 - EMBL
# Copyright 2014-2023
# EMBL, EMBL-EBI, Uniklinik RWTH Aachen, Heidelberg University
#
# Authors: Dénes Türei (turei.denes@gmail.com)
# Nicolàs Palacio
# Sebastian Lobentanzer
# Erva Ulusoy
# Olga Ivanova
# Ahmet Rifaioglu
# Authors: see the file `README.rst`
# Contact: Dénes Türei (turei.denes@gmail.com)
#
# Distributed under the GPLv3 License.
# See accompanying file LICENSE.txt or copy at
# http://www.gnu.org/licenses/gpl-3.0.html
# https://www.gnu.org/licenses/gpl-3.0.html
#
# Website: http://pypath.omnipathdb.org/
# Website: https://pypath.omnipathdb.org/
#

"""
Expand Down
15 changes: 5 additions & 10 deletions pypath/core/enz_sub.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,17 @@
#
# This file is part of the `pypath` python module
#
# Copyright
# 2014-2022
# Copyright 2014-2023
# EMBL, EMBL-EBI, Uniklinik RWTH Aachen, Heidelberg University
#
# Authors: Dénes Türei (turei.denes@gmail.com)
# Nicolàs Palacio
# Sebastian Lobentanzer
# Erva Ulusoy
# Olga Ivanova
# Ahmet Rifaioglu
# Authors: see the file `README.rst`
# Contact: Dénes Türei (turei.denes@gmail.com)
#
# Distributed under the GPLv3 License.
# See accompanying file LICENSE.txt or copy at
# http://www.gnu.org/licenses/gpl-3.0.html
# https://www.gnu.org/licenses/gpl-3.0.html
#
# Website: http://pypath.omnipathdb.org/
# Website: https://pypath.omnipathdb.org/
#

from future.utils import iteritems
Expand Down
16 changes: 5 additions & 11 deletions pypath/core/evidence.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,18 @@

#
# This file is part of the `pypath` python module
# (Planned for) centrally handling cache for all databases/resources.
#
# Copyright
# 2014-2022
# Copyright 2014-2023
# EMBL, EMBL-EBI, Uniklinik RWTH Aachen, Heidelberg University
#
# Authors: Dénes Türei (turei.denes@gmail.com)
# Nicolàs Palacio
# Sebastian Lobentanzer
# Erva Ulusoy
# Olga Ivanova
# Ahmet Rifaioglu
# Authors: see the file `README.rst`
# Contact: Dénes Türei (turei.denes@gmail.com)
#
# Distributed under the GPLv3 License.
# See accompanying file LICENSE.txt or copy at
# http://www.gnu.org/licenses/gpl-3.0.html
# https://www.gnu.org/licenses/gpl-3.0.html
#
# Website: http://pypath.omnipathdb.org/
# Website: https://pypath.omnipathdb.org/
#

"""
Expand Down
15 changes: 5 additions & 10 deletions pypath/core/interaction.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,17 @@
#
# This file is part of the `pypath` python module
#
# Copyright
# 2014-2022
# Copyright 2014-2023
# EMBL, EMBL-EBI, Uniklinik RWTH Aachen, Heidelberg University
#
# Authors: Dénes Türei (turei.denes@gmail.com)
# Nicolàs Palacio
# Sebastian Lobentanzer
# Erva Ulusoy
# Olga Ivanova
# Ahmet Rifaioglu
# Authors: see the file `README.rst`
# Contact: Dénes Türei (turei.denes@gmail.com)
#
# Distributed under the GPLv3 License.
# See accompanying file LICENSE.txt or copy at
# http://www.gnu.org/licenses/gpl-3.0.html
# https://www.gnu.org/licenses/gpl-3.0.html
#
# Website: http://pypath.omnipathdb.org/
# Website: https://pypath.omnipathdb.org/
#

"""
Expand Down
Loading

0 comments on commit 3427d86

Please sign in to comment.