Skip to content

Commit

Permalink
fix #375 copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Lvov committed Apr 12, 2016
1 parent 8a41916 commit 3b43511
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tempesta_fw/t/functional/tests/test_frang.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
__author__ = 'NatSys Lab'
__copyright__ = 'Copyright (C) 2016 NatSys Lab. ([email protected]).'
#!/usr/bin/env python
__author__ = 'Tempesta Technologies'
__copyright__ = 'Copyright (C) 2016 Tempesta Technologies. ([email protected]).'
__license__ = 'GPL2'
import sys
from os.path import dirname, realpath, sep
Expand Down

0 comments on commit 3b43511

Please sign in to comment.