From 3284f514ce25ae5f223d35b020a1b7369192e9c8 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Mon, 30 Jul 2018 15:32:24 -0700 Subject: Update copyrights and e-mails Signed-off-by: Tim Smith --- lib/mixlib/authentication.rb | 4 ++-- lib/mixlib/authentication/digester.rb | 4 ++-- .../authentication/http_authentication_request.rb | 4 ++-- lib/mixlib/authentication/signatureverification.rb | 6 +++--- lib/mixlib/authentication/signedheaderauth.rb | 6 +++--- lib/mixlib/authentication/version.rb | 3 ++- spec/mixlib/authentication/digester_spec.rb | 17 +++++++++++++++++ .../authentication/http_authentication_request_spec.rb | 5 +++-- .../mixlib/authentication/mixlib_authentication_spec.rb | 8 ++++---- spec/spec_helper.rb | 6 +++--- 10 files changed, 41 insertions(+), 22 deletions(-) diff --git a/lib/mixlib/authentication.rb b/lib/mixlib/authentication.rb index b27e06e..167ed22 100644 --- a/lib/mixlib/authentication.rb +++ b/lib/mixlib/authentication.rb @@ -1,6 +1,6 @@ # -# Author:: Christopher Brown () -# Copyright:: Copyright (c) 2009 Opscode, Inc. +# Author:: Christopher Brown () +# Copyright:: Copyright (c) 2009-2018 Chef Software, Inc. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/mixlib/authentication/digester.rb b/lib/mixlib/authentication/digester.rb index f826b4c..a4d6c5d 100644 --- a/lib/mixlib/authentication/digester.rb +++ b/lib/mixlib/authentication/digester.rb @@ -1,6 +1,6 @@ # -# Author:: Christopher Brown () -# Copyright:: Copyright (c) 2009 Opscode, Inc. +# Author:: Christopher Brown () +# Copyright:: Copyright (c) 2009-2018 Chef Software, Inc. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/mixlib/authentication/http_authentication_request.rb b/lib/mixlib/authentication/http_authentication_request.rb index 32b8e72..967c0e3 100644 --- a/lib/mixlib/authentication/http_authentication_request.rb +++ b/lib/mixlib/authentication/http_authentication_request.rb @@ -1,6 +1,6 @@ # -# Author:: Daniel DeLeo () -# Copyright:: Copyright (c) 2010 Opscode, Inc. +# Author:: Daniel DeLeo () +# Copyright:: Copyright (c) 2010-2018 Chef Software, Inc. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/mixlib/authentication/signatureverification.rb b/lib/mixlib/authentication/signatureverification.rb index 33094d2..1dfafd6 100644 --- a/lib/mixlib/authentication/signatureverification.rb +++ b/lib/mixlib/authentication/signatureverification.rb @@ -1,7 +1,7 @@ # -# Author:: Christopher Brown () -# Author:: Christopher Walters () -# Copyright:: Copyright (c) 2009, 2010 Opscode, Inc. +# Author:: Christopher Brown () +# Author:: Christopher Walters () +# Copyright:: Copyright (c) 2009-2018 Chef Software, Inc. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/mixlib/authentication/signedheaderauth.rb b/lib/mixlib/authentication/signedheaderauth.rb index 7df3555..2a54c76 100644 --- a/lib/mixlib/authentication/signedheaderauth.rb +++ b/lib/mixlib/authentication/signedheaderauth.rb @@ -1,7 +1,7 @@ # -# Author:: Christopher Brown () -# Author:: Christopher Walters () -# Copyright:: Copyright (c) 2009, 2010 Opscode, Inc. +# Author:: Christopher Brown () +# Author:: Christopher Walters () +# Copyright:: Copyright (c) 2009-2018 Chef Software, Inc. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/mixlib/authentication/version.rb b/lib/mixlib/authentication/version.rb index 4f8ae82..d0e4ce5 100644 --- a/lib/mixlib/authentication/version.rb +++ b/lib/mixlib/authentication/version.rb @@ -1,4 +1,5 @@ -# Copyright:: Copyright (c) 2010-2015 Chef Software, Inc. +# +# Copyright:: Copyright (c) 2010-2018 Chef Software, Inc. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/spec/mixlib/authentication/digester_spec.rb b/spec/mixlib/authentication/digester_spec.rb index 4688d5c..c54efa5 100644 --- a/spec/mixlib/authentication/digester_spec.rb +++ b/spec/mixlib/authentication/digester_spec.rb @@ -1,3 +1,20 @@ +# +# Copyright:: Copyright (c) 2018 Chef Software, Inc. +# License:: Apache License, Version 2.0 +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + require "mixlib/authentication/digester" describe Mixlib::Authentication::Digester do diff --git a/spec/mixlib/authentication/http_authentication_request_spec.rb b/spec/mixlib/authentication/http_authentication_request_spec.rb index 7c45df1..d62d67e 100644 --- a/spec/mixlib/authentication/http_authentication_request_spec.rb +++ b/spec/mixlib/authentication/http_authentication_request_spec.rb @@ -1,5 +1,6 @@ -# Author:: Daniel DeLeo () -# Copyright:: Copyright (c) 2010 Opscode, Inc. +# +# Author:: Daniel DeLeo () +# Copyright:: Copyright (c) 2010-2018 Chef Software, Inc. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/spec/mixlib/authentication/mixlib_authentication_spec.rb b/spec/mixlib/authentication/mixlib_authentication_spec.rb index 6985741..7d9b484 100644 --- a/spec/mixlib/authentication/mixlib_authentication_spec.rb +++ b/spec/mixlib/authentication/mixlib_authentication_spec.rb @@ -1,8 +1,8 @@ # -# Author:: Tim Hinderliter () -# Author:: Christopher Walters () -# Author:: Christopher Brown () -# Copyright:: Copyright (c) 2009, 2010 Opscode, Inc. +# Author:: Tim Hinderliter () +# Author:: Christopher Walters () +# Author:: Christopher Brown () +# Copyright:: Copyright (c) 2009-2018 Chef Software, Inc. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index be55155..4fd27f0 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -1,7 +1,7 @@ # -# Author:: Tim Hinderliter () -# Author:: Christopher Walters () -# Copyright:: Copyright (c) 2009, 2010 Opscode, Inc. +# Author:: Tim Hinderliter () +# Author:: Christopher Walters () +# Copyright:: Copyright (c) 2009-2018 Chef Software, Inc. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); -- cgit v1.2.1