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 ++-- lib/mixlib/authentication/http_authentication_request.rb | 4 ++-- lib/mixlib/authentication/signatureverification.rb | 6 +++--- lib/mixlib/authentication/signedheaderauth.rb | 6 +++--- lib/mixlib/authentication/version.rb | 3 ++- 6 files changed, 14 insertions(+), 13 deletions(-) (limited to 'lib/mixlib') 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"); -- cgit v1.2.1