View | Details | Raw Unified | Return to bug 200921
Collapse All | Expand All

(-)sysutils/lsof/Makefile (-32 / +1 lines)
Lines 27-64 Link Here
27
27
28
LICENSE=lsof
28
LICENSE=lsof
29
LICENSE_NAME=lsof
29
LICENSE_NAME=lsof
30
LICENSE_TEXT=Lsof has no license.  Its use and distribution are subject to these \
30
LICENSE_FILE=${FILESDIR}/LICENSE
31
terms and conditions, found in each lsof source file.  (The copyright \
32
year in or format of the notice may vary slightly.) \
33
 \
34
    /* \
35
     * Copyright 2002 Purdue Research Foundation, West Lafayette, \
36
     * Indiana 47907.  All rights reserved. \
37
     * \
38
     * Written by Victor A. Abell \
39
     * \
40
     * This software is not subject to any license of the American \
41
     * Telephone and Telegraph Company or the Regents of the \
42
     * University of California. \
43
     * \
44
     * Permission is granted to anyone to use this software for \
45
     * any purpose on any computer system, and to alter it and \
46
     * redistribute it freely, subject to the following \
47
     * restrictions: \
48
     * \
49
     * 1. Neither the authors nor Purdue University are responsible \
50
     *    for any consequences of the use of this software. \
51
     * \
52
     * 2. The origin of this software must not be misrepresented, \
53
     *    either by explicit claim or by omission.  Credit to the \
54
     *    authors and Purdue University must appear in documentation \
55
     *    and sources. \
56
     * \
57
     * 3. Altered versions must be plainly marked as such, and must \
58
     *    not be misrepresented as being the original software. \
59
     * \
60
     * 4. This notice may not be removed or altered. \
61
     */
62
LICENSE_PERMS=	 dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
31
LICENSE_PERMS=	 dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
63
32
64
#Please leave the below line in for the next clean up.
33
#Please leave the below line in for the next clean up.
(-)sysutils/lsof/files/LICENSE (+32 lines)
Line 0 Link Here
1
Lsof has no license.  Its use and distribution are subject to these 
2
terms and conditions, found in each lsof source file.  (The copyright 
3
year in or format of the notice may vary slightly.) 
4
 
5
    /* 
6
     * Copyright 2002 Purdue Research Foundation, West Lafayette, 
7
     * Indiana 47907.  All rights reserved. 
8
     * 
9
     * Written by Victor A. Abell 
10
     * 
11
     * This software is not subject to any license of the American 
12
     * Telephone and Telegraph Company or the Regents of the 
13
     * University of California. 
14
     * 
15
     * Permission is granted to anyone to use this software for 
16
     * any purpose on any computer system, and to alter it and 
17
     * redistribute it freely, subject to the following 
18
     * restrictions: 
19
     * 
20
     * 1. Neither the authors nor Purdue University are responsible 
21
     *    for any consequences of the use of this software. 
22
     * 
23
     * 2. The origin of this software must not be misrepresented, 
24
     *    either by explicit claim or by omission.  Credit to the 
25
     *    authors and Purdue University must appear in documentation 
26
     *    and sources. 
27
     * 
28
     * 3. Altered versions must be plainly marked as such, and must 
29
     *    not be misrepresented as being the original software. 
30
     * 
31
     * 4. This notice may not be removed or altered. 
32
     */

Return to bug 200921