From 3c1847c5017ce0079ed6d561637bb44ec95378db Mon Sep 17 00:00:00 2001 From: Heather Date: Wed, 27 Sep 2023 16:15:02 -0700 Subject: [PATCH] change http to https, replace 404 Open4 link Signed-off-by: Heather --- LICENSE | 4 ++-- NOTICE | 6 +++--- README.md | 2 +- lib/mixlib/cli.rb | 2 +- spec/mixlib/cli_spec.rb | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/LICENSE b/LICENSE index 11069ed..50c841e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ Apache License Version 2.0, January 2004 - http://www.apache.org/licenses/ + https://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION @@ -192,7 +192,7 @@ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/NOTICE b/NOTICE index 63c2de6..a930395 100644 --- a/NOTICE +++ b/NOTICE @@ -1,7 +1,7 @@ Mixin::CLI NOTICE ================= -Developed at Chef (http://www.chef.io). +Developed at Chef (https://www.chef.io). * Copyright 2009-2018, Chef Software, Inc. @@ -11,7 +11,7 @@ Mixin::CLI incorporates code from Chef. The Chef notice file follows: Chef NOTICE =========== -Developed at Chef (http://www.chef.io). +Developed at Chef (https://www.chef.io). Contributors and Copyright holders: @@ -23,4 +23,4 @@ Contributors and Copyright holders: * Copyright 2009, Christopher Brown * Copyright 2009, Thom May -Chef incorporates code modified from Open4 (http://www.codeforpeople.com/lib/ruby/open4/), which was written by Ara T. Howard. +Chef incorporates code modified from Open4 (https://github.com/ahoward/open4), which was written by Ara T. Howard. diff --git a/README.md b/README.md index bddbf35..471cda8 100644 --- a/README.md +++ b/README.md @@ -225,7 +225,7 @@ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff --git a/lib/mixlib/cli.rb b/lib/mixlib/cli.rb index f69eb04..5961ca4 100644 --- a/lib/mixlib/cli.rb +++ b/lib/mixlib/cli.rb @@ -7,7 +7,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/spec/mixlib/cli_spec.rb b/spec/mixlib/cli_spec.rb index ea257bb..e62b652 100644 --- a/spec/mixlib/cli_spec.rb +++ b/spec/mixlib/cli_spec.rb @@ -7,7 +7,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS,