View | Details | Raw Unified | Return to bug 223274 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-2 / +8 lines)
Lines 10-17 Link Here
10
MAINTAINER=	x11@FreeBSD.org
10
MAINTAINER=	x11@FreeBSD.org
11
COMMENT=	Inter Client Exchange library for X11
11
COMMENT=	Inter Client Exchange library for X11
12
12
13
LICENSE=	MIT
13
LICENSE=			MITlegacy MITancient
14
LICENSE_FILE=	${WRKSRC}/COPYING
14
LICENSE_COMB=			multi
15
LICENSE_NAME_MITlegacy=		Old version of MIT license
16
LICENSE_NAME_MITancient=	Very old versionof MIT license
17
LICENSE_FILE_MITlegacy=		${WRKSRC}/COPYING
18
LICENSE_FILE_MITancient=	${FILESDIR}/LICENSE.MIT_ANCIENT
19
LICENSE_PERMS_MITlegacy=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
20
LICENSE_PERMS_MITancient=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
15
21
16
XORG_CAT=	lib
22
XORG_CAT=	lib
17
USE_XORG=	xproto:both xtrans
23
USE_XORG=	xproto:both xtrans
(-)files/LICENSE.MIT_ANCIENT (+21 lines)
Line 0 Link Here
1
(Following sentences are from src/icetrans.c of libICE-1.0.9.tar.bz2.)
2
3
Copyright © 2003 Keith Packard
4
5
Permission to use, copy, modify, distribute, and sell this software and its
6
documentation for any purpose is hereby granted without fee, provided that
7
the above copyright notice appear in all copies and that both that
8
copyright notice and this permission notice appear in supporting
9
documentation, and that the name of Keith Packard not be used in
10
advertising or publicity pertaining to distribution of the software without
11
specific, written prior permission.  Keith Packard makes no
12
representations about the suitability of this software for any purpose.  It
13
is provided "as is" without express or implied warranty.
14
15
KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
16
INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
17
EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
18
CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
19
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
20
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
21
PERFORMANCE OF THIS SOFTWARE.

Return to bug 223274