Lines Matching refs:copyright
189 copyright = '/*\n'
190 copyright += ' * Copyright (c) 2015-2022 The Khronos Group Inc.\n'
191 copyright += ' * Copyright (c) 2015-2022 Valve Corporation\n'
192 copyright += ' * Copyright (c) 2015-2022 LunarG, Inc.\n'
193 copyright += ' *\n'
194 copyright += ' * Licensed under the Apache License, Version 2.0 (the "License");\n'
195 copyright += ' * you may not use this file except in compliance with the License.\n'
196 copyright += ' * You may obtain a copy of the License at\n'
197 copyright += ' *\n'
198 copyright += ' * http://www.apache.org/licenses/LICENSE-2.0\n'
199 copyright += ' *\n'
200 copyright += ' * Unless required by applicable law or agreed to in writing, software\n'
201 copyright += ' * distributed under the License is distributed on an "AS IS" BASIS,\n'
202 copyright += ' * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n'
203 copyright += ' * See the License for the specific language governing permissions and\n'
204 copyright += ' * limitations under the License.\n'
205 copyright += ' *\n'
206 copyright += ' * Author: Mark Lobodzinski <mark@lunarg.com>\n'
207 copyright += ' * Author: Mark Young <marky@lunarg.com>\n'
208 copyright += ' */\n'
232 write(copyright, file=self.outFile)