We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 270705c commit 621dfcdCopy full SHA for 621dfcd
NOTICE
@@ -1,8 +1,8 @@
1
2
crossplane
3
4
- Copyright 2017 NGINX, Inc.
5
- Copyright 2017 Arie van Luttikhuizen
+ Copyright 2018 NGINX, Inc.
+ Copyright 2018 Arie van Luttikhuizen
6
7
Licensed under the Apache License, Version 2.0 (the "License");
8
you may not use this file except in compliance with the License.
crossplane/__init__.py
@@ -16,7 +16,7 @@
16
__email__ = '[email protected]'
17
18
__license__ = 'Apache 2.0'
19
-__copyright__ = 'Copyright 2017 NGINX, Inc.'
+__copyright__ = 'Copyright 2018 NGINX, Inc.'
20
21
default_enabled_extensions = [LuaBlockPlugin()]
22
for extension in default_enabled_extensions:
0 commit comments