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