From b2af83e2cb5df5862764ce03455a91a1f0b549d5 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Fri, 28 Dec 2018 10:20:18 +0100 Subject: [PATCH] Changing year of copyright to 2018 --- lib/webhooks/deploy.py | 2 +- lib/webhooks/get_forge_modules.py | 2 +- lib/webhooks/get_module_changes.py | 2 +- lib/webhooks/r10k.py | 2 +- lib/webhooks/show_modules.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/webhooks/deploy.py b/lib/webhooks/deploy.py index 44f122c..49bcce8 100644 --- a/lib/webhooks/deploy.py +++ b/lib/webhooks/deploy.py @@ -3,7 +3,7 @@ """ @author: Frank Brehm @contact: frank.brehm@pixelpark.com -@copyright: © 2017 by Frank Brehm, Berlin +@copyright: © 2018 by Frank Brehm, Berlin @summary: The module for the deploy application object. """ from __future__ import absolute_import diff --git a/lib/webhooks/get_forge_modules.py b/lib/webhooks/get_forge_modules.py index cb526e9..b8ca7fc 100644 --- a/lib/webhooks/get_forge_modules.py +++ b/lib/webhooks/get_forge_modules.py @@ -3,7 +3,7 @@ """ @author: Frank Brehm @contact: frank.brehm@pixelpark.com -@copyright: © 2017 by Frank Brehm, Berlin +@copyright: © 2018 by Frank Brehm, Berlin @summary: The module for the 'get-forge-modules' application object. """ from __future__ import absolute_import diff --git a/lib/webhooks/get_module_changes.py b/lib/webhooks/get_module_changes.py index f0a354f..08aee64 100644 --- a/lib/webhooks/get_module_changes.py +++ b/lib/webhooks/get_module_changes.py @@ -3,7 +3,7 @@ """ @author: Frank Brehm @contact: frank.brehm@pixelpark.com -@copyright: © 2017 by Frank Brehm, Berlin +@copyright: © 2018 by Frank Brehm, Berlin @summary: The module for the 'get-module-changes' application object. """ from __future__ import absolute_import diff --git a/lib/webhooks/r10k.py b/lib/webhooks/r10k.py index 32eb1a6..227f5e9 100644 --- a/lib/webhooks/r10k.py +++ b/lib/webhooks/r10k.py @@ -3,7 +3,7 @@ """ @author: Frank Brehm @contact: frank.brehm@pixelpark.com -@copyright: © 2017 by Frank Brehm, Berlin +@copyright: © 2018 by Frank Brehm, Berlin @summary: The module for the r10k_hook application object. """ from __future__ import absolute_import diff --git a/lib/webhooks/show_modules.py b/lib/webhooks/show_modules.py index 8e7ccc3..56a4d5c 100644 --- a/lib/webhooks/show_modules.py +++ b/lib/webhooks/show_modules.py @@ -3,7 +3,7 @@ """ @author: Frank Brehm @contact: frank.brehm@pixelpark.com -@copyright: © 2017 by Frank Brehm, Berlin +@copyright: © 2018 by Frank Brehm, Berlin @summary: The module for the show-module CGI application to show information about all Puppet modules from cache. """ -- 2.39.5