Searched refs:copyright_re (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/extra/
H A Dupdate-copyright149 my $copyright_re = 'Copyright';
174 while (/(^|\n)(.{0,$prefix_max})$copyright_re/g)
200 quotemeta($leading) . "($copyright_re$stmt_remainder_re)";
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/extra/
H A Dupdate-copyright149 my $copyright_re = 'Copyright';
174 while (/(^|\n)(.{0,$prefix_max})$copyright_re/g)
200 quotemeta($leading) . "($copyright_re$stmt_remainder_re)";
/netbsd-current/external/gpl3/gcc.old/dist/contrib/
H A Dupdate-copyright.py180 self.copyright_re = re.compile (
326 match = self.copyright_re.match (line, match.start())
406 match = self.copyright_re.search (line)
/netbsd-current/external/gpl3/gdb.old/dist/etc/
H A Dupdate-copyright.py189 self.copyright_re = re.compile (
334 match = self.copyright_re.match (line, match.start())
417 match = self.copyright_re.search (line)
/netbsd-current/external/gpl3/gcc/dist/contrib/
H A Dupdate-copyright.py183 self.copyright_re = re.compile (
329 match = self.copyright_re.match (line, match.start())
419 match = self.copyright_re.search (line)

Completed in 152 milliseconds