Lines Matching refs:holder
11 while keeping the year and holder intact.
13 year and default holder.
26 # Only modify copyright stanzas if the copyright holder is one of these.
53 (year, holder) = parser.GetCopyrightBlockAttributes(old_copyright_block)
54 if holder and not ConfirmAllowedCopyrightHolder(holder):
56 'unrecognized copyright holder "%s" in file %s, skipping...' % (
57 holder, filepath))
59 new_copyright_block = parser.CreateCopyrightBlock(year, holder)
108 def ConfirmAllowedCopyrightHolder(holder):
111 @param holder copyright holder as a string
113 return holder in ALLOWED_COPYRIGHT_HOLDERS