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>>.
234 "copyright" => \$opt_copyright,
291 my $copyright = '';
302 $copyright = join(" / ", values %copyrights);
329 print "\t" . ($copyright or "*No copyright*") if $opt_copyright;
333 print "*No copyright* " unless $copyright;
335 print " [Copyright: " . $copyright . "]\n"
336 if $copyright and $opt_copyright;
354 my $copyright = '';
358 (?:copyright # The full word
360 |\x{00a9} # Unicode character COPYRIGHT SIGN
361 |\xc2\xa9 # Unicode copyright sign encoded in iso8859
365 \b(?:info(?:rmation)? # Discussing copyright information
373 # Ignore lines matching "see foo for copyright information" etc.
381 $copyright = $match;
385 return $copyright;
393 --version, -v Display version and copyright info
406 --copyright Also display the file's copyright
420 Copyright (C) 2007, 2008 by Adam D. Barratt <adam\@adam-barratt.org.uk>; based
500 if ($licensetext =~ /Permission to use, copy, modify, and(\/or)? distribute this software (and its documentation )?for any purpose (with or )?without fee is hereby granted, provided.*(copyright|entire) notice.*all copies/i) {
510 } elsif ($licensetext =~ /Redistributions of source code must retain the above copyright notice/) {
599 $licensetext =~ /see copyright notice in zlib\.h/) {
621 if ($licensetext =~ /These materials are protected by copyright laws and contain material proprietary to the Khronos Group, Inc\. You may use these materials for implementing Khronos specifications, without altering or removing any trademark, copyright or other notice from the specification/) {