/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/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/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, 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-2013, 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/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:__anon13503
|
/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 (c) 2013 The Chromium Authors. All rights reserved. 52 my $copyright = join(" / ", values %copyrights); 57 print ($copyright or "*No copyright*"); 119 if (index($uc_line, 'COPYRIGHT') == -1 && 142 '(?:copyright|copr\.|\x{00a9}|\xc2\xa9|\(c\))'; 146 my $copyright = ''; 155 $copyright = $match; 159 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'2013, Google Inc.' variable 155 # 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/chromium_org/third_party/icu/source/io/ |
ucln_io.c | 4 * Copyright (C) 2001-2009, International Business Machines * 26 /* Leave this copyright notice here! It needs to go somewhere in this library. */ 27 static const char copyright[] = U_COPYRIGHT_STRING; variable
|
/external/icu4c/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:
|
/external/chromium/android/ |
generateAndroidForwardingHeader.pl | 3 # Copyright 2010, The Android Open Source Project 8 # * Redistributions of source code must retain the above copyright 10 # * Redistributions in binary form must reproduce the above copyright 14 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY 17 # PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 30 my $copyright = <<COPYRIGHT; 32 * Copyright 2010, The Android Open Source Project 37 * * Redistributions of source code must retain the above copyright 39 * * Redistributions in binary form must reproduce the above copyright [all...] |
/bionic/libc/tools/ |
generate-NOTICE.py | 39 # Do we need to back up to find the start of the copyright header? 48 # copyright header. 80 if line.startswith("++Copyright++"): 82 line = line.replace("--Copyright--", "") 95 copyright = "\n".join(clean_lines) 96 copyrights.add(copyright) 135 if not "Copyright" in content: 139 sys.stderr.write('warning: no copyright notice found in "%s" (%d lines)\n' % (path, len(lines))) 144 if "Copyright" in lines[i]: 150 for copyright in sorted(copyrights) [all...] |
/external/icu4c/io/ |
ucln_io.c | 4 * Copyright (C) 2001-2011, International Business Machines * 31 /* Leave this copyright notice here! It needs to go somewhere in this library. */ 32 static const char copyright[] = U_COPYRIGHT_STRING; variable
|
/frameworks/av/libvideoeditor/vss/inc/ |
M4EXIFC_CommonAPI.h | 2 * Copyright (C) 2011 The Android Open Source Project 88 M4OSA_Char *copyright; /**< copyright holder */ member in struct:__anon29256
|
/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...] |
/bionic/libc/include/sys/ |
cdefs_elf.h | 4 * Copyright (c) 1995, 1996 Carnegie-Mellon University. 10 * its documentation is hereby granted, provided that both the copyright 123 #define __COPYRIGHT(_s) __SECTIONSTRING(.copyright,_s) 126 static const char copyright[] \ 127 __attribute__((__unused__,__section__(".copyright"))) = _s 135 #define __KERNEL_COPYRIGHT(_n, _s) __SECTIONSTRING(.copyright, _s)
|