Skip to content

Commit

Permalink
Adding copyright statement
Browse files Browse the repository at this point in the history
  • Loading branch information
mdehoon committed Jun 27, 2013
1 parent 01a8696 commit e956bad
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Bio/motifs/jaspar/__init__.py
@@ -1,3 +1,9 @@
# Copyright 2013 by Anthony Mathelier and David Arenillas. 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.


from Bio.Seq import Seq from Bio.Seq import Seq
from Bio.Alphabet.IUPAC import unambiguous_dna as dna from Bio.Alphabet.IUPAC import unambiguous_dna as dna
import re import re
Expand Down
6 changes: 6 additions & 0 deletions Bio/motifs/jaspar/db.py
@@ -1,3 +1,9 @@
# Copyright 2013 by Anthony Mathelier and David Arenillas. 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 modules requires MySQLdb to be installed. This modules requires MySQLdb to be installed.
Expand Down

0 comments on commit e956bad

Please sign in to comment.