Copilot commented on code in PR #12070: URL: https://github.com/apache/cloudstack/pull/12070#discussion_r2524768035
########## plugins/hypervisors/ovm3/src/test/resources/scripts/tail.sh: ########## @@ -1,19 +1,19 @@ -#Licensed to the Apache Software Foundation (ASF) under one -#or more contributor license agreements. See the NOTICE file -#distributed with this work for additional information -#regarding copyright ownership. The ASF licenses this file -#to you 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 +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file Review Comment: This Shell script file lacks a shebang line (e.g., `#!/bin/bash` or `#!/bin/sh`). Shell scripts should start with a shebang to explicitly specify the interpreter. Consider adding an appropriate shebang as the first line before the license header. ########## plugins/hypervisors/ovm3/src/test/resources/scripts/socat.sh: ########## @@ -1,19 +1,19 @@ -#Licensed to the Apache Software Foundation (ASF) under one -#or more contributor license agreements. See the NOTICE file -#distributed with this work for additional information -#regarding copyright ownership. The ASF licenses this file -#to you 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 +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file Review Comment: This Shell script file lacks a shebang line (e.g., `#!/bin/bash` or `#!/bin/sh`). Shell scripts should start with a shebang to explicitly specify the interpreter. Consider adding an appropriate shebang as the first line before the license header. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
