Skip to content

Commit 04b62dd

Browse files
committed
Update copyright information.
1 parent 1b8b51b commit 04b62dd

File tree

7 files changed

+7
-11
lines changed

7 files changed

+7
-11
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2015 HDE, Inc.
3+
Copyright (c) 2015-2017 HDE, Inc.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

lambda_local/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'''
22
python-lambda-local: Main module
33
4-
Copyright 2015 HDE, Inc.
4+
Copyright 2015-2017 HDE, Inc.
55
Licensed under MIT.
66
'''
77

lambda_local/context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
'''
2-
Copyright 2015 HDE, Inc.
2+
Copyright 2015-2017 HDE, Inc.
33
Licensed under MIT.
44
'''
55

lambda_local/event.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
'''
2-
Copyright 2015 HDE, Inc.
2+
Copyright 2015-2017 HDE, Inc.
33
Licensed under MIT.
44
'''
55

lambda_local/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
'''
2-
Copyright 2015 HDE, Inc.
2+
Copyright 2015-2017 HDE, Inc.
33
Licensed under MIT.
44
'''
55

lambda_local/timeout.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
'''
2-
Copyright 2015 HDE, Inc.
2+
Copyright 2015-2017 HDE, Inc.
33
Licensed under MIT.
44
'''
55

setup.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
'''
22
python-lambda-local: Run lambda function in python on local machine.
33
4-
Note that "python setup.py test" invokes pytest on the package. With
5-
appropriately configured setup.cfg, this will check both xxx_test modules and
6-
docstrings.
7-
8-
Copyright 2015 HDE, Inc.
4+
Copyright 2015-2017 HDE, Inc.
95
Licensed under MIT.
106
'''
117
import sys

0 commit comments

Comments
 (0)