/third_party/vulkan-loader/scripts/ |
H A D | dispatch_table_helper_generator.py | 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 [all...] |
H A D | helper_file_generator.py | 132 copyright = '' 133 copyright += '\n' 134 copyright += '/***************************************************************************\n' 135 copyright += ' *\n' 136 copyright += ' * Copyright (c) 2015-2017 The Khronos Group Inc.\n' 137 copyright += ' * Copyright (c) 2015-2017 Valve Corporation\n' 138 copyright += ' * Copyright (c) 2015-2017 LunarG, Inc.\n' 139 copyright += ' * Copyright (c) 2015-2017 Google Inc.\n' 140 copyright += ' *\n' 141 copyright [all...] |
H A D | loader_extension_generator.py | 206 copyright = '/*\n' 207 copyright += ' * Copyright (c) 2015-2022 The Khronos Group Inc.\n' 208 copyright += ' * Copyright (c) 2015-2022 Valve Corporation\n' 209 copyright += ' * Copyright (c) 2015-2022 LunarG, Inc.\n' 210 copyright += ' * Copyright (c) 2021-2023 NVIDIA CORPORATION & AFFILIATES. All rights reserved.\n' 211 copyright += ' * Copyright (c) 2023-2023 RasterGrid Kft.\n' 212 copyright += ' *\n' 213 copyright += ' * Licensed under the Apache License, Version 2.0 (the "License");\n' 214 copyright += ' * you may not use this file except in compliance with the License.\n' 215 copyright [all...] |
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/bin/ |
H A D | generate_language_headers.py | 12 # The above copyright notice and this permission notice shall be included 45 The above copyright notice and this permission notice shall be included 81 def __init__(self, name, copyright, instructions, operand_kinds, version = None, revision = None): 83 self.copyright = copyright 124 if grammar.copyright: 125 parts.extend(["{}{}".format(self.comment_prefix(), f) for f in grammar.copyright]) 217 if 'copyright' in grammar_json: 218 copyright = grammar_json['copyright'] [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/bin/ |
H A D | generate_language_headers.py | 12 # The above copyright notice and this permission notice shall be included 45 The above copyright notice and this permission notice shall be included 81 def __init__(self, name, copyright, instructions, operand_kinds, version = None, revision = None): 83 self.copyright = copyright 124 if grammar.copyright: 125 parts.extend(["{}{}".format(self.comment_prefix(), f) for f in grammar.copyright]) 217 if 'copyright' in grammar_json: 218 copyright = grammar_json['copyright'] [all...] |
/third_party/spirv-headers/tools/buildHeaders/bin/ |
H A D | generate_language_headers.py | 12 # The above copyright notice and this permission notice shall be included 45 The above copyright notice and this permission notice shall be included 81 def __init__(self, name, copyright, instructions, operand_kinds, version = None, revision = None): 83 self.copyright = copyright 124 if grammar.copyright: 125 parts.extend(["{}{}".format(self.comment_prefix(), f) for f in grammar.copyright]) 217 if 'copyright' in grammar_json: 218 copyright = grammar_json['copyright'] [all...] |
/third_party/skia/third_party/externals/spirv-tools/utils/ |
H A D | generate_language_headers.py | 42 def __init__(self, name, copyright, instructions, operand_kinds, version = None, revision = None): 44 self.copyright = copyright 85 if grammar.copyright: 86 parts.extend(["{}{}".format(self.comment_prefix(), f) for f in grammar.copyright]) 174 copyright = grammar_json['copyright'],
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/ |
H A D | generate_language_headers.py | 42 def __init__(self, name, copyright, instructions, operand_kinds, version = None, revision = None): 44 self.copyright = copyright 85 if grammar.copyright: 86 parts.extend(["{}{}".format(self.comment_prefix(), f) for f in grammar.copyright]) 174 copyright = grammar_json['copyright'],
|
/third_party/spirv-tools/utils/ |
H A D | generate_language_headers.py | 42 def __init__(self, name, copyright, instructions, operand_kinds, version = None, revision = None): 44 self.copyright = copyright 85 if grammar.copyright: 86 parts.extend(["{}{}".format(self.comment_prefix(), f) for f in grammar.copyright]) 174 copyright = grammar_json['copyright'],
|
/third_party/curl/scripts/ |
H A D | checksrc.pl | 13 # are also available at https://curl.se/docs/copyright.html. 51 'COPYRIGHTYEAR' => 'copyright year incorrect', 69 'COPYRIGHT' => 'file missing a copyright statement', 389 my @copyright=(); 413 # check for a copyright statement and save the years 414 if($l =~ /\* +copyright .* (\d\d\d\d|)/i) { 417 push @copyright, { 427 push @copyright, { 921 if(!scalar(@copyright)) { 922 checkwarn("COPYRIGHT", 1, 0, $file, "", "Missing copyright statemen [all...] |
H A D | cd2nroff | 13 # are also available at https://curl.se/docs/copyright.html. 103 my $copyright; 162 $copyright=$1; 182 if(!$copyright) {
|
/third_party/mesa3d/src/freedreno/rnn/ |
H A D | headergen2.c | 15 * The above copyright notice and this permission notice (including the next 396 if(db->copyright.firstyear && db->copyright.firstyear < (1900 + tm.tm_year)) in printhead() 397 fprintf(f.file, "%u-", db->copyright.firstyear); in printhead() 399 if(db->copyright.authorsnum) { in printhead() 401 for(i = 0; i < db->copyright.authorsnum; ++i) { in printhead() 403 if(db->copyright.authors[i]->name) in printhead() 404 fprintf(f.file, "%s", db->copyright.authors[i]->name); in printhead() 405 if(db->copyright.authors[i]->email) in printhead() 406 fprintf(f.file, " <%s>", db->copyright in printhead() [all...] |
/third_party/libphonenumber/tools/java/java-build/src/com/google/i18n/phonenumbers/ |
H A D | BuildMetadataProtoFromXml.java | 56 private static final String COPYRIGHT = "copyright"; 76 " --" + COPYRIGHT + "=YEAR Use YEAR in generated copyright headers.\n" + 114 String copyright = null; in start() 137 copyright = value; in start() 158 copyright == null) { in start() 197 countryCodeToRegionCodeMap, outputDir, mappingClass, copyright); in start() 238 String outputDir, String mappingClass, String copyright) throws IOException { in writeCountryCallingCodeMappingToJavaFile() 250 ClassWriter writer = new ClassWriter(outputDir, mappingClass, copyright); in writeCountryCallingCodeMappingToJavaFile() 344 private final String copyright; field in BuildMetadataProtoFromXml.ClassWriter 351 ClassWriter(String outputDir, String name, String copyright) throw argument 236 writeCountryCallingCodeMappingToJavaFile( Map<Integer, List<String>> countryCodeToRegionCodeMap, String outputDir, String mappingClass, String copyright) writeCountryCallingCodeMappingToJavaFile() argument [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | ucln_in.cpp | 2 // License & terms of use: http://www.unicode.org/copyright.html 28 /* Leave this copyright notice here! It needs to go somewhere in this library. */ 29 static const char copyright[] = U_COPYRIGHT_STRING; variable 36 (void)copyright; /* Suppress unused variable warning with clang. */ in i18n_cleanup()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | ucln_in.cpp | 2 // License & terms of use: http://www.unicode.org/copyright.html 28 /* Leave this copyright notice here! It needs to go somewhere in this library. */ 29 static const char copyright[] = U_COPYRIGHT_STRING; variable 36 (void)copyright; /* Suppress unused variable warning with clang. */ in i18n_cleanup()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | ucln_in.cpp | 2 // License & terms of use: http://www.unicode.org/copyright.html 28 /* Leave this copyright notice here! It needs to go somewhere in this library. */ 29 static const char copyright[] = U_COPYRIGHT_STRING; variable 36 (void)copyright; /* Suppress unused variable warning with clang. */ in i18n_cleanup()
|
/third_party/vk-gl-cts/external/amber/src/tools/ |
H A D | copyright.py | 15 """Adds copyright notices to all the files that need them under the 18 usage: copyright.py [--check] 20 With --check, prints out all the files missing the copyright notice and exits 90 copyright message into them unless they already have it or are empty. 92 The copyright message goes into the first non-whitespace, non-shebang line 95 copyright = comment(COPYRIGHT, comment_prefix) + '\n' 102 sys.stdout.write(copyright) 107 open(file, 'a').write(copyright + licensed) 111 """Prints names of all files missing a copyright message. 114 contain the copyright messag [all...] |
/third_party/icu/icu4c/source/io/ |
H A D | ucln_io.cpp | 2 // License & terms of use: http://www.unicode.org/copyright.html 34 /* Leave this copyright notice here! It needs to go somewhere in this library. */ 35 static const char copyright[] = U_COPYRIGHT_STRING; variable 43 (void)copyright; // Suppress unused variable warning. in io_cleanup()
|
/third_party/skia/third_party/externals/icu/source/io/ |
H A D | ucln_io.cpp | 2 // License & terms of use: http://www.unicode.org/copyright.html 34 /* Leave this copyright notice here! It needs to go somewhere in this library. */ 35 static const char copyright[] = U_COPYRIGHT_STRING; variable 43 (void)copyright; // Suppress unused variable warning. in io_cleanup()
|
/third_party/node/deps/openssl/openssl/crypto/bn/ |
H A D | bn_prime.pl | 10 use OpenSSL::copyright; 13 my $YEAR = OpenSSL::copyright::year_of($0);
|
/third_party/openssl/crypto/bn/ |
H A D | bn_prime.pl | 10 use OpenSSL::copyright; 13 my $YEAR = OpenSSL::copyright::year_of($0);
|
/third_party/vk-gl-cts/external/openglcts/scripts/ |
H A D | mustpass.py | 45 def __init__ (self, name, path, incpath, devicepath, copyright = None): 50 self.copyright = copyright 229 if mustpass.project.copyright != None: 230 doc.insert(0, ElementTree.Comment(mustpass.project.copyright)) 319 fileBody += mustpass.project.copyright
|
/third_party/vk-gl-cts/external/vulkan-docs/src/antora/ |
H A D | Makefile | 45 ./config/copyright-ccby.adoc \ 46 ./config/copyright-spec.adoc \
|
/third_party/ffmpeg/libavcodec/ |
H A D | libtwolame.c | 45 int copyright; member 77 twolame_set_copyright(s->glopts, s->copyright); in twolame_encode_init() 190 { "copyright", "set MPEG Audio Copyright flag", OFFSET(copyright), AV_OPT_TYPE_INT, { .i64 = 0 }, 0, 1, AE},
|
/third_party/icu/icu4c/source/tools/genbrk/ |
H A D | genbrk.cpp | 2 // License & terms of use: http://www.unicode.org/copyright.html 70 "\t-c or --copyright include a copyright notice\n" in usageAndDie() 135 const char *copyright = NULL; in main() local 173 copyright = U_COPYRIGHT_STRING; in main() 317 pData = udata_create(outDir, NULL, outFileName, &(dh.info), copyright, &status); in main()
|