Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Feb 2015 14:33:39 +0000 (UTC)
From:      Bartek Rutkowski <robak@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r380089 - in head/graphics/simage: . files
Message-ID:  <201502271433.t1REXdjf013419@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: robak
Date: Fri Feb 27 14:33:39 2015
New Revision: 380089
URL: https://svnweb.freebsd.org/changeset/ports/380089
QAT: https://qat.redports.org/buildarchive/r380089/

Log:
  graphics/simage: add LICENSE
  
  PR:		195776
  Submitted by:	Shane Ambler <FreeBSD@ShaneWare.Biz>

Added:
  head/graphics/simage/files/LICENSE.mpeg2enc   (contents, props changed)
Modified:
  head/graphics/simage/Makefile

Modified: head/graphics/simage/Makefile
==============================================================================
--- head/graphics/simage/Makefile	Fri Feb 27 13:57:48 2015	(r380088)
+++ head/graphics/simage/Makefile	Fri Feb 27 14:33:39 2015	(r380089)
@@ -10,6 +10,12 @@ MASTER_SITES=	https://bitbucket.org/Coin
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Library with image format loaders and front-ends
 
+LICENSE=	MIT unknown
+LICENSE_COMB=	dual
+LICENSE_NAME_unknown=	mpeg2enc
+LICENSE_TEXT_unknown=	${FILESDIR}/LICENSE.mpeg2enc
+LICENSE_PERMS_unknown=	no-dist-sell no-pkg-sell
+
 LIB_DEPENDS=	libsndfile.so:${PORTSDIR}/audio/libsndfile \
 		libvorbis.so:${PORTSDIR}/audio/libvorbis \
 		libjasper.so:${PORTSDIR}/graphics/jasper \

Added: head/graphics/simage/files/LICENSE.mpeg2enc
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/simage/files/LICENSE.mpeg2enc	Fri Feb 27 14:33:39 2015	(r380089)
@@ -0,0 +1,56 @@
+Copyright (C) 1996, MPEG Software Simulation Group. All Rights Reserved.
+
+
+Disclaimer of Warranty
+
+These software programs are available to the user without any license fee or
+royalty on an "as is" basis.  The MPEG Software Simulation Group disclaims
+any and all warranties, whether express, implied, or statuary, including any
+implied warranties or merchantability or of fitness for a particular
+purpose.  In no event shall the copyright-holder be liable for any
+incidental, punitive, or consequential damages of any kind whatsoever
+arising from the use of these programs.
+
+This disclaimer of warranty extends to the user of these programs and user's
+customers, employees, agents, transferees, successors, and assigns.
+
+The MPEG Software Simulation Group does not represent or warrant that the
+programs furnished hereunder are free of infringement of any third-party
+patents.
+
+Commercial implementations of MPEG-1 and MPEG-2 video, including shareware,
+are subject to royalty fees to patent holders.  Many of these patents are
+general enough such that they are unavoidable regardless of implementation
+design.
+
+Please visit MPEGLA at http://www.mpegla.com/ for more information about
+licensing.
+
+Copyright (C) 1996, MPEG Software Simulation Group. All Rights Reserved.
+
+
+Disclaimer of Warranty
+
+These software programs are available to the user without any license fee or
+royalty on an "as is" basis.  The MPEG Software Simulation Group disclaims
+any and all warranties, whether express, implied, or statuary, including any
+implied warranties or merchantability or of fitness for a particular
+purpose.  In no event shall the copyright-holder be liable for any
+incidental, punitive, or consequential damages of any kind whatsoever
+arising from the use of these programs.
+
+This disclaimer of warranty extends to the user of these programs and user's
+customers, employees, agents, transferees, successors, and assigns.
+
+The MPEG Software Simulation Group does not represent or warrant that the
+programs furnished hereunder are free of infringement of any third-party
+patents.
+
+Commercial implementations of MPEG-1 and MPEG-2 video, including shareware,
+are subject to royalty fees to patent holders.  Many of these patents are
+general enough such that they are unavoidable regardless of implementation
+design.
+
+Please visit MPEGLA at http://www.mpegla.com/ for more information about
+licensing.
+



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502271433.t1REXdjf013419>