Skip to content

Commit

Permalink
Update copyright information.
Browse files Browse the repository at this point in the history
  • Loading branch information
yxd-hde committed Nov 15, 2019
1 parent 6462db4 commit 80cd952
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lambda_local/__init__.py
@@ -1,7 +1,7 @@
'''
python-lambda-local: Main module
Copyright 2015-2018 HDE, Inc.
Copyright 2015-2019 HENNGE K.K. (formerly known as HDE, Inc.)
Licensed under MIT.
'''

Expand Down
2 changes: 1 addition & 1 deletion lambda_local/context.py
@@ -1,5 +1,5 @@
'''
Copyright 2015-2018 HDE, Inc.
Copyright 2015-2019 HENNGE K.K. (formerly known as HDE, Inc.)
Licensed under MIT.
'''
from __future__ import print_function
Expand Down
2 changes: 1 addition & 1 deletion lambda_local/event.py
@@ -1,5 +1,5 @@
'''
Copyright 2015-2018 HDE, Inc.
Copyright 2015-2019 HENNGE K.K. (formerly known as HDE, Inc.)
Licensed under MIT.
'''

Expand Down
2 changes: 1 addition & 1 deletion lambda_local/main.py
@@ -1,5 +1,5 @@
'''
Copyright 2015-2018 HDE, Inc.
Copyright 2015-2019 HENNGE K.K. (formerly known as HDE, Inc.)
Licensed under MIT.
'''

Expand Down
2 changes: 1 addition & 1 deletion lambda_local/timeout.py
@@ -1,5 +1,5 @@
'''
Copyright 2015-2018 HDE, Inc.
Copyright 2015-2019 HENNGE K.K. (formerly known as HDE, Inc.)
Licensed under MIT.
'''

Expand Down
4 changes: 2 additions & 2 deletions setup.py
@@ -1,7 +1,7 @@
'''
python-lambda-local: Run lambda function in python on local machine.
Copyright 2015-2018 HDE, Inc.
Copyright 2015-2019 HENNGE K.K. (formerly known as HDE, Inc.)
Licensed under MIT.
'''
import io
Expand All @@ -23,7 +23,7 @@ def run_tests(self):
sys.exit(pytest.main(self.test_args))


version = "0.1.8"
version = "0.1.9"

TEST_REQUIRE = ['pytest']
if sys.version_info[0] == 2:
Expand Down
2 changes: 1 addition & 1 deletion tests/__init__.py
Expand Up @@ -5,6 +5,6 @@
Organize tests into files, each named xxx_test.py
Read more here: http://pytest.org/
Copyright 2015 HDE, Inc.
Copyright 2015-2019 HENNGE K.K. (formerly known as HDE, Inc.)
Licensed under MIT
'''
2 changes: 1 addition & 1 deletion tests/basic_test.py
Expand Up @@ -5,7 +5,7 @@
Write each test as a function named test_<something>.
Read more here: http://pytest.org/
Copyright 2015 HDE, Inc.
Copyright 2015-2019 HENNGE K.K. (formerly known as HDE, Inc.)
Licensed under MIT
'''

Expand Down
2 changes: 1 addition & 1 deletion tests/test_direct_invocations.py
Expand Up @@ -4,7 +4,7 @@
Meant for use with py.test.
Copyright 2015 HDE, Inc.
Copyright 2015-2019 HENNGE K.K. (formerly known as HDE, Inc.)
Licensed under MIT
'''
import json
Expand Down

0 comments on commit 80cd952

Please sign in to comment.