> Date: Wed, 10 Dec 2008 12:16:13 -0500 > From: James Carlson <james.d.carlson at sun.com> > > > > > > usr/src/lib/libsum/THIRDPARTYLICENSE > > > > > > > > > > Not an issue for my review, but someone should make sure that this > > > > > new license gets packaged and delivered properly. > > > > > > > > Uhm... what do you mean with that ? > > > > > > The license bits have to show up in the 'copyright' files for the > > > packages produced. I haven't checked whether that's done correctly > > > here -- if it is, then no problem. I'm just warning that it's an > > > issue to check (and outside of makefiles). > > > > How can I check that ? > > It needs to be listed in the LICENSEFILES macro in the Makefile for > the package that contains this library. If that's SUNWastdev, then > it's usr/src/pkgdefs/SUNWastdev/Makefile.
Then it looks like we should really be adding entries for the (identical) CPL1.0 licenses usr/src/lib/{libast,libcmd,libsum}/THIRDPARTYLICENSE to usr/src/pkgdefs/SUNWcsl/Makefile, since all of these libraries are in SUNWcsl. Entries for usr/src/{libdll,libshell}/THIRDPARTYLICENSE (also CPL1.0) are already in the SUNWcsl Makefile, and whatever creates the copyright file seems to filter out duplicate licenses, so adding the other LICENSEFILE entries will not actually change the content of the SUNWcsl copyright file. April