From 23fe1d0158b47365b1c7f46a337565c04cd3fee3 Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Wed, 23 Apr 2014 17:05:41 +0200 Subject: journald: Fix authorship --- commands/journald/lmi/scripts/journald/__init__.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/commands/journald/lmi/scripts/journald/__init__.py b/commands/journald/lmi/scripts/journald/__init__.py index d385141..6863f74 100644 --- a/commands/journald/lmi/scripts/journald/__init__.py +++ b/commands/journald/lmi/scripts/journald/__init__.py @@ -24,6 +24,9 @@ # The views and conclusions contained in the software and documentation are # those of the authors and should not be interpreted as representing official # policies, either expressed or implied, of the FreeBSD Project. +# +# Authors: Tomas Bzatek +# from lmi.scripts.common.errors import LmiFailed from lmi.shell import LMIIndicationListener -- cgit