Home
last modified time | relevance | path

Searched full:authors (Results 1 – 25 of 18157) sorted by relevance

12345678910>>...727

/external/google-fonts/rubik/
DMETADATA.pb13 copyright: "Copyright 2015 The Rubik Project Authors (https://github.com/googlefonts/rubik)"
22 copyright: "Copyright 2015 The Rubik Project Authors (https://github.com/googlefonts/rubik)"
31 copyright: "Copyright 2015 The Rubik Project Authors (https://github.com/googlefonts/rubik)"
40 copyright: "Copyright 2015 The Rubik Project Authors (https://github.com/googlefonts/rubik)"
49 copyright: "Copyright 2015 The Rubik Project Authors (https://github.com/googlefonts/rubik)"
58 copyright: "Copyright 2015 The Rubik Project Authors (https://github.com/googlefonts/rubik)"
67 copyright: "Copyright 2015 The Rubik Project Authors (https://github.com/googlefonts/rubik)"
76 copyright: "Copyright 2015 The Rubik Project Authors (https://github.com/googlefonts/rubik)"
85 copyright: "Copyright 2015 The Rubik Project Authors (https://github.com/googlefonts/rubik)"
94 copyright: "Copyright 2015 The Rubik Project Authors (https://github.com/googlefonts/rubik)"
/external/javasqlite/
DNOTICE5 The authors hereby grant permission to use, copy, modify, distribute,
10 Modifications to this software may be copyrighted by their authors
15 IN NO EVENT SHALL THE AUTHORS OR DISTRIBUTORS BE LIABLE TO ANY PARTY
18 DERIVATIVES THEREOF, EVEN IF THE AUTHORS HAVE BEEN ADVISED OF THE
21 THE AUTHORS AND DISTRIBUTORS SPECIFICALLY DISCLAIM ANY WARRANTIES,
24 IS PROVIDED ON AN "AS IS" BASIS, AND THE AUTHORS AND DISTRIBUTORS HAVE
/external/ppp/pppd/
DNOTICE58 3. The names of the authors of this software must not be used to
67 THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO
69 AND FITNESS, IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
90 2. The name(s) of the authors of this software must not be used to
99 THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO
101 AND FITNESS, IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
122 3. The name(s) of the authors of this software must not be used to
126 THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO
128 AND FITNESS, IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
183 3. The name(s) of the authors of this software must not be used to
[all …]
Decp.c19 * 3. The name(s) of the authors of this software must not be used to
23 * THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO
25 * AND FITNESS, IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
42 * 2. The name(s) of the authors of this software must not be used to
51 * THE AUTHORS OF THIS SOFTWARE DISCLAIM ALL WARRANTIES WITH REGARD TO
53 * AND FITNESS, IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
/external/libpng/
DLICENSE17 added to the list of Contributing Authors:
46 of Contributing Authors:
56 Contributing Authors:
71 For the purposes of this copyright and license, "Contributing Authors"
80 The PNG Reference Library is supplied "AS IS". The Contributing Authors
83 fitness for any purpose. The Contributing Authors and Group 42, Inc.
100 The Contributing Authors and Group 42, Inc. specifically permit, without
/external/webrtc/tools/
DPRESUBMIT.py1 # Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree.
23 r'.*? in the file PATENTS\. All contributing project authors may\n'
24 r'.*? be found in the AUTHORS file in the root of the source tree\.\n'
/external/webrtc/webrtc/
DPRESUBMIT.py1 # Copyright (c) 2013 The WebRTC project authors. All Rights Reserved.
6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree.
23 r'.*? in the file PATENTS\. All contributing project authors may\n'
24 r'.*? be found in the AUTHORS file in the root of the source tree\.\n'
/external/libpng/contrib/examples/
DREADME.txt6 To the extent possible under law, the authors have waived all copyright and
12 the authors of the using code to seek copyright or license from the original
13 authors.
19 ORIGINAL AUTHORS
/external/skia/site/dev/contrib/
Dindex.md37 they are listed in the AUTHORS file:
42 …ganization's) name and contact info to the [AUTHORS file](https://skia.googlesource.com/skia/+/mas…
44 REVIEWERS: Before you LGTM a change, verify that the contributor is listed in the AUTHORS file.
47 Then have an entry added to the AUTHORS file with the CL.
/external/toolchain-utils/go/patch/
Dgo1.patch10 // Copyright 2014 The Go Authors. All rights reserved.
23 // Copyright 2011 The Go Authors. All rights reserved.
36 // Copyright 2015 The Go Authors. All rights reserved.
49 // Copyright 2013 The Go Authors. All rights reserved.
62 // Copyright 2015 The Go Authors. All rights reserved.
/external/skqp/site/dev/contrib/
Dindex.md37 they are listed in the AUTHORS file:
42 …ganization's) name and contact info to the [AUTHORS file](https://skia.googlesource.com/skia/+/mas…
44 REVIEWERS: Before you LGTM a change, verify that the contributor is listed in the AUTHORS file.
47 Then have an entry added to the AUTHORS file with the CL.
/external/fsck_msdos/
DNOTICE21 * THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS OR
24 * IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY DIRECT, INDIRECT,
55 * THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS OR
58 * IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY DIRECT, INDIRECT,
89 * THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS OR
92 * IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY DIRECT, INDIRECT,
/external/v8/infra/mb/
DPRESUBMIT.py1 # Copyright 2016 the V8 project authors. All rights reserved.
2 # Copyright (c) 2016 The WebRTC project authors. All Rights Reserved.
7 # in the file PATENTS. All contributing project authors may
8 # be found in the AUTHORS file in the root of the source tree.
/external/clang/test/Sema/
Dvarargs.c48 foo(__builtin_va_list authors, ...) { in foo() argument
49 __builtin_va_start (authors, authors); in foo()
50 (void)__builtin_va_arg(authors, int); in foo()
51 __builtin_va_end (authors); in foo()
Dvarargs-x86-64.c47 bar(__builtin_ms_va_list authors, ...) { in bar() argument
48 __builtin_ms_va_start(authors, authors); in bar()
49 (void)__builtin_va_arg(authors, int); in bar()
50 __builtin_ms_va_end(authors); in bar()
/external/syzkaller/vendor/golang.org/x/sys/
DAUTHORS1 # This source code refers to The Go Authors for copyright purposes.
2 # The master list of authors is in the main Go distribution,
3 # visible at http://tip.golang.org/AUTHORS.
/external/syzkaller/vendor/golang.org/x/net/
DAUTHORS1 # This source code refers to The Go Authors for copyright purposes.
2 # The master list of authors is in the main Go distribution,
3 # visible at http://tip.golang.org/AUTHORS.
/external/syzkaller/vendor/github.com/golang/protobuf/
DAUTHORS1 # This source code refers to The Go Authors for copyright purposes.
2 # The master list of authors is in the main Go distribution,
3 # visible at http://tip.golang.org/AUTHORS.
/external/syzkaller/vendor/golang.org/x/oauth2/
DAUTHORS1 # This source code refers to The Go Authors for copyright purposes.
2 # The master list of authors is in the main Go distribution,
3 # visible at http://tip.golang.org/AUTHORS.
/external/golang-protobuf/
DAUTHORS1 # This source code refers to The Go Authors for copyright purposes.
2 # The master list of authors is in the main Go distribution,
3 # visible at http://tip.golang.org/AUTHORS.
/external/syzkaller/vendor/golang.org/x/text/
DAUTHORS1 # This source code refers to The Go Authors for copyright purposes.
2 # The master list of authors is in the main Go distribution,
3 # visible at http://tip.golang.org/AUTHORS.
/external/webrtc/
Dlicense_template.txt2 * Copyright 2011 The WebRTC Project Authors. All rights reserved.
7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree.
/external/webrtc/tools/python_charts/webrtc/
D__init__.py2 # Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
7 # in the file PATENTS. All contributing project authors may
8 # be found in the AUTHORS file in the root of the source tree.
/external/libxkbcommon/xkbcommon/src/
Dkeysym.h17 * AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
21 * Except as contained in this notice, the names of the authors or their
24 * authorization from the authors.
44 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
/external/webrtc/webrtc/examples/objc/AppRTCDemo/
DARDAppEngineClient.h2 * Copyright 2014 The WebRTC Project Authors. All rights reserved.
7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree.

12345678910>>...727