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/monkey_patches/net-ssh-multi.rb | 2 +- lib/chef/monkey_patches/webrick-utils.rb | 4 ++-- lib/chef/monkey_patches/win32/registry.rb | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/chef/monkey_patches') diff --git a/lib/chef/monkey_patches/net-ssh-multi.rb b/lib/chef/monkey_patches/net-ssh-multi.rb index 0bcb246755..fa76052c18 100644 --- a/lib/chef/monkey_patches/net-ssh-multi.rb +++ b/lib/chef/monkey_patches/net-ssh-multi.rb @@ -1,6 +1,6 @@ # # Author:: Serdar Sutay () -# 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/monkey_patches/webrick-utils.rb b/lib/chef/monkey_patches/webrick-utils.rb index de28eaa3c0..f7f2cf6ad4 100644 --- a/lib/chef/monkey_patches/webrick-utils.rb +++ b/lib/chef/monkey_patches/webrick-utils.rb @@ -16,8 +16,8 @@ module WEBrick # utils.rb -- Miscellaneous utilities # # Author: IPR -- Internet Programming with Ruby -- writers - # Copyright (c) 2001 TAKAHASHI Masayoshi, GOTOU Yuuzou - # Copyright (c) 2002 Internet Programming with Ruby writers. All rights + # Copyright 2001-2016, TAKAHASHI Masayoshi, GOTOU Yuuzou + # Copyright 2002-2016, Internet Programming with Ruby writers. All rights # reserved. # # $IPR: utils.rb,v 1.10 2003/02/16 22:22:54 gotoyuzo Exp $ diff --git a/lib/chef/monkey_patches/win32/registry.rb b/lib/chef/monkey_patches/win32/registry.rb index 917746c1e6..b8b3fb6fdd 100644 --- a/lib/chef/monkey_patches/win32/registry.rb +++ b/lib/chef/monkey_patches/win32/registry.rb @@ -1,5 +1,5 @@ # -# Copyright:: Copyright 2015 Chef Software, Inc. +# Copyright:: Copyright 2015-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); -- cgit v1.2.1