summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Keeler <jacob.keeler@livioradio.com>2019-10-25 11:35:48 -0400
committerGitHub <noreply@github.com>2019-10-25 11:35:48 -0400
commit4d7d118856e5825bde283ec91ab9bcba8e379bee (patch)
treebcabe634e6f64db547f1a96ba95f1704f553af2e
parent5f99b0e21f29f2ee55dcd42c53e6e5949db46f47 (diff)
parentd0aeb6440124ad29205cf1c99033631439d81d70 (diff)
downloadsdl_core-4d7d118856e5825bde283ec91ab9bcba8e379bee.tar.gz
Merge pull request #3094 from smartdevicelink/fix/update_generated_copyrights
Update copyrights for generated files
-rw-r--r--tools/InterfaceGenerator/MsgVersionGenerate.py8
-rwxr-xr-xtools/InterfaceGenerator/generator/generators/SmartFactoryBase.py12
2 files changed, 10 insertions, 10 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'''
diff --git a/tools/InterfaceGenerator/generator/generators/SmartFactoryBase.py b/tools/InterfaceGenerator/generator/generators/SmartFactoryBase.py
index 86d238ef69..6cd60a7dfc 100755
--- a/tools/InterfaceGenerator/generator/generators/SmartFactoryBase.py
+++ b/tools/InterfaceGenerator/generator/generators/SmartFactoryBase.py
@@ -1557,7 +1557,7 @@ class CodeGenerator(object):
u'''SmartSchemas\n'''
u''' * in accordance with definitions from ${class_name}.xml file\n'''
u''' */\n'''
- u'''// Copyright (c) 2013, Ford Motor Company\n'''
+ u'''// Copyright (c) 2019, SmartDeviceLink Consortium, Inc.\n'''
u'''// All rights reserved.\n'''
u'''//\n'''
u'''// Redistribution and use in source and binary forms, '''
@@ -1576,11 +1576,11 @@ class CodeGenerator(object):
u'''provided with the\n'''
u'''// distribution.\n'''
u'''//\n'''
- u'''// Neither the name of the Ford Motor Company nor the names '''
- u'''of its contributors\n'''
- u'''// may be used to endorse or promote products derived '''
- u'''from this software\n'''
- u'''// without specific prior written permission.\n'''
+ u'''// Neither the name of the SmartDeviceLink Consortium, Inc. nor the names '''
+ u'''of its\n'''
+ u'''// contributors may be used to endorse or promote products derived '''
+ u'''from this\n'''
+ u'''// software without specific prior written permission.\n'''
u'''//\n'''
u'''// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND '''
u'''CONTRIBUTORS "AS IS"\n'''