Lines Matching refs:copyright
109 copyright = '/*\n'
110 copyright += ' * Copyright (c) 2015-2021 The Khronos Group Inc.\n'
111 copyright += ' * Copyright (c) 2015-2021 Valve Corporation\n'
112 copyright += ' * Copyright (c) 2015-2021 LunarG, Inc.\n'
113 copyright += ' *\n'
114 copyright += ' * Licensed under the Apache License, Version 2.0 (the "License");\n'
115 copyright += ' * you may not use this file except in compliance with the License.\n'
116 copyright += ' * You may obtain a copy of the License at\n'
117 copyright += ' *\n'
118 copyright += ' * http://www.apache.org/licenses/LICENSE-2.0\n'
119 copyright += ' *\n'
120 copyright += ' * Unless required by applicable law or agreed to in writing, software\n'
121 copyright += ' * distributed under the License is distributed on an "AS IS" BASIS,\n'
122 copyright += ' * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n'
123 copyright += ' * See the License for the specific language governing permissions and\n'
124 copyright += ' * limitations under the License.\n'
125 copyright += ' *\n'
126 copyright += ' * Author: Courtney Goeltzenleuchter <courtney@LunarG.com>\n'
127 copyright += ' * Author: Jon Ashburn <jon@lunarg.com>\n'
128 copyright += ' * Author: Mark Lobodzinski <mark@lunarg.com>\n'
129 copyright += ' */\n'
137 write(copyright, file=self.outFile)