HomeSort by relevance Sort by last modified time
    Searched refs:copyright (Results 1 - 25 of 2346) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/e2fsprogs/lib/ss/
data.c 2 * Copyright 1987, 1988, 1989 Massachusetts Institute of Technology
18 static const char copyright[] = variable
19 "Copyright 1987, 1988, 1989 by the Massachusetts Institute of Technology";
  /external/bison/build-aux/
Makefile.am 0 ## Copyright (C) 2006, 2009-2012 Free Software Foundation, Inc.
20 update-b4-copyright
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
CopyrightBox.java 2 * Copyright 2008 CoreMedia AG, Hamburg
28 * 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) {
58 this.copyright = copyright;
62 return 7 + Utf8.utf8StringLengthInBytes(copyright);
69 copyright = IsoTypeReader.readString(content)
    [all...]
  /external/chromium_org/third_party/skia/tools/copyright/
main.py 2 Copyright 2011 Google Inc.
9 Updates all copyright headers within our code:
10 - For files that already have a copyright header, the header is modified
12 - For files that don't have a copyright header, we add one with the current
23 # Only modify copyright stanzas if the copyright holder is one of these.
49 ReportWarning('cannot find copyright block in file %s' % filepath)
53 'unrecognized copyright holder "%s" in file %s, skipping...' % (
100 """Returns True if this is one of our allowed copyright holders.
102 @param holder copyright holder as a strin
    [all...]
  /external/skia/tools/copyright/
main.py 2 Copyright 2011 Google Inc.
9 Updates all copyright headers within our code:
10 - For files that already have a copyright header, the header is modified
12 - For files that don't have a copyright header, we add one with the current
23 # Only modify copyright stanzas if the copyright holder is one of these.
49 ReportWarning('cannot find copyright block in file %s' % filepath)
53 'unrecognized copyright holder "%s" in file %s, skipping...' % (
100 """Returns True if this is one of our allowed copyright holders.
102 @param holder copyright holder as a strin
    [all...]
  /external/icu/icu4c/source/i18n/
ucln_in.c 4 * Copyright (C) 2001-2014, International Business Machines *
25 /* 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/
conf.py 41 copyright = u'2009, VMware, X.org, Nouveau' variable
  /external/clang/docs/analyzer/
conf.py 44 copyright = u'2013-2014, Analyzer Team' variable
155 # If true, "(C) Copyright ..." is shown in the HTML footer. Default is True.
  /external/clang/docs/
conf.py 44 copyright = u'2007-2014, The Clang Team' variable
155 # If true, "(C) Copyright ..." is shown in the HTML footer. Default is True.
  /external/clang/test/Lexer/
unicode.c 15 #define COPYRIGHT Copyright © 2012
19 static const char *copyright = STR(COPYRIGHT); // no-warning variable
20 // CHECK: static const char *copyright = "Copyright © {{2012}}";
23 COPYRIGHT
24 // CHECK: Copyright © {{2012}}
  /external/mesa3d/src/gallium/docs/source/
conf.py 41 copyright = u'2009, VMware, X.org, Nouveau' variable
  /external/icu/icu4c/source/io/
ucln_io.c 4 * Copyright (C) 2001-2014, International Business Machines *
30 /* 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/
prvrsion.h 17 * Copyright (C) 1998-2000 Netscape Communications Corporation. All
80 char * copyright; /* The copyright for this file */ member in struct:__anon19292
  /external/chromium_org/chrome/test/chromedriver/
cpp_source.py 0 # Copyright 2013 The Chromium Authors. All rights reserved.
24 copyright = '\n'.join([
25 '// Copyright 2013 The Chromium Authors. All rights reserved.',
38 copyright,
66 copyright,
  /external/chromium_org/android_webview/tools/
find_copyrights.pl 2 # Copyright 2013 The Chromium Authors. All rights reserved.
35 my $copyright = join(" / ", sort values %copyrights);
40 print ($copyright or "*No copyright*");
102 if (index($uc_line, 'COPYRIGHT') == -1 &&
125 '(?:copyright|copr\.|\x{00a9}|\xc2\xa9|\(c\))';
131 my $copyright = '';
140 $copyright = $match;
144 return $copyright;
  /external/chromium_org/third_party/devscripts/
licensecheck.pl.vanilla 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 = ''
    [all...]
licensecheck.pl 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 = ''
    [all...]
  /external/ceres-solver/docs/source/
conf.py 44 copyright = u'2014 Google Inc' variable
157 # If true, "(C) Copyright ..." is shown in the HTML footer. Default is True.
  /external/chromium_org/third_party/icu/source/i18n/
ucln_in.c 4 * Copyright (C) 2001-2009, International Business Machines *
25 /* Leave this copyright notice here! It needs to go somewhere in this library. */
26 static const char copyright[] = U_COPYRIGHT_STRING; variable
  /external/bison/
Makefile.am 3 ## Copyright (C) 2001-2012 Free Software Foundation, Inc.
57 .PHONY: update-b4-copyright update-package-copyright-year
58 update-b4-copyright:
63 update-package-copyright-year:
  /bionic/libc/tools/
generate-NOTICE.py 39 # Do we need to back up to find the start of the copyright header?
48 # copyright header.
83 if line.startswith("++Copyright++"):
85 line = line.replace("--Copyright--", "")
98 copyright = "\n".join(clean_lines)
99 copyrights.add(copyright)
138 if not "Copyright" in content:
142 sys.stderr.write('warning: no copyright notice found in "%s" (%d lines)\n' % (path, len(lines)))
147 if "Copyright" in lines[i] and not "@(#) Copyright" in lines[i]
    [all...]
  /external/chromium_org/third_party/icu/source/io/
ucln_io.c 4 * Copyright (C) 2001-2013, International Business Machines *
30 /* 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/
reactivatetest.c 2 * Copyright (c) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 2000
7 * 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
24 "@(#) Copyright (c) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 2000\n\
  /external/ant-glob/
NOTICE 13 * "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."
67 * 2. Grant of Copyright License. Subject to the terms and conditions of
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 an
    [all...]
  /prebuilts/tools/common/m2/repository/com/android/tools/external/ant-glob/1.0/
NOTICE 13 * "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."
67 * 2. Grant of Copyright License. Subject to the terms and conditions of
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 an
    [all...]

Completed in 621 milliseconds

1 2 3 4 5 6 7 8 91011>>