Skip to content

Commit

Permalink
Added missed copyright.
Browse files Browse the repository at this point in the history
  • Loading branch information
grigoryvp committed Jan 20, 2013
1 parent 2c4337d commit 66144f5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions parabridge/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
#!/usr/bin/env python
# coding:utf-8 vi:et:ts=2

# parabridge command-line entry point.
# Copyright 2013 Grigory Petrov
# See LICENSE for details.

import os
import argparse
import subprocess
Expand Down
2 changes: 1 addition & 1 deletion parabridge/info.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# coding:utf-8 vi:et:ts=2

# parabridge information
# parabridge information.
# Copyright 2013 Grigory Petrov
# See LICENSE for details.

Expand Down

0 comments on commit 66144f5

Please sign in to comment.