From 0878ed6123706ed4201644ee798da993f8cb5ad4 Mon Sep 17 00:00:00 2001 From: Noah Kantrowitz Date: Tue, 2 Feb 2016 14:43:28 -0800 Subject: 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" --- lib/chef/provider/group/aix.rb | 2 +- lib/chef/provider/group/dscl.rb | 2 +- lib/chef/provider/group/gpasswd.rb | 2 +- lib/chef/provider/group/groupadd.rb | 2 +- lib/chef/provider/group/groupmod.rb | 2 +- lib/chef/provider/group/pw.rb | 2 +- lib/chef/provider/group/suse.rb | 2 +- lib/chef/provider/group/usermod.rb | 2 +- lib/chef/provider/group/windows.rb | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) (limited to 'lib/chef/provider/group') diff --git a/lib/chef/provider/group/aix.rb b/lib/chef/provider/group/aix.rb index 1059208ed8..196ce1345a 100644 --- a/lib/chef/provider/group/aix.rb +++ b/lib/chef/provider/group/aix.rb @@ -1,6 +1,6 @@ # # Author:: Doug MacEachern () -# Copyright:: Copyright (c) 2010 VMware, Inc. +# Copyright:: Copyright 2010-2016, VMware, Inc. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/chef/provider/group/dscl.rb b/lib/chef/provider/group/dscl.rb index 0b39571458..a02c046dba 100644 --- a/lib/chef/provider/group/dscl.rb +++ b/lib/chef/provider/group/dscl.rb @@ -1,6 +1,6 @@ # # Author:: Dreamcat4 () -# Copyright:: Copyright (c) 2009 OpsCode, Inc. +# Copyright:: Copyright 2009-2016, OpsCode, Inc. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/chef/provider/group/gpasswd.rb b/lib/chef/provider/group/gpasswd.rb index 011a9d1e63..f66a238ecb 100644 --- a/lib/chef/provider/group/gpasswd.rb +++ b/lib/chef/provider/group/gpasswd.rb @@ -1,6 +1,6 @@ # # Author:: AJ Christensen () -# Copyright:: Copyright (c) 2008 OpsCode, Inc. +# Copyright:: Copyright 2008-2016, OpsCode, Inc. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/chef/provider/group/groupadd.rb b/lib/chef/provider/group/groupadd.rb index 684df8455e..90eec1acf0 100644 --- a/lib/chef/provider/group/groupadd.rb +++ b/lib/chef/provider/group/groupadd.rb @@ -1,6 +1,6 @@ # # Author:: AJ Christensen () -# Copyright:: Copyright (c) 2008 OpsCode, Inc. +# Copyright:: Copyright 2008-2016, OpsCode, Inc. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/chef/provider/group/groupmod.rb b/lib/chef/provider/group/groupmod.rb index f9299546c8..1b547e0330 100644 --- a/lib/chef/provider/group/groupmod.rb +++ b/lib/chef/provider/group/groupmod.rb @@ -1,6 +1,6 @@ # # Author:: Dan Crosta () -# Copyright:: Copyright (c) 2012 Opscode, Inc. +# Copyright:: Copyright 2012-2016, Opscode, Inc. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/chef/provider/group/pw.rb b/lib/chef/provider/group/pw.rb index e4c129ba9f..a8cc717b32 100644 --- a/lib/chef/provider/group/pw.rb +++ b/lib/chef/provider/group/pw.rb @@ -1,6 +1,6 @@ # # Author:: Stephen Haynes () -# Copyright:: Copyright (c) 2009 Opscode, Inc. +# Copyright:: Copyright 2009-2016, Opscode, Inc. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/chef/provider/group/suse.rb b/lib/chef/provider/group/suse.rb index 42e525169f..c5e26cde5f 100644 --- a/lib/chef/provider/group/suse.rb +++ b/lib/chef/provider/group/suse.rb @@ -1,6 +1,6 @@ # # Author:: AJ Christensen () -# Copyright:: Copyright (c) 2008 OpsCode, Inc. +# Copyright:: Copyright 2008-2016, OpsCode, Inc. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/chef/provider/group/usermod.rb b/lib/chef/provider/group/usermod.rb index f4f3ac55ae..87a73111a2 100644 --- a/lib/chef/provider/group/usermod.rb +++ b/lib/chef/provider/group/usermod.rb @@ -1,6 +1,6 @@ # # Author:: AJ Christensen () -# Copyright:: Copyright (c) 2008 OpsCode, Inc. +# Copyright:: Copyright 2008-2016, OpsCode, Inc. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/chef/provider/group/windows.rb b/lib/chef/provider/group/windows.rb index a665757df4..3c052cb92a 100644 --- a/lib/chef/provider/group/windows.rb +++ b/lib/chef/provider/group/windows.rb @@ -1,6 +1,6 @@ # # Author:: Doug MacEachern () -# Copyright:: Copyright (c) 2010 VMware, Inc. +# Copyright:: Copyright 2010-2016, VMware, Inc. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); -- cgit v1.2.1