Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions COPYRIGHT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Copyright (c) 2015-2025 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.

Check failure on line 1 in COPYRIGHT.md

View workflow job for this annotation

GitHub Actions / lint / markdown-lint

Files should end with a single newline character

COPYRIGHT.md:1:113 MD047/single-trailing-newline Files should end with a single newline character https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md047.md

Check failure on line 1 in COPYRIGHT.md

View workflow job for this annotation

GitHub Actions / lint / markdown-lint

First line in a file should be a top-level heading

COPYRIGHT.md:1 MD041/first-line-heading/first-line-h1 First line in a file should be a top-level heading [Context: "Copyright (c) 2015-2025 Progre..."] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md041.md
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -428,3 +428,6 @@
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request

# Copyright

Check failure on line 432 in README.md

View workflow job for this annotation

GitHub Actions / lint / markdown-lint

Multiple top-level headings in the same document

README.md:432 MD025/single-title/single-h1 Multiple top-level headings in the same document [Context: "Copyright"] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md025.md

Check failure on line 432 in README.md

View workflow job for this annotation

GitHub Actions / lint / markdown-lint

Headings should be surrounded by blank lines

README.md:432 MD022/blanks-around-headings Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "# Copyright"] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md022.md
See [COPYRIGHT.md](./COPYRIGHT.md).
2 changes: 1 addition & 1 deletion lib/mixlib/install.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# Author:: Thom May (<[email protected]>)
# Author:: Patrick Wright (<[email protected]>)
# Copyright:: Copyright (c) 2015-2018 Chef Software, Inc.
# Copyright:: Copyright (c) 2015-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");
Expand Down
2 changes: 1 addition & 1 deletion lib/mixlib/install/artifact_info.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Author:: Patrick Wright (<[email protected]>)
# Copyright:: Copyright (c) 2015-2018 Chef Software, Inc.
# Copyright:: Copyright (c) 2015-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");
Expand Down
2 changes: 1 addition & 1 deletion lib/mixlib/install/backend.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Author:: Patrick Wright (<[email protected]>)
# Copyright:: Copyright (c) 2015-2018 Chef Software, Inc.
# Copyright:: Copyright (c) 2015-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");
Expand Down
2 changes: 1 addition & 1 deletion lib/mixlib/install/backend/base.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Author:: Patrick Wright (<[email protected]>)
# Copyright:: Copyright (c) 2016-2018 Chef Software, Inc.
# Copyright:: Copyright (c) 2015-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");
Expand Down
2 changes: 1 addition & 1 deletion lib/mixlib/install/backend/package_router.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Author:: Patrick Wright (<[email protected]>)
# Copyright:: Copyright (c) 2015-2018 Chef Software, Inc.
# Copyright:: Copyright (c) 2015-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");
Expand Down
2 changes: 1 addition & 1 deletion lib/mixlib/install/generator.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright:: Copyright (c) 2015-2018 Chef Software, Inc.
# Copyright:: Copyright (c) 2015-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");
Expand Down
2 changes: 1 addition & 1 deletion lib/mixlib/install/generator/base.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright:: Copyright (c) 2015-2018 Chef Software, Inc.
# Copyright:: Copyright (c) 2015-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");
Expand Down
2 changes: 1 addition & 1 deletion lib/mixlib/install/generator/bourne.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright:: Copyright (c) 2015-2018 Chef Software, Inc.
# Copyright:: Copyright (c) 2015-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");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# - must run on /bin/sh on solaris 9
# - must run on /bin/sh on AIX 6.x
#
# Copyright:: Copyright (c) 2010-2018 Chef Software, Inc.
# Copyright:: Copyright (c) 2015-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");
Expand Down
2 changes: 1 addition & 1 deletion lib/mixlib/install/generator/powershell.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright:: Copyright (c) 2015-2018 Chef Software, Inc.
# Copyright:: Copyright (c) 2015-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");
Expand Down
2 changes: 1 addition & 1 deletion lib/mixlib/install/options.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Author:: Patrick Wright (<[email protected]>)
# Copyright:: Copyright (c) 2015-2018 Chef Software, Inc.
# Copyright:: Copyright (c) 2015-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");
Expand Down
2 changes: 1 addition & 1 deletion lib/mixlib/install/product.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright:: Copyright (c) 2015-2018 Chef Software, Inc.
# Copyright:: Copyright (c) 2015-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");
Expand Down
2 changes: 1 addition & 1 deletion lib/mixlib/install/script_generator.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# Author:: Thom May (<[email protected]>)
# Author:: Patrick Wright (<[email protected]>)
# Copyright:: Copyright (c) 2015-2018 Chef Software, Inc.
# Copyright:: Copyright (c) 2015-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");
Expand Down
2 changes: 1 addition & 1 deletion lib/mixlib/install/util.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Author:: Thom May (<[email protected]>)
# Copyright:: Copyright (c) 2015-2018 Chef Software, Inc.
# Copyright:: Copyright (c) 2015-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");
Expand Down
2 changes: 1 addition & 1 deletion spec/functional/mixlib/install/cli_spec.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright:: Copyright (c) 2016-2018 Chef Software, Inc.
# Copyright:: Copyright (c) 2015-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");
Expand Down
2 changes: 1 addition & 1 deletion spec/unit/mixlib/install/backend/package_router_spec.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Author:: Patrick Wright (<[email protected]>)
# Copyright:: Copyright (c) 2016 Chef, Inc.
# Copyright:: Copyright (c) 2015-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");
Expand Down
2 changes: 1 addition & 1 deletion spec/unit/mixlib/install/backend_spec.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Author:: Patrick Wright (<[email protected]>)
# Copyright:: Copyright (c) 2015-2018 Chef Software, Inc.
# Copyright:: Copyright (c) 2015-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");
Expand Down
2 changes: 1 addition & 1 deletion spec/unit/mixlib/install/generator_spec.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright:: Copyright (c) 2015-2018 Chef Software, Inc.
# Copyright:: Copyright (c) 2015-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");
Expand Down
2 changes: 1 addition & 1 deletion spec/unit/mixlib/install/options_spec.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Author:: Patrick Wright (<[email protected]>)
# Copyright:: Copyright (c) 2015-2018 Chef Software, Inc.
# Copyright:: Copyright (c) 2015-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");
Expand Down
2 changes: 1 addition & 1 deletion spec/unit/mixlib/install/product_spec.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright:: Copyright (c) 2015-2018 Chef Software, Inc.
# Copyright:: Copyright (c) 2015-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");
Expand Down
2 changes: 1 addition & 1 deletion spec/unit/mixlib/install/script_generator_spec.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# Author:: Thom May (<[email protected]>)
# Author:: Patrick Wright (<[email protected]>)
# Copyright:: Copyright (c) 2015-2018 Chef Software, Inc.
# Copyright:: Copyright (c) 2015-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");
Expand Down
2 changes: 1 addition & 1 deletion spec/unit/mixlib/install/util_spec.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Author:: Thom May (<[email protected]>)
# Copyright:: Copyright (c) 2015-2018 Chef Software, Inc.
# Copyright:: Copyright (c) 2015-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");
Expand Down
2 changes: 1 addition & 1 deletion spec/unit/mixlib/install_spec.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright:: Copyright (c) 2015-2018 Chef Software, Inc.
# Copyright:: Copyright (c) 2015-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");
Expand Down
Loading