Home
last modified time | relevance | path

Searched refs:has_copyright (Results 1 – 22 of 22) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/shaderc/src/utils/
H A Dadd_copyright.py97 has_copyright = False
99 has_copyright = has_copyright or COPYRIGHTRE.search(line)
100 if not has_copyright and not skip(line):
103 has_copyright = True
105 if not has_copyright:
120 has_copyright = False
124 has_copyright = True
126 if not has_copyright:
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/shaderc/src/utils/
H A Dadd_copyright.py97 has_copyright = False
99 has_copyright = has_copyright or COPYRIGHTRE.search(line)
100 if not has_copyright and not skip(line):
103 has_copyright = True
105 if not has_copyright:
120 has_copyright = False
124 has_copyright = True
126 if not has_copyright:
/dports/graphics/shaderc/shaderc-2021.3/utils/
H A Dadd_copyright.py97 has_copyright = False
99 has_copyright = has_copyright or COPYRIGHTRE.search(line)
100 if not has_copyright and not skip(line):
103 has_copyright = True
105 if not has_copyright:
120 has_copyright = False
124 has_copyright = True
126 if not has_copyright:
/dports/science/gromacs/gromacs-2021.4/admin/
H A Dcopyright.py56 def __init__(self, has_copyright, is_correct, is_newstyle, years, other_copyrights): argument
57 self.has_copyright = has_copyright
104 has_copyright = False
118 has_copyright = True
133 has_copyright = True
154 … return CopyrightState(has_copyright, is_correct, is_newstyle, existing_years, other_copyrights)
179 if not state.has_copyright:
424 if state.has_copyright:
/dports/misc/tvm/incubator-tvm-0.6.1/tests/lint/
H A Dadd_asf_header.py167 has_copyright = False
173 has_copyright = True
176 if has_asf_header and not has_copyright:
205 if has_copyright:
H A Dcheck_file_type.py167 has_copyright = False
173 has_copyright = True
174 if has_asf_header and has_copyright:
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/tests/lint/
H A Dadd_asf_header.py168 has_copyright = False
174 has_copyright = True
177 if has_asf_header and not has_copyright:
207 if has_copyright:
H A Dcheck_file_type.py180 has_copyright = False
186 has_copyright = True
187 if has_asf_header and has_copyright:
/dports/misc/py-tvm/incubator-tvm-0.6.1/tests/lint/
H A Dadd_asf_header.py167 has_copyright = False
173 has_copyright = True
176 if has_asf_header and not has_copyright:
205 if has_copyright:
H A Dcheck_file_type.py167 has_copyright = False
173 has_copyright = True
174 if has_asf_header and has_copyright:
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/SPIRV-Tools/src/utils/
H A Dcheck_copyright.py170 has_copyright = False
178 has_copyright = True
183 if not (has_copyright and has_apache2):
185 if not has_copyright:
/dports/devel/intel-graphics-compiler/SPIRV-Tools/utils/
H A Dcheck_copyright.py175 has_copyright = False
183 has_copyright = True
188 if not (has_copyright and has_apache2):
190 if not has_copyright:
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/SPIRV-Tools/utils/
H A Dcheck_copyright.py171 has_copyright = False
179 has_copyright = True
184 if not (has_copyright and has_apache2):
186 if not has_copyright:
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/utils/
H A Dcheck_copyright.py166 has_copyright = False
174 has_copyright = True
179 if not (has_copyright and has_apache2):
181 if not has_copyright:
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/utils/
H A Dcheck_copyright.py166 has_copyright = False
174 has_copyright = True
179 if not (has_copyright and has_apache2):
181 if not has_copyright:
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/SPIRV-Tools/src/utils/
H A Dcheck_copyright.py171 has_copyright = False
179 has_copyright = True
184 if not (has_copyright and has_apache2):
186 if not has_copyright:
/dports/graphics/spirv-tools/SPIRV-Tools-2021.4/utils/
H A Dcheck_copyright.py175 has_copyright = False
183 has_copyright = True
188 if not (has_copyright and has_apache2):
190 if not has_copyright:
/dports/devel/grpc/grpc-1.42.0/third_party/upb/tools/
H A Damalgamate.py73 has_copyright = lines[1].startswith(" * Copyright")
74 if has_copyright:
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/upb/bazel/
H A Damalgamate.py73 has_copyright = lines[1].startswith(" * Copyright")
74 if has_copyright:
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/perf/page_sets/
H A Dupdate_webrtc_cases83 def CopyJSFile(origin, destination, has_copyright=True):
88 if has_copyright:
/dports/audio/easytag/easytag-2.4.3/src/tags/
H A Did3_tag.c173 gboolean has_copyright = FALSE; in id3tag_write_file_v23tag() local
470 has_copyright = TRUE; in id3tag_write_file_v23tag()
627 && !has_genre && !has_composer && !has_orig_artist && !has_copyright && !has_url in id3tag_write_file_v23tag()
/dports/multimedia/lives/lives-3.2.0/src/
H A Drte_window.c1542 boolean has_copyright = FALSE; in on_rte_info_clicked() local
1568 has_copyright = TRUE; in on_rte_info_clicked()
1663 if (has_copyright) { in on_rte_info_clicked()
1688 if (has_copyright) lives_free(filter_copyright); in on_rte_info_clicked()