annotate llvm/lib/Support/COPYRIGHT.regex @ 181:df311c476dd5

CreateIdentifierInfo in ParseCbC (not yet worked)
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sun, 31 May 2020 12:30:11 +0900
parents 1d019706d866
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
150
anatofuz
parents:
diff changeset
1 $OpenBSD: COPYRIGHT,v 1.3 2003/06/02 20:18:36 millert Exp $
anatofuz
parents:
diff changeset
2
anatofuz
parents:
diff changeset
3 Copyright 1992, 1993, 1994 Henry Spencer. All rights reserved.
anatofuz
parents:
diff changeset
4 This software is not subject to any license of the American Telephone
anatofuz
parents:
diff changeset
5 and Telegraph Company or of the Regents of the University of California.
anatofuz
parents:
diff changeset
6
anatofuz
parents:
diff changeset
7 Permission is granted to anyone to use this software for any purpose on
anatofuz
parents:
diff changeset
8 any computer system, and to alter it and redistribute it, subject
anatofuz
parents:
diff changeset
9 to the following restrictions:
anatofuz
parents:
diff changeset
10
anatofuz
parents:
diff changeset
11 1. The author is not responsible for the consequences of use of this
anatofuz
parents:
diff changeset
12 software, no matter how awful, even if they arise from flaws in it.
anatofuz
parents:
diff changeset
13
anatofuz
parents:
diff changeset
14 2. The origin of this software must not be misrepresented, either by
anatofuz
parents:
diff changeset
15 explicit claim or by omission. Since few users ever read sources,
anatofuz
parents:
diff changeset
16 credits must appear in the documentation.
anatofuz
parents:
diff changeset
17
anatofuz
parents:
diff changeset
18 3. Altered versions must be plainly marked as such, and must not be
anatofuz
parents:
diff changeset
19 misrepresented as being the original software. Since few users
anatofuz
parents:
diff changeset
20 ever read sources, credits must appear in the documentation.
anatofuz
parents:
diff changeset
21
anatofuz
parents:
diff changeset
22 4. This notice may not be removed or altered.
anatofuz
parents:
diff changeset
23
anatofuz
parents:
diff changeset
24 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
anatofuz
parents:
diff changeset
25 /*-
anatofuz
parents:
diff changeset
26 * Copyright (c) 1994
anatofuz
parents:
diff changeset
27 * The Regents of the University of California. All rights reserved.
anatofuz
parents:
diff changeset
28 *
anatofuz
parents:
diff changeset
29 * Redistribution and use in source and binary forms, with or without
anatofuz
parents:
diff changeset
30 * modification, are permitted provided that the following conditions
anatofuz
parents:
diff changeset
31 * are met:
anatofuz
parents:
diff changeset
32 * 1. Redistributions of source code must retain the above copyright
anatofuz
parents:
diff changeset
33 * notice, this list of conditions and the following disclaimer.
anatofuz
parents:
diff changeset
34 * 2. Redistributions in binary form must reproduce the above copyright
anatofuz
parents:
diff changeset
35 * notice, this list of conditions and the following disclaimer in the
anatofuz
parents:
diff changeset
36 * documentation and/or other materials provided with the distribution.
anatofuz
parents:
diff changeset
37 * 3. Neither the name of the University nor the names of its contributors
anatofuz
parents:
diff changeset
38 * may be used to endorse or promote products derived from this software
anatofuz
parents:
diff changeset
39 * without specific prior written permission.
anatofuz
parents:
diff changeset
40 *
anatofuz
parents:
diff changeset
41 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
anatofuz
parents:
diff changeset
42 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
anatofuz
parents:
diff changeset
43 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
anatofuz
parents:
diff changeset
44 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
anatofuz
parents:
diff changeset
45 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
anatofuz
parents:
diff changeset
46 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
anatofuz
parents:
diff changeset
47 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
anatofuz
parents:
diff changeset
48 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
anatofuz
parents:
diff changeset
49 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
anatofuz
parents:
diff changeset
50 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
anatofuz
parents:
diff changeset
51 * SUCH DAMAGE.
anatofuz
parents:
diff changeset
52 *
anatofuz
parents:
diff changeset
53 * @(#)COPYRIGHT 8.1 (Berkeley) 3/16/94
anatofuz
parents:
diff changeset
54 */