summaryrefslogtreecommitdiff
path: root/lib/chef/provider/cron/unix.rb
diff options
context:
space:
mode:
authorNoah Kantrowitz <noah@coderanger.net>2016-02-02 14:43:28 -0800
committerNoah Kantrowitz <noah@coderanger.net>2016-02-02 14:43:28 -0800
commit0878ed6123706ed4201644ee798da993f8cb5ad4 (patch)
tree6d3417f8bddbd09054e8a36d7cd1803002f3cd00 /lib/chef/provider/cron/unix.rb
parenta27aada46427ed7fe366bb9e9f57ca6f94272f97 (diff)
downloadchef-0878ed6123706ed4201644ee798da993f8cb5ad4.tar.gz
Copyright year update for 2016 and massive cleanup.
Generated via git ls-files | xargs perl -pi -e "s/[Cc]opyright (?:\([Cc]\) )?((?\!$(date +%Y))\\d{4})(-\\d{4})?([, ][ \d]+)*(,|(?= ))/Copyright \\1-$(date +%Y),/g"
Diffstat (limited to 'lib/chef/provider/cron/unix.rb')
-rw-r--r--lib/chef/provider/cron/unix.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/provider/cron/unix.rb b/lib/chef/provider/cron/unix.rb
index 0c4235df45..108e73c9d3 100644
--- a/lib/chef/provider/cron/unix.rb
+++ b/lib/chef/provider/cron/unix.rb
@@ -1,8 +1,8 @@
#
# Author:: Bryan McLellan (btm@loftninjas.org)
# Author:: Toomas Pelberg (toomasp@gmx.net)
-# Copyright:: Copyright (c) 2009 Bryan McLellan
-# Copyright:: Copyright (c) 2010 Toomas Pelberg
+# Copyright:: Copyright 2009-2016, Bryan McLellan
+# Copyright:: Copyright 2010-2016, Toomas Pelberg
# License:: Apache License, Version 2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");