Home | History | Annotate | Download | only in devscripts

Lines Matching refs:copyright

6 #   Copyright (C) 2007, 2008 Adam D. Barratt
7 # Copyright (C) 2012 Francesco Poli
30 B<licensecheck> [B<--no-conf>] [B<--verbose>] [B<--copyright>]
78 =item B<--copyright>
80 Also display copyright text found within the file
85 <file><tab><license>[<tab><copyright>] so that it can be easily sorted
122 This code is copyright by Adam D. Barratt <I<adam@adam-barratt.org.uk>>,
124 SDK, which is copyright by <I<dfaure@kde.org>>.
230 "copyright" => \$opt_copyright,
283 my $copyright = '';
298 $copyright = join(" / ", values %copyrights);
314 print "\t" . ($copyright or "*No copyright*") if $opt_copyright;
318 print "*No copyright* " unless $copyright;
320 print " [Copyright: " . $copyright . "]\n"
321 if $copyright and $opt_copyright;
327 my $copyright = '';
331 (?:copyright # The full word
333 |\x{00a9} # Unicode character COPYRIGHT SIGN
334 |\xc2\xa9 # Unicode copyright sign encoded in iso8859
338 \b(?:info(?:rmation)? # Discussing copyright information
346 # Ignore lines matching "see foo for copyright information" etc.
354 $copyright = $match;
358 return $copyright;
366 --version, -v Display version and copyright info
379 --copyright Also display the file's copyright
393 Copyright (C) 2007, 2008 by Adam D. Barratt <adam\@adam-barratt.org.uk>; based
467 if ($licensetext =~ /Permission to use, copy, modify, and(\/or)? distribute this software for any purpose with or without fee is hereby granted, provided.*copyright notice.*permission notice.*all copies/) {
476 } elsif ($licensetext =~ /Redistributions of source code must retain the above copyright notice/i) {
545 $licensetext =~ /see copyright notice in zlib\.h/) {