Skip to content

Commit

Permalink
Merge pull request #140 from Daniel-VM/dev
Browse files Browse the repository at this point in the history
Added missing license in `kmerfinder_summary.py`
  • Loading branch information
Daniel-VM authored Jun 12, 2024
2 parents 6d91eb5 + 9d48eef commit 71ac73a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions bin/kmerfinder_summary.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
#!/usr/bin/env python3
"""
Author: Daniel VM
Email: [email protected]
Date: 2024/01/20
MIT License
© 2024 Daniel VM
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND.
"""

import argparse
import sys
Expand Down

0 comments on commit 71ac73a

Please sign in to comment.