diff --git a/COPYRIGHT.md b/COPYRIGHT.md new file mode 100644 index 0000000..06a18b1 --- /dev/null +++ b/COPYRIGHT.md @@ -0,0 +1 @@ +Copyright © 2017-2024 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 ab16cff..370f71b 100644 --- a/README.md +++ b/README.md @@ -214,8 +214,6 @@ Author:: Russell Seymour ([rseymour@chef.io](mailto:rseymour@chef.io)) Author:: JJ Asghar ([jj@chef.io](mailto:jj@chef.io)) -Copyright:: Copyright (c) 2017-2020 Chef Software, Inc. - License:: Apache License, Version 2.0 ```text @@ -231,3 +229,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 diff --git a/lib/chef/knife/cloud/vcenter_service.rb b/lib/chef/knife/cloud/vcenter_service.rb index 084bc81..24d437e 100644 --- a/lib/chef/knife/cloud/vcenter_service.rb +++ b/lib/chef/knife/cloud/vcenter_service.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # # Author:: Chef Partner Engineering () -# Copyright:: Copyright (c) 2017-2018 Chef Software, Inc. +# Copyright:: Copyright (c) 2017-2024 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/knife/cloud/vcenter_service_helpers.rb b/lib/chef/knife/cloud/vcenter_service_helpers.rb index d82000a..269157b 100644 --- a/lib/chef/knife/cloud/vcenter_service_helpers.rb +++ b/lib/chef/knife/cloud/vcenter_service_helpers.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # # Author:: Chef Partner Engineering () -# Copyright:: Copyright (c) Chef Software Inc. +# Copyright:: Copyright (c) 2017-2024 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/knife/cloud/vcenter_service_options.rb b/lib/chef/knife/cloud/vcenter_service_options.rb index 091717a..f4a860c 100644 --- a/lib/chef/knife/cloud/vcenter_service_options.rb +++ b/lib/chef/knife/cloud/vcenter_service_options.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # # Author:: Chef Partner Engineering () -# Copyright:: Copyright (c) 2017-2018 Chef Software, Inc. +# Copyright:: Copyright (c) 2017-2024 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/knife/vcenter_cluster_list.rb b/lib/chef/knife/vcenter_cluster_list.rb index 1206303..2e6ded0 100644 --- a/lib/chef/knife/vcenter_cluster_list.rb +++ b/lib/chef/knife/vcenter_cluster_list.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # # Author:: Chef Partner Engineering () -# Copyright:: Copyright (c) 2017-2018 Chef Software, Inc. +# Copyright:: Copyright (c) 2017-2024 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/knife/vcenter_datacenter_list.rb b/lib/chef/knife/vcenter_datacenter_list.rb index f1a0f40..b007a30 100644 --- a/lib/chef/knife/vcenter_datacenter_list.rb +++ b/lib/chef/knife/vcenter_datacenter_list.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # # Author:: Chef Partner Engineering () -# Copyright:: Copyright (c) 2017-2018 Chef Software, Inc. +# Copyright:: Copyright (c) 2017-2024 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/knife/vcenter_host_list.rb b/lib/chef/knife/vcenter_host_list.rb index 00035b5..7be9d29 100644 --- a/lib/chef/knife/vcenter_host_list.rb +++ b/lib/chef/knife/vcenter_host_list.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # # Author:: Chef Partner Engineering () -# Copyright:: Copyright (c) 2017-2018 Chef Software, Inc. +# Copyright:: Copyright (c) 2017-2024 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/knife/vcenter_vm_clone.rb b/lib/chef/knife/vcenter_vm_clone.rb index c734977..ce862b4 100644 --- a/lib/chef/knife/vcenter_vm_clone.rb +++ b/lib/chef/knife/vcenter_vm_clone.rb @@ -2,7 +2,7 @@ # # Author:: Chef Partner Engineering () -# Copyright:: Copyright (c) Chef Software Inc. +# Copyright:: Copyright (c) 2017-2024 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/knife/vcenter_vm_create.rb b/lib/chef/knife/vcenter_vm_create.rb index da758b4..333bd0e 100644 --- a/lib/chef/knife/vcenter_vm_create.rb +++ b/lib/chef/knife/vcenter_vm_create.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # # Author:: Chef Partner Engineering () -# Copyright:: Copyright (c) Chef Software Inc. +# Copyright:: Copyright (c) 2017-2024 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/knife/vcenter_vm_delete.rb b/lib/chef/knife/vcenter_vm_delete.rb index dc891bf..7bb31e1 100644 --- a/lib/chef/knife/vcenter_vm_delete.rb +++ b/lib/chef/knife/vcenter_vm_delete.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # # Author:: Chef Partner Engineering () -# Copyright:: Copyright (c) 2017-2018 Chef Software, Inc. +# Copyright:: Copyright (c) 2017-2024 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/knife/vcenter_vm_list.rb b/lib/chef/knife/vcenter_vm_list.rb index d7435c6..89b334d 100644 --- a/lib/chef/knife/vcenter_vm_list.rb +++ b/lib/chef/knife/vcenter_vm_list.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # # Author:: Chef Partner Engineering () -# Copyright:: Copyright (c) Chef Software Inc. +# Copyright:: Copyright (c) 2017-2024 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/knife/vcenter_vm_show.rb b/lib/chef/knife/vcenter_vm_show.rb index 03ca4a1..fec1d90 100644 --- a/lib/chef/knife/vcenter_vm_show.rb +++ b/lib/chef/knife/vcenter_vm_show.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # # Author:: Chef Partner Engineering () -# Copyright:: Copyright (c) 2017-2018 Chef Software, Inc. +# Copyright:: Copyright (c) 2017-2024 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/knife-vcenter/version.rb b/lib/knife-vcenter/version.rb index 37af0e0..58b8c25 100644 --- a/lib/knife-vcenter/version.rb +++ b/lib/knife-vcenter/version.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # # Author:: Chef Partner Engineering () -# Copyright:: Copyright (c) 2017-2018 Chef Software, Inc. +# Copyright:: Copyright (c) 2017-2024 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/support/clone_vm.rb b/lib/support/clone_vm.rb index 459ffe6..d88341f 100644 --- a/lib/support/clone_vm.rb +++ b/lib/support/clone_vm.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # # Author:: Chef Partner Engineering () -# Copyright:: Copyright (c) 2017-2018 Chef Software, Inc. +# Copyright:: Copyright (c) 2017-2024 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/spec/spec_helper.rb b/spec/spec_helper.rb index f2ccdbd..adc3429 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # # Author:: Chef Partner Engineering () -# Copyright:: Copyright (c) Chef Software Inc. +# Copyright:: Copyright (c) 2017-2024 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/spec/support/shared_examples_for_command.rb b/spec/support/shared_examples_for_command.rb index bf1905f..4295a6f 100644 --- a/spec/support/shared_examples_for_command.rb +++ b/spec/support/shared_examples_for_command.rb @@ -1,7 +1,7 @@ # # Author:: Mukta Aphale () # Author:: Siddheshwar More () -# Copyright:: Copyright (c) Chef Software Inc. +# Copyright:: Copyright (c) 2017-2024 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/spec/support/shared_examples_for_command_bootstrap.rb b/spec/support/shared_examples_for_command_bootstrap.rb index 43d0627..af16c76 100644 --- a/spec/support/shared_examples_for_command_bootstrap.rb +++ b/spec/support/shared_examples_for_command_bootstrap.rb @@ -1,7 +1,7 @@ # # Author:: Ashwini Nehate() # Author:: Kapil Chouhan () -# Copyright:: Copyright (c) 2008-2019 Chef Software, Inc. +# Copyright:: Copyright (c) 2017-2024 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/spec/support/shared_examples_for_servercreatecommand.rb b/spec/support/shared_examples_for_servercreatecommand.rb index e80f7ed..e09135f 100644 --- a/spec/support/shared_examples_for_servercreatecommand.rb +++ b/spec/support/shared_examples_for_servercreatecommand.rb @@ -1,7 +1,7 @@ # # Author:: Mukta Aphale () # Author:: Siddheshwar More () -# Copyright:: Copyright (c) Chef Software Inc. +# Copyright:: Copyright (c) 2017-2024 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/spec/support/shared_examples_for_serverdeletecommand.rb b/spec/support/shared_examples_for_serverdeletecommand.rb index dc69626..470f61e 100644 --- a/spec/support/shared_examples_for_serverdeletecommand.rb +++ b/spec/support/shared_examples_for_serverdeletecommand.rb @@ -1,7 +1,7 @@ # # Author:: Mukta Aphale () # Author:: Siddheshwar More () -# Copyright:: Copyright (c) 2013-2014 Chef Software, Inc. +# Copyright:: Copyright (c) 2017-2024 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/spec/support/shared_examples_for_service.rb b/spec/support/shared_examples_for_service.rb index f00b9ed..90c6b7f 100644 --- a/spec/support/shared_examples_for_service.rb +++ b/spec/support/shared_examples_for_service.rb @@ -1,7 +1,7 @@ # # Author:: Mukta Aphale () # Author:: Siddheshwar More () -# Copyright:: Copyright (c) 2013-2014 Chef Software, Inc. +# Copyright:: Copyright (c) 2017-2024 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/spec/unit/vcenter_vm_list_spec.rb b/spec/unit/vcenter_vm_list_spec.rb index 1084e20..6d50b23 100644 --- a/spec/unit/vcenter_vm_list_spec.rb +++ b/spec/unit/vcenter_vm_list_spec.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # # Author:: Chef Partner Engineering () -# Copyright:: Copyright (c) Chef Software Inc. +# Copyright:: Copyright (c) 2017-2024 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");