From e942583cc39aa57edb331e1bb3b78a1f7e8dd9a3 Mon Sep 17 00:00:00 2001 From: Ryan Beisner Date: Tue, 8 May 2018 12:37:36 -0500 Subject: [PATCH] Update copyright date --- copyright | 2 +- hooks/__init__.py | 2 +- hooks/hooks.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/copyright b/copyright index 6741ad0..79c6a54 100644 --- a/copyright +++ b/copyright @@ -1,7 +1,7 @@ Format: http://dep.debian.net/deps/dep5/ Files: * -Copyright: Copyright 2014, Canonical Ltd., All Rights Reserved. +Copyright: Copyright 2018, Canonical Ltd., All Rights Reserved. License: Apache-2.0 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain diff --git a/hooks/__init__.py b/hooks/__init__.py index fb76c4d..68451dd 100644 --- a/hooks/__init__.py +++ b/hooks/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2014 Canonical Ltd +# Copyright 2018 Canonical Ltd # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/hooks/hooks.py b/hooks/hooks.py index b9a68fe..3c8ea07 100755 --- a/hooks/hooks.py +++ b/hooks/hooks.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright 2014 Canonical Ltd +# Copyright 2018 Canonical Ltd # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.