• Home
  • Raw
  • Download

Lines Matching refs:copyright

129         copyright = ''
130 copyright += '\n'
131copyright += '/***************************************************************************\n'
132 copyright += ' *\n'
133 copyright += ' * Copyright (c) 2015-2017 The Khronos Group Inc.\n'
134 copyright += ' * Copyright (c) 2015-2017 Valve Corporation\n'
135 copyright += ' * Copyright (c) 2015-2017 LunarG, Inc.\n'
136 copyright += ' * Copyright (c) 2015-2017 Google Inc.\n'
137 copyright += ' *\n'
138 copyright += ' * Licensed under the Apache License, Version 2.0 (the "License");\n'
139 copyright += ' * you may not use this file except in compliance with the License.\n'
140 copyright += ' * You may obtain a copy of the License at\n'
141 copyright += ' *\n'
142 copyright += ' * http://www.apache.org/licenses/LICENSE-2.0\n'
143 copyright += ' *\n'
144 copyright += ' * Unless required by applicable law or agreed to in writing, software\n'
145 copyright += ' * distributed under the License is distributed on an "AS IS" BASIS,\n'
146 copyright += ' * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n'
147 copyright += ' * See the License for the specific language governing permissions and\n'
148 copyright += ' * limitations under the License.\n'
149 copyright += ' *\n'
150 copyright += ' * Author: Mark Lobodzinski <mark@lunarg.com>\n'
151 copyright += ' * Author: Courtney Goeltzenleuchter <courtneygo@google.com>\n'
152 copyright += ' * Author: Tobin Ehlis <tobine@google.com>\n'
153 copyright += ' * Author: Chris Forbes <chrisforbes@google.com>\n'
154 copyright += ' * Author: John Zulauf<jzulauf@lunarg.com>\n'
155 copyright += ' *\n'
156copyright += ' ****************************************************************************/\n'
157 write(copyright, file=self.outFile)