Searched refs:copyright (Results 1 - 25 of 254) sorted by relevance

1234567891011

/external/e2fsprogs/lib/ss/
H A Ddata.c18 static const char copyright[] = variable
/external/bison/build-aux/
H A DMakefile.am20 update-b4-copyright
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
H A DCopyrightBox.java28 * The copyright box contains a copyright declaration which applies to the entire presentation, when contained
39 private String copyright; field in class:CopyrightBox
50 return copyright;
57 public void setCopyright(String copyright) { argument
58 this.copyright = copyright;
62 return 7 + Utf8.utf8StringLengthInBytes(copyright);
69 copyright = IsoTypeReader.readString(content);
76 byteBuffer.put(Utf8.convert(copyright));
[all...]
/external/icu/icu4c/source/i18n/
H A Ducln_in.c25 /* Leave this copyright notice here! It needs to go somewhere in this library. */
26 static const char copyright[] = U_COPYRIGHT_STRING; variable
33 (void)copyright; /* Suppress unused variable warning with clang. */
/external/chromium_org/third_party/mesa/src/src/gallium/docs/source/
H A Dconf.py41 copyright = u'2009, VMware, X.org, Nouveau' variable
/external/clang/docs/analyzer/
H A Dconf.py44 copyright = u'2013-2014, Analyzer Team' variable
/external/clang/docs/
H A Dconf.py44 copyright = u'2007-2014, The Clang Team' variable
/external/clang/test/Lexer/
H A Dunicode.c19 static const char *copyright = STR(COPYRIGHT); // no-warning variable
20 // CHECK: static const char *copyright = "Copyright © {{2012}}";
/external/mesa3d/src/gallium/docs/source/
H A Dconf.py41 copyright = u'2009, VMware, X.org, Nouveau' variable
/external/chromium_org/android_webview/tools/
H A Dfind_copyrights.pl35 my $copyright = join(" / ", sort values %copyrights);
40 print ($copyright or "*No copyright*");
125 '(?:copyright|copr\.|\x{00a9}|\xc2\xa9|\(c\))';
131 my $copyright = '';
140 $copyright = $match;
144 return $copyright;
/external/icu/icu4c/source/io/
H A Ducln_io.c30 /* Leave this copyright notice here! It needs to go somewhere in this library. */
31 static const char copyright[] = U_COPYRIGHT_STRING; variable
39 (void)copyright; // Suppress unused variable warning.
/external/chromium_org/third_party/npapi/npspy/extern/nspr/
H A Dprvrsion.h80 char * copyright; /* The copyright for this file */ member in struct:__anon14674
/external/chromium_org/chrome/test/chromedriver/
H A Dcpp_source.py24 copyright = '\n'.join([
38 copyright,
66 copyright,
/external/chromium_org/third_party/devscripts/
H A Dlicensecheck.pl.vanilla30 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 o
[all...]
H A Dlicensecheck.pl30 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 o
[all...]
/external/ceres-solver/docs/source/
H A Dconf.py44 copyright = u'2014 Google Inc' variable
/external/chromium_org/third_party/icu/source/i18n/
H A Ducln_in.c25 /* Leave this copyright notice here! It needs to go somewhere in this library. */
26 static const char copyright[] = U_COPYRIGHT_STRING; variable
/external/bison/
H A DMakefile.am57 .PHONY: update-b4-copyright update-package-copyright-year
58 update-b4-copyright:
63 update-package-copyright-year:
/external/chromium_org/third_party/icu/source/io/
H A Ducln_io.c30 /* Leave this copyright notice here! It needs to go somewhere in this library. */
31 static const char copyright[] = U_COPYRIGHT_STRING; variable
/external/libpcap/tests/
H A Dreactivatetest.c7 * retain the above copyright notice and this paragraph in its entirety, (2)
8 * distributions including binary code include the above copyright notice and
23 static const char copyright[] = variable
/external/ant-glob/
H A DNOTICE13 * "Licensor" shall mean the copyright owner or entity authorized by
14 * the copyright owner that is granting the License.
38 * copyright notice that is included in or attached to the work
52 * submitted to Licensor for inclusion in the Work by the copyright owner
54 * the copyright owner. For the purposes of this definition, "submitted"
61 * designated in writing by the copyright owner as "Not a Contribution."
70 * copyright license to reproduce, prepare Derivative Works of,
102 * that You distribute, all copyright, patent, trademark, and
124 * You may add Your own copyright statement to Your modifications and
187 * same "printed page" as the copyright notic
[all...]
/external/libcxx/src/support/solaris/
H A Dmbsnrtowcs.inc5 * FreeBSD libc. These are covered by the following copyright:
12 * 1. Redistributions of source code must retain the above copyright
14 * 2. Redistributions in binary form must reproduce the above copyright
/external/chromium_org/chrome/browser/resources/
H A Dabout_version.css49 #copyright {
/external/chromium_org/third_party/freetype/include/freetype/
H A Dftwinfnt.h187 FT_Byte copyright[60]; member in struct:FT_WinFNT_HeaderRec_
/external/freetype/include/
H A Dftwinfnt.h188 FT_Byte copyright[60]; member in struct:FT_WinFNT_HeaderRec_

Completed in 1022 milliseconds

1234567891011