Skip to content

Commit 621dfcd

Browse files
committed
Updated copyright year
1 parent 270705c commit 621dfcd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

NOTICE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

22
crossplane
33

4-
Copyright 2017 NGINX, Inc.
5-
Copyright 2017 Arie van Luttikhuizen
4+
Copyright 2018 NGINX, Inc.
5+
Copyright 2018 Arie van Luttikhuizen
66

77
Licensed under the Apache License, Version 2.0 (the "License");
88
you may not use this file except in compliance with the License.

crossplane/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
__email__ = '[email protected]'
1717

1818
__license__ = 'Apache 2.0'
19-
__copyright__ = 'Copyright 2017 NGINX, Inc.'
19+
__copyright__ = 'Copyright 2018 NGINX, Inc.'
2020

2121
default_enabled_extensions = [LuaBlockPlugin()]
2222
for extension in default_enabled_extensions:

0 commit comments

Comments
 (0)