Home | History | Annotate | Download | only in copyright

Lines Matching full:holder

11   while keeping the year and holder intact.
13 year and default holder.
23 # Only modify copyright stanzas if the copyright holder is one of these.
50 (year, holder) = parser.GetCopyrightBlockAttributes(old_copyright_block)
51 if holder and not ConfirmAllowedCopyrightHolder(holder):
53 'unrecognized copyright holder "%s" in file %s, skipping...' % (
54 holder, filepath))
56 new_copyright_block = parser.CreateCopyrightBlock(year, holder)
99 def ConfirmAllowedCopyrightHolder(holder):
102 @param holder copyright holder as a string
104 return holder in ALLOWED_COPYRIGHT_HOLDERS