20306318 libXmu:VisGamma.c should call libX11 cms routines instead of copying them (fix pkg copyright) s12_66
authorAlan Coopersmith <Alan.Coopersmith@Oracle.COM>
Tue, 06 Jan 2015 14:47:25 -0800
changeset 1489 d2716306a70b
parent 1488 4479958b8f3d
child 1490 bd07210ba17d
20306318 libXmu:VisGamma.c should call libX11 cms routines instead of copying them (fix pkg copyright)
open-src/lib/libXmu/Makefile
--- a/open-src/lib/libXmu/Makefile	Tue Jan 06 14:21:46 2015 -0800
+++ b/open-src/lib/libXmu/Makefile	Tue Jan 06 14:47:25 2015 -0800
@@ -49,6 +49,10 @@
 MODULE_PKGCONFIG_MAN_SET=yes
 LIB_MAN_SUFFIX=3xmu
 
+# Dates to show in Oracle copyright notice in pkg license file
+# Earliest & latest of the copyrights in the Oracle files in this pkg
+ORACLE_COPYRIGHT_YEARS = 1994, 2015
+
 # ARC cases that covered this module
 # PSARC/2005/192 Update libXmu to X11R6.8 version
 MODULE_ARC_CASES = PSARC/2005/192
@@ -105,6 +109,9 @@
 	$(LIBXMUU_PKG_ATTRDATA_FILE) \
 	$(LIBXMUU_PKG_LICENSE_FILE)
 
+# Added Solaris files are only in libXmu, not libXmuu
+$(LIBXMUU_PKG_LICENSE_FILE)	:= ORACLE_COPYRIGHT_YEARS =
+
 install_metadata: $(LIBXMUU_METADATA_TARGETS)
 
 $(LIBXMUU_PKG_METADATA_DIR):