Skip to content

Commit

Permalink
update copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
leifj committed Apr 28, 2018
1 parent b7e76c3 commit d289677
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pyff/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"""

import pkg_resources
from . import builtins
#from . import builtins

__author__ = 'Leif Johansson'
__copyright__ = "Copyright 2009-2014 SUNET"
__copyright__ = "Copyright 2009-2018 SUNET and the IdentityPython Project"
__license__ = "BSD"
__maintainer__ = "leifj@sunet.se"
__status__ = "Production"
Expand Down

0 comments on commit d289677

Please sign in to comment.