From eb404eed0256d639a464ba68ef033e4ffb9ab124 Mon Sep 17 00:00:00 2001 From: Progress Copyright Bot Date: Mon, 12 Jan 2026 18:03:09 +0000 Subject: [PATCH 1/3] [copyright-automator] Automated copyright update - automated replacements Signed-off-by: Progress Copyright Bot --- lib/mixlib/shellout.rb | 2 +- lib/mixlib/shellout/helper.rb | 2 +- lib/mixlib/shellout/unix.rb | 2 +- lib/mixlib/shellout/windows.rb | 2 +- lib/mixlib/shellout/windows/core_ext.rb | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/mixlib/shellout.rb b/lib/mixlib/shellout.rb index b16c050..9676302 100644 --- a/lib/mixlib/shellout.rb +++ b/lib/mixlib/shellout.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true #-- # Author:: Daniel DeLeo () -# Copyright:: Copyright (c) Chef Software Inc. +# Copyright:: Copyright (c) 2011-2025 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/mixlib/shellout/helper.rb b/lib/mixlib/shellout/helper.rb index e1cb2f2..ff45bd5 100644 --- a/lib/mixlib/shellout/helper.rb +++ b/lib/mixlib/shellout/helper.rb @@ -1,6 +1,6 @@ #-- # Author:: Daniel DeLeo () -# Copyright:: Copyright (c) Chef Software Inc. +# Copyright:: Copyright (c) 2011-2025 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/mixlib/shellout/unix.rb b/lib/mixlib/shellout/unix.rb index 369e8be..a2b918b 100644 --- a/lib/mixlib/shellout/unix.rb +++ b/lib/mixlib/shellout/unix.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # # Author:: Daniel DeLeo () -# Copyright:: Copyright (c) Chef Software Inc. +# Copyright:: Copyright (c) 2011-2025 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/mixlib/shellout/windows.rb b/lib/mixlib/shellout/windows.rb index 9d87bca..7eba0c8 100644 --- a/lib/mixlib/shellout/windows.rb +++ b/lib/mixlib/shellout/windows.rb @@ -4,7 +4,7 @@ # Author:: Daniel DeLeo () # Author:: John Keiser () # Author:: Ho-Sheng Hsiao () -# Copyright:: Copyright (c) Chef Software Inc. +# Copyright:: Copyright (c) 2011-2025 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/mixlib/shellout/windows/core_ext.rb b/lib/mixlib/shellout/windows/core_ext.rb index bfa7315..7186560 100644 --- a/lib/mixlib/shellout/windows/core_ext.rb +++ b/lib/mixlib/shellout/windows/core_ext.rb @@ -1,7 +1,7 @@ # # Author:: Daniel DeLeo () # Author:: John Keiser () -# Copyright:: Copyright (c) Chef Software Inc. +# Copyright:: Copyright (c) 2011-2025 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); From 43cfc4b4414db82934f73f5718ac9356caafac6b Mon Sep 17 00:00:00 2001 From: Saburesh07 <220188172+Saburesh07@users.noreply.github.com> Date: Tue, 13 Jan 2026 13:26:29 +0530 Subject: [PATCH 2/3] Manual copyright updates Signed-off-by: Saburesh07 <220188172+Saburesh07@users.noreply.github.com> --- COPYRIGHT.md | 1 + README.md | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 COPYRIGHT.md diff --git a/COPYRIGHT.md b/COPYRIGHT.md new file mode 100644 index 0000000..ea75eea --- /dev/null +++ b/COPYRIGHT.md @@ -0,0 +1 @@ +Copyright © 2011-2025 Progress Software Corporation and/or its subsidiaries or affiliates. All rights reserved. \ No newline at end of file diff --git a/README.md b/README.md index 213e5a5..49cfae2 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,6 @@ Mixlib::ShellOut does a standard fork/exec on Unix, and uses the Win32 API on Wi For information on contributing to this project see ## License -- Copyright:: Copyright (c) 2011-2016 Chef Software, Inc. - License:: Apache License, Version 2.0 ```text @@ -97,3 +96,6 @@ 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. ``` +# Copyright + +See [COPYRIGHT.md](./COPYRIGHT.md). \ No newline at end of file From bb90005b065213a738cb419d082ef918b0b3e64b Mon Sep 17 00:00:00 2001 From: Saburesh07 <220188172+Saburesh07@users.noreply.github.com> Date: Wed, 14 Jan 2026 17:37:43 +0530 Subject: [PATCH 3/3] made some minor corrections Signed-off-by: Saburesh07 <220188172+Saburesh07@users.noreply.github.com> --- COPYRIGHT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/COPYRIGHT.md b/COPYRIGHT.md index ea75eea..9809de5 100644 --- a/COPYRIGHT.md +++ b/COPYRIGHT.md @@ -1 +1 @@ -Copyright © 2011-2025 Progress Software Corporation and/or its subsidiaries or affiliates. All rights reserved. \ No newline at end of file +Copyright © 2011-2025 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved. \ No newline at end of file