summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Keeler <jacob.keeler@livioradio.com>2019-10-21 17:22:03 -0400
committerGitHub <noreply@github.com>2019-10-21 17:22:03 -0400
commit59f5713edad8bf7efeecfad225537f5bcbf6df4f (patch)
treeb20461d53a9b30f14baba73843a1fc5d6cf29bcb
parent686ecf89459e007baf2a9bb2e400f56727ebc4d8 (diff)
downloadsdl_core-59f5713edad8bf7efeecfad225537f5bcbf6df4f.tar.gz
Update generated copyright in generated_msg_version.h
-rw-r--r--tools/InterfaceGenerator/MsgVersionGenerate.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/InterfaceGenerator/MsgVersionGenerate.py b/tools/InterfaceGenerator/MsgVersionGenerate.py
index 6ec0c40a68..d1e5d7d968 100644
--- a/tools/InterfaceGenerator/MsgVersionGenerate.py
+++ b/tools/InterfaceGenerator/MsgVersionGenerate.py
@@ -69,7 +69,7 @@ def prepare_data_for_storage(major_version, minor_version, patch_version, minimu
"""Prepares data to store to file.
"""
temp = Template(
- u'''/*Copyright (c) 2016, Ford Motor Company\n'''
+ u'''/*Copyright (c) 2019, SmartDeviceLink Consortium, Inc.\n'''
u'''All rights reserved.\n'''
u'''Redistribution and use in source and binary forms, with or without\n'''
u'''modification, are permitted provided that the following conditions are met:\n'''
@@ -79,9 +79,9 @@ def prepare_data_for_storage(major_version, minor_version, patch_version, minimu
u'''this list of conditions and the following\n'''
u'''disclaimer in the documentation and/or other materials provided with the\n'''
u'''distribution.\n'''
- u'''Neither the name of the Ford Motor Company nor the names of its contributors\n'''
- u'''may be used to endorse or promote products derived from this software\n'''
- u'''without specific prior written permission.\n'''
+ u'''Neither the name of the SmartDeviceLink Consortium, Inc. nor the names of its\n'''
+ u'''contributors may be used to endorse or promote products derived from this\n'''
+ u'''software without specific prior written permission.\n'''
u'''THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\n'''
u'''AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n'''
u'''IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE\n'''