From dac3c557732226f5b291f7c02100f7d1ae2caa30 Mon Sep 17 00:00:00 2001 From: Saburesh07 <220188172+Saburesh07@users.noreply.github.com> Date: Fri, 24 Oct 2025 15:36:09 +0530 Subject: [PATCH] Update copyright notices to Progress Software Corporation - Updated 11 files with 11 copyright replacements - Changed Chef Software and Opscode copyrights to Progress Software Corporation - Used appropriate year ranges for this repository This is part of the repository standardization effort. --- README.md | 2 +- lib/chef_zero/data_store/data_already_exists_error.rb | 2 +- lib/chef_zero/data_store/data_error.rb | 2 +- lib/chef_zero/data_store/data_not_found_error.rb | 2 +- lib/chef_zero/data_store/memory_store.rb | 2 +- lib/chef_zero/data_store/memory_store_v2.rb | 2 +- lib/chef_zero/data_store/raw_file_store.rb | 2 +- lib/chef_zero/data_store/v2_to_v1_adapter.rb | 2 +- lib/chef_zero/server.rb | 2 +- lib/chef_zero/socketless_server_map.rb | 2 +- spec/support/oc_pedant.rb | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index af16344..c435d6b 100644 --- a/README.md +++ b/README.md @@ -152,7 +152,7 @@ For information on contributing to this project see ) -# Copyright:: Copyright (c) 2013 Opscode, Inc. +# Copyright:: Copyright (c) 2012-2025 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved., Inc. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/chef_zero/data_store/data_error.rb b/lib/chef_zero/data_store/data_error.rb index 5d8e403..941f2d8 100644 --- a/lib/chef_zero/data_store/data_error.rb +++ b/lib/chef_zero/data_store/data_error.rb @@ -1,6 +1,6 @@ # # Author:: John Keiser () -# Copyright:: Copyright (c) 2013 Opscode, Inc. +# Copyright:: Copyright (c) 2012-2025 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved., Inc. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/chef_zero/data_store/data_not_found_error.rb b/lib/chef_zero/data_store/data_not_found_error.rb index 55ec8f9..0e58185 100644 --- a/lib/chef_zero/data_store/data_not_found_error.rb +++ b/lib/chef_zero/data_store/data_not_found_error.rb @@ -1,6 +1,6 @@ # # Author:: John Keiser () -# Copyright:: Copyright (c) 2013 Opscode, Inc. +# Copyright:: Copyright (c) 2012-2025 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved., Inc. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/chef_zero/data_store/memory_store.rb b/lib/chef_zero/data_store/memory_store.rb index cc61388..604a69c 100644 --- a/lib/chef_zero/data_store/memory_store.rb +++ b/lib/chef_zero/data_store/memory_store.rb @@ -1,6 +1,6 @@ # # Author:: John Keiser () -# Copyright:: Copyright (c) 2013 Opscode, Inc. +# Copyright:: Copyright (c) 2012-2025 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved., Inc. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/chef_zero/data_store/memory_store_v2.rb b/lib/chef_zero/data_store/memory_store_v2.rb index d853fe0..256bfa8 100644 --- a/lib/chef_zero/data_store/memory_store_v2.rb +++ b/lib/chef_zero/data_store/memory_store_v2.rb @@ -1,6 +1,6 @@ # # Author:: John Keiser () -# Copyright:: Copyright (c) 2013 Opscode, Inc. +# Copyright:: Copyright (c) 2012-2025 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved., Inc. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/chef_zero/data_store/raw_file_store.rb b/lib/chef_zero/data_store/raw_file_store.rb index 8a59a9e..98ceccd 100644 --- a/lib/chef_zero/data_store/raw_file_store.rb +++ b/lib/chef_zero/data_store/raw_file_store.rb @@ -1,6 +1,6 @@ # # Author:: John Keiser () -# Copyright:: Copyright (c) 2013 Opscode, Inc. +# Copyright:: Copyright (c) 2012-2025 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved., Inc. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/chef_zero/data_store/v2_to_v1_adapter.rb b/lib/chef_zero/data_store/v2_to_v1_adapter.rb index 65a37cc..67ecd2c 100644 --- a/lib/chef_zero/data_store/v2_to_v1_adapter.rb +++ b/lib/chef_zero/data_store/v2_to_v1_adapter.rb @@ -1,6 +1,6 @@ # # Author:: John Keiser () -# Copyright:: Copyright (c) 2014 Opscode, Inc. +# Copyright:: Copyright (c) 2012-2025 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved., Inc. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/lib/chef_zero/server.rb b/lib/chef_zero/server.rb index 1a4aaec..10fea59 100644 --- a/lib/chef_zero/server.rb +++ b/lib/chef_zero/server.rb @@ -1,6 +1,6 @@ # # Author:: John Keiser () -# Copyright:: Copyright (c) 2012-2017, Chef Software Inc. +# Copyright:: Copyright (c) 2012-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/chef_zero/socketless_server_map.rb b/lib/chef_zero/socketless_server_map.rb index 3794208..0a39f50 100644 --- a/lib/chef_zero/socketless_server_map.rb +++ b/lib/chef_zero/socketless_server_map.rb @@ -1,6 +1,6 @@ # # Author:: Daniel DeLeo () -# Copyright:: Copyright (c) 2012 Opscode, Inc. +# Copyright:: Copyright (c) 2012-2025 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved., Inc. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/spec/support/oc_pedant.rb b/spec/support/oc_pedant.rb index 05257f7..9a0176d 100644 --- a/spec/support/oc_pedant.rb +++ b/spec/support/oc_pedant.rb @@ -1,4 +1,4 @@ -# Copyright: Copyright (c) 2012 Opscode, Inc. +# Copyright: Copyright (c) 2012-2025 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved., Inc. # License: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License");