diff --git a/COPYRIGHT.md b/COPYRIGHT.md new file mode 100644 index 0000000..e09ceea --- /dev/null +++ b/COPYRIGHT.md @@ -0,0 +1 @@ +Copyright © 2009-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 471cda8..877ca3c 100644 --- a/README.md +++ b/README.md @@ -215,9 +215,8 @@ bundle exec yard server --reload For information on contributing to this project please see our [Contributing Documentation](https://github.com/chef/chef/blob/master/CONTRIBUTING.md) -## License & Copyright +## License -- Copyright:: Copyright (c) 2008-2018 Chef Software, Inc. - License:: Apache License, Version 2.0 ```text @@ -233,3 +232,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/mixlib/cli.rb b/lib/mixlib/cli.rb index 445d03d..9e4cba2 100644 --- a/lib/mixlib/cli.rb +++ b/lib/mixlib/cli.rb @@ -1,6 +1,6 @@ # # Author:: Adam Jacob () -# Copyright:: Copyright (c) 2008-2019 Chef Software, Inc. +# Copyright:: Copyright (c) 2009-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/spec/mixlib/cli_spec.rb b/spec/mixlib/cli_spec.rb index 65e3278..1a2fced 100644 --- a/spec/mixlib/cli_spec.rb +++ b/spec/mixlib/cli_spec.rb @@ -1,6 +1,6 @@ # # Author:: Adam Jacob () -# Copyright:: Copyright (c) 2008-2019, Chef Software Inc. +# Copyright:: Copyright (c) 2009-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");