r' \* copies of the Software, and to permit persons to whom the Software is\n'+ \
r' \* furnished to do so, subject to the following conditions:\n'+ \
r' \*\n'+ \
r' \* The above copyright notice and this permission notice shall be included in\n'+ \
r' \* all copies or substantial portions of the Software.\n'+ \
r' \*\n'+ \
r' \* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n'+ \
r' \* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n'+ \
r' \* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n'+ \
r' \* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n'+ \
r' \* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n'+ \
r' \* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\n'+ \
r' \* THE SOFTWARE.\n'+ \
r' \*\/'
defconfig_cmd_parser():
parser=ArgumentParser(
description='The Copyright Checker script verifies that all files in the specified directory contains the correct copyright notice.\nSupport cpp code and header files.')