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

Collapse All | Expand All

(-)simage/Makefile (+6 lines)
Lines 10-15 Link Here
10
MAINTAINER=	ports@FreeBSD.org
10
MAINTAINER=	ports@FreeBSD.org
11
COMMENT=	Library with image format loaders and front-ends
11
COMMENT=	Library with image format loaders and front-ends
12
12
13
LICENSE=	MIT unknown
14
LICENSE_COMB=	dual
15
LICENSE_NAME_unknown=	mpeg2enc
16
LICENSE_TEXT_unknown=	${FILESDIR}/LICENSE.mpeg2enc
17
LICENSE_PERMS_unknown=	no-dist-sell no-pkg-sell
18
13
LIB_DEPENDS=	libsndfile.so:${PORTSDIR}/audio/libsndfile \
19
LIB_DEPENDS=	libsndfile.so:${PORTSDIR}/audio/libsndfile \
14
		libvorbis.so:${PORTSDIR}/audio/libvorbis \
20
		libvorbis.so:${PORTSDIR}/audio/libvorbis \
15
		libjasper.so:${PORTSDIR}/graphics/jasper \
21
		libjasper.so:${PORTSDIR}/graphics/jasper \
(-)simage/files/LICENSE.mpeg2enc (+28 lines)
Line 0 Link Here
1
Copyright (C) 1996, MPEG Software Simulation Group. All Rights Reserved.
2
3
4
Disclaimer of Warranty
5
6
These software programs are available to the user without any license fee or
7
royalty on an "as is" basis.  The MPEG Software Simulation Group disclaims
8
any and all warranties, whether express, implied, or statuary, including any
9
implied warranties or merchantability or of fitness for a particular
10
purpose.  In no event shall the copyright-holder be liable for any
11
incidental, punitive, or consequential damages of any kind whatsoever
12
arising from the use of these programs.
13
14
This disclaimer of warranty extends to the user of these programs and user's
15
customers, employees, agents, transferees, successors, and assigns.
16
17
The MPEG Software Simulation Group does not represent or warrant that the
18
programs furnished hereunder are free of infringement of any third-party
19
patents.
20
21
Commercial implementations of MPEG-1 and MPEG-2 video, including shareware,
22
are subject to royalty fees to patent holders.  Many of these patents are
23
general enough such that they are unavoidable regardless of implementation
24
design.
25
26
Please visit MPEGLA at http://www.mpegla.com/ for more information about
27
licensing.
28

Return to bug 195776