From: Thanh Ha Date: Tue, 7 Mar 2017 16:53:37 +0000 (-0500) Subject: Remove Contributor list X-Git-Tag: v0.0.8~7 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=9291391e220eefbb8bac04a079b87f54a6fc9a70;p=releng%2Flftools.git Remove Contributor list We can get the contributor list to a file by checking git-log which would provide more accurate data anyway. Change-Id: I538c205021e08f1fa3c7faf9d2957c648f362b07 Signed-off-by: Thanh Ha --- diff --git a/lftools/__init__.py b/lftools/__init__.py index cb0a992a..02e8528e 100644 --- a/lftools/__init__.py +++ b/lftools/__init__.py @@ -12,4 +12,5 @@ ############################################################################## """lftools package.""" +__author__ = 'Thanh Ha' __version__ = '0.0.8' diff --git a/lftools/cli/__init__.py b/lftools/cli/__init__.py index 52222b4a..c6e93327 100644 --- a/lftools/cli/__init__.py +++ b/lftools/cli/__init__.py @@ -6,11 +6,12 @@ # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# Thanh Ha - Initial implementation ############################################################################## """CLI main for lftools.""" + +__author__ = 'Thanh Ha' + + import click from lftools.cli.version import version diff --git a/lftools/cli/version.py b/lftools/cli/version.py index 10b3cedd..666d8d47 100644 --- a/lftools/cli/version.py +++ b/lftools/cli/version.py @@ -6,11 +6,12 @@ # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at # http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# Thanh Ha - Initial implementation ############################################################################## """Wrapper for version bash script.""" + +__author__ = 'Thanh Ha' + + import os import subprocess import sys