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" --- spec/unit/http/authenticator_spec.rb | 2 +- spec/unit/http/http_request_spec.rb | 2 +- spec/unit/http/json_input_spec.rb | 2 +- spec/unit/http/simple_spec.rb | 2 +- spec/unit/http/socketless_chef_zero_client_spec.rb | 2 +- spec/unit/http/ssl_policies_spec.rb | 2 +- spec/unit/http/validate_content_length_spec.rb | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) (limited to 'spec/unit/http') diff --git a/spec/unit/http/authenticator_spec.rb b/spec/unit/http/authenticator_spec.rb index 031a483fe9..3650e99a02 100644 --- a/spec/unit/http/authenticator_spec.rb +++ b/spec/unit/http/authenticator_spec.rb @@ -1,6 +1,6 @@ # # Author:: Tyler Cloke () -# Copyright:: Copyright (c) 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"); diff --git a/spec/unit/http/http_request_spec.rb b/spec/unit/http/http_request_spec.rb index 33da210c36..29562de021 100644 --- a/spec/unit/http/http_request_spec.rb +++ b/spec/unit/http/http_request_spec.rb @@ -1,6 +1,6 @@ # # Author:: Klaas Jan Wierenga () -# Copyright:: Copyright (c) 2014 Chef Software, Inc. +# Copyright:: Copyright 2014-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/spec/unit/http/json_input_spec.rb b/spec/unit/http/json_input_spec.rb index 6bc2bbf018..c6f436e7e4 100644 --- a/spec/unit/http/json_input_spec.rb +++ b/spec/unit/http/json_input_spec.rb @@ -1,6 +1,6 @@ #-- # Author:: Daniel DeLeo () -# Copyright:: Copyright (c) 2014 Chef Software, Inc. +# Copyright:: Copyright 2014-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/spec/unit/http/simple_spec.rb b/spec/unit/http/simple_spec.rb index f132f1a890..f0cf5a22a2 100644 --- a/spec/unit/http/simple_spec.rb +++ b/spec/unit/http/simple_spec.rb @@ -1,6 +1,6 @@ # # Author:: Serdar Sutay () -# Copyright:: Copyright (c) 2014 Chef Software, Inc. +# Copyright:: Copyright 2014-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/spec/unit/http/socketless_chef_zero_client_spec.rb b/spec/unit/http/socketless_chef_zero_client_spec.rb index b65deafe53..4b45582ec4 100644 --- a/spec/unit/http/socketless_chef_zero_client_spec.rb +++ b/spec/unit/http/socketless_chef_zero_client_spec.rb @@ -1,6 +1,6 @@ #-- # Author:: Daniel DeLeo () -# Copyright:: Copyright (c) 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"); diff --git a/spec/unit/http/ssl_policies_spec.rb b/spec/unit/http/ssl_policies_spec.rb index 510a1a66bc..9b553e65f4 100644 --- a/spec/unit/http/ssl_policies_spec.rb +++ b/spec/unit/http/ssl_policies_spec.rb @@ -1,6 +1,6 @@ #-- # Author:: Daniel DeLeo () -# Copyright:: Copyright (c) 2009, 2010, 2013 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/spec/unit/http/validate_content_length_spec.rb b/spec/unit/http/validate_content_length_spec.rb index 18b0bead70..b1ff25a964 100644 --- a/spec/unit/http/validate_content_length_spec.rb +++ b/spec/unit/http/validate_content_length_spec.rb @@ -1,6 +1,6 @@ # # Author:: Serdar Sutay () -# Copyright:: Copyright (c) 2014 Chef Software, Inc. +# Copyright:: Copyright 2014-2016, Chef Software, Inc. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); -- cgit v1.2.1