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
508 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) {
518 } elsif ($licensetext =~ /Redistributions of source code must retain the above copyright notice/) {
609 $licensetext =~ /see copyright notice in zlib\.h/) {
631 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/) {
638 if ($licensetext =~ /This software, and all works of authorship, whether in source or object code form as indicated by the copyright notice.*is made available, and may only be used, modified, and distributed under the FreeType Project License, LICENSE\.TXT\. Additionally, subject to the terms and conditions of the FreeType Project License, each contributor to the Work hereby grants to any individual or legal entity exercising permissions granted by the FreeType Project License and this section.*a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable.*patent license to make/) {
642 if ($licensetext =~ /Anti-Grain Geometry.*Permission to copy, use, modify, sell and distribute this software is granted provided this copyright notice appears in all copies. This software is provided as is without express or impl/) {